pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb  8 14:46:50 UTC 2024

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

Log Message:
py-django-registration: updated to 3.4

3.4
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-django-registration/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-registration/PLIST \
    pkgsrc/www/py-django-registration/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-registration/Makefile
diff -u pkgsrc/www/py-django-registration/Makefile:1.13 pkgsrc/www/py-django-registration/Makefile:1.14
--- pkgsrc/www/py-django-registration/Makefile:1.13     Thu Jul 13 10:03:29 2023
+++ pkgsrc/www/py-django-registration/Makefile  Thu Feb  8 14:46:49 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2023/07/13 10:03:29 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/02/08 14:46:49 adam Exp $
 
-DISTNAME=      django-registration-2.4.1
+DISTNAME=      django-registration-3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-registration/}
 
@@ -11,12 +10,14 @@ HOMEPAGE=   https://github.com/ubernostrum
 COMMENT=       User-registration application for Django
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-confusable_homoglyphs>=3.0:../../converters/py-confusable_homoglyphs
-DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django3
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-registration/PLIST
diff -u pkgsrc/www/py-django-registration/PLIST:1.7 pkgsrc/www/py-django-registration/PLIST:1.8
--- pkgsrc/www/py-django-registration/PLIST:1.7 Tue Feb 27 07:40:08 2018
+++ pkgsrc/www/py-django-registration/PLIST     Thu Feb  8 14:46:49 2024
@@ -1,197 +1,114 @@
-@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
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/registration/__init__.py
-${PYSITELIB}/registration/__init__.pyc
-${PYSITELIB}/registration/__init__.pyo
-${PYSITELIB}/registration/admin.py
-${PYSITELIB}/registration/admin.pyc
-${PYSITELIB}/registration/admin.pyo
-${PYSITELIB}/registration/auth_urls.py
-${PYSITELIB}/registration/auth_urls.pyc
-${PYSITELIB}/registration/auth_urls.pyo
-${PYSITELIB}/registration/auth_urls_classes.py
-${PYSITELIB}/registration/auth_urls_classes.pyc
-${PYSITELIB}/registration/auth_urls_classes.pyo
-${PYSITELIB}/registration/auth_urls_functions.py
-${PYSITELIB}/registration/auth_urls_functions.pyc
-${PYSITELIB}/registration/auth_urls_functions.pyo
-${PYSITELIB}/registration/backends/__init__.py
-${PYSITELIB}/registration/backends/__init__.pyc
-${PYSITELIB}/registration/backends/__init__.pyo
-${PYSITELIB}/registration/backends/default/__init__.py
-${PYSITELIB}/registration/backends/default/__init__.pyc
-${PYSITELIB}/registration/backends/default/__init__.pyo
-${PYSITELIB}/registration/backends/default/urls.py
-${PYSITELIB}/registration/backends/default/urls.pyc
-${PYSITELIB}/registration/backends/default/urls.pyo
-${PYSITELIB}/registration/backends/default/views.py
-${PYSITELIB}/registration/backends/default/views.pyc
-${PYSITELIB}/registration/backends/default/views.pyo
-${PYSITELIB}/registration/backends/hmac/__init__.py
-${PYSITELIB}/registration/backends/hmac/__init__.pyc
-${PYSITELIB}/registration/backends/hmac/__init__.pyo
-${PYSITELIB}/registration/backends/hmac/urls.py
-${PYSITELIB}/registration/backends/hmac/urls.pyc
-${PYSITELIB}/registration/backends/hmac/urls.pyo
-${PYSITELIB}/registration/backends/hmac/views.py
-${PYSITELIB}/registration/backends/hmac/views.pyc
-${PYSITELIB}/registration/backends/hmac/views.pyo
-${PYSITELIB}/registration/backends/model_activation/__init__.py
-${PYSITELIB}/registration/backends/model_activation/__init__.pyc
-${PYSITELIB}/registration/backends/model_activation/__init__.pyo
-${PYSITELIB}/registration/backends/model_activation/urls.py
-${PYSITELIB}/registration/backends/model_activation/urls.pyc
-${PYSITELIB}/registration/backends/model_activation/urls.pyo
-${PYSITELIB}/registration/backends/model_activation/views.py
-${PYSITELIB}/registration/backends/model_activation/views.pyc
-${PYSITELIB}/registration/backends/model_activation/views.pyo
-${PYSITELIB}/registration/backends/simple/__init__.py
-${PYSITELIB}/registration/backends/simple/__init__.pyc
-${PYSITELIB}/registration/backends/simple/__init__.pyo
-${PYSITELIB}/registration/backends/simple/urls.py
-${PYSITELIB}/registration/backends/simple/urls.pyc
-${PYSITELIB}/registration/backends/simple/urls.pyo
-${PYSITELIB}/registration/backends/simple/views.py
-${PYSITELIB}/registration/backends/simple/views.pyc
-${PYSITELIB}/registration/backends/simple/views.pyo
-${PYSITELIB}/registration/forms.py
-${PYSITELIB}/registration/forms.pyc
-${PYSITELIB}/registration/forms.pyo
-${PYSITELIB}/registration/locale/ar/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/ar/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/bg/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/bg/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/ca/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/ca/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/cs/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/cs/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/da/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/da/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/de/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/de/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/el/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/el/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/en/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/en/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/es/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/es/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/es_AR/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/es_AR/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/fa/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/fa/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/fr/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/fr/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/he/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/he/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/hr/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/hr/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/is/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/is/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/it/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/it/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/ja/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/ja/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/ko/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/ko/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/nb/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/nb/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/nl/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/nl/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/pl/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/pl/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/pt/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/pt/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/pt_BR/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/pt_BR/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/ru/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/ru/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/sl/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/sl/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/sr/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/sr/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/sv/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/sv/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/tr_TR/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/tr_TR/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/zh_CN/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/zh_CN/LC_MESSAGES/django.po
-${PYSITELIB}/registration/locale/zh_TW/LC_MESSAGES/django.mo
-${PYSITELIB}/registration/locale/zh_TW/LC_MESSAGES/django.po
-${PYSITELIB}/registration/management/__init__.py
-${PYSITELIB}/registration/management/__init__.pyc
-${PYSITELIB}/registration/management/__init__.pyo
-${PYSITELIB}/registration/management/commands/__init__.py
-${PYSITELIB}/registration/management/commands/__init__.pyc
-${PYSITELIB}/registration/management/commands/__init__.pyo
-${PYSITELIB}/registration/management/commands/cleanupregistration.py
-${PYSITELIB}/registration/management/commands/cleanupregistration.pyc
-${PYSITELIB}/registration/management/commands/cleanupregistration.pyo
-${PYSITELIB}/registration/migrations/0001_initial.py
-${PYSITELIB}/registration/migrations/0001_initial.pyc
-${PYSITELIB}/registration/migrations/0001_initial.pyo
-${PYSITELIB}/registration/migrations/__init__.py
-${PYSITELIB}/registration/migrations/__init__.pyc
-${PYSITELIB}/registration/migrations/__init__.pyo
-${PYSITELIB}/registration/models.py
-${PYSITELIB}/registration/models.pyc
-${PYSITELIB}/registration/models.pyo
-${PYSITELIB}/registration/runtests.py
-${PYSITELIB}/registration/runtests.pyc
-${PYSITELIB}/registration/runtests.pyo
-${PYSITELIB}/registration/signals.py
-${PYSITELIB}/registration/signals.pyc
-${PYSITELIB}/registration/signals.pyo
-${PYSITELIB}/registration/tests/__init__.py
-${PYSITELIB}/registration/tests/__init__.pyc
-${PYSITELIB}/registration/tests/__init__.pyo
-${PYSITELIB}/registration/tests/base.py
-${PYSITELIB}/registration/tests/base.pyc
-${PYSITELIB}/registration/tests/base.pyo
-${PYSITELIB}/registration/tests/templates/registration/activate.html
-${PYSITELIB}/registration/tests/templates/registration/activation_complete.html
-${PYSITELIB}/registration/tests/templates/registration/activation_email.txt
-${PYSITELIB}/registration/tests/templates/registration/activation_email_subject.txt
-${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
-${PYSITELIB}/registration/tests/test_hmac_workflow.py
-${PYSITELIB}/registration/tests/test_hmac_workflow.pyc
-${PYSITELIB}/registration/tests/test_hmac_workflow.pyo
-${PYSITELIB}/registration/tests/test_model_workflow.py
-${PYSITELIB}/registration/tests/test_model_workflow.pyc
-${PYSITELIB}/registration/tests/test_model_workflow.pyo
-${PYSITELIB}/registration/tests/test_models.py
-${PYSITELIB}/registration/tests/test_models.pyc
-${PYSITELIB}/registration/tests/test_models.pyo
-${PYSITELIB}/registration/tests/test_simple_workflow.py
-${PYSITELIB}/registration/tests/test_simple_workflow.pyc
-${PYSITELIB}/registration/tests/test_simple_workflow.pyo
-${PYSITELIB}/registration/tests/test_views.py
-${PYSITELIB}/registration/tests/test_views.pyc
-${PYSITELIB}/registration/tests/test_views.pyo
-${PYSITELIB}/registration/tests/urls.py
-${PYSITELIB}/registration/tests/urls.pyc
-${PYSITELIB}/registration/tests/urls.pyo
-${PYSITELIB}/registration/tests/views.py
-${PYSITELIB}/registration/tests/views.pyc
-${PYSITELIB}/registration/tests/views.pyo
-${PYSITELIB}/registration/urls.py
-${PYSITELIB}/registration/urls.pyc
-${PYSITELIB}/registration/urls.pyo
-${PYSITELIB}/registration/validators.py
-${PYSITELIB}/registration/validators.pyc
-${PYSITELIB}/registration/validators.pyo
-${PYSITELIB}/registration/views.py
-${PYSITELIB}/registration/views.pyc
-${PYSITELIB}/registration/views.pyo
+@comment $NetBSD: PLIST,v 1.8 2024/02/08 14:46:49 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/django_registration/__init__.py
+${PYSITELIB}/django_registration/__init__.pyc
+${PYSITELIB}/django_registration/__init__.pyo
+${PYSITELIB}/django_registration/backends/__init__.py
+${PYSITELIB}/django_registration/backends/__init__.pyc
+${PYSITELIB}/django_registration/backends/__init__.pyo
+${PYSITELIB}/django_registration/backends/activation/__init__.py
+${PYSITELIB}/django_registration/backends/activation/__init__.pyc
+${PYSITELIB}/django_registration/backends/activation/__init__.pyo
+${PYSITELIB}/django_registration/backends/activation/urls.py
+${PYSITELIB}/django_registration/backends/activation/urls.pyc
+${PYSITELIB}/django_registration/backends/activation/urls.pyo
+${PYSITELIB}/django_registration/backends/activation/views.py
+${PYSITELIB}/django_registration/backends/activation/views.pyc
+${PYSITELIB}/django_registration/backends/activation/views.pyo
+${PYSITELIB}/django_registration/backends/one_step/__init__.py
+${PYSITELIB}/django_registration/backends/one_step/__init__.pyc
+${PYSITELIB}/django_registration/backends/one_step/__init__.pyo
+${PYSITELIB}/django_registration/backends/one_step/urls.py
+${PYSITELIB}/django_registration/backends/one_step/urls.pyc
+${PYSITELIB}/django_registration/backends/one_step/urls.pyo
+${PYSITELIB}/django_registration/backends/one_step/views.py
+${PYSITELIB}/django_registration/backends/one_step/views.pyc
+${PYSITELIB}/django_registration/backends/one_step/views.pyo
+${PYSITELIB}/django_registration/exceptions.py
+${PYSITELIB}/django_registration/exceptions.pyc
+${PYSITELIB}/django_registration/exceptions.pyo
+${PYSITELIB}/django_registration/forms.py
+${PYSITELIB}/django_registration/forms.pyc
+${PYSITELIB}/django_registration/forms.pyo
+${PYSITELIB}/django_registration/locale/ar/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/ar/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/bg/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/bg/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/ca/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/ca/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/cs/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/cs/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/da/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/da/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/de/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/de/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/el/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/el/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/en/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/en/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/es/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/es/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/es_AR/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/es_AR/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/fa/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/fa/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/fr/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/he/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/he/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/hr/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/hr/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/id/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/id/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/is/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/is/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/it/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/it/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/ja/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/ja/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/ko/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/ko/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/nb/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/nb/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/nl/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/nl/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/pl/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/pl/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/pt/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/pt/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/pt_BR/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/pt_BR/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/ru/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/ru/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/sl/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/sl/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/sr/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/sr/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/sv/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/sv/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/tr_TR/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/zh_CN/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/zh_CN/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/locale/zh_TW/LC_MESSAGES/django.mo
+${PYSITELIB}/django_registration/locale/zh_TW/LC_MESSAGES/django.po
+${PYSITELIB}/django_registration/migrations/0001_initial.py
+${PYSITELIB}/django_registration/migrations/0001_initial.pyc
+${PYSITELIB}/django_registration/migrations/0001_initial.pyo
+${PYSITELIB}/django_registration/migrations/__init__.py
+${PYSITELIB}/django_registration/migrations/__init__.pyc
+${PYSITELIB}/django_registration/migrations/__init__.pyo
+${PYSITELIB}/django_registration/signals.py
+${PYSITELIB}/django_registration/signals.pyc
+${PYSITELIB}/django_registration/signals.pyo
+${PYSITELIB}/django_registration/validators.py
+${PYSITELIB}/django_registration/validators.pyc
+${PYSITELIB}/django_registration/validators.pyo
+${PYSITELIB}/django_registration/views.py
+${PYSITELIB}/django_registration/views.pyc
+${PYSITELIB}/django_registration/views.pyo
Index: pkgsrc/www/py-django-registration/distinfo
diff -u pkgsrc/www/py-django-registration/distinfo:1.7 pkgsrc/www/py-django-registration/distinfo:1.8
--- pkgsrc/www/py-django-registration/distinfo:1.7      Tue Oct 26 11:30:32 2021
+++ pkgsrc/www/py-django-registration/distinfo  Thu Feb  8 14:46:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:30:32 nia Exp $
+$NetBSD: distinfo,v 1.8 2024/02/08 14:46:49 adam Exp $
 
-BLAKE2s (django-registration-2.4.1.tar.gz) = 196a4d9753b2ffea8b8a082f3ff334e7c9faad34ce1bed485246ec17dac7fbbf
-SHA512 (django-registration-2.4.1.tar.gz) = 07de45d0d0cc9d5255847a366cb590f9d1aa9cf5f368d3798a3b495c8551acd1c0dc02583697b5df02da5d61220288139768755cf4a1f3a43b905733bb191bfd
-Size (django-registration-2.4.1.tar.gz) = 1753993 bytes
+BLAKE2s (django-registration-3.4.tar.gz) = 66340cc7d1772e8bf7df6d49b41980d39ef54ad5a99981a0aea7cb277c370096
+SHA512 (django-registration-3.4.tar.gz) = 610da72654b00844dffed073be9cc36ffabe8aaf93b0cee8eb0ddc58cde82ca4c9a262481557136103af780405f2224222a8b06c2100ea6cfb0c22a6ddaab912
+Size (django-registration-3.4.tar.gz) = 89040 bytes



Home | Main Index | Thread Index | Old Index