From a5f12def16b0ee7e50321ef78bbe9bbe00f34b5c12fd85ec5a20e937a829328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 5 Mar 2025 11:00:34 +0000 Subject: [PATCH] Accepting request 1250389 from home:ojkastl_buildservice:Branch_devel_languages_python update to 3.1.0 OBS-URL: https://build.opensuse.org/request/show/1250389 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extra-platforms?expand=0&rev=11 --- extra_platforms-2.1.0.tar.gz | 3 --- extra_platforms-3.1.0.tar.gz | 3 +++ python-extra-platforms.changes | 21 +++++++++++++++++++++ python-extra-platforms.spec | 3 ++- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 extra_platforms-2.1.0.tar.gz create mode 100644 extra_platforms-3.1.0.tar.gz 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}