代码拉取完成,页面将自动刷新
Name: python-async-lru
Version: 2.0.5
Release: 1
Summary: Simple lru_cache for asyncio
License: MIT
URL: https://github.com/aio-libs/async_lru
Source0: %{url}/archive/v%{version}/async_lru-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%global _description %{expand:
This package is 100% port of Python built-in
function functools.lru_cache for asyncio.}
%description %_description
%package -n python3-async-lru
Summary: %{summary}
%description -n python3-async-lru %_description
%prep
%autosetup -p1 -n async-lru-%{version}
sed -i "/addopts/d" setup.cfg
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-async-lru
%defattr(-,root,root)
%license LICENSE
%{python3_sitelib}/async_lru/
%{python3_sitelib}/async_lru*.dist-info/
%doc README.rst
%changelog
* Sun Apr 20 2025 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 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 <chaozhangm@isoftstone.com> - 2.0.4-1
- Initial package.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。