14
0

- Update to version 1.10.0:

- lru_cache(maxsize=None) => functools.cache

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=14
This commit is contained in:
Sebastian Wagner
2021-02-09 06:48:22 +00:00
committed by Git OBS Bridge
parent 8d8d93e0cf
commit 985d3d58e2
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 9 06:44:47 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 1.10.0:
- lru_cache(maxsize=None) => functools.cache
-------------------------------------------------------------------
Wed Feb 3 16:46:58 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>