diff --git a/cachetools-3.1.1.tar.gz b/cachetools-3.1.1.tar.gz deleted file mode 100644 index e775170..0000000 --- a/cachetools-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a -size 22055 diff --git a/cachetools-4.0.0.tar.gz b/cachetools-4.0.0.tar.gz new file mode 100644 index 0000000..892b564 --- /dev/null +++ b/cachetools-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198 +size 21561 diff --git a/python-cachetools.changes b/python-cachetools.changes index 2b2dc28..4e70159 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 24 09:43:34 UTC 2020 - Marketa Calabkova + +- update to 4.0.0 + * Require Python 3.5 or later. + ------------------------------------------------------------------- Fri Sep 13 11:08:10 UTC 2019 - Tomáš Chvátal diff --git a/python-cachetools.spec b/python-cachetools.spec index cf7880a..27f0766 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -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