Accepting request 961200 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/961200 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=49
This commit is contained in:
commit
ec0a84f52c
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 12 05:53:04 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 4.63.0:
|
||||||
|
* add __reversed__()
|
||||||
|
* add efficient __contains__()
|
||||||
|
* improve CLI startup time (replace pkg_resources => importlib)
|
||||||
|
* tqdm.autonotebook warning & std fallback on missing ipywidgets
|
||||||
|
(#1218 <- #1082, #1217)
|
||||||
|
* warn on positional CLI arguments
|
||||||
|
* misc build/test framework updates
|
||||||
|
+ enable py3.10 tests
|
||||||
|
+ add conda dependencies
|
||||||
|
+ update pre-commit hooks
|
||||||
|
+ fix pytest config (nbval, asyncio)
|
||||||
|
+ fix dependencies & tests
|
||||||
|
+ fix site deployment
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 22 10:58:48 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sat Jan 22 10:58:48 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-tqdm%{pkg_suffix}
|
Name: python-tqdm%{pkg_suffix}
|
||||||
Version: 4.62.3
|
Version: 4.63.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extensible progress meter
|
Summary: An extensible progress meter
|
||||||
License: MIT AND MPL-2.0
|
License: MIT AND MPL-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d359de7217506c9851b7869f3708d8ee53ed70a1b8edbba4dbcb47442592920d
|
|
||||||
size 167952
|
|
3
tqdm-4.63.0.tar.gz
Normal file
3
tqdm-4.63.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d9835ede8e394bb8c9dcbffbca02d717217113adc679236873eeaac5bc0b3cd
|
||||||
|
size 168556
|
Loading…
x
Reference in New Issue
Block a user