forked from pool/python-paginate
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user