From 0e4249099bf5693a8ef4028e220e395f790dca18955c09728d41e965e85a881a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Jul 2023 10:56:41 +0000 Subject: [PATCH] - update to 2.0.3: * Fixed a ``KeyError`` that could occur when using ``ttl`` with ``maxsize``. * Dropped ``typing-extensions`` dependency in Python 3.11+. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async-lru?expand=0&rev=4 --- async-lru-2.0.2.tar.gz | 3 --- async-lru-2.0.3.tar.gz | 3 +++ python-async-lru.changes | 8 ++++++++ python-async-lru.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 async-lru-2.0.2.tar.gz create mode 100644 async-lru-2.0.3.tar.gz diff --git a/async-lru-2.0.2.tar.gz b/async-lru-2.0.2.tar.gz deleted file mode 100644 index 477add1..0000000 --- a/async-lru-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b87ec4f2460c52cc7916a0138cc606b584c75d1ef7d661853c95d1d3acb869a -size 9292 diff --git a/async-lru-2.0.3.tar.gz b/async-lru-2.0.3.tar.gz new file mode 100644 index 0000000..7f8a617 --- /dev/null +++ b/async-lru-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b714c9d1415fca4e264da72a9e2abc66880ce7430e03a973341f88ea4c0d4869 +size 9724 diff --git a/python-async-lru.changes b/python-async-lru.changes index c1db784..662f2ea 100644 --- a/python-async-lru.changes +++ b/python-async-lru.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 16 10:56:19 UTC 2023 - Dirk Müller + +- update to 2.0.3: + * Fixed a ``KeyError`` that could occur when using ``ttl`` with + ``maxsize``. + * Dropped ``typing-extensions`` dependency in Python 3.11+. + ------------------------------------------------------------------- Sun Jun 11 21:36:58 UTC 2023 - Ben Greiner diff --git a/python-async-lru.spec b/python-async-lru.spec index 06a6669..bba3497 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.2 +Version: 2.0.3 Release: 0 Summary: Simple LRU cache for asyncio License: MIT