From 8b78fcd12d09232b757ced1918c767d4ad98e7d00c56d3b61c3f2a2562816743 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Thu, 28 Nov 2024 12:22:36 +0000 Subject: [PATCH] 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 --- python-extra-platforms.changes | 5 +++++ python-extra-platforms.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-extra-platforms.changes b/python-extra-platforms.changes index 3a0dab1..7d7f496 100644 --- a/python-extra-platforms.changes +++ b/python-extra-platforms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 28 10:31:10 UTC 2024 - Johannes Kastl + +- enable builds for python3.13 + ------------------------------------------------------------------- Wed Nov 20 13:47:55 UTC 2024 - Johannes Kastl diff --git a/python-extra-platforms.spec b/python-extra-platforms.spec index ed16e43..e64019f 100644 --- a/python-extra-platforms.spec +++ b/python-extra-platforms.spec @@ -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}