15
0

- 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
This commit is contained in:
2023-07-16 10:56:41 +00:00
committed by Git OBS Bridge
parent ef358f9d94
commit 0e4249099b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 16 10:56:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>