pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-sekizai



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 10 16:24:45 UTC 2023

Modified Files:
        pkgsrc/www/py-django-sekizai: Makefile distinfo
Removed Files:
        pkgsrc/www/py-django-sekizai/patches: patch-setup.py

Log Message:
py-django-sekizai: updated to 4.1.0

4.1.0 2023-05-02

Added django 4.2 and main to the test suite
Fix bug which let checks fail on templates using the with_data template tag.

4.0.0 2022-07-26

Django 4 support added
Dropped python 3.7, django 2.2 and 3.1

3.0.1 2022-02-01

Fix for tests in sdist tarball

3.0.0 2022-01-22

Added support for Django 3.2
Drop support for python 3.5 and 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-django-sekizai/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django-sekizai/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-django-sekizai/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-sekizai/Makefile
diff -u pkgsrc/www/py-django-sekizai/Makefile:1.16 pkgsrc/www/py-django-sekizai/Makefile:1.17
--- pkgsrc/www/py-django-sekizai/Makefile:1.16  Thu Jul 13 10:03:29 2023
+++ pkgsrc/www/py-django-sekizai/Makefile       Tue Oct 10 16:24:44 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2023/07/13 10:03:29 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2023/10/10 16:24:44 adam Exp $
 
-DISTNAME=      django-sekizai-2.0.0
+DISTNAME=      django-sekizai-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-sekizai/}
 
@@ -11,8 +10,8 @@ HOMEPAGE=     https://github.com/ojii/django
 COMMENT=       Django Template Blocks with extra functionality
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django3
-DEPENDS+=      ${PYPKGPREFIX}-django-classy-tags>=1.0:../../www/py-django-classy-tags
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
+DEPENDS+=      ${PYPKGPREFIX}-django-classy-tags>=3.0:../../www/py-django-classy-tags
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-sekizai/distinfo
diff -u pkgsrc/www/py-django-sekizai/distinfo:1.12 pkgsrc/www/py-django-sekizai/distinfo:1.13
--- pkgsrc/www/py-django-sekizai/distinfo:1.12  Tue Oct 26 11:30:33 2021
+++ pkgsrc/www/py-django-sekizai/distinfo       Tue Oct 10 16:24:44 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:30:33 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/10/10 16:24:44 adam Exp $
 
-BLAKE2s (django-sekizai-2.0.0.tar.gz) = c99b7425686acd2b82ff956bbff580eb8525e56325c17f9bbad565ab9fd642dc
-SHA512 (django-sekizai-2.0.0.tar.gz) = e225150b6d6c84e8ca66765aafa110f17c51bce84be183867200d6ddfd81b0e6b3290d517480044a4f94818a2ca36557ee19e1de3d05800be54f4f7fecb99854
-Size (django-sekizai-2.0.0.tar.gz) = 10409 bytes
+BLAKE2s (django-sekizai-4.1.0.tar.gz) = bb7b49d54b22be51c11e695c826967e1b7da48132c9a1fcedc1bcefeaf5eadfe
+SHA512 (django-sekizai-4.1.0.tar.gz) = cc4a3523d9be4d72c6ead38f62f7792c465ff22d784aca6241b297f67907aa6eec82d1195242404598aefd177fd630d694ebf8fd792d5218e5dda2bc2de86dab
+Size (django-sekizai-4.1.0.tar.gz) = 14591 bytes
 SHA1 (patch-setup.py) = 72b759dd6a16883c119741479d2db5f861c82fec



Home | Main Index | Thread Index | Old Index