diff --git a/async-lru-2.0.4.tar.gz b/async-lru-2.0.4.tar.gz deleted file mode 100644 index d887b8c..0000000 --- a/async-lru-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627 -size 10019 diff --git a/async_lru-2.0.5.tar.gz b/async_lru-2.0.5.tar.gz new file mode 100644 index 0000000..1b67413 --- /dev/null +++ b/async_lru-2.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481d52ccdd27275f42c43a928b4a50c3bfb2d67af4e78b170e3e0bb39c66e5bb +size 10380 diff --git a/python-async-lru.changes b/python-async-lru.changes index 048c03b..1c856b9 100644 --- a/python-async-lru.changes +++ b/python-async-lru.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 14 09:27:21 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.0.5 + * Fixed a memory leak on exceptions and minor performance improvement. +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Sat Jul 29 09:02:08 UTC 2023 - Dirk Müller diff --git a/python-async-lru.spec b/python-async-lru.spec index c62198e..e937add 100644 --- a/python-async-lru.spec +++ b/python-async-lru.spec @@ -1,7 +1,7 @@ # # spec file for package python-async-lru # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-async-lru -Version: 2.0.4 +Version: 2.0.5 Release: 0 Summary: Simple LRU cache for asyncio License: MIT URL: https://github.com/aio-libs/async-lru -Source: https://files.pythonhosted.org/packages/source/a/async-lru/async-lru-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/a/async_lru/async_lru-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -47,7 +47,7 @@ result in 1 call to the wrapped function, with all awaits receiving the result o call when it completes. %prep -%autosetup -p1 -n async-lru-%{version} +%autosetup -p1 -n async_lru-%{version} sed -i /addopts/d setup.cfg %build