Updates from PR#3
Version: 1.4-2
This commit is contained in:
parent
58de2876ca
commit
22856fa1a8
5 changed files with 131 additions and 166 deletions
|
|
@ -20,12 +20,12 @@
|
|||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Easy to use progress bars
|
||||
|
||||
License: ISC
|
||||
URL: http://github.com/verigak/progress/
|
||||
Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
Source0: %pypi_source
|
||||
BuildArch: noarch
|
||||
|
||||
%if %{with python2}
|
||||
|
|
@ -38,8 +38,7 @@ BuildRequires: python3-devel
|
|||
BuildRequires: python3-setuptools
|
||||
%endif
|
||||
|
||||
#Patch1: 0001-possibly-enlarge-dequeue-to-give-us-better-statistic.patch
|
||||
#Patch2: 0002-make-the-progress-bar-more-stable.patch
|
||||
Patch1: 0001-fixup-moving-average-window.patch
|
||||
|
||||
%global _description\
|
||||
Collection of easy to use progress bars and spinners.\
|
||||
|
|
@ -99,6 +98,9 @@ rm -rf %{pypi_name}.egg-info
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 11 2018 Pavel Raiskup <praiskup@redhat.com> - 1.4-2
|
||||
- followup for previous commit, PR#3
|
||||
|
||||
* Wed Dec 05 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.4-1
|
||||
- 1.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue