forked from pool/python-cachetools
- update to 5.3.2:
* Add support for Python 3.12. * Various documentation improvements. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=39
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dce83f2d9b4e1f732a8cd44af8e8fab2dbe46201467fc98b3ef8f269092bf62b
|
||||
size 27985
|
||||
BIN
cachetools-5.3.2.tar.gz
LFS
Normal file
BIN
cachetools-5.3.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 13:36:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.3.2:
|
||||
* Add support for Python 3.12.
|
||||
* Various documentation improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 16:03:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -109,7 +116,7 @@ Wed Apr 29 10:47:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
- update to 4.1.0:
|
||||
- Support ``user_function`` with ``cachetools.func`` decorators
|
||||
(Python 3.8 compatibility).
|
||||
|
||||
|
||||
- Support ``cache_parameters()`` with ``cachetools.func`` decorators
|
||||
(Python 3.9 compatibility).
|
||||
|
||||
|
||||
@@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-cachetools
|
||||
Version: 5.3.1
|
||||
Version: 5.3.2
|
||||
Release: 0
|
||||
Summary: Extensible memoizing collections and decorators
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user