diff --git a/path-16.6.0.tar.gz b/path-16.6.0.tar.gz deleted file mode 100644 index 487a853..0000000 Binary files a/path-16.6.0.tar.gz and /dev/null differ diff --git a/path-16.7.1.tar.gz b/path-16.7.1.tar.gz new file mode 100644 index 0000000..263208c Binary files /dev/null and b/path-16.7.1.tar.gz differ diff --git a/python-path.spec b/python-path.spec index 63c191f..8f5417c 100644 --- a/python-path.spec +++ b/python-path.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-path -Version: 16.6.0 -Release: 2 +Version: 16.7.1 +Release: 1 Summary: Python module wrapper for path License: MIT URL: https://github.com/jaraco/path -Source0: https://files.pythonhosted.org/packages/0a/52/94faab34ea4ddff296d99d32d16a7c342f70b1cd0f1d1d65b49e2a04b7a6/path-16.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5b/ea/bf8061e92cd3a8aa0c064f3c24105f0f8505720de86872a9fdac93fd27f7/path-16.7.1.tar.gz BuildArch: noarch BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel @@ -56,6 +56,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Jul 27 2023 zhangchenglin - 16.7.1-1 +- Update package to version 16.7.1 + * Wed Apr 26 2023 xu_ping <707078654@qq.com> - 16.6.0-2 - Adapting to the pyproject.toml compilation mode