!7 Upgrade to v3.4.5

From: @hkgy 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-11-08 01:35:28 +00:00 committed by Gitee
commit f017c39229
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
python-utils-3.4.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-utils Name: python-utils
Version: 2.5.6 Version: 3.4.5
Release: 1 Release: 1
Summary: Python Utils is a module with some convenient utilities Summary: Python Utils is a module with some convenient utilities
License: BSD License: BSD
URL: https://github.com/WoLpH/python-utils URL: https://github.com/WoLpH/python-utils
Source0: https://github.com/WoLpH/python-utils/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/wolph/python-utils/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: make python3-devel python3-pytest-runner python3-pytest python3-setuptools BuildRequires: make python3-devel python3-pytest-runner python3-pytest python3-setuptools
BuildRequires: python3-six python3-sphinx BuildRequires: python3-six python3-sphinx
@ -45,5 +45,8 @@ rm -rf html/{.doctrees,.buildinfo,*.inv}
%{python3_sitelib}/python_utils-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/python_utils-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Fri Nov 4 2022 hkgy <kaguyahatu@outlook.com> - 3.4.5-1
- Upgrade to v3.4.5
* Mon Dec 27 2021 liyanan <liyanan32@huawei.com> - 2.5.6-1 * Mon Dec 27 2021 liyanan <liyanan32@huawei.com> - 2.5.6-1
- package init - package init