15
0

- 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
This commit is contained in:
2021-10-16 21:02:54 +00:00
committed by Git OBS Bridge
parent a067fddafc
commit 9681da1e12
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff
size 23682

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693
size 25487

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Oct 16 21:02:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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

View File

@@ -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