diff --git a/python-python-iso639.changes b/python-python-iso639.changes index 698672f..aac17ab 100644 --- a/python-python-iso639.changes +++ b/python-python-iso639.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Dec 28 21:03:19 UTC 2025 - Dirk Müller + +- update to 2025.11.16: + * Added support for Python 3.14. + * Updated the ISO 639 data from SIL to the latest 2025-10-15 + release. + * Case-insensitive matching for `Language.match` is now opt-in. + * The keyword argument has been renamed `strict_case` (from + `exact` before), defaulting to `True`. + * In `Language.match`, removed the keyword argument `exact` + * (replaced by `strict_case`, defaulting to `True`). + * Dropped support for Python 3.9. + ------------------------------------------------------------------- Mon Apr 28 14:06:43 UTC 2025 - Dirk Müller diff --git a/python-python-iso639.spec b/python-python-iso639.spec index 0ff3e82..a51aa6e 100644 --- a/python-python-iso639.spec +++ b/python-python-iso639.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-iso639 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-python-iso639 -Version: 2025.2.18 +Version: 2025.11.16 Release: 0 Summary: ISO 639 language codes, names, and other associated information License: Apache-2.0 diff --git a/python_iso639-2025.11.16.tar.gz b/python_iso639-2025.11.16.tar.gz new file mode 100644 index 0000000..9497532 --- /dev/null +++ b/python_iso639-2025.11.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e47d13955143d87e0ce976632dbbb8466dfc7c218bfab1d670705bd20f23fbf +size 173556 diff --git a/python_iso639-2025.2.18.tar.gz b/python_iso639-2025.2.18.tar.gz deleted file mode 100644 index 76aed42..0000000 --- a/python_iso639-2025.2.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41c3778f72ed17da7269f133df5f054d9a3109985028560d24638547abdb7f45 -size 173263