diff --git a/extra_platforms-2.0.0.tar.gz b/extra_platforms-2.0.0.tar.gz deleted file mode 100644 index d81f4fe..0000000 --- a/extra_platforms-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f26d83800eaa71ef70ba61e338ef0065c34e817746f15cbd35912c1315821f52 -size 47029 diff --git a/extra_platforms-2.1.0.tar.gz b/extra_platforms-2.1.0.tar.gz new file mode 100644 index 0000000..7547495 --- /dev/null +++ b/extra_platforms-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dda2f806a255c98702291220716becf08a00d3754c1422460f4ff9f724744a9 +size 47724 diff --git a/python-extra-platforms.changes b/python-extra-platforms.changes index 1c7c482..d7caf59 100644 --- a/python-extra-platforms.changes +++ b/python-extra-platforms.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 20 18:31:07 UTC 2025 - Johannes Kastl + +- update to 2.1.0: + * Add new platforms_from_ids and groups_from_ids methods to + retrieve platforms and groups from a collection of IDs. + * Allow a platform to be fetched by its ID from a group with the + group[platform_id] item getter syntax. + * Add new ALL_PLATFORM_IDS, ALL_GROUP_IDS and ALL_IDS constants. + * Removes ALL_OS_LABELS. + * Add windows-2025 to the test matrix. + * Mark Python 3.14 tests as stable. + ------------------------------------------------------------------- Fri Jan 3 08:46:58 UTC 2025 - Johannes Kastl diff --git a/python-extra-platforms.spec b/python-extra-platforms.spec index 29aad22..72e0e4b 100644 --- a/python-extra-platforms.spec +++ b/python-extra-platforms.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-extra-platforms -Version: 2.0.0 +Version: 2.1.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 boltons >= 24.1.0} +BuildRequires: %{python_module boltons >= 25.0.0} BuildRequires: %{python_module distro >= 1.9.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -37,7 +37,7 @@ BuildRequires: %{python_module pytest-xdist >= 3.6.1} BuildRequires: %{python_module requests >= 2.32.3 with %python-requests < 2.33} # /SECTION BuildRequires: fdupes -Requires: python-boltons >= 24.1.0 +Requires: python-boltons >= 25.0.0 Requires: python-distro >= 1.9.0 BuildArch: noarch %python_subpackages