Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Leap:15.2 
checked in at 2020-03-20 05:14:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-tqdm (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-tqdm.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tqdm"

Fri Mar 20 05:14:58 2020 rev:22 rq:777226 version:4.42.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-tqdm/python-tqdm.changes        
2020-01-15 15:53:52.319612645 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tqdm.new.3160/python-tqdm.changes      
2020-03-20 05:15:08.522557543 +0100
@@ -1,0 +2,248 @@
+Sun Feb  9 16:54:35 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- update to version 4.42.1:
+  * support pandas==1.0.0 (#780, #555)
+  * minor metadata updates
+  * minor CI test update
+
+-------------------------------------------------------------------
+Sun Jan 26 21:21:59 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- update to version 4.42.0:
+  * notebook: update disable=None behaviour (#880)
+  * tqdm.keras: support tensorflow.keras as well as keras (#885)
+  * add contrib (#882)
+    + tenumerate (#840 <- #480, #402)
+    + tzip <= zip
+    + tmap <= map
+    + add concurrent module
+       o thread_map <= concurrent.futures.ThreadPoolExecutor.map
+       o process_map <= concurrent.futures.ProcessPoolExecutor.map
+    + add itertools module (#225) stub
+       o product
+  * add & update tests
+  * add & update documentation
+    + README
+    + examples/
+  * update CI framework
+
+-------------------------------------------------------------------
+Mon Jan  6 14:46:46 UTC 2020 - Todd R <toddrme2...@gmail.com>
+
+- Remove unneeded python2 ipython-related testing dependencies.
+  These packages are no longer available for python2 and the test
+  suite will automatically skip them if they aren't available.
+
+-------------------------------------------------------------------
+Sun Jan  5 02:47:11 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * update copyright year
+
+- update to version 4.41.1:
+  * fix batch_size=None
+  * keras missing pop('size')
+
+-------------------------------------------------------------------
+Sun Dec 29 21:17:56 UTC 2019 - Arun Persaud <a...@gmx.de>
+
+- update to version 4.41.0:
+  * trim on ncols overflow with ANSI handling (#850, #716 <- #690)
+  * add notebook.reset() (#864)
+  * add keras.TqdmCallback (#867 <- #835)
+  * documentation updates
+    + document newly added features (above)
+    + notebook ncols percentage/pixels (#276)
+  * test updates
+    + test newly added features (above)
+    + add CI for win and osx (#841)
+    + py2 threading
+
+-------------------------------------------------------------------
+Fri Dec 13 00:21:42 UTC 2019 - Arun Persaud <a...@gmx.de>
+
+- update to version 4.40.2:
+  * fix pandas unhashable func (#862 -> #863)
+    + add tests
+
+-------------------------------------------------------------------
+Sat Dec  7 17:40:20 UTC 2019 - Arun Persaud <a...@gmx.de>
+
+- update to version 4.40.1:
+  * test for floats for total
+
+- changes from version 4.40.0:
+  * officially support float for n and total (#802)
+    + notebook: use FloatProgress <= IntProgress (#471, #456)
+    + allow imprecision (n <= total + epsilon) (#849)
+  * fix unicode bar format arguments (#803 -> #851)
+  * add contrib submodule (#815)
+  * add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile (#84
+    -> #844)
+  * update tests
+  * update documentation
+  * tidy automatic snap deployments
+  * minor doc update (#854)
+
+-------------------------------------------------------------------
+Sat Nov 30 12:23:06 UTC 2019 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Don't use RPM internal/reserved name %suffix (change to
+  pkg_suffix).
+
+-------------------------------------------------------------------
+Sun Nov 24 00:13:41 UTC 2019 - Arun Persaud <a...@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 <a...@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 <a...@gmx.de>
+
+- update to version 4.36.1:
+  * fix CLI entrypoint
+
+- changes from version 4.36.0:
+  * expose more custom format params
+  * potential thread safety fix (#548)
+  * update submodule architecture (#198 -> #800)
+    + backward-compatibility
+    + expose utils
+    + rename main -> cli
+    + add/fix tests
+    + fix minor cached var optimisation
+    + gui partial upgrade (#790)
+    + notebook upgrade (#790)
+         support {bar} in bar_format (#594)
+         inherit methods including set_*(refresh) (#740 -> #741)
+    + ready for contrib releases (#252)
+  * support custom bar_format with unknown total
+  * fix tqdm_notebook red block on explicit file=None (#791)
+  * update notebook to fully support custom bar_format (#594, #649)
+  * misc tidy
+    + warnings
+    + linting
+    + update submodule contribution guide (#252)
+    + parallel (py)make test
+    + fix Zenodo metadata
+  * update documentation
+    + pandas, notebook, gui (#245)
+    + indentation
+    + update multiprocessing and multithreading examples (#796)
+
+-------------------------------------------------------------------
+Sun Aug 25 17:53:16 UTC 2019 - Arun Persaud <a...@gmx.de>
+
+- update to version 4.35.0:
+  * add {bar} format specifier (#623 -> #799)
+      [width][type]
+  * add tests and documentation
+  * update performance tests
+
+- changes from version 4.34.0:
+  * add leave=None convenience option for leave = position == 0
+  * ensure nested completed bars respect leave=True (#230)
+  * ensure nested bars are cleared before being moved up (#795)
+  * support both and = syntax for CLI options (#761 -> #774)
++++ 51 more lines (skipped)
++++ between /work/SRC/openSUSE:Leap:15.2/python-tqdm/python-tqdm.changes
++++ and /work/SRC/openSUSE:Leap:15.2/.python-tqdm.new.3160/python-tqdm.changes

Old:
----
  tqdm-4.31.1.tar.gz

New:
----
  tqdm-4.42.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tqdm.spec ++++++
--- /var/tmp/diff_new_pack.ZxBB7S/_old  2020-03-20 05:15:08.938557822 +0100
+++ /var/tmp/diff_new_pack.ZxBB7S/_new  2020-03-20 05:15:08.938557822 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tqdm
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,21 +21,19 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define test 1
-%define suffix -test
+%define pkg_suffix -test
 %bcond_without test
 %else
-%define suffix %{nil}
+%define pkg_suffix %{nil}
 %bcond_with test
 %endif
-Name:           python-tqdm%{suffix}
-Version:        4.31.1
+Name:           python-tqdm%{pkg_suffix}
+Version:        4.42.1
 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 rpm-macros}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -44,12 +42,12 @@
 BuildArch:      noarch
 %if %{with test}
 # SECTION test requirements
-BuildRequires:  %{python_module jupyter_ipython}
-BuildRequires:  %{python_module jupyter_ipywidgets}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module tqdm}
+BuildRequires:  python3-ipython
+BuildRequires:  python3-ipywidgets
 # /SECTION
 %endif
 %python_subpackages
@@ -93,10 +91,8 @@
 %doc README.rst logo.png
 %doc examples/
 %license LICENCE
-%dir %{python_sitelib}/tqdm
-%dir %{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/tqdm/*
-%{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info/*
+%{python_sitelib}/tqdm/
+%{python_sitelib}/tqdm-%{version}-py*.egg-info
 %python_alternative %{_bindir}/tqdm
 %endif
 

++++++ tqdm-4.31.1.tar.gz -> tqdm-4.42.1.tar.gz ++++++
++++ 10124 lines of diff (skipped)


Reply via email to