pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 11 06:07:35 UTC 2026

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

Log Message:
py-django-localflavor: updated to 5.1

5.1   (2026-08-01)

New flavors:

- Added local flavor for Qatar
- Added local flavor for Taiwan
- Added local flavor for United Arab Emirates

New fields for existing flavors:

- US: Added ``USIndividualTaxpayerIdentificationNumberField``,
  ``USAdoptionTaxpayerIdentificationNumberField``, and
  ``USTaxpayerIdentificationNumberField`` form and model fields for validating
  ITINs, ATINs, and any valid U.S. taxpayer identification number (SSN, ITIN,
  or ATIN).

Modifications to existing flavors:

- Fix REGON validation for PL
- Update SI postal codes
- Update BR CNPJ validator to accept new alphanumeric format
- Added Falkland Islands (Malvinas), Honduras, Oman, Somalia and Yemen to IBAN_COUNTRY_CODE_LENGTH dict based on
  version 101 of the IBAN registry document from December 2025. The minium version of python-stdnum is now 2.2.
- Updated NORDEA_COUNTRY_CODE_LENGTH with data from nordea-country-and-currency-list.pdf v2.2


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-localflavor/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-localflavor/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-localflavor/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-localflavor/Makefile
diff -u pkgsrc/www/py-django-localflavor/Makefile:1.8 pkgsrc/www/py-django-localflavor/Makefile:1.9
--- pkgsrc/www/py-django-localflavor/Makefile:1.8       Fri Oct 31 10:53:33 2025
+++ pkgsrc/www/py-django-localflavor/Makefile   Tue Aug 11 06:07:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/10/31 10:53:33 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/08/11 06:07:35 adam Exp $
 
-DISTNAME=      django_localflavor-5.0
+DISTNAME=      django_localflavor-5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-localflavor/}
@@ -12,7 +12,7 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
-DEPENDS+=      ${PYPKGPREFIX}-stdnum>=1.6:../../misc/py-stdnum
+DEPENDS+=      ${PYPKGPREFIX}-stdnum>=2.2:../../misc/py-stdnum
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-localflavor/PLIST
diff -u pkgsrc/www/py-django-localflavor/PLIST:1.4 pkgsrc/www/py-django-localflavor/PLIST:1.5
--- pkgsrc/www/py-django-localflavor/PLIST:1.4  Fri Oct 31 10:53:33 2025
+++ pkgsrc/www/py-django-localflavor/PLIST      Tue Aug 11 06:07:35 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/10/31 10:53:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/08/11 06:07:35 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,6 +7,21 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/localflavor/__init__.py
 ${PYSITELIB}/localflavor/__init__.pyc
 ${PYSITELIB}/localflavor/__init__.pyo
+${PYSITELIB}/localflavor/ae/__init__.py
+${PYSITELIB}/localflavor/ae/__init__.pyc
+${PYSITELIB}/localflavor/ae/__init__.pyo
+${PYSITELIB}/localflavor/ae/ae_emirates.py
+${PYSITELIB}/localflavor/ae/ae_emirates.pyc
+${PYSITELIB}/localflavor/ae/ae_emirates.pyo
+${PYSITELIB}/localflavor/ae/forms.py
+${PYSITELIB}/localflavor/ae/forms.pyc
+${PYSITELIB}/localflavor/ae/forms.pyo
+${PYSITELIB}/localflavor/ae/models.py
+${PYSITELIB}/localflavor/ae/models.pyc
+${PYSITELIB}/localflavor/ae/models.pyo
+${PYSITELIB}/localflavor/ae/validators.py
+${PYSITELIB}/localflavor/ae/validators.pyc
+${PYSITELIB}/localflavor/ae/validators.pyo
 ${PYSITELIB}/localflavor/ar/__init__.py
 ${PYSITELIB}/localflavor/ar/__init__.pyc
 ${PYSITELIB}/localflavor/ar/__init__.pyo
@@ -757,6 +772,21 @@ ${PYSITELIB}/localflavor/py_/forms.pyo
 ${PYSITELIB}/localflavor/py_/py_department.py
 ${PYSITELIB}/localflavor/py_/py_department.pyc
 ${PYSITELIB}/localflavor/py_/py_department.pyo
+${PYSITELIB}/localflavor/qa/__init__.py
+${PYSITELIB}/localflavor/qa/__init__.pyc
+${PYSITELIB}/localflavor/qa/__init__.pyo
+${PYSITELIB}/localflavor/qa/forms.py
+${PYSITELIB}/localflavor/qa/forms.pyc
+${PYSITELIB}/localflavor/qa/forms.pyo
+${PYSITELIB}/localflavor/qa/models.py
+${PYSITELIB}/localflavor/qa/models.pyc
+${PYSITELIB}/localflavor/qa/models.pyo
+${PYSITELIB}/localflavor/qa/qa_municipalities.py
+${PYSITELIB}/localflavor/qa/qa_municipalities.pyc
+${PYSITELIB}/localflavor/qa/qa_municipalities.pyo
+${PYSITELIB}/localflavor/qa/validators.py
+${PYSITELIB}/localflavor/qa/validators.pyc
+${PYSITELIB}/localflavor/qa/validators.pyo
 ${PYSITELIB}/localflavor/ro/__init__.py
 ${PYSITELIB}/localflavor/ro/__init__.pyc
 ${PYSITELIB}/localflavor/ro/__init__.pyo
@@ -832,6 +862,15 @@ ${PYSITELIB}/localflavor/tr/forms.pyo
 ${PYSITELIB}/localflavor/tr/tr_provinces.py
 ${PYSITELIB}/localflavor/tr/tr_provinces.pyc
 ${PYSITELIB}/localflavor/tr/tr_provinces.pyo
+${PYSITELIB}/localflavor/tw/__init__.py
+${PYSITELIB}/localflavor/tw/__init__.pyc
+${PYSITELIB}/localflavor/tw/__init__.pyo
+${PYSITELIB}/localflavor/tw/forms.py
+${PYSITELIB}/localflavor/tw/forms.pyc
+${PYSITELIB}/localflavor/tw/forms.pyo
+${PYSITELIB}/localflavor/tw/tw_choices.py
+${PYSITELIB}/localflavor/tw/tw_choices.pyc
+${PYSITELIB}/localflavor/tw/tw_choices.pyo
 ${PYSITELIB}/localflavor/ua/__init__.py
 ${PYSITELIB}/localflavor/ua/__init__.pyc
 ${PYSITELIB}/localflavor/ua/__init__.pyo

Index: pkgsrc/www/py-django-localflavor/distinfo
diff -u pkgsrc/www/py-django-localflavor/distinfo:1.3 pkgsrc/www/py-django-localflavor/distinfo:1.4
--- pkgsrc/www/py-django-localflavor/distinfo:1.3       Fri Oct 31 10:53:33 2025
+++ pkgsrc/www/py-django-localflavor/distinfo   Tue Aug 11 06:07:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/10/31 10:53:33 adam Exp $
+$NetBSD: distinfo,v 1.4 2026/08/11 06:07:35 adam Exp $
 
-BLAKE2s (django_localflavor-5.0.tar.gz) = 1d31d28860e223c519c35efb451fc9c02e9c11a1c2803dc534e449482e303041
-SHA512 (django_localflavor-5.0.tar.gz) = 31fd8d9331a866ce55ce948e175435683131ea02e65e0a05ed081c5b55cea25f623dd46a5082375b99f35b741851e5220c2902ce6d209da2a87923787398e9de
-Size (django_localflavor-5.0.tar.gz) = 5000251 bytes
+BLAKE2s (django_localflavor-5.1.tar.gz) = 23d4e6ecc63c5d174980792a96614ed279d13b2aef90c1946fbf9c2cbe6ff78a
+SHA512 (django_localflavor-5.1.tar.gz) = d37817f1704386f98cd0b794beaf72c5e2a8a88ba3883f08880c3a4d58c6525bf0319c0edbd1483565de2b549239fa37d3525a3bbe5958f777e6b6f0fca1c367
+Size (django_localflavor-5.1.tar.gz) = 3053847 bytes



Home | Main Index | Thread Index | Old Index