Update to 4.2.0

This commit is contained in:
starlet-dx 2023-04-11 14:51:05 +08:00
parent 56edf44772
commit a79fcfb5f1
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