update to 0.9.0

This commit is contained in:
fu-shanqing 2022-08-01 10:43:10 +08:00
parent c5a6a9f9ec
commit 8e3e7410c6
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pathspec
Version: 0.8.1
Version: 0.9.0
Release: 1
Summary: Utility library for gitignore style pattern matching of file paths.
License: MPL 2.0
URL: https://github.com/cpburnz/python-path-specification
Source0: https://files.pythonhosted.org/packages/b7/64/e097eea8dcd2b2f7df6e4425fc98e7494e37b1a6e149603c31d327080a05/pathspec-0.8.1.tar.gz
Source0: https://files.pythonhosted.org/packages/b7/64/e097eea8dcd2b2f7df6e4425fc98e7494e37b1a6e149603c31d327080a05/v0.9.0.tar.gz
BuildArch: noarch
%description
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.
@ -29,7 +29,7 @@ Provides: python3-pathspec-doc
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-0.8.1
%autosetup -n python-path-specification-0.9.0
%build
%py3_build
@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Aug 01 2022 fushanqing <fushanqing@kylinos.cn> - 0.9.0-1
- update to 0.9.0
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 0.8.1-1
- Package Spec upgrade
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>

BIN
v0.9.0.tar.gz Normal file

Binary file not shown.