Accepting request 747340 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/747340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=24
This commit is contained in:
commit
f406dd8f29
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 14:36:01 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.38.0:
|
||||
* support lock_args for e.g. non-blocking intermediate writes (#838
|
||||
-> #839)
|
||||
+ use self.refresh() in more places
|
||||
+ add and update performance tests
|
||||
+ support args for TqdmDefaultWriteLock.acquire()
|
||||
* fix colorama on win (#678, #764)
|
||||
* framework updates
|
||||
+ CI cleanup
|
||||
move to stages (check/test/deploy)
|
||||
auto deploy notes
|
||||
deploy only on parent repo
|
||||
separate docker deploy
|
||||
+ update documentation sync/generation
|
||||
* update examples
|
||||
* update documentation
|
||||
* add and update tests
|
||||
* misc tidy and linting
|
||||
|
||||
- changes from version 4.37.0:
|
||||
* potential future pandas fix (#824)
|
||||
* better unicode widechar support (#803 -> #410, #805)
|
||||
* fix example/tqdm_wget unknown total (#826)
|
||||
* add stacklevel=2 to warnings (#821)
|
||||
* misc framework updates
|
||||
+ snapcraft version fix
|
||||
+ update issue/pr templates (#830)
|
||||
+ update unit tests
|
||||
* misc documentation updates
|
||||
+ update parallel (multiprocessing, ThreadPoolExecutor) example
|
||||
(#407)
|
||||
+ add slides, video images
|
||||
+ add CII Best Practices badge
|
||||
+ add repology badge
|
||||
+ update badge icons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 19:13:08 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -28,11 +28,10 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-tqdm%{suffix}
|
||||
Version: 4.36.1
|
||||
Version: 4.38.0
|
||||
Release: 0
|
||||
Summary: An extensible progress meter
|
||||
License: MPL-2.0 AND MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/tqdm/tqdm
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abc25d0ce2397d070ef07d8c7e706aede7920da163c64997585d42d3537ece3d
|
||||
size 125123
|
3
tqdm-4.38.0.tar.gz
Normal file
3
tqdm-4.38.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13
|
||||
size 127264
|
Loading…
x
Reference in New Issue
Block a user