forked from pool/python-extra-platforms
Accepting request 1315692 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1315692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extra-platforms?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d97cf80167812137de4a55c0a4e782a66c6be9f1c1ffb254e26a1c3d347d1d81
|
||||
size 47284
|
||||
3
extra_platforms-5.0.0.tar.gz
Normal file
3
extra_platforms-5.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ac94f6747eaf14ff7e0ef0929d5d9c3dbe40a8cd42d93d6c6ae8105ec1b0dd6
|
||||
size 47428
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 16:54:46 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 5.0.0
|
||||
* Changes
|
||||
- Relax dependencies to support Python 3.10.
|
||||
- Re-introduce tomli dependency for Python 3.10 users.
|
||||
- Skip tests on intermediate Python versions (3.11, 3.12 and 3.13)
|
||||
to reduce CI load.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 16:01:14 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-extra-platforms
|
||||
Version: 4.1.1
|
||||
Version: 5.0.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 base >= 3.10}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -37,6 +37,7 @@ BuildRequires: %{python_module pytest >= 8.3.5}
|
||||
BuildRequires: %{python_module pytest-randomly >= 3.16.0}
|
||||
BuildRequires: %{python_module pytest-xdist >= 3.8.0}
|
||||
BuildRequires: %{python_module requests >= 2.32.3 with %python-requests < 2.33}
|
||||
BuildRequires: %{python_module tomli >= 2.3.0 if %python-base < 3.11}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-distro >= 1.9.0
|
||||
|
||||
Reference in New Issue
Block a user