- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-iso639?expand=0&rev=7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user