Update package to version 0.10.3

This commit is contained in:
jxy_git 2022-12-16 15:15:22 +08:00
parent 31de047d81
commit 13a67f97f9
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pathspec-0.10.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pathspec
Version: 0.10.2
Version: 0.10.3
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/a2/29/959c72e1a6c3c25eaa46b9bfcc7fd401f65af83163d4796af09272c83c8a/pathspec-0.10.2.tar.gz
URL: https://github.com/cpburnz/python-pathspec
Source0: https://files.pythonhosted.org/packages/32/1a/6baf904503c3e943cae9605c9c88a43b964dea5b59785cf956091b341b08/pathspec-0.10.3.tar.gz
Patch0: 0001-add-version.patch
BuildArch: noarch
@ -32,7 +32,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-%{version}
%autosetup -p1 -n pathspec-%{version}
%build
%py3_build
@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Dec 16 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.10.3-1
- Update package to version 0.10.3
* Tue Nov 22 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.10.2-1
- Update package to version 0.10.2