diff --git a/pathspec-0.10.2.tar.gz b/pathspec-0.10.2.tar.gz deleted file mode 100644 index 6cdd8be..0000000 Binary files a/pathspec-0.10.2.tar.gz and /dev/null differ diff --git a/pathspec-0.10.3.tar.gz b/pathspec-0.10.3.tar.gz new file mode 100644 index 0000000..6be5679 Binary files /dev/null and b/pathspec-0.10.3.tar.gz differ diff --git a/python-pathspec.spec b/python-pathspec.spec index b24b163..b5b10a8 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -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 - 0.10.3-1 +- Update package to version 0.10.3 + * Tue Nov 22 2022 wangjunqi - 0.10.2-1 - Update package to version 0.10.2