New upstream release 1.4
Version: 1.4-1
This commit is contained in:
parent
0fe14e8f94
commit
70075234a2
6 changed files with 133 additions and 167 deletions
|
|
@ -19,13 +19,13 @@
|
|||
%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
|
||||
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
|
||||
* Thu Oct 04 2018 Pavel Raiskup <praiskup@redhat.com> - 1.4-1
|
||||
- latest upstream release
|
||||
|
||||
* Wed Oct 03 2018 Pavel Raiskup <praiskup@redhat.com> - 1.2-19
|
||||
- no python2 in f30+ (rhbz#1634951)
|
||||
- fix el6 build (rhbz#1310704)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue