Accepting request 750594 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/750594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=56
This commit is contained in:
parent
3a42f60ec5
commit
441063e13b
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 00:13:41 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.39.0:
|
||||||
|
* add pandas builtin operations check (#843 <- #697)
|
||||||
|
* avoid unnecessary dedent (#837)
|
||||||
|
* remove unneeded bar logic
|
||||||
|
* misc code tidy
|
||||||
|
* update documentation
|
||||||
|
+ document default argument overriding (#370)
|
||||||
|
+ add missing isatty() (#713)
|
||||||
|
+ update badges
|
||||||
|
+ add code of conduct
|
||||||
|
* update framework
|
||||||
|
+ clean CI stages
|
||||||
|
+ update CI default py3.6 => py3.7
|
||||||
|
+ automate snap releases (#686 <- #685)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 9 14:36:01 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Nov 9 14:36:01 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tqdm
|
# spec file for package python-tqdm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-tqdm%{suffix}
|
Name: python-tqdm%{suffix}
|
||||||
Version: 4.38.0
|
Version: 4.39.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:c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13
|
|
||||||
size 127264
|
|
3
tqdm-4.39.0.tar.gz
Normal file
3
tqdm-4.39.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1a1613fee07cc30a253051617f2a219a785c58877f9f6bfa129446cbaf8b4c1
|
||||||
|
size 127533
|
Loading…
x
Reference in New Issue
Block a user