Ai
5 Star 0 Fork 2

src-openEuler/python-async-lru
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-async-lru.spec 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
大漠行舟 提交于 2025-04-20 14:22 +08:00 . Update package with version 2.0.5
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.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-async-lru.git
git@gitee.com:src-openeuler/python-async-lru.git
src-openeuler
python-async-lru
python-async-lru
master

搜索帮助