15
0

- update to 4.1.1:

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=20
This commit is contained in:
2020-07-17 07:22:03 +00:00
committed by Git OBS Bridge
parent 0ea8128860
commit a135b8b15b
4 changed files with 11 additions and 4 deletions

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>