forked from pool/python-python-iso639
- update to 2025.2.18:
* `Language.match` now supports case-insensitive matching and ignores leading/trailing whitespace by default. * Explicitly indicated that the library is type-annotated. * Sped up the retrieval of `Language` objects during runtime. * Updated the ISO 639 data from SIL to the latest 2025-01-15 release. * Fixed `Language.from_part3` so that it now also works for a retired ISO 639-3 code. * Added support for Python 3.13. * Dropped support for Python 3.8. - Enable sle15_python_module_pythons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-iso639?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 14:06:43 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2025.2.18:
|
||||
* `Language.match` now supports case-insensitive matching
|
||||
and ignores leading/trailing whitespace by default.
|
||||
* Explicitly indicated that the library is type-annotated.
|
||||
* Sped up the retrieval of `Language` objects during runtime.
|
||||
* Updated the ISO 639 data from SIL to the latest 2025-01-15
|
||||
release.
|
||||
* Fixed `Language.from_part3` so that it now also works for a
|
||||
retired ISO 639-3 code.
|
||||
* Added support for Python 3.13.
|
||||
* Dropped support for Python 3.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 21:53:50 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-iso639
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,19 +18,19 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-python-iso639
|
||||
Version: 2024.4.27
|
||||
Version: 2025.2.18
|
||||
Release: 0
|
||||
Summary: ISO 639 language codes, names, and other associated information
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/jacksonllee/iso639
|
||||
Source: %{url}/archive/v%{version}.tar.gz#/python_iso639-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools >= 65.3.0}
|
||||
BuildRequires: %{python_module sqlite3}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ec7116f2df5e8b87cc5f1585d54ea4a77906df1da4d8419b52c6f25b24ba779
|
||||
size 282795
|
3
python_iso639-2025.2.18.tar.gz
Normal file
3
python_iso639-2025.2.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41c3778f72ed17da7269f133df5f054d9a3109985028560d24638547abdb7f45
|
||||
size 173263
|
Reference in New Issue
Block a user