diff --git a/python-tqdm.changes b/python-tqdm.changes index 4006d66..10a9e7d 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Wed Mar 1 16:38:44 UTC 2017 - toddrme2178@gmail.com + +- Update to 4.11.2 + * thread safety #332 + * address DeprecationWarning #319 -> #326 + * version extra #328 -> #330 + + security fix + + add non-master branch name + + Fixes BNC#1017485 + + Fixes CVE#CVE-2016-10075 + * minor safety + * minor documentation and comments +- Update to 4.11.1 + * Officially support Python 3.6, addressing #333 +- Update to 4.11.0 + * postfix argument added #266->#270 + * fix tests for + + numpy #272->#302 + + PyPy3 #318->#325 + * 7z extraction example script + * new logo #315 + * hit counter with logo colours and stats + * documentation updates + * safer setup.py Makefile emulation + * better github contributions integrations and Code of Conduct #310 +- update to version 4.10.0: + * fix maxinterval to adjust miniters to mininterval #249 + * minor bugfixes (eg #288) + * misc optimisations, unit tests, and benchmarks (eg #298) + * documentation updates +- update to version 4.9.0: + * monitoring thread to automatically to adjust miniters and avoid + exceeding maxinterval + + test race conditions + + kill on KeyboardInterrupt + instant refresh + + low performance overhead, option to disable + * new CLI argument: --bytes to count chars + * disable automatically on non-TTY (#281) + * fixed refresh() and clear() if disabled (#286) + * misc fixes + * documentation + * unit tests + * optimisations, style fixes + * codacy badge + * safety and warning suppression + * ignore coverall failures (#283) + * fix broken link in README (#262) + * Fix time() in refresh() + avoid write() races (#264) + * Fix __repr__() #269 + * Fix update(0) causing ZeroDivisionError (on first call) #268 + * Faster simple bar for perf test (#257) + * cleaner tqdm_notebook exit when not run in a notebook (#267) + * Disable coveralls because of duplicate comments on github (#263) + * Migrate codecov config -> codecov.yml + ------------------------------------------------------------------- Mon Sep 19 18:15:48 UTC 2016 - toddrme2178@gmail.com diff --git a/python-tqdm.spec b/python-tqdm.spec index 61884f9..3b36017 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,7 +1,7 @@ # # spec file for package python-tqdm # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,24 @@ Name: python-tqdm -Version: 4.8.4 +Version: 4.11.2 Release: 0 Summary: A Fast, Extensible Progress Meter License: 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-coverage BuildRequires: python-devel -BuildRequires: python-flake8 -BuildRequires: python-nose BuildRequires: python-docopt BuildRequires: python-setuptools +# Test requirements +BuildRequires: python-coverage +BuildRequires: python-Cython +BuildRequires: python-flake8 +BuildRequires: python-mccabe +BuildRequires: python-nose +BuildRequires: python-numpy-devel +BuildRequires: python-pandas Requires: python-docopt Requires(post): update-alternatives Requires(postun): update-alternatives @@ -74,7 +79,7 @@ fi %check -python setup.py test +nosetests --ignore-files="tests_perf\.py" %files %defattr(-,root,root,-) diff --git a/tqdm-4.11.2.tar.gz b/tqdm-4.11.2.tar.gz new file mode 100644 index 0000000..1790734 --- /dev/null +++ b/tqdm-4.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14baa7a9ea7723d46f60de5f8c6f20e840baa7e3e193bf0d9ec5fe9103a15254 +size 100161 diff --git a/tqdm-4.8.4.tar.gz b/tqdm-4.8.4.tar.gz deleted file mode 100644 index 1374a86..0000000 --- a/tqdm-4.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bab05f8bb6efd2702ab6c532e5e6a758a66c0d2f443e09784b73e4066e6b3a37 -size 77229