15
0

Accepting request 821426 from devel:languages:python

- update to 4.1.1:
  - Improve ``popitem()`` exception context handling.
  - Replace ``float('inf')`` with ``math.inf``.

OBS-URL: https://build.opensuse.org/request/show/821426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=10
This commit is contained in:
2020-07-21 13:40:01 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 17 07:21:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 4.1.1:
- Improve ``popitem()`` exception context handling.
- Replace ``float('inf')`` with ``math.inf``.
-------------------------------------------------------------------
Wed Apr 29 10:47:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cachetools
Version: 4.1.0
Version: 4.1.1
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT