6 Star 0 Fork 4

src-openEuler/python-jaraco-context

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-jaraco-context.spec 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2024-08-15 17:22 . Update to 5.1.0
Name: python-jaraco-context
Version: 5.1.0
Release: 1
Summary: Tools to work with functools
License: MIT
URL: https://pypi.org/project/jaraco.context
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-setuptools_scm
BuildRequires: python3-setuptools
BuildRequires: python3-toml
BuildRequires: python3-pip python3-wheel
BuildArch: noarch
%description
jaraco.functools Tools for working with functools.
Additional functools in the spirit of stdlib’s functools.
%package -n python3-jaraco-context
Summary: %{Summary}
%description -n python3-jaraco-context
jaraco.functools Tools for working with functools.
Additional functools in the spirit of stdlib’s functools.
%prep
%autosetup -n jaraco.context-%{version} -p1
%build
%pyproject_build
%install
%pyproject_install
%check
pytest
%files -n python3-jaraco-context
%license LICENSE
%doc docs/*.rst README.rst
%{python3_sitelib}/jaraco/__pycache__/*
%{python3_sitelib}/jaraco/context.py*
%{python3_sitelib}/jaraco.context-%{version}*-info
%changelog
* Thu Aug 15 2024 yaoxin <yao_xin001@hoperun.com> - 5.1.0-1
- Update to 5.1.0:
* Implement experimental _compose for composing context
managers. If you wish to use this function, please comment in
the issue regarding your thoughts on the ordering.
* Deprecate null context.
* Renamed tarball_context to tarball and deprecated tarball_context compatibility shim.
* Disentangle pushd from tarball.
* Removed deprecated 'runner' parameter to tarball_context.
* Fri Apr 28 2023 yaoxin <yao_xin001@hoperun.com> - 4.3.0-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-jaraco-context.git
git@gitee.com:src-openeuler/python-jaraco-context.git
src-openeuler
python-jaraco-context
python-jaraco-context
master

搜索帮助