diff --git a/async-lru-2.0.4.tar.gz b/async-lru-2.0.4.tar.gz deleted file mode 100644 index de010ea3730d555f002ba73bd9735712caac5a47..0000000000000000000000000000000000000000 Binary files a/async-lru-2.0.4.tar.gz and /dev/null differ diff --git a/async_lru-2.0.5.tar.gz b/async_lru-2.0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..daaee5d43356608fb9312d2a009dbb7d7a037e1f Binary files /dev/null and b/async_lru-2.0.5.tar.gz differ diff --git a/python-async-lru.spec b/python-async-lru.spec index 41711064a97568fac015705604b70ae3ae25a1ce..a64b81687697e572584886374512fa002547aa58 100644 --- a/python-async-lru.spec +++ b/python-async-lru.spec @@ -1,10 +1,10 @@ Name: python-async-lru -Version: 2.0.4 +Version: 2.0.5 Release: 1 Summary: Simple lru_cache for asyncio License: MIT URL: https://github.com/aio-libs/async_lru -Source: %{pypi_source async-lru} +Source0: %{url}/archive/v%{version}/async_lru-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -40,5 +40,9 @@ sed -i "/addopts/d" setup.cfg %doc README.rst %changelog +* Sun Apr 20 2025 Dongxing Wang - 2.0.5-1 +- Update package with version 2.0.5 + Fixed a memory leak on exceptions and minor performance improvement + * Tue Aug 1 2023 chaozhangm - 2.0.4-1 -- Initial package. \ No newline at end of file +- Initial package.