diff --git a/async-lru-2.0.3.tar.gz b/async-lru-2.0.3.tar.gz deleted file mode 100644 index 7f8a617..0000000 --- a/async-lru-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b714c9d1415fca4e264da72a9e2abc66880ce7430e03a973341f88ea4c0d4869 -size 9724 diff --git a/async-lru-2.0.4.tar.gz b/async-lru-2.0.4.tar.gz new file mode 100644 index 0000000..d887b8c --- /dev/null +++ b/async-lru-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627 +size 10019 diff --git a/python-async-lru.changes b/python-async-lru.changes index 662f2ea..048c03b 100644 --- a/python-async-lru.changes +++ b/python-async-lru.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 29 09:02:08 UTC 2023 - Dirk Müller + +- update to 2.0.4: + * Fixed an error when there are pending tasks while calling + ``.cache_clear()``. + ------------------------------------------------------------------- Sun Jul 16 10:56:19 UTC 2023 - Dirk Müller diff --git a/python-async-lru.spec b/python-async-lru.spec index bba3497..c62198e 100644 --- a/python-async-lru.spec +++ b/python-async-lru.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-async-lru -Version: 2.0.3 +Version: 2.0.4 Release: 0 Summary: Simple LRU cache for asyncio License: MIT