diff --git a/pathlib2-2.3.5.tar.gz b/pathlib2-2.3.5.tar.gz deleted file mode 100644 index cb307b4..0000000 Binary files a/pathlib2-2.3.5.tar.gz and /dev/null differ diff --git a/pathlib2-2.3.7.tar.gz b/pathlib2-2.3.7.tar.gz new file mode 100644 index 0000000..e198a45 Binary files /dev/null and b/pathlib2-2.3.7.tar.gz differ diff --git a/python-pathlib2.spec b/python-pathlib2.spec index cf072c6..0f6e81f 100644 --- a/python-pathlib2.spec +++ b/python-pathlib2.spec @@ -1,15 +1,16 @@ %global _empty_manifest_terminate_build 0 Name: python-pathlib2 -Version: 2.3.5 +Version: 2.3.7 Release: 1 Summary: Object-oriented filesystem paths License: MIT -URL: https://github.com/mcmtroffaes/pathlib2 -Source0: https://files.pythonhosted.org/packages/94/d8/65c86584e7e97ef824a1845c72bbe95d79f5b306364fa778a3c3e401b309/pathlib2-2.3.5.tar.gz +URL: https://github.com/jazzband/pathlib2 +Source0: https://files.pythonhosted.org/packages/44/9a/2c338e46ffc68a1763e4ad64c780bea6a62ae785eeb4e5c0a5c885eaa556/pathlib2-2.3.7.tar.gz BuildArch: noarch -Requires: python3-si +Requires: python3-six Requires: python3-scandir +Requires: python3-typing %description Object-oriented filesystem paths @@ -22,16 +23,14 @@ BuildRequires: python3-setuptools %description -n python3-pathlib2 Object-oriented filesystem paths - %package help Summary: Development documents and examples for pathlib2 Provides: python3-pathlib2-doc %description help Object-oriented filesystem paths - %prep -%autosetup -n pathlib2-2.3.5 +%autosetup -n pathlib2-%{version} %build %py3_build @@ -71,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Jul 29 2020 Python_Bot +* Mon Nov 07 2022 jiangxinyu - 2.3.7-1 +- Upgrade to 2.3.7 + +* Wed Jul 29 2020 Python_Bot - 2.3.5-1 - Package Spec generated