!3 update to 0.9.0

From: @fu-shanqing 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-01 10:24:33 +00:00 committed by Gitee
commit 1ac98fef75
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.