Accepting request 635938 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/635938 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=31
This commit is contained in:
parent
5cac9b9018
commit
e6b9a89406
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 16 15:40:33 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.26.0:
|
||||||
|
* fix smoothing (#566 -> #601)
|
||||||
|
* pandas updates
|
||||||
|
+ address the FutureWarning in pandas, drop pandas test in py34,
|
||||||
|
add in py37 (#603)
|
||||||
|
+ support pandas axis='index' or 'columns' (#570)
|
||||||
|
* minor documentation updates (#597, #600, #606)
|
||||||
|
+ developer notes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 28 13:08:16 UTC 2018 - tchvatal@suse.com
|
Tue Aug 28 13:08:16 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-tqdm
|
Name: python-tqdm
|
||||||
Version: 4.25.0
|
Version: 4.26.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extensible progress meter
|
Summary: An extensible progress meter
|
||||||
License: MPL-2.0 AND MIT
|
License: MPL-2.0 AND MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3364bd83ce4777320b862e3c8a93d7da91e20a95f06ef79bed7dd71c654cafa
|
|
||||||
size 100999
|
|
3
tqdm-4.26.0.tar.gz
Normal file
3
tqdm-4.26.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df02c0650160986bac0218bb07952245fc6960d23654648b5d5526ad5a4128c9
|
||||||
|
size 106658
|
Loading…
x
Reference in New Issue
Block a user