head	1.4;
access;
symbols
	pkgsrc-2026Q2:1.3.0.6
	pkgsrc-2026Q2-base:1.3
	pkgsrc-2026Q1:1.3.0.4
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.2
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.2.0.16
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.14
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.12
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.10
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.8
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.6
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.4
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.2
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.1.0.4
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.2
	pkgsrc-2023Q2-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2026.08.11.06.07.35;	author adam;	state Exp;
branches;
next	1.3;
commitid	sRiLCrVDv6gMqbRG;

1.3
date	2025.10.31.10.53.33;	author adam;	state Exp;
branches;
next	1.2;
commitid	9JWyC10TTfNQ8IgG;

1.2
date	2023.12.02.08.07.41;	author adam;	state Exp;
branches;
next	1.1;
commitid	xCt9Nx26KPT2HROE;

1.1
date	2023.03.31.01.14.36;	author joerg;	state Exp;
branches;
next	;
commitid	WDevIVJVejSzjdjE;


desc
@@


1.4
log
@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
@
text
@$NetBSD: distinfo,v 1.3 2025/10/31 10:53:33 adam Exp $

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
@


1.3
log
@py-django-localflavor: updated to 5.0

5.0   (2025-05-21)
------------------

Breaking data changes:

- NP: A data migration is required for users of `np.forms.NPProvinceSelect` and `np.forms.NPZoneSelect`. The following was
  changed:

  - `NPProvinceSelect`: province1 and province2 were removed and replaced with koshi and madhesh.
  - `NPZoneSelect`: dandaki was corrected to gandaki (fixed typo).

- NO: A data migration is required for users of `no.forms.NOMunicipalitySelect`. `MUNICIPALITY_CHOICES` was updated to the
  values in the 2024 update:

  - austagder and vestagder have been removed and combined into agder.
  - hordaland and sognogfjordane have been removed and combined into vestland.
  - nordtrondelag and sortrondelag have been removed and combined into trondelag.
  - hedmark and oppland have been removed and combined into innlandet.

- LV: A data migration is required for users of `lv.forms.LVMunicipalitySelect`. `MUNICIPALITY_CHOICES` was updated to the
  values in the 2021 municipal reform. Details of this change can be found here:

  https://en.wikipedia.org/wiki/ISO_3166-2:LV#Changes

A warning message will be displayed when `lv.forms.LVMunicipalitySelect` or `nl.forms.NOMunicipalitySelect` are used.
See the `localflavor online docs <https://django-localflavor.readthedocs.io/en/latest/#backwards-compatibility>`_ for
instructions on how to suppress this warning once the migration has been completed.

New flavors:

- Sri Lanka LocalFlavor: Support for Sri Lanka added
  (`gh-493 <https://github.com/django/django-localflavor/pull/493>`_).

New fields for existing flavors:

- Added CIN Number field in Morocco flavor
  (`gh-705 <https://github.com/django/django-localflavor/pull/507>`_).

Modifications to existing flavors:

- Fix Belarus passport field description punctuation
  (`gh-484 <https://github.com/django/django-localflavor/pull/484>`_).
- Change `Kiev` to `Kyiv` 🇺🇦 according to ISO_3166-2:UA
- Accept French Postal Services identifiers in forms
  (`gh-505 <https://github.com/django/django-localflavor/pull/505>`_).
- Extended validation of Kuwaiti Civil ID to avoid allowing invalid century Civil IDs
  (`gh-511 <https://github.com/django/django-localflavor/pull/511>`_).
- Added birthdate extraction function from Kuwaiti Civil ID
  (`gh-511 <https://github.com/django/django-localflavor/pull/511>`_).
- Deprecated `kw.forms.is_valid_kw_civilid_checksum` in favor of `kw.utils.is_valid_civil_id`
  (`gh-511 <https://github.com/django/django-localflavor/pull/511>`_).
- Fix validation of the Romanian CNP for years ending with `00`
  (`gh-515 <https://github.com/django/django-localflavor/pull/515>`_).
- Allow formatted values in `FRSIRENField` and `FRSIRETField` to be saved
  (`gh-518 <https://github.com/django/django-localflavor/pull/518>`_),
  (`gh-520 <https://github.com/django/django-localflavor/pull/520>`_).
- Add min and max length to brazilian Postal Code form field
  (`gh-490 <https://github.com/django/django-localflavor/pull/490>`_).
- Brazilian model fields CPF, CNPJ and PostalCode create correct form
  field when used by DjangoModelForm
  (`gh-490 <https://github.com/django/django-localflavor/pull/490>`_).
- Update list of Latvia municipalities after municipal reform from 2021
  (`gh-519 <https://github.com/django/django-localflavor/pull/519>`_).
- Update list of Norwegian counties(fylker) `according to changes at the start of 2024 <https://en.wikipedia.org/wiki/Counties_of_Norway#List_of_counties>`_
  The changed counties are as follows:

  - austagder and vestagder have been removed and combined into agder.
  - hordaland and sognogfjordane have been removed and combined into vestland.
  - nordtrondelag and sortrondelag have been removed and combined into trondelag.
  - hedmark and oppland have been removed and combined into innlandet.

  (`gh-509 <https://github.com/django/django-localflavor/pull/509/files>`_).
- Corrections in Nepal localflavor:

  - `NPProvinceSelect`: province1 and province2 were removed and replaced with koshi and madhesh.
  - `NPZoneSelect`: dandaki was corrected to gandaki (fixed typo).

  (`gh-506 <https://github.com/django/django-localflavor/pull/506/files>`_).
- Allow formatted IBANs longer than 26 chars to be saved in `IBANField`
  (`gh-522 <https://github.com/django/django-localflavor/pull/522>`_).

Other changes:

- Dropped support for Python < 3.9.
- Dropped support for Django < 4.2.
- Added support for Python 3.12 and 3.13.
- Added support for Django 5.0, 5.1, and 5.2.
- Switched to pyproject.toml based package build using the setuptools build backend.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.2 2023/12/02 08:07:41 adam Exp $
d3 3
a5 3
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
@


1.2
log
@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.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.1 2023/03/31 01:14:36 joerg Exp $
d3 3
a5 3
BLAKE2s (django-localflavor-4.0.tar.gz) = ada41dc79203ef53c5e24c9d24379517162137a89fbb5ed1439a477f3fe86d3d
SHA512 (django-localflavor-4.0.tar.gz) = 1a1e9004befb853f7e18219266da7f0733e8cf30c89ecf1c1bb8592745c2bb1bf1847d3671dfdd20dd650d6f84d79627fe132e2c9ae09ae91d11241a0c75da4b
Size (django-localflavor-4.0.tar.gz) = 4884470 bytes
@


1.1
log
@Add py-django-localflavor-3.1:

django-localflavor is a collection of assorted pieces of code that are
useful for particular countries or cultures. These are called the "local
flavor" add-ons and live in the localflavor package.

Inside that package, country- or culture-specific code is organized into
subpackages, named using ISO 3166 country codes.

Most of the localflavor add-ons are localized form components deriving
from the forms framework - for example, a USStateField that knows how to
validate U.S. state abbreviations, and a FISocialSecurityNumber that
knows how to validate Finnish social security numbers.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.5 2015/11/04 02:47:24 agc Exp $
d3 3
a5 3
BLAKE2s (django-localflavor-3.1.tar.gz) = fea224aee75f6df900ededd3c4a0b6615dc53ade21d0774b7959d29d4fb6c018
SHA512 (django-localflavor-3.1.tar.gz) = e256a36df358831c4e0b4a94ef53ba7227a48796cdd1514f3765bfd59ba3e47fabec8dad4f4f993f6d73e2c061e7d97d301fca91a619e615cc06f9bfb76891cc
Size (django-localflavor-3.1.tar.gz) = 4643499 bytes
@

