13 Star 0 Fork 2

ocs-upgrade/python-pathspec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pathspec.spec 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-10-15 16:54 . Upgrade to version 0.12.1
Summary: Utility library for gitignore style pattern matching of file paths
Name: python-pathspec
Version: 0.12.1
Release: 1%{?dist}
License: MPLv2.0
URL: https://github.com/cpburnz/python-path-specification
Source0: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
Path Specification (pathspec) is a utility library for pattern matching of file
paths. So far this only includes Git's wildmatch pattern matching which itself
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
%package -n python3-pathspec
Summary: %{summary}
%description -n python3-pathspec
Path Specification (pathspec) is a utility library for pattern matching of file
paths. So far this only includes Git's wildmatch pattern matching which itself
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
%prep
%autosetup -n pathspec-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-pathspec
%license LICENSE
%doc README.rst
%{python3_sitelib}/pathspec
%{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info
%changelog
* Tue Oct 15 2024 Upgrade Robot <[email protected]> - 0.12.1-1
- Upgrade to version 0.12.1
* Thu Sep 26 2024 OpenCloudOS Release Engineering <[email protected]> - 0.11.2-3
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 0.11.2-2
- Rebuilt for loongarch release
* Fri Sep 22 2023 Miaojun Dong <[email protected]> - 0.11.2-1
- Bump version to 0.11.2
* Tue Sep 19 2023 OpenCloudOS Release Engineering <[email protected]> - 0.10.2-5
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 0.10.2-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 0.10.2-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <[email protected]> - 0.10.2-2
- Rebuilt for OpenCloudOS Stream 23
* Thu Dec 1 2022 cunshunxia <[email protected]> - 0.10.2-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/python-pathspec.git
[email protected]:ocs-upgrade/python-pathspec.git
ocs-upgrade
python-pathspec
python-pathspec
master

搜索帮助