Accepting request 1227106 from home:ojkastl_buildservice:Branch_devel_languages_python

enable builds for python3.13

OBS-URL: https://build.opensuse.org/request/show/1227106
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extra-platforms?expand=0&rev=2
This commit is contained in:
Nico Krapp 2024-11-28 12:22:36 +00:00 committed by Git OBS Bridge
parent 41a33bb138
commit 8b78fcd12d
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 28 10:31:10 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- enable builds for python3.13
-------------------------------------------------------------------
Wed Nov 20 13:47:55 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# 20241120
%define skip_python313 1
%{?sle15_python_module_pythons}
Name: python-extra-platforms
@ -26,10 +24,10 @@ 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-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module boltons >= 24.1.0}
BuildRequires: %{python_module distro >= 1.9.0}