pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-polymorphic
Module Name: pkgsrc
Committed By: adam
Date: Sat Jan 16 09:27:05 UTC 2021
Modified Files:
pkgsrc/www/py-django-polymorphic: Makefile PLIST distinfo
Log Message:
py-django-polymorphic: updated to 3.0.0
Changes in 3.0.0
Support for Django 3.X
Dropped support for python 2.X
A lot of various fixes and improvements by various authors. Thanks a lot!
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-polymorphic/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-polymorphic/PLIST \
pkgsrc/www/py-django-polymorphic/distinfo
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-polymorphic/Makefile
diff -u pkgsrc/www/py-django-polymorphic/Makefile:1.5 pkgsrc/www/py-django-polymorphic/Makefile:1.6
--- pkgsrc/www/py-django-polymorphic/Makefile:1.5 Fri Jun 19 11:55:27 2020
+++ pkgsrc/www/py-django-polymorphic/Makefile Sat Jan 16 09:27:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/06/19 11:55:27 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/16 09:27:05 adam Exp $
-DISTNAME= django-polymorphic-2.1.2
+DISTNAME= django-polymorphic-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django_polymorphic/}
@@ -10,9 +10,11 @@ HOMEPAGE= https://github.com/chrisglass/
COMMENT= Simplifies using inherited models in Django projects
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-django>=2.1:../../www/py-django2
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-polymorphic/PLIST
diff -u pkgsrc/www/py-django-polymorphic/PLIST:1.4 pkgsrc/www/py-django-polymorphic/PLIST:1.5
--- pkgsrc/www/py-django-polymorphic/PLIST:1.4 Fri Jun 19 11:55:27 2020
+++ pkgsrc/www/py-django-polymorphic/PLIST Sat Jan 16 09:27:05 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/06/19 11:55:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/01/16 09:27:05 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -58,9 +58,6 @@ ${PYSITELIB}/polymorphic/formsets/models
${PYSITELIB}/polymorphic/formsets/utils.py
${PYSITELIB}/polymorphic/formsets/utils.pyc
${PYSITELIB}/polymorphic/formsets/utils.pyo
-${PYSITELIB}/polymorphic/locale/en/LC_MESSAGES/django.po
-${PYSITELIB}/polymorphic/locale/es/LC_MESSAGES/django.po
-${PYSITELIB}/polymorphic/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/polymorphic/managers.py
${PYSITELIB}/polymorphic/managers.pyc
${PYSITELIB}/polymorphic/managers.pyo
@@ -92,30 +89,12 @@ ${PYSITELIB}/polymorphic/templatetags/po
${PYSITELIB}/polymorphic/templatetags/polymorphic_formset_tags.py
${PYSITELIB}/polymorphic/templatetags/polymorphic_formset_tags.pyc
${PYSITELIB}/polymorphic/templatetags/polymorphic_formset_tags.pyo
-${PYSITELIB}/polymorphic/tests/__init__.py
-${PYSITELIB}/polymorphic/tests/__init__.pyc
-${PYSITELIB}/polymorphic/tests/__init__.pyo
${PYSITELIB}/polymorphic/tests/migrations/0001_initial.py
${PYSITELIB}/polymorphic/tests/migrations/0001_initial.pyc
${PYSITELIB}/polymorphic/tests/migrations/0001_initial.pyo
${PYSITELIB}/polymorphic/tests/migrations/__init__.py
${PYSITELIB}/polymorphic/tests/migrations/__init__.pyc
${PYSITELIB}/polymorphic/tests/migrations/__init__.pyo
-${PYSITELIB}/polymorphic/tests/test_admin.py
-${PYSITELIB}/polymorphic/tests/test_admin.pyc
-${PYSITELIB}/polymorphic/tests/test_admin.pyo
-${PYSITELIB}/polymorphic/tests/test_multidb.py
-${PYSITELIB}/polymorphic/tests/test_multidb.pyc
-${PYSITELIB}/polymorphic/tests/test_multidb.pyo
-${PYSITELIB}/polymorphic/tests/test_orm.py
-${PYSITELIB}/polymorphic/tests/test_orm.pyc
-${PYSITELIB}/polymorphic/tests/test_orm.pyo
-${PYSITELIB}/polymorphic/tests/test_regression.py
-${PYSITELIB}/polymorphic/tests/test_regression.pyc
-${PYSITELIB}/polymorphic/tests/test_regression.pyo
-${PYSITELIB}/polymorphic/tests/test_utils.py
-${PYSITELIB}/polymorphic/tests/test_utils.pyc
-${PYSITELIB}/polymorphic/tests/test_utils.pyo
${PYSITELIB}/polymorphic/utils.py
${PYSITELIB}/polymorphic/utils.pyc
${PYSITELIB}/polymorphic/utils.pyo
Index: pkgsrc/www/py-django-polymorphic/distinfo
diff -u pkgsrc/www/py-django-polymorphic/distinfo:1.4 pkgsrc/www/py-django-polymorphic/distinfo:1.5
--- pkgsrc/www/py-django-polymorphic/distinfo:1.4 Fri Jun 19 11:55:27 2020
+++ pkgsrc/www/py-django-polymorphic/distinfo Sat Jan 16 09:27:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/06/19 11:55:27 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/01/16 09:27:05 adam Exp $
-SHA1 (django-polymorphic-2.1.2.tar.gz) = 48f0f7f35ec1b519ddf47c8088692c23f926b86f
-RMD160 (django-polymorphic-2.1.2.tar.gz) = 3adb9dd8ce70f877b7b26fc4b5750b4728631683
-SHA512 (django-polymorphic-2.1.2.tar.gz) = 1bdc45b0521b402a45329e9b50386a2e0e9d1ff6a1d55af577ca0acffb630f8a74ca1407113bddf9bce2c1367a793110b634b8f974ea3c815fdf05f159f676e6
-Size (django-polymorphic-2.1.2.tar.gz) = 100589 bytes
+SHA1 (django-polymorphic-3.0.0.tar.gz) = 40e20c0b35722e46273f670d34e90c38d58648e9
+RMD160 (django-polymorphic-3.0.0.tar.gz) = 1cbd6f85f2a55737d0b011056efd3b61962f7d43
+SHA512 (django-polymorphic-3.0.0.tar.gz) = 31470ebd2ff86479d07ee6063a9e67a606369e31c62ba6b16a92464eb2fffd9e92eefe7a86636f4a7f82e1373b4ffceebc03bbcf99060bfa20be3d09a725f733
+Size (django-polymorphic-3.0.0.tar.gz) = 51140 bytes
Home |
Main Index |
Thread Index |
Old Index