forked from pool/python-extra-platforms
Accepting request 1247479 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 2.1.0 OBS-URL: https://build.opensuse.org/request/show/1247479 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extra-platforms?expand=0&rev=8
This commit is contained in:
@@ -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,7 +18,7 @@
|
||||
|
||||
%{?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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user