From 3a42f60ec52ddc0556d403c48e34fc85a0d4de4cc50cadb2ff49e8692d5f8641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Nov 2019 12:42:59 +0000 Subject: [PATCH] Accepting request 747232 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/747232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=54 --- python-tqdm.changes | 39 +++++++++++++++++++++++++++++++++++++++ python-tqdm.spec | 3 +-- tqdm-4.36.1.tar.gz | 3 --- tqdm-4.38.0.tar.gz | 3 +++ 4 files changed, 43 insertions(+), 5 deletions(-) delete mode 100644 tqdm-4.36.1.tar.gz create mode 100644 tqdm-4.38.0.tar.gz diff --git a/python-tqdm.changes b/python-tqdm.changes index cda557a..3912bad 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Sat Nov 9 14:36:01 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-tqdm.spec b/python-tqdm.spec index bc41d41..3214f64 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -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} diff --git a/tqdm-4.36.1.tar.gz b/tqdm-4.36.1.tar.gz deleted file mode 100644 index 887a5e4..0000000 --- a/tqdm-4.36.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abc25d0ce2397d070ef07d8c7e706aede7920da163c64997585d42d3537ece3d -size 125123 diff --git a/tqdm-4.38.0.tar.gz b/tqdm-4.38.0.tar.gz new file mode 100644 index 0000000..b290bcd --- /dev/null +++ b/tqdm-4.38.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13 +size 127264