Accepting request 1247628 from devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/1247628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extra-platforms?expand=0&rev=4
This commit is contained in:
commit
1caa5cadd1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f26d83800eaa71ef70ba61e338ef0065c34e817746f15cbd35912c1315821f52
|
||||
size 47029
|
3
extra_platforms-2.1.0.tar.gz
Normal file
3
extra_platforms-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dda2f806a255c98702291220716becf08a00d3754c1422460f4ff9f724744a9
|
||||
size 47724
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 18:31:07 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- 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 <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user