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}