Sat Dec 2 08:07:41 2023 UTC (177d)
py-django-localflavor: updated to 4.0

4.0   (2023-04-22)
------------------

New flavors:

- Nepal LocalFlavor: Support for Nepal added
  (`gh-451 <https://github.com/django/django-localflavor/pull/451>`_).
- Belarus localflavor
  (`gh-422 <https://github.com/django/django-localflavor/pull/422>`_,
  `gh-442 <https://github.com/django/django-localflavor/pull/442>`_).
- Ghana localflavor
  (`gh-460 <https://github.com/django/django-localflavor/pull/460>`_).

New fields for existing flavors:

- Added `fr.forms.FRRNAField` models field
  (`gh-443 <https://github.com/django/django-localflavor/pull/443>`_).
- Added permanent account number(PAN) field in Indian flavor.
  (`gh-457 <https://github.com/django/django-localflavor/pull/457>`_).
- Added the Canadian Models fields.
  (`gh-465 <https://github.com/django/django-localflavor/pull/465>`_).

Modifications to existing flavors:

- Properly validate IBANs using BBAN to ensure invalid IBANs cannot be entered,
  updated IBAN_SEPA_COUNTRIES and IBAN_COUNTRY_CODE_LENGTH to latest data
  (`gh-486 <https://github.com/django/django-localflavor/pull/486>`_).
- Fix typo in MarijampolÄ— county name in LTCountySelect
  (`gh-480 <https://github.com/django/django-localflavor/pull/480>`_).
- Add support for new Finnish identity codes
  (`gh-478 <https://github.com/django/django-localflavor/pull/478>`_).
- CIF spanish starting with 'U' bug resolved
  (`gh-469 <https://github.com/django/django-localflavor/pull/469>`_).
- Fix error code for BRPostalCodeValidator
  (`gh-448 <https://github.com/django/django-localflavor/pull/448>`_).
- Fix spelling of the India state of Chhattisgarh
  (`gh-444 <https://github.com/django/django-localflavor/pull/444>`_).
- Fix CURP regex for MX flavor
  (`gh-449 <https://github.com/django/django-localflavor/pull/449>`_).
- Change text based fields that inherited from `django.forms.Field` to inherit from `django.forms.CharField`. The
  following fields have been updated
  (`gh-446 <https://github.com/django/django-localflavor/pull/446>`_):

  - `at.forms.ATSocialSecurityNumberField`
  - `br.forms.BRStateChoiceField`
  - `ca.forms.CAProvinceField`
  - `ca.forms.CASocialInsuranceNumberField`
  - `ch.forms.CHIdentityCardNumberField`
  - `cu.forms.CUProvinceField`
  - `cu.forms.CURegionField`
  - `cz.forms.CZBirthNumberField`
  - `cz.forms.CZICNumberField`
  - `de.forms.DEIdentityCardNumberField`
  - `ee.forms.EEBusinessRegistryCode`
  - `ee.forms.EEPersonalIdentificationCode`
  - `fi.forms.FISocialSecurityNumber`
  - `gr.forms.GRTaxNumberCodeField`
  - `hr.forms.HRJMBAGField`
  - `hr.forms.HRJMBGField`
  - `hr.forms.HRLicensePlateField`
  - `hr.forms.HRPostalCodeField`
  - `id_.forms.IDLicensePlateField`
  - `id_.forms.IDNationalIdentityNumberField`
  - `id_.forms.IDPostCodeField`
  - `il.forms.ILIDNumberField`
  - `in_.forms.INAadhaarNumberField`
  - `in_.forms.INStateField`
  - `ir.forms.IRIDNumberField`
  - `it.forms.ITVatNumberField`
  - `lt.forms.LTPostalCodeField`
  - `lv.forms.LVPersonalCodeField`
  - `lv.forms.LVPostalCodeField`
  - `no.forms.NOSocialSecurityNumber`
  - `nz.forms.NZBankAccountNumberField`
  - `pt.forms.PTCitizenCardNumberField`
  - `pt.forms.PTSocialSecurityNumberField`
  - `ro.forms.ROCountyField`
  - `tr.forms.TRIdentificationNumberField`
  - `us.forms.USStateField`
- Removed inconvenient word VACA from CURP_INCONVENIENT_WORDS for MX flavor

Other changes:

- Use 'return value' when value is in the empty_values list
  (`gh-461 <https://github.com/django/django-localflavor/pull/461>`_).

- Dropped support for Django 2.2, 3.0 and 3.1.

- Dropped support for Python 3.5.

- Added support for Python 3.10 and 3.11.


(adam)
diff -r1.3 -r1.4 pkgsrc/www/py-django-localflavor/Makefile
diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/PLIST
diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/py-django-localflavor/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-localflavor/Makefile 2023/07/13 10:03:28 1.3
+++ pkgsrc/www/py-django-localflavor/Makefile 2023/12/02 08:07:41 1.4
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.3 2023/07/13 10:03:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2023/12/02 08:07:41 adam Exp $
2 2
3DISTNAME= django-localflavor-3.1 3DISTNAME= django-localflavor-4.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5CATEGORIES= www python
6CATEGORIES= www 
7MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-localflavor/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-localflavor/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://django-localflavor.readthedocs.io/en/latest/ 9HOMEPAGE= https://django-localflavor.readthedocs.io/en/latest/
11COMMENT= L18N support for Django 10COMMENT= L18N support for Django
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django3 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
15DEPENDS+= ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 15DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
 16DEPENDS+= ${PYPKGPREFIX}-stdnum>=1.6:../../misc/py-stdnum
16 17
17USE_LANGUAGES= # none 18USE_LANGUAGES= # none
18 19
19PYTHON_VERSIONS_INCOMPATIBLE= 27 20PYTHON_VERSIONS_INCOMPATIBLE= 27
20 21
21.include "../../lang/python/egg.mk" 22.include "../../lang/python/wheel.mk"
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-localflavor/PLIST 2023/03/31 01:14:36 1.1
+++ pkgsrc/www/py-django-localflavor/PLIST 2023/12/02 08:07:41 1.2
@@ -1,24 +1,19 @@ @@ -1,24 +1,19 @@
1@comment $NetBSD: PLIST,v 1.1 2023/03/31 01:14:36 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.2 2023/12/02 08:07:41 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt.py 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt.py 6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 
9${PYSITELIB}/${EGG_INFODIR}/requires.txt.py 
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
11${PYSITELIB}/${EGG_INFODIR}/top_level.txt.py 
12${PYSITELIB}/localflavor/__init__.py 7${PYSITELIB}/localflavor/__init__.py
13${PYSITELIB}/localflavor/__init__.pyc 8${PYSITELIB}/localflavor/__init__.pyc
14${PYSITELIB}/localflavor/__init__.pyo 9${PYSITELIB}/localflavor/__init__.pyo
15${PYSITELIB}/localflavor/ar/__init__.py 10${PYSITELIB}/localflavor/ar/__init__.py
16${PYSITELIB}/localflavor/ar/__init__.pyc 11${PYSITELIB}/localflavor/ar/__init__.pyc
17${PYSITELIB}/localflavor/ar/__init__.pyo 12${PYSITELIB}/localflavor/ar/__init__.pyo
18${PYSITELIB}/localflavor/ar/ar_provinces.py 13${PYSITELIB}/localflavor/ar/ar_provinces.py
19${PYSITELIB}/localflavor/ar/ar_provinces.pyc 14${PYSITELIB}/localflavor/ar/ar_provinces.pyc
20${PYSITELIB}/localflavor/ar/ar_provinces.pyo 15${PYSITELIB}/localflavor/ar/ar_provinces.pyo
21${PYSITELIB}/localflavor/ar/forms.py 16${PYSITELIB}/localflavor/ar/forms.py
22${PYSITELIB}/localflavor/ar/forms.pyc 17${PYSITELIB}/localflavor/ar/forms.pyc
23${PYSITELIB}/localflavor/ar/forms.pyo 18${PYSITELIB}/localflavor/ar/forms.pyo
24${PYSITELIB}/localflavor/at/__init__.py 19${PYSITELIB}/localflavor/at/__init__.py
@@ -74,35 +69,53 @@ ${PYSITELIB}/localflavor/br/__init__.pyc @@ -74,35 +69,53 @@ ${PYSITELIB}/localflavor/br/__init__.pyc
74${PYSITELIB}/localflavor/br/__init__.pyo 69${PYSITELIB}/localflavor/br/__init__.pyo
75${PYSITELIB}/localflavor/br/br_states.py 70${PYSITELIB}/localflavor/br/br_states.py
76${PYSITELIB}/localflavor/br/br_states.pyc 71${PYSITELIB}/localflavor/br/br_states.pyc
77${PYSITELIB}/localflavor/br/br_states.pyo 72${PYSITELIB}/localflavor/br/br_states.pyo
78${PYSITELIB}/localflavor/br/forms.py 73${PYSITELIB}/localflavor/br/forms.py
79${PYSITELIB}/localflavor/br/forms.pyc 74${PYSITELIB}/localflavor/br/forms.pyc
80${PYSITELIB}/localflavor/br/forms.pyo 75${PYSITELIB}/localflavor/br/forms.pyo
81${PYSITELIB}/localflavor/br/models.py 76${PYSITELIB}/localflavor/br/models.py
82${PYSITELIB}/localflavor/br/models.pyc 77${PYSITELIB}/localflavor/br/models.pyc
83${PYSITELIB}/localflavor/br/models.pyo 78${PYSITELIB}/localflavor/br/models.pyo
84${PYSITELIB}/localflavor/br/validators.py 79${PYSITELIB}/localflavor/br/validators.py
85${PYSITELIB}/localflavor/br/validators.pyc 80${PYSITELIB}/localflavor/br/validators.pyc
86${PYSITELIB}/localflavor/br/validators.pyo 81${PYSITELIB}/localflavor/br/validators.pyo
 82${PYSITELIB}/localflavor/by/__init__.py
 83${PYSITELIB}/localflavor/by/__init__.pyc
 84${PYSITELIB}/localflavor/by/__init__.pyo
 85${PYSITELIB}/localflavor/by/by_regions.py
 86${PYSITELIB}/localflavor/by/by_regions.pyc
 87${PYSITELIB}/localflavor/by/by_regions.pyo
 88${PYSITELIB}/localflavor/by/forms.py
 89${PYSITELIB}/localflavor/by/forms.pyc
 90${PYSITELIB}/localflavor/by/forms.pyo
 91${PYSITELIB}/localflavor/by/models.py
 92${PYSITELIB}/localflavor/by/models.pyc
 93${PYSITELIB}/localflavor/by/models.pyo
 94${PYSITELIB}/localflavor/by/validators.py
 95${PYSITELIB}/localflavor/by/validators.pyc
 96${PYSITELIB}/localflavor/by/validators.pyo
87${PYSITELIB}/localflavor/ca/__init__.py 97${PYSITELIB}/localflavor/ca/__init__.py
88${PYSITELIB}/localflavor/ca/__init__.pyc 98${PYSITELIB}/localflavor/ca/__init__.pyc
89${PYSITELIB}/localflavor/ca/__init__.pyo 99${PYSITELIB}/localflavor/ca/__init__.pyo
90${PYSITELIB}/localflavor/ca/ca_provinces.py 100${PYSITELIB}/localflavor/ca/ca_provinces.py
91${PYSITELIB}/localflavor/ca/ca_provinces.pyc 101${PYSITELIB}/localflavor/ca/ca_provinces.pyc
92${PYSITELIB}/localflavor/ca/ca_provinces.pyo 102${PYSITELIB}/localflavor/ca/ca_provinces.pyo
93${PYSITELIB}/localflavor/ca/forms.py 103${PYSITELIB}/localflavor/ca/forms.py
94${PYSITELIB}/localflavor/ca/forms.pyc 104${PYSITELIB}/localflavor/ca/forms.pyc
95${PYSITELIB}/localflavor/ca/forms.pyo 105${PYSITELIB}/localflavor/ca/forms.pyo
 106${PYSITELIB}/localflavor/ca/models.py
 107${PYSITELIB}/localflavor/ca/models.pyc
 108${PYSITELIB}/localflavor/ca/models.pyo
96${PYSITELIB}/localflavor/ch/__init__.py 109${PYSITELIB}/localflavor/ch/__init__.py
97${PYSITELIB}/localflavor/ch/__init__.pyc 110${PYSITELIB}/localflavor/ch/__init__.pyc
98${PYSITELIB}/localflavor/ch/__init__.pyo 111${PYSITELIB}/localflavor/ch/__init__.pyo
99${PYSITELIB}/localflavor/ch/ch_states.py 112${PYSITELIB}/localflavor/ch/ch_states.py
100${PYSITELIB}/localflavor/ch/ch_states.pyc 113${PYSITELIB}/localflavor/ch/ch_states.pyc
101${PYSITELIB}/localflavor/ch/ch_states.pyo 114${PYSITELIB}/localflavor/ch/ch_states.pyo
102${PYSITELIB}/localflavor/ch/forms.py 115${PYSITELIB}/localflavor/ch/forms.py
103${PYSITELIB}/localflavor/ch/forms.pyc 116${PYSITELIB}/localflavor/ch/forms.pyc
104${PYSITELIB}/localflavor/ch/forms.pyo 117${PYSITELIB}/localflavor/ch/forms.pyo
105${PYSITELIB}/localflavor/cl/__init__.py 118${PYSITELIB}/localflavor/cl/__init__.py
106${PYSITELIB}/localflavor/cl/__init__.pyc 119${PYSITELIB}/localflavor/cl/__init__.pyc
107${PYSITELIB}/localflavor/cl/__init__.pyo 120${PYSITELIB}/localflavor/cl/__init__.pyo
108${PYSITELIB}/localflavor/cl/cl_regions.py 121${PYSITELIB}/localflavor/cl/cl_regions.py
@@ -266,26 +279,38 @@ ${PYSITELIB}/localflavor/generic/countri @@ -266,26 +279,38 @@ ${PYSITELIB}/localflavor/generic/countri
266${PYSITELIB}/localflavor/generic/countries/iso_3166.pyo 279${PYSITELIB}/localflavor/generic/countries/iso_3166.pyo
267${PYSITELIB}/localflavor/generic/countries/sepa.py 280${PYSITELIB}/localflavor/generic/countries/sepa.py
268${PYSITELIB}/localflavor/generic/countries/sepa.pyc 281${PYSITELIB}/localflavor/generic/countries/sepa.pyc
269${PYSITELIB}/localflavor/generic/countries/sepa.pyo 282${PYSITELIB}/localflavor/generic/countries/sepa.pyo
270${PYSITELIB}/localflavor/generic/forms.py 283${PYSITELIB}/localflavor/generic/forms.py
271${PYSITELIB}/localflavor/generic/forms.pyc 284${PYSITELIB}/localflavor/generic/forms.pyc
272${PYSITELIB}/localflavor/generic/forms.pyo 285${PYSITELIB}/localflavor/generic/forms.pyo
273${PYSITELIB}/localflavor/generic/models.py 286${PYSITELIB}/localflavor/generic/models.py
274${PYSITELIB}/localflavor/generic/models.pyc 287${PYSITELIB}/localflavor/generic/models.pyc
275${PYSITELIB}/localflavor/generic/models.pyo 288${PYSITELIB}/localflavor/generic/models.pyo
276${PYSITELIB}/localflavor/generic/validators.py 289${PYSITELIB}/localflavor/generic/validators.py
277${PYSITELIB}/localflavor/generic/validators.pyc 290${PYSITELIB}/localflavor/generic/validators.pyc
278${PYSITELIB}/localflavor/generic/validators.pyo 291${PYSITELIB}/localflavor/generic/validators.pyo
 292${PYSITELIB}/localflavor/gh/__init__.py
 293${PYSITELIB}/localflavor/gh/__init__.pyc
 294${PYSITELIB}/localflavor/gh/__init__.pyo
 295${PYSITELIB}/localflavor/gh/forms.py
 296${PYSITELIB}/localflavor/gh/forms.pyc
 297${PYSITELIB}/localflavor/gh/forms.pyo
 298${PYSITELIB}/localflavor/gh/gh_regions.py
 299${PYSITELIB}/localflavor/gh/gh_regions.pyc
 300${PYSITELIB}/localflavor/gh/gh_regions.pyo
 301${PYSITELIB}/localflavor/gh/models.py
 302${PYSITELIB}/localflavor/gh/models.pyc
 303${PYSITELIB}/localflavor/gh/models.pyo
279${PYSITELIB}/localflavor/gr/__init__.py 304${PYSITELIB}/localflavor/gr/__init__.py
280${PYSITELIB}/localflavor/gr/__init__.pyc 305${PYSITELIB}/localflavor/gr/__init__.pyc
281${PYSITELIB}/localflavor/gr/__init__.pyo 306${PYSITELIB}/localflavor/gr/__init__.pyo
282${PYSITELIB}/localflavor/gr/forms.py 307${PYSITELIB}/localflavor/gr/forms.py
283${PYSITELIB}/localflavor/gr/forms.pyc 308${PYSITELIB}/localflavor/gr/forms.pyc
284${PYSITELIB}/localflavor/gr/forms.pyo 309${PYSITELIB}/localflavor/gr/forms.pyo
285${PYSITELIB}/localflavor/hr/__init__.py 310${PYSITELIB}/localflavor/hr/__init__.py
286${PYSITELIB}/localflavor/hr/__init__.pyc 311${PYSITELIB}/localflavor/hr/__init__.pyc
287${PYSITELIB}/localflavor/hr/__init__.pyo 312${PYSITELIB}/localflavor/hr/__init__.pyo
288${PYSITELIB}/localflavor/hr/forms.py 313${PYSITELIB}/localflavor/hr/forms.py
289${PYSITELIB}/localflavor/hr/forms.pyc 314${PYSITELIB}/localflavor/hr/forms.pyc
290${PYSITELIB}/localflavor/hr/forms.pyo 315${PYSITELIB}/localflavor/hr/forms.pyo
291${PYSITELIB}/localflavor/hr/hr_choices.py 316${PYSITELIB}/localflavor/hr/hr_choices.py
@@ -326,26 +351,29 @@ ${PYSITELIB}/localflavor/il/forms.pyc @@ -326,26 +351,29 @@ ${PYSITELIB}/localflavor/il/forms.pyc
326${PYSITELIB}/localflavor/il/forms.pyo 351${PYSITELIB}/localflavor/il/forms.pyo
327${PYSITELIB}/localflavor/in_/__init__.py 352${PYSITELIB}/localflavor/in_/__init__.py
328${PYSITELIB}/localflavor/in_/__init__.pyc 353${PYSITELIB}/localflavor/in_/__init__.pyc
329${PYSITELIB}/localflavor/in_/__init__.pyo 354${PYSITELIB}/localflavor/in_/__init__.pyo
330${PYSITELIB}/localflavor/in_/forms.py 355${PYSITELIB}/localflavor/in_/forms.py
331${PYSITELIB}/localflavor/in_/forms.pyc 356${PYSITELIB}/localflavor/in_/forms.pyc
332${PYSITELIB}/localflavor/in_/forms.pyo 357${PYSITELIB}/localflavor/in_/forms.pyo
333${PYSITELIB}/localflavor/in_/in_states.py 358${PYSITELIB}/localflavor/in_/in_states.py
334${PYSITELIB}/localflavor/in_/in_states.pyc 359${PYSITELIB}/localflavor/in_/in_states.pyc
335${PYSITELIB}/localflavor/in_/in_states.pyo 360${PYSITELIB}/localflavor/in_/in_states.pyo
336${PYSITELIB}/localflavor/in_/models.py 361${PYSITELIB}/localflavor/in_/models.py
337${PYSITELIB}/localflavor/in_/models.pyc 362${PYSITELIB}/localflavor/in_/models.pyc
338${PYSITELIB}/localflavor/in_/models.pyo 363${PYSITELIB}/localflavor/in_/models.pyo
 364${PYSITELIB}/localflavor/in_/validators.py
 365${PYSITELIB}/localflavor/in_/validators.pyc
 366${PYSITELIB}/localflavor/in_/validators.pyo
339${PYSITELIB}/localflavor/ir/__init__.py 367${PYSITELIB}/localflavor/ir/__init__.py
340${PYSITELIB}/localflavor/ir/__init__.pyc 368${PYSITELIB}/localflavor/ir/__init__.pyc
341${PYSITELIB}/localflavor/ir/__init__.pyo 369${PYSITELIB}/localflavor/ir/__init__.pyo
342${PYSITELIB}/localflavor/ir/forms.py 370${PYSITELIB}/localflavor/ir/forms.py
343${PYSITELIB}/localflavor/ir/forms.pyc 371${PYSITELIB}/localflavor/ir/forms.pyc
344${PYSITELIB}/localflavor/ir/forms.pyo 372${PYSITELIB}/localflavor/ir/forms.pyo
345${PYSITELIB}/localflavor/ir/ir_provinces.py 373${PYSITELIB}/localflavor/ir/ir_provinces.py
346${PYSITELIB}/localflavor/ir/ir_provinces.pyc 374${PYSITELIB}/localflavor/ir/ir_provinces.pyc
347${PYSITELIB}/localflavor/ir/ir_provinces.pyo 375${PYSITELIB}/localflavor/ir/ir_provinces.pyo
348${PYSITELIB}/localflavor/is_/__init__.py 376${PYSITELIB}/localflavor/is_/__init__.py
349${PYSITELIB}/localflavor/is_/__init__.pyc 377${PYSITELIB}/localflavor/is_/__init__.pyc
350${PYSITELIB}/localflavor/is_/__init__.pyo 378${PYSITELIB}/localflavor/is_/__init__.pyo
351${PYSITELIB}/localflavor/is_/forms.py 379${PYSITELIB}/localflavor/is_/forms.py
@@ -617,26 +645,44 @@ ${PYSITELIB}/localflavor/nl/nl_provinces @@ -617,26 +645,44 @@ ${PYSITELIB}/localflavor/nl/nl_provinces
617${PYSITELIB}/localflavor/nl/nl_provinces.pyo 645${PYSITELIB}/localflavor/nl/nl_provinces.pyo
618${PYSITELIB}/localflavor/nl/validators.py 646${PYSITELIB}/localflavor/nl/validators.py
619${PYSITELIB}/localflavor/nl/validators.pyc 647${PYSITELIB}/localflavor/nl/validators.pyc
620${PYSITELIB}/localflavor/nl/validators.pyo 648${PYSITELIB}/localflavor/nl/validators.pyo
621${PYSITELIB}/localflavor/no/__init__.py 649${PYSITELIB}/localflavor/no/__init__.py
622${PYSITELIB}/localflavor/no/__init__.pyc 650${PYSITELIB}/localflavor/no/__init__.pyc
623${PYSITELIB}/localflavor/no/__init__.pyo 651${PYSITELIB}/localflavor/no/__init__.pyo
624${PYSITELIB}/localflavor/no/forms.py 652${PYSITELIB}/localflavor/no/forms.py
625${PYSITELIB}/localflavor/no/forms.pyc 653${PYSITELIB}/localflavor/no/forms.pyc
626${PYSITELIB}/localflavor/no/forms.pyo 654${PYSITELIB}/localflavor/no/forms.pyo
627${PYSITELIB}/localflavor/no/no_municipalities.py 655${PYSITELIB}/localflavor/no/no_municipalities.py
628${PYSITELIB}/localflavor/no/no_municipalities.pyc 656${PYSITELIB}/localflavor/no/no_municipalities.pyc
629${PYSITELIB}/localflavor/no/no_municipalities.pyo 657${PYSITELIB}/localflavor/no/no_municipalities.pyo
 658${PYSITELIB}/localflavor/np/__init__.py
 659${PYSITELIB}/localflavor/np/__init__.pyc
 660${PYSITELIB}/localflavor/np/__init__.pyo
 661${PYSITELIB}/localflavor/np/forms.py
 662${PYSITELIB}/localflavor/np/forms.pyc
 663${PYSITELIB}/localflavor/np/forms.pyo
 664${PYSITELIB}/localflavor/np/models.py
 665${PYSITELIB}/localflavor/np/models.pyc
 666${PYSITELIB}/localflavor/np/models.pyo
 667${PYSITELIB}/localflavor/np/np_districts.py
 668${PYSITELIB}/localflavor/np/np_districts.pyc
 669${PYSITELIB}/localflavor/np/np_districts.pyo
 670${PYSITELIB}/localflavor/np/np_provinces.py
 671${PYSITELIB}/localflavor/np/np_provinces.pyc
 672${PYSITELIB}/localflavor/np/np_provinces.pyo
 673${PYSITELIB}/localflavor/np/np_zones.py
 674${PYSITELIB}/localflavor/np/np_zones.pyc
 675${PYSITELIB}/localflavor/np/np_zones.pyo
630${PYSITELIB}/localflavor/nz/__init__.py 676${PYSITELIB}/localflavor/nz/__init__.py
631${PYSITELIB}/localflavor/nz/__init__.pyc 677${PYSITELIB}/localflavor/nz/__init__.pyc
632${PYSITELIB}/localflavor/nz/__init__.pyo 678${PYSITELIB}/localflavor/nz/__init__.pyo
633${PYSITELIB}/localflavor/nz/forms.py 679${PYSITELIB}/localflavor/nz/forms.py
634${PYSITELIB}/localflavor/nz/forms.pyc 680${PYSITELIB}/localflavor/nz/forms.pyc
635${PYSITELIB}/localflavor/nz/forms.pyo 681${PYSITELIB}/localflavor/nz/forms.pyo
636${PYSITELIB}/localflavor/nz/nz_councils.py 682${PYSITELIB}/localflavor/nz/nz_councils.py
637${PYSITELIB}/localflavor/nz/nz_councils.pyc 683${PYSITELIB}/localflavor/nz/nz_councils.pyc
638${PYSITELIB}/localflavor/nz/nz_councils.pyo 684${PYSITELIB}/localflavor/nz/nz_councils.pyo
639${PYSITELIB}/localflavor/nz/nz_provinces.py 685${PYSITELIB}/localflavor/nz/nz_provinces.py
640${PYSITELIB}/localflavor/nz/nz_provinces.pyc 686${PYSITELIB}/localflavor/nz/nz_provinces.pyc
641${PYSITELIB}/localflavor/nz/nz_provinces.pyo 687${PYSITELIB}/localflavor/nz/nz_provinces.pyo
642${PYSITELIB}/localflavor/nz/nz_regions.py 688${PYSITELIB}/localflavor/nz/nz_regions.py

cvs diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-localflavor/distinfo 2023/03/31 01:14:36 1.1
+++ pkgsrc/www/py-django-localflavor/distinfo 2023/12/02 08:07:41 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2023/03/31 01:14:36 joerg Exp $ 1$NetBSD: distinfo,v 1.2 2023/12/02 08:07:41 adam Exp $
2 2
3BLAKE2s (django-localflavor-3.1.tar.gz) = fea224aee75f6df900ededd3c4a0b6615dc53ade21d0774b7959d29d4fb6c018 3BLAKE2s (django-localflavor-4.0.tar.gz) = ada41dc79203ef53c5e24c9d24379517162137a89fbb5ed1439a477f3fe86d3d
4SHA512 (django-localflavor-3.1.tar.gz) = e256a36df358831c4e0b4a94ef53ba7227a48796cdd1514f3765bfd59ba3e47fabec8dad4f4f993f6d73e2c061e7d97d301fca91a619e615cc06f9bfb76891cc 4SHA512 (django-localflavor-4.0.tar.gz) = 1a1e9004befb853f7e18219266da7f0733e8cf30c89ecf1c1bb8592745c2bb1bf1847d3671dfdd20dd650d6f84d79627fe132e2c9ae09ae91d11241a0c75da4b
5Size (django-localflavor-3.1.tar.gz) = 4643499 bytes 5Size (django-localflavor-4.0.tar.gz) = 4884470 bytes