Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-async-lru for openSUSE:Factory checked in at 2025-05-14 17:01:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-async-lru (Old) and /work/SRC/openSUSE:Factory/.python-async-lru.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-async-lru" Wed May 14 17:01:59 2025 rev:4 rq:1277384 version:2.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-async-lru/python-async-lru.changes 2023-07-29 20:10:57.874164557 +0200 +++ /work/SRC/openSUSE:Factory/.python-async-lru.new.30101/python-async-lru.changes 2025-05-14 17:02:35.774728284 +0200 @@ -1,0 +2,7 @@ +Wed May 14 09:27:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 2.0.5 + * Fixed a memory leak on exceptions and minor performance improvement. +- Adjust upstream source name in spec file + +------------------------------------------------------------------- Old: ---- async-lru-2.0.4.tar.gz New: ---- async_lru-2.0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-async-lru.spec ++++++ --- /var/tmp/diff_new_pack.uI5TFj/_old 2025-05-14 17:02:36.242747938 +0200 +++ /var/tmp/diff_new_pack.uI5TFj/_new 2025-05-14 17:02:36.246748106 +0200 @@ -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 @@ call when it completes. %prep -%autosetup -p1 -n async-lru-%{version} +%autosetup -p1 -n async_lru-%{version} sed -i /addopts/d setup.cfg %build