diff --git a/pathspec-0.8.1.tar.gz b/pathspec-0.8.1.tar.gz deleted file mode 100644 index e017f53..0000000 Binary files a/pathspec-0.8.1.tar.gz and /dev/null differ diff --git a/python-pathspec.spec b/python-pathspec.spec index 9cb91bd..03fdca4 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -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 - 0.9.0-1 +- update to 0.9.0 + * Wed Jul 14 2021 OpenStack_SIG - 0.8.1-1 - Package Spec upgrade * Wed Jul 29 2020 Python_Bot diff --git a/v0.9.0.tar.gz b/v0.9.0.tar.gz new file mode 100644 index 0000000..bff67b3 Binary files /dev/null and b/v0.9.0.tar.gz differ