15
0

Accepting request 1277370 from home:glaubitz:branches:devel:languages:python

- Update to 2.0.5
  * Fixed a memory leak on exceptions and minor performance improvement.
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1277370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async-lru?expand=0&rev=8
This commit is contained in:
2025-05-14 10:09:45 +00:00
committed by Git OBS Bridge
parent ff2b62c3c8
commit 4b5dbb9944
4 changed files with 14 additions and 7 deletions

Binary file not shown.

3
async_lru-2.0.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:481d52ccdd27275f42c43a928b4a50c3bfb2d67af4e78b170e3e0bb39c66e5bb
size 10380

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 14 09:27:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

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