1.4
This commit is contained in:
parent
0fe14e8f94
commit
58de2876ca
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/progress-1.2.tar.gz
|
||||
/progress-1.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c1dbf49a41e80408d3874d976ba894cc progress-1.2.tar.gz
|
||||
SHA512 (progress-1.4.tar.gz) = f9973ac4f670632fa4ab27232f53c0c74992329a298f95ea6a39ba7a4cbdccfacd44a49c367bf45d739d4fb652e13c271792eff509c9277e2250c2cdb3e82c48
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue