From 9681da1e12bacc18d1326388e8353731a39c9d9cb085bd2fc955230ff704646e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 21:02:54 +0000 Subject: [PATCH] - update to 4.2.4: - Add submodule shims for backward compatibility. - Add documentation and tests for using ``TTLCache`` with ``datetime``. - Link to typeshed typing stubs. - Flatten package file hierarchy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=28 --- cachetools-4.2.2.tar.gz | 3 --- cachetools-4.2.4.tar.gz | 3 +++ python-cachetools.changes | 10 ++++++++++ python-cachetools.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 cachetools-4.2.2.tar.gz create mode 100644 cachetools-4.2.4.tar.gz diff --git a/cachetools-4.2.2.tar.gz b/cachetools-4.2.2.tar.gz deleted file mode 100644 index 4e1f2b8..0000000 --- a/cachetools-4.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff -size 23682 diff --git a/cachetools-4.2.4.tar.gz b/cachetools-4.2.4.tar.gz new file mode 100644 index 0000000..ca4a81b --- /dev/null +++ b/cachetools-4.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693 +size 25487 diff --git a/python-cachetools.changes b/python-cachetools.changes index 159e4ef..d5dd965 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Oct 16 21:02:10 UTC 2021 - Dirk Müller + +- update to 4.2.4: + - Add submodule shims for backward compatibility. + - Add documentation and tests for using ``TTLCache`` with + ``datetime``. + - Link to typeshed typing stubs. + - Flatten package file hierarchy. + ------------------------------------------------------------------- Fri May 28 06:44:53 UTC 2021 - pgajdos@suse.com diff --git a/python-cachetools.spec b/python-cachetools.spec index fc36e14..9ad6bd2 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cachetools -Version: 4.2.2 +Version: 4.2.4 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT