15
0

Accepting request 766776 from home:mcalabkova:branches:devel:languages:python

- update to 4.0.0
  * Require Python 3.5 or later.

OBS-URL: https://build.opensuse.org/request/show/766776
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2020-01-24 09:50:29 +00:00
committed by Git OBS Bridge
parent 13f667fb1c
commit 5af7e76f60
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cachetools
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cachetools
Version: 3.1.1
Version: 4.0.0
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT
@@ -51,7 +52,7 @@ function decorator.
%files %{python_files}
%license LICENSE
%doc CHANGES.rst README.rst
%doc CHANGELOG.rst README.rst
%{python_sitelib}/*
%changelog