pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  9 12:41:08 UTC 2024

Modified Files:
        pkgsrc/www/py-django-modelcluster: Makefile PLIST distinfo

Log Message:
py-django-modelcluster: updated to 6.2.1

6.2.1 (04.01.2024)
~~~~~~~~~~~~~~~~~~
* Fix: Prevent failure on pre-3.1.0 versions of django-taggit without `_remove_prefetched_objects`

6.2 (03.01.2024)
~~~~~~~~~~~~~~~~
* Added Django 5.0 support
* Removed Django 4.1 support
* Implement prefetching for ClusterTaggableManager (Andy Chosak)

6.1 (04.10.2023)
~~~~~~~~~~~~~~~~
* Removed Django 2.2, 3.0, 3.1 & 4.0 support
* Added Django 4.2 support (Irtaza Akram)
* Fixed deprecation warning for removal of `django.utils.timezone.utc` (John-Scott Atlakson)
* Fix: Avoid unnecessary call to localtime for timestamps already in UTC (Stefan Hammer)
* Removed Python 3.7 support
* Add Python 3.11 and 3.12 support


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-modelcluster/Makefile \
    pkgsrc/www/py-django-modelcluster/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-modelcluster/PLIST

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-modelcluster/Makefile
diff -u pkgsrc/www/py-django-modelcluster/Makefile:1.5 pkgsrc/www/py-django-modelcluster/Makefile:1.6
--- pkgsrc/www/py-django-modelcluster/Makefile:1.5      Wed Apr 12 11:14:05 2023
+++ pkgsrc/www/py-django-modelcluster/Makefile  Fri Feb  9 12:41:07 2024
@@ -1,28 +1,25 @@
-# $NetBSD: Makefile,v 1.5 2023/04/12 11:14:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/09 12:41:07 adam Exp $
 
-DISTNAME=      django-modelcluster-6.0
+DISTNAME=      django-modelcluster-6.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=wagtail/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-modelcluster/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/wagtail/django-modelcluster
 COMMENT=       Django extension for offline model instances
 LICENSE=       modified-bsd
 
-GITHUB_PROJECT=        django-modelcluster
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django4
+DEPENDS+=      ${PYPKGPREFIX}-pytz>=2022.4:../../time/py-pytz
+# taggit
+DEPENDS+=      ${PYPKGPREFIX}-django-taggit>=3.1:../../www/py-django-taggit
 
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
+USE_LANGUAGES= # none
 
-DEPENDS+=      ${PYPKGPREFIX}-pytz>=2015.2:../../time/py-pytz
-DEPENDS+=      ${PYPKGPREFIX}-django-taggit>=0.20:../../www/py-django-taggit
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_LANGUAGES=         # none
-
-do-test:
-       cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-modelcluster/distinfo
diff -u pkgsrc/www/py-django-modelcluster/distinfo:1.5 pkgsrc/www/py-django-modelcluster/distinfo:1.6
--- pkgsrc/www/py-django-modelcluster/distinfo:1.5      Wed Apr 12 11:14:05 2023
+++ pkgsrc/www/py-django-modelcluster/distinfo  Fri Feb  9 12:41:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/04/12 11:14:05 joerg Exp $
+$NetBSD: distinfo,v 1.6 2024/02/09 12:41:07 adam Exp $
 
-BLAKE2s (django-modelcluster-6.0.tar.gz) = 19f2710598402bc341a9f7f7a462970c5030981d1306ba36212edec8e8bbec55
-SHA512 (django-modelcluster-6.0.tar.gz) = 36ac8f73a131a14a163c5dbb505e907a980aa912c7fe109b403993f3da92a7410053420b42e2c645d7478c9802e94b322cccad9940c556524eba51845ee1e900
-Size (django-modelcluster-6.0.tar.gz) = 51520 bytes
+BLAKE2s (django-modelcluster-6.2.1.tar.gz) = 4b952edf2d107f66d7005eb2d0aa68b43c84446a707b44312bb6c13de1cc0254
+SHA512 (django-modelcluster-6.2.1.tar.gz) = 4e6ec1f727323be5307f0c203a6c63c46cb2b716fea8a4ac6117c9e3c481dfb59abbf5cdcdf64ee33509aa6aa014bb1140b49f967c772570d74844b751751668
+Size (django-modelcluster-6.2.1.tar.gz) = 27121 bytes

Index: pkgsrc/www/py-django-modelcluster/PLIST
diff -u pkgsrc/www/py-django-modelcluster/PLIST:1.1 pkgsrc/www/py-django-modelcluster/PLIST:1.2
--- pkgsrc/www/py-django-modelcluster/PLIST:1.1 Tue Aug  4 00:35:05 2020
+++ pkgsrc/www/py-django-modelcluster/PLIST     Fri Feb  9 12:41:07 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/04 00:35:05 joerg Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/02/09 12:41:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/modelcluster/__init__.py
 ${PYSITELIB}/modelcluster/__init__.pyc
 ${PYSITELIB}/modelcluster/__init__.pyo



Home | Main Index | Thread Index | Old Index