15
0

- 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
This commit is contained in:
2023-07-29 09:02:22 +00:00
committed by Git OBS Bridge
parent 0e4249099b
commit ff2b62c3c8
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:b714c9d1415fca4e264da72a9e2abc66880ce7430e03a973341f88ea4c0d4869
size 9724

BIN
async-lru-2.0.4.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 29 09:02:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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