!6 Update to 4.2.0

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-04-11 07:37:19 +00:00 committed by Gitee
commit 235c4b0d12
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: python-progressbar2
Version: 3.55.0
Version: 4.2.0
Release: 1
Summary: A Python Progressbar library to provide visual (yet text based) progress to long running operations.
License: BSD
URL: https://github.com/WoLpH/python-progressbar
Source0: https://github.com/WoLpH/python-progressbar/archive/refs/tags/python-progressbar-%{version}.tar.gz
Source0: https://github.com/WoLpH/python-progressbar/archive/v%{version}/python-progressbar-%{version}.tar.gz
BuildArch: noarch
@ -28,7 +28,7 @@ Provides: python3-progressbar2-doc
Development documents and examples for progressbar2.
%prep
%autosetup -n python-progressbar-%{version}
%autosetup -n python-progressbar-%{version} -p1
%build
%py3_build
@ -70,5 +70,8 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
%{_docdir}/*
%changelog
* Tue Apr 11 2023 yaoxin <yao_xin001@hoperun.com> - 4.2.0-1
- Update to 4.2.0
* Mon Oct 18 2021 yinzehao <yinzehao@uniontech.com> - 3.55.0-1
- Package Spec generated