14
0

- skip build for python 3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paginate?expand=0&rev=3
This commit is contained in:
2024-02-07 08:48:40 +00:00
committed by Git OBS Bridge
parent 18a4fdd70e
commit 948fb23a2c
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 7 08:48:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip build for python 3.12
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 22 05:51:35 UTC 2023 - Johannes Kastl <kastl@b1-systems.de> Fri Sep 22 05:51:35 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-paginate # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
%global skip_python312 1
Name: python-paginate Name: python-paginate
Version: 0.5.6 Version: 0.5.6
Release: 0 Release: 0
@@ -25,10 +26,10 @@ License: MIT
URL: https://github.com/Signum/paginate URL: https://github.com/Signum/paginate
# PyPI tarball does not include tests... # PyPI tarball does not include tests...
Source: https://github.com/Signum/paginate/archive/%{version}.tar.gz#/paginate-%{version}.tar.gz 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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
# /SECTION # /SECTION