From ff2b62c3c8e63f3ee359d20542b8d004970f232b1d6f4f5518b7df1cd535bceb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jul 2023 09:02:22 +0000 Subject: [PATCH] - update to 2.0.4: * Fixed an error when there are pending tasks while calling ``.cache_clear()``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async-lru?expand=0&rev=6 --- async-lru-2.0.3.tar.gz | 3 --- async-lru-2.0.4.tar.gz | 3 +++ python-async-lru.changes | 7 +++++++ python-async-lru.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 async-lru-2.0.3.tar.gz create mode 100644 async-lru-2.0.4.tar.gz 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