diff --git a/path-16.5.0.tar.gz b/path-16.5.0.tar.gz deleted file mode 100644 index f3fe3dd..0000000 Binary files a/path-16.5.0.tar.gz and /dev/null differ diff --git a/path-16.6.0.tar.gz b/path-16.6.0.tar.gz new file mode 100644 index 0000000..487a853 Binary files /dev/null and b/path-16.6.0.tar.gz differ diff --git a/python-path.spec b/python-path.spec index c994e79..73c4971 100644 --- a/python-path.spec +++ b/python-path.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-path -Version: 16.5.0 +Version: 16.6.0 Release: 1 Summary: Python module wrapper for path License: MIT URL: https://github.com/jaraco/path -Source0: https://files.pythonhosted.org/packages/fb/e6/dd02249a59d14aa23509591f95ec7d6468fdbddfc6f8b482ad147741c1be/path-16.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/0a/52/94faab34ea4ddff296d99d32d16a7c342f70b1cd0f1d1d65b49e2a04b7a6/path-16.6.0.tar.gz Patch0: 0001-add-setup-file.patch BuildArch: noarch @@ -33,7 +33,7 @@ This package implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. %prep -%autosetup -n path-%{version} +%autosetup -p1 -n path-%{version} %build %py3_build @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Dec 16 2022 jiangxinyu - 16.6.0-1 +- Update package to version 16.6.0 + * Tue Nov 22 2022 wangjunqi - 16.5.0-1 - Update package to version 16.5.0