!6 Update to 4.2.0
From: @starlet-dx Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
235c4b0d12
Binary file not shown.
BIN
python-progressbar-4.2.0.tar.gz
Normal file
BIN
python-progressbar-4.2.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
|
|
||||||
Name: python-progressbar2
|
Name: python-progressbar2
|
||||||
Version: 3.55.0
|
Version: 4.2.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Python Progressbar library to provide visual (yet text based) progress to long running operations.
|
Summary: A Python Progressbar library to provide visual (yet text based) progress to long running operations.
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/WoLpH/python-progressbar
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ Provides: python3-progressbar2-doc
|
|||||||
Development documents and examples for progressbar2.
|
Development documents and examples for progressbar2.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n python-progressbar-%{version}
|
%autosetup -n python-progressbar-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -70,5 +70,8 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 18 2021 yinzehao <yinzehao@uniontech.com> - 3.55.0-1
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user