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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a
size 22055

3
cachetools-4.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198
size 21561

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 24 09:43:34 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 4.0.0
* Require Python 3.5 or later.
-------------------------------------------------------------------
Fri Sep 13 11:08:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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