This commit is contained in:
Gwyn Ciesla 2018-12-05 10:04:44 -06:00
commit 58de2876ca
3 changed files with 9 additions and 5 deletions

View file

@ -19,8 +19,8 @@
%global pypi_name progress
Name: python-%{pypi_name}
Version: 1.2
Release: 19%{?dist}
Version: 1.4
Release: 1%{?dist}
Summary: Easy to use progress bars
License: ISC
@ -38,8 +38,8 @@ 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-possibly-enlarge-dequeue-to-give-us-better-statistic.patch
#Patch2: 0002-make-the-progress-bar-more-stable.patch
%global _description\
Collection of easy to use progress bars and spinners.\
@ -99,6 +99,9 @@ rm -rf %{pypi_name}.egg-info
%changelog
* Wed Dec 05 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.4-1
- 1.4
* Wed Oct 03 2018 Pavel Raiskup <praiskup@redhat.com> - 1.2-19
- no python2 in f30+ (rhbz#1634951)
- fix el6 build (rhbz#1310704)