diff --git a/pathspec-0.11.2.tar.gz b/pathspec-0.11.2.tar.gz deleted file mode 100644 index aef5c294924a28dcfc202fc7129014abd4f8180c..0000000000000000000000000000000000000000 Binary files a/pathspec-0.11.2.tar.gz and /dev/null differ diff --git a/pathspec-0.12.1.tar.gz b/pathspec-0.12.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7ccad1d5b44992d15e6415f19fc7bf102107addd Binary files /dev/null and b/pathspec-0.12.1.tar.gz differ diff --git a/python-pathspec.spec b/python-pathspec.spec index 236e622702ec4bedd45396bf013d1e04a5ce53c1..6ec9055a7e5e1281ff15cf5dd1a6bc17b7056f5f 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pathspec -Version: 0.11.2 +Version: 0.12.1 Release: 1 Summary: Utility library for gitignore style pattern matching of file paths. License: MPL-2.0 URL: https://github.com/cpburnz/python-pathspec -Source0: https://files.pythonhosted.org/packages/a0/2a/bd167cdf116d4f3539caaa4c332752aac0b3a0cc0174cdb302ee68933e81/pathspec-0.11.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.12.1.tar.gz BuildArch: noarch %description @@ -73,6 +73,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 07 2024 xu_ping <707078654@qq.com> - 0.12.1-1 +- Update package to version 0.12.1 +- Dropped support of EOL Python 3.7. +- Added pathspec.pathspec.PathSpec.check_*() methods. + * Tue Aug 01 2023 niuyaru - 0.11.2-1 - Update package to version 0.11.2