New upstream release
Resolves: rhbz#1987117 Version: 1.6-1
This commit is contained in:
parent
b6118e8650
commit
22463f2e42
3 changed files with 8 additions and 8 deletions
|
|
@ -36,7 +36,7 @@ index ef7c4cb..0c73842 100644
|
|||
include README.rst LICENSE
|
||||
-include test_*.py
|
||||
diff --git a/progress/__init__.py b/progress/__init__.py
|
||||
index e434c25..1cbdce6 100644
|
||||
index b434b30..71b2039 100644
|
||||
--- a/progress/__init__.py
|
||||
+++ b/progress/__init__.py
|
||||
@@ -18,10 +18,7 @@ from collections import deque
|
||||
|
|
@ -50,7 +50,7 @@ index e434c25..1cbdce6 100644
|
|||
+from time import time
|
||||
|
||||
|
||||
__version__ = '1.5'
|
||||
__version__ = '1.6'
|
||||
@@ -30,19 +27,55 @@ HIDE_CURSOR = '\x1b[?25l'
|
||||
SHOW_CURSOR = '\x1b[?25h'
|
||||
|
||||
|
|
@ -113,7 +113,7 @@ index e434c25..1cbdce6 100644
|
|||
for key, val in kwargs.items():
|
||||
setattr(self, key, val)
|
||||
|
||||
@@ -62,23 +95,19 @@ class Infinite(object):
|
||||
@@ -67,23 +100,19 @@ class Infinite(object):
|
||||
|
||||
@property
|
||||
def elapsed(self):
|
||||
|
|
@ -145,8 +145,8 @@ index e434c25..1cbdce6 100644
|
|||
def update(self):
|
||||
pass
|
||||
|
||||
@@ -112,10 +141,7 @@ class Infinite(object):
|
||||
return self.file.isatty() if self.check_tty else True
|
||||
@@ -116,10 +145,7 @@ class Infinite(object):
|
||||
raise AttributeError(msg)
|
||||
|
||||
def next(self, n=1):
|
||||
- now = monotonic()
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
%global pypi_name progress
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.5
|
||||
Release: 10%{?dist}
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Easy to use progress bars
|
||||
|
||||
License: ISC
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (progress-1.5.tar.gz) = a9bee3498746233f874da2d6509d052882d9592df69c223637279a1fae40174a4dc279b56a7558e95ed173b0d357ae07752501c577a3cb9c79e0f87095838896
|
||||
SHA512 (progress-1.6.tar.gz) = 58a614bba5a7273a42ba5e9607b3a965fec17f26a4f24563d4c13679ea32b23dda7509c5da81a2a34bebeeedd91154d0457ab8dac95cc7a092add2567249cc94
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue