Upgrade to 2.3.7

This commit is contained in:
jxy_git 2022-11-07 14:17:17 +08:00
parent 192f4c408e
commit 47aec85f29
3 changed files with 10 additions and 8 deletions

Binary file not shown.

BIN
pathlib2-2.3.7.tar.gz Normal file

Binary file not shown.

View File

@ -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 <Python_Bot@openeuler.org>
* Mon Nov 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.3.7-1
- Upgrade to 2.3.7
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org> - 2.3.5-1
- Package Spec generated