Accepting request 1250390 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1250390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extra-platforms?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2025-03-05 13:28:07 +00:00 committed by Git OBS Bridge
commit c371023703
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dda2f806a255c98702291220716becf08a00d3754c1422460f4ff9f724744a9
size 47724

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60b6da2d0976aae1f88e6176516d46a5230861b24b5d20c14d1dee788c801690
size 48932

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Mar 5 10:53:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>

View File

@ -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}