diff --git a/extra_platforms-4.1.1.tar.gz b/extra_platforms-4.1.1.tar.gz deleted file mode 100644 index 1da629d..0000000 --- a/extra_platforms-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d97cf80167812137de4a55c0a4e782a66c6be9f1c1ffb254e26a1c3d347d1d81 -size 47284 diff --git a/extra_platforms-5.0.0.tar.gz b/extra_platforms-5.0.0.tar.gz new file mode 100644 index 0000000..6e52b12 --- /dev/null +++ b/extra_platforms-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac94f6747eaf14ff7e0ef0929d5d9c3dbe40a8cd42d93d6c6ae8105ec1b0dd6 +size 47428 diff --git a/python-extra-platforms.changes b/python-extra-platforms.changes index 33d291e..69827fe 100644 --- a/python-extra-platforms.changes +++ b/python-extra-platforms.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 4 16:54:46 UTC 2025 - Johannes Kastl + +- update to 5.0.0 + * Changes + - Relax dependencies to support Python 3.10. + - Re-introduce tomli dependency for Python 3.10 users. + - Skip tests on intermediate Python versions (3.11, 3.12 and 3.13) + to reduce CI load. + ------------------------------------------------------------------- Sun Nov 2 16:01:14 UTC 2025 - Johannes Kastl diff --git a/python-extra-platforms.spec b/python-extra-platforms.spec index 46b381e..e051460 100644 --- a/python-extra-platforms.spec +++ b/python-extra-platforms.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-extra-platforms -Version: 4.1.1 +Version: 5.0.0 Release: 0 Summary: Detect platforms and group them by family License: GPL-2.0-or-later URL: https://github.com/kdeldycke/extra-platforms Source: https://files.pythonhosted.org/packages/source/e/extra-platforms/extra_platforms-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.11} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -37,6 +37,7 @@ BuildRequires: %{python_module pytest >= 8.3.5} BuildRequires: %{python_module pytest-randomly >= 3.16.0} BuildRequires: %{python_module pytest-xdist >= 3.8.0} BuildRequires: %{python_module requests >= 2.32.3 with %python-requests < 2.33} +BuildRequires: %{python_module tomli >= 2.3.0 if %python-base < 3.11} # /SECTION BuildRequires: fdupes Requires: python-distro >= 1.9.0