Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Factory 
checked in at 2021-04-08 21:03:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old)
 and      /work/SRC/openSUSE:Factory/.python-tqdm.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tqdm"

Thu Apr  8 21:03:04 2021 rev:42 rq:883192 version:4.59.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes  2021-02-16 
22:34:47.265521638 +0100
+++ /work/SRC/openSUSE:Factory/.python-tqdm.new.2401/python-tqdm.changes        
2021-04-08 21:03:13.281969060 +0200
@@ -1,0 +2,33 @@
+Sun Mar 28 16:32:36 UTC 2021 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * remove pandas.patch, seems to be included upstreams
+
+- update to version 4.59.0:
+  * add tqdm.dask.TqdmCallback (#1079, #279 <- #278)
+  * add asyncio.gather() (#1136)
+  * add basic support for length_hint (#1068)
+  * add & update tests
+  * misc documentation updates (#1132)
+    + update contributing guide
+    + update URLs
+    + bash completion: add missing --delay
+  * misc code tidy
+    + add [notebook] extra (#1135)
+
+- changes from version 4.58.0:
+  * add start delay in seconds (#836 <- #1069, #704)
+  * add tests
+  * misc code tidy (#1130)
+  * misc documentation updates
+
+- changes from version 4.57.0:
+  * add line buffering for DummyTqdmFile (#960)
+  * fix & update demo notebook (#1127)
+  * fix py3 urllib examples (#1127)
+  * suppress deprecated pandas warnings (#824, #1094)
+  * misc framework updates
+  * misc tests updates
+  * misc code tidy
+
+-------------------------------------------------------------------

Old:
----
  pandas.patch
  tqdm-4.56.2.tar.gz

New:
----
  tqdm-4.59.0.tar.gz

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

Other differences:
------------------
++++++ python-tqdm.spec ++++++
--- /var/tmp/diff_new_pack.MCWqop/_old  2021-04-08 21:03:14.273970132 +0200
+++ /var/tmp/diff_new_pack.MCWqop/_new  2021-04-08 21:03:14.273970132 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-tqdm
+# spec file for package python-tqdm-test
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -28,31 +28,30 @@
 %bcond_with test
 %endif
 Name:           python-tqdm%{pkg_suffix}
-Version:        4.56.2
+Version:        4.59.0
 Release:        0
 Summary:        An extensible progress meter
-License:        MPL-2.0 AND MIT
+License:        MIT AND MPL-2.0
 URL:            https://github.com/tqdm/tqdm
 Source:         
https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
-Patch0:         pandas.patch
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module toml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
-BuildArch:      noarch
+Requires(postun):update-alternatives
 Enhances:       python-ipython
+BuildArch:      noarch
 %if %{with test}
 # SECTION test requirements
+BuildRequires:  %{python_module numpy if (python-base without python36-base)}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-timeout}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module tqdm}
-BuildRequires:  %{python_module numpy if (%python-base without python36-base)}
 %if ! 0%{?_with_ringdisabled}
-BuildRequires:  %{python_module pandas if (%python-base without python36-base)}
+BuildRequires:  %{python_module pandas if (python-base without python36-base)}
 %endif
 # /SECTION
 %endif
@@ -64,12 +63,12 @@
 tqdm's overhead is one order of magnitude less than python-progressbar
 and does not require ncurses.
 
-%package -n %allpython-tqdm-bash-completion
+%package -n %{allpython}-tqdm-bash-completion
 Summary:        Bash completion for python-tqdm
 Requires:       bash-completion
 Supplements:    %{python_module tqdm and bash-completion}
 
-%description -n %allpython-tqdm-bash-completion
+%description -n %{allpython}-tqdm-bash-completion
 tqdm lets you output a progress meter from within loops by wrapping
 any iterable with "tqdm(iterable)".
 tqdm's overhead is one order of magnitude less than python-progressbar
@@ -77,10 +76,8 @@
 
 This package provides the completion file for bash
 
-
 %prep
 %setup -q -n tqdm-%{version}
-%patch0 -p1
 # remove bash shebang for completion script
 sed -i '1 s/^#!.*/# bash completion for tqdm       -*- shell-script -*-/' 
tqdm/completion.sh
 chmod a-x tqdm/completion.sh
@@ -120,7 +117,7 @@
 %{python_sitelib}/tqdm-%{version}*-info
 %python_alternative %{_bindir}/tqdm
 
-%files -n %allpython-tqdm-bash-completion
+%files -n %{allpython}-tqdm-bash-completion
 %license LICENCE
 %{_datadir}/bash-completion/completions/tqdm
 %endif

++++++ tqdm-4.56.2.tar.gz -> tqdm-4.59.0.tar.gz ++++++
++++ 1680 lines of diff (skipped)

Reply via email to