diff --git a/extra_platforms-2.1.0.tar.gz b/extra_platforms-2.1.0.tar.gz deleted file mode 100644 index 7547495..0000000 --- a/extra_platforms-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dda2f806a255c98702291220716becf08a00d3754c1422460f4ff9f724744a9 -size 47724 diff --git a/extra_platforms-3.1.0.tar.gz b/extra_platforms-3.1.0.tar.gz new file mode 100644 index 0000000..966e8c3 --- /dev/null +++ b/extra_platforms-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b6da2d0976aae1f88e6176516d46a5230861b24b5d20c14d1dee788c801690 +size 48932 diff --git a/python-extra-platforms.changes b/python-extra-platforms.changes index d7caf59..3422f3f 100644 --- a/python-extra-platforms.changes +++ b/python-extra-platforms.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Mar 5 10:53:54 UTC 2025 - Johannes Kastl + +- update to 3.1.0: + * Allow platform ID membership test on groups. + * Add items() method to Group. + * Allow None values in nested references to platforms and groups. + * Keep initial order of data from platforms_from_ids() and + groups_from_ids() results. + * Allow arbitrary arguments number in Group._extract_platforms(). + +------------------------------------------------------------------- +Wed Mar 5 10:51:41 UTC 2025 - Johannes Kastl + +- update to 3.0.0: + * Allow set operations to resolve group and Platform IDs. + * Make resolution of platform and group IDs case-insensitive. + * Only runs website tests on Linux to prevent DOSing them. + * Drop supports for Python 3.10. + * Remove tomli dependency. + ------------------------------------------------------------------- Thu Feb 20 18:31:07 UTC 2025 - Johannes Kastl diff --git a/python-extra-platforms.spec b/python-extra-platforms.spec index 72e0e4b..44134a5 100644 --- a/python-extra-platforms.spec +++ b/python-extra-platforms.spec @@ -18,12 +18,13 @@ %{?sle15_python_module_pythons} Name: python-extra-platforms -Version: 2.1.0 +Version: 3.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 base >= 3.11} BuildRequires: %{python_module boltons >= 25.0.0} BuildRequires: %{python_module distro >= 1.9.0} BuildRequires: %{python_module pip}