From 948fb23a2cb966a06576bf6f1047a92acdb30fa835e212a29537aa877be834fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Feb 2024 08:48:40 +0000 Subject: [PATCH] - skip build for python 3.12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paginate?expand=0&rev=3 --- python-paginate.changes | 5 +++++ python-paginate.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-paginate.changes b/python-paginate.changes index 8969ceb..e888730 100644 --- a/python-paginate.changes +++ b/python-paginate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 7 08:48:25 UTC 2024 - Dirk Müller + +- skip build for python 3.12 + ------------------------------------------------------------------- Fri Sep 22 05:51:35 UTC 2023 - Johannes Kastl diff --git a/python-paginate.spec b/python-paginate.spec index 9fd4e14..e5825be 100644 --- a/python-paginate.spec +++ b/python-paginate.spec @@ -1,7 +1,7 @@ # # spec file for package python-paginate # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %{?sle15_python_module_pythons} +%global skip_python312 1 Name: python-paginate Version: 0.5.6 Release: 0 @@ -25,10 +26,10 @@ License: MIT URL: https://github.com/Signum/paginate # PyPI tarball does not include tests... Source: https://github.com/Signum/paginate/archive/%{version}.tar.gz#/paginate-%{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 pytest} # /SECTION