pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-polymorphic py-django-polymorphic: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30db141f6ae7
branches:  trunk
changeset: 445055:30db141f6ae7
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 16 09:27:05 2021 +0000

description:
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!

diffstat:

 www/py-django-polymorphic/Makefile |   8 +++++---
 www/py-django-polymorphic/PLIST    |  23 +----------------------
 www/py-django-polymorphic/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 30 deletions(-)

diffs (90 lines):

diff -r 1fb88370bca4 -r 30db141f6ae7 www/py-django-polymorphic/Makefile
--- a/www/py-django-polymorphic/Makefile        Sat Jan 16 09:26:26 2021 +0000
+++ b/www/py-django-polymorphic/Makefile        Sat Jan 16 09:27:05 2021 +0000
@@ -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 @@
 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"
diff -r 1fb88370bca4 -r 30db141f6ae7 www/py-django-polymorphic/PLIST
--- a/www/py-django-polymorphic/PLIST   Sat Jan 16 09:26:26 2021 +0000
+++ b/www/py-django-polymorphic/PLIST   Sat Jan 16 09:27:05 2021 +0000
@@ -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/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/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
diff -r 1fb88370bca4 -r 30db141f6ae7 www/py-django-polymorphic/distinfo
--- a/www/py-django-polymorphic/distinfo        Sat Jan 16 09:26:26 2021 +0000
+++ b/www/py-django-polymorphic/distinfo        Sat Jan 16 09:27:05 2021 +0000
@@ -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