15
0

- use %{?sle15_python_module_pythons}

- add typing-extensions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=83
This commit is contained in:
2024-01-07 21:55:00 +00:00
committed by Git OBS Bridge
parent 735596c327
commit 395d6faf55
2 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
# 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
@@ -16,7 +16,7 @@
#
%global pythons python3
%{?sle15_python_module_pythons}
Name: python-dogpile.cache
Version: 1.3.0
Release: 0
@@ -32,9 +32,13 @@ BuildRequires: %{python_module decorator >= 4.0.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 5}
BuildRequires: %{python_module stevedore > 3.0.0}
BuildRequires: %{python_module typing-extensions >= 4.0.1}
BuildRequires: %{python_module wheel}
Requires: python-decorator >= 4.0.0
Requires: python-stevedore >= 3.0.0
%if 0%{?python_version_nodots} < 311
Requires: python-typing-extensions >= 4.0.1
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-dogpile.core = %{version}