pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-registration py-django-registration: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d736e9d63c
branches:  trunk
changeset: 376214:92d736e9d63c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 27 07:40:08 2018 +0000

description:
py-django-registration: updated to 2.4.1

2.4.1:
Bug fixes.

diffstat:

 www/py-django-registration/Makefile               |  11 +++++------
 www/py-django-registration/PLIST                  |   5 ++++-
 www/py-django-registration/distinfo               |  11 +++++------
 www/py-django-registration/patches/patch-setup.py |  14 --------------
 4 files changed, 14 insertions(+), 27 deletions(-)

diffs (82 lines):

diff -r 6a2606b910f9 -r 92d736e9d63c www/py-django-registration/Makefile
--- a/www/py-django-registration/Makefile       Tue Feb 27 07:01:50 2018 +0000
+++ b/www/py-django-registration/Makefile       Tue Feb 27 07:40:08 2018 +0000
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.10 2017/12/10 16:36:31 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/02/27 07:40:08 adam Exp $
 
-DISTNAME=      django-registration-2.3
+DISTNAME=      django-registration-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-registration/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     https://bitbucket.org/ubernostrum/django-registration/wiki/Home
+HOMEPAGE=      https://github.com/ubernostrum/django-registration
 COMMENT=       User-registration application for Django
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-confusable_homoglyphs>=2.0:../../converters/py-confusable_homoglyphs
+DEPENDS+=      ${PYPKGPREFIX}-confusable_homoglyphs>=3.0:../../converters/py-confusable_homoglyphs
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
 
-USE_LANGUAGES=         # none
-USE_PKGLOCALEDIR=      yes
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6a2606b910f9 -r 92d736e9d63c www/py-django-registration/PLIST
--- a/www/py-django-registration/PLIST  Tue Feb 27 07:01:50 2018 +0000
+++ b/www/py-django-registration/PLIST  Tue Feb 27 07:40:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/12/10 16:36:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/02/27 07:40:08 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -159,6 +159,9 @@
 ${PYSITELIB}/registration/tests/templates/registration/registration_closed.html
 ${PYSITELIB}/registration/tests/templates/registration/registration_complete.html
 ${PYSITELIB}/registration/tests/templates/registration/registration_form.html
+${PYSITELIB}/registration/tests/test_django_auth_integration.py
+${PYSITELIB}/registration/tests/test_django_auth_integration.pyc
+${PYSITELIB}/registration/tests/test_django_auth_integration.pyo
 ${PYSITELIB}/registration/tests/test_forms.py
 ${PYSITELIB}/registration/tests/test_forms.pyc
 ${PYSITELIB}/registration/tests/test_forms.pyo
diff -r 6a2606b910f9 -r 92d736e9d63c www/py-django-registration/distinfo
--- a/www/py-django-registration/distinfo       Tue Feb 27 07:01:50 2018 +0000
+++ b/www/py-django-registration/distinfo       Tue Feb 27 07:40:08 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/12/10 16:36:31 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/02/27 07:40:08 adam Exp $
 
-SHA1 (django-registration-2.3.tar.gz) = 43c6a2cc9cf623ced29b40105a6151c1db71cb0c
-RMD160 (django-registration-2.3.tar.gz) = c8da6a11b9e97396a06c2110bbae7d2879d07aac
-SHA512 (django-registration-2.3.tar.gz) = 432a22872ef77ddfa309a87ce12236d57a397ab5a860a95ff7d3189dc82a98340bd1b80acc2574c75360320acd003098314b58450b23b1f4d7d4ace372ce60a1
-Size (django-registration-2.3.tar.gz) = 1753181 bytes
-SHA1 (patch-setup.py) = b1e5a48aff2cb7c6975a4b2af5223fea1fdd8290
+SHA1 (django-registration-2.4.1.tar.gz) = f666f3c03486d6eebd2e3d7fba05f73edb26d407
+RMD160 (django-registration-2.4.1.tar.gz) = 988ba17393989358c4e5fb45a2ccfbe06c314cdd
+SHA512 (django-registration-2.4.1.tar.gz) = 07de45d0d0cc9d5255847a366cb590f9d1aa9cf5f368d3798a3b495c8551acd1c0dc02583697b5df02da5d61220288139768755cf4a1f3a43b905733bb191bfd
+Size (django-registration-2.4.1.tar.gz) = 1753993 bytes
diff -r 6a2606b910f9 -r 92d736e9d63c www/py-django-registration/patches/patch-setup.py
--- a/www/py-django-registration/patches/patch-setup.py Tue Feb 27 07:01:50 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2017/12/10 16:36:31 adam Exp $
-
-Allow newer versions of py-confusable_homoglyphs.
-
---- setup.py.orig      2017-12-10 16:29:14.000000000 +0000
-+++ setup.py
-@@ -62,6 +62,6 @@ setup(name='django-registration',
-           'Topic :: Utilities'],
-       install_requires=[
-           'Django>=1.8,!=1.9.*',
--          'confusable_homoglyphs~=2.0',
-+          'confusable_homoglyphs>=2.0',
-       ],
- )



Home | Main Index | Thread Index | Old Index