Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-localflavor for openSUSE:Factory checked in at 2021-12-26 15:30:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-localflavor (Old) and /work/SRC/openSUSE:Factory/.python-django-localflavor.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-localflavor" Sun Dec 26 15:30:38 2021 rev:2 rq:942625 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-localflavor/python-django-localflavor.changes 2020-10-06 17:13:39.705659503 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-localflavor.new.2520/python-django-localflavor.changes 2021-12-26 15:30:39.723367623 +0100 @@ -1,0 +2,48 @@ +Sun Dec 26 13:02:24 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Update to v3.1 + * Breaking data change: A schema and data migration are required + for users of mx.models.MXStateField and mx.forms.MXStateSelect. + The following steps are required: + + run manage.py makemigrations to generate a schema migration + + migrate DIF to CDMX with a data migration + * Breaking data change: A data migration is required for users of + in_.models.INStateField and in_.forms.INStateSelect. + The following data migrations are required: + + Migrate CG to CT for Chattisgarh + + Migrate UA to UT for Uttarakhand + + Migrate DD and DN to DH for Dadra and Nagar Haveli and Daman and Diu + * A warning message will be displayed when mx.models.MXStateField, + mx.forms.MXStateSelect, in_.models.INStateField or + in_.forms.INStateSelect are used. See the localflavor online docs + for instructions on how to suppress this warning once the migration + has been completed. + * Fix fr.forms.FRNationalIdentificationNumber validation for people + born overseas + * Breaking data change: Updated Indian states and union territories + names and code as per iso 3166 (iso.org/obp/ui/#iso:code:3166:IN). + The key for Chattisgarh has been changed from CG to CT, the key + for Uttarakhand has been changed from UA to UT, and the keys DD + (Dadra and Nagar Haveli) and DN (Daman and Diu) have been removed + and combined into DH (Dadra and Nagar Haveli and Daman and Diu). + Ladakh (LA) is the new addition in the Union Territories. + There are also a few modifications in the States and + Union Territories names: Orissa (OR) is now Odisha (OR), Pondicherry (PY) + is now Puducherry (PY) Andaman and Nicobar (AN) is now Andaman and + Nicobar Islands (AN). + * Correct sorting of US_STATES to sort by full name rather than code + * Added new region for CL (gh-432, gh-433). + * Updated IBAN validation for changes in IBAN Registry release 89, March 2021. + * Breaking data change: mx.mx_states.STATE_CHOICES has been updated + to change DIF/Distrito Federal to CDMX/Ciudad de M??xico, the legal + name for this state as of 29 January 2016. + * Extended validation of BICs to match official SEPA regulations. + * Removed positional arguments (*args) from form fields that inherit + from Django's forms.CharField and forms.Field. Positional arguments + are not supported in the the parent form and did not work. + * Added error codes to all ValidationError`s as recommended by + `Django's form validation documentation. + * Renamed zh_CN and zh_TW locales to zh_Hans and zh_Hant + respectively to match the Django locale names. + +------------------------------------------------------------------- Old: ---- django-localflavour-3.0.1.tar.gz New: ---- django-localflavor-3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-localflavor.spec ++++++ --- /var/tmp/diff_new_pack.dYuAeC/_old 2021-12-26 15:30:40.339367912 +0100 +++ /var/tmp/diff_new_pack.dYuAeC/_new 2021-12-26 15:30:40.343367914 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-django-localflavor # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-django-localflavor -Version: 3.0.1 +Version: 3.1 Release: 0 Summary: Country-specific Django helpers License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/django/django-localflavor -Source: https://github.com/django/django-localflavor/archive/%{version}.tar.gz#/django-localflavour-%{version}.tar.gz +Source: https://github.com/django/django-localflavor/archive/%{version}.tar.gz#/django-localflavor-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -59,6 +59,6 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/*localflavor*/ %changelog