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 2024-12-13 22:28:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old) and /work/SRC/openSUSE:Factory/.python-tqdm.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tqdm" Fri Dec 13 22:28:03 2024 rev:62 rq:1229317 version:4.67.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes 2024-11-15 15:38:11.221723227 +0100 +++ /work/SRC/openSUSE:Factory/.python-tqdm.new.29675/python-tqdm.changes 2024-12-13 22:32:02.366311732 +0100 @@ -1,0 +2,12 @@ +Mon Dec 9 09:39:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 4.67.1 + * fix gui (matplotlib syntax) (#1629) + * misc test & framework updates + + bump pytest-asyncio (#1630) + + fix codecov rate limit + + fix pybuild + + sync dependencies +- Update BuildRequires from pyproject.toml + +------------------------------------------------------------------- Old: ---- tqdm-4.67.0.tar.gz New: ---- tqdm-4.67.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tqdm.spec ++++++ --- /var/tmp/diff_new_pack.stls7K/_old 2024-12-13 22:32:02.874332919 +0100 +++ /var/tmp/diff_new_pack.stls7K/_new 2024-12-13 22:32:02.874332919 +0100 @@ -28,7 +28,7 @@ %endif %{?sle15_python_module_pythons} Name: python-tqdm%{pkg_suffix} -Version: 4.67.0 +Version: 4.67.1 Release: 0 Summary: An extensible progress meter License: MIT AND MPL-2.0 @@ -48,7 +48,8 @@ BuildArch: noarch %if %{with test} # SECTION test requirements -BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-asyncio >= 0.24} +BuildRequires: %{python_module nbval} # Conditional required for SLE-15-SP4+ BuildRequires: %{python_module numpy if (python-base without python36-base)} BuildRequires: %{python_module pytest-timeout} ++++++ tqdm-4.67.0.tar.gz -> tqdm-4.67.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/.pre-commit-config.yaml new/tqdm-4.67.1/.pre-commit-config.yaml --- old/tqdm-4.67.0/.pre-commit-config.yaml 2024-11-06 17:35:09.000000000 +0100 +++ new/tqdm-4.67.1/.pre-commit-config.yaml 2024-11-24 21:11:41.000000000 +0100 @@ -37,7 +37,7 @@ - numpy - pandas - pytest-timeout - - pytest-asyncio>0.21 + - pytest-asyncio>=0.24 - repo: https://github.com/PyCQA/flake8 rev: 7.1.1 hooks: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/PKG-INFO new/tqdm-4.67.1/PKG-INFO --- old/tqdm-4.67.0/PKG-INFO 2024-11-06 17:35:26.882829700 +0100 +++ new/tqdm-4.67.1/PKG-INFO 2024-11-24 21:12:11.768507000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: tqdm -Version: 4.67.0 +Version: 4.67.1 Summary: Fast, Extensible Progress Meter Maintainer-email: tqdm developers <d...@tqdm.ml> License: MPL-2.0 AND MIT @@ -72,7 +72,8 @@ Requires-Dist: pytest>=6; extra == "dev" Requires-Dist: pytest-cov; extra == "dev" Requires-Dist: pytest-timeout; extra == "dev" -Requires-Dist: pytest-xdist; extra == "dev" +Requires-Dist: pytest-asyncio>=0.24; extra == "dev" +Requires-Dist: nbval; extra == "dev" Provides-Extra: discord Requires-Dist: requests; extra == "discord" Provides-Extra: slack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/environment.yml new/tqdm-4.67.1/environment.yml --- old/tqdm-4.67.0/environment.yml 2024-11-06 17:35:09.000000000 +0100 +++ new/tqdm-4.67.1/environment.yml 2024-11-24 21:11:41.000000000 +0100 @@ -20,8 +20,7 @@ - pytest - pytest-cov - pytest-timeout -- pytest-asyncio -- nbval +- pytest-asyncio>=0.24 - coverage # extras - dask # dask @@ -35,12 +34,13 @@ - rich # rich - argopt # `cd wiki && pymake` - twine # `pymake check pypi` -- build # `python -m build` +- python-build # `python -m build` # `cd docs && pymake` - mkdocs-material - pygments - pymdown-extensions - pip: + - git+https://github.com/casperdcl/nbval.git@master#egg=nbval # tests (native) - py-make >=0.1.0 # `make/pymake` - mkdocs-minify-plugin # `cd docs && pymake` - git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin # `cd docs && pymake` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/pyproject.toml new/tqdm-4.67.1/pyproject.toml --- old/tqdm-4.67.0/pyproject.toml 2024-11-06 17:35:09.000000000 +0100 +++ new/tqdm-4.67.1/pyproject.toml 2024-11-24 21:11:41.000000000 +0100 @@ -84,7 +84,7 @@ dependencies = ['colorama; platform_system == "Windows"'] [project.optional-dependencies] -dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-xdist"] +dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio>=0.24", "nbval"] discord = ["requests"] slack = ["slack-sdk"] telegram = ["requests"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/tqdm/_dist_ver.py new/tqdm-4.67.1/tqdm/_dist_ver.py --- old/tqdm-4.67.0/tqdm/_dist_ver.py 2024-11-06 17:35:26.000000000 +0100 +++ new/tqdm-4.67.1/tqdm/_dist_ver.py 2024-11-24 21:12:11.000000000 +0100 @@ -1 +1 @@ -__version__ = '4.67.0' +__version__ = '4.67.1' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/tqdm/gui.py new/tqdm-4.67.1/tqdm/gui.py --- old/tqdm-4.67.0/tqdm/gui.py 2024-11-06 17:35:09.000000000 +0100 +++ new/tqdm-4.67.1/tqdm/gui.py 2024-11-24 21:11:41.000000000 +0100 @@ -122,6 +122,7 @@ ax = self.ax line1 = self.line1 line2 = self.line2 + hspan = getattr(self, 'hspan', None) # instantaneous rate y = delta_it / delta_t # overall rate @@ -148,18 +149,10 @@ if total: line1.set_data(xdata, ydata) line2.set_data(xdata, zdata) - try: - poly_lims = self.hspan.get_xy() - except AttributeError: - self.hspan = self.plt.axhspan(0, 0.001, xmin=0, xmax=0, color='g') - poly_lims = self.hspan.get_xy() - poly_lims[0, 1] = ymin - poly_lims[1, 1] = ymax - poly_lims[2] = [n / total, ymax] - poly_lims[3] = [poly_lims[2, 0], ymin] - if len(poly_lims) > 4: - poly_lims[4, 1] = ymin - self.hspan.set_xy(poly_lims) + if hspan: + hspan.set_xy((0, ymin)) + hspan.set_height(ymax - ymin) + hspan.set_width(n / total) else: t_ago = [cur_t - i for i in xdata] line1.set_data(t_ago, ydata) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/tqdm.egg-info/PKG-INFO new/tqdm-4.67.1/tqdm.egg-info/PKG-INFO --- old/tqdm-4.67.0/tqdm.egg-info/PKG-INFO 2024-11-06 17:35:26.000000000 +0100 +++ new/tqdm-4.67.1/tqdm.egg-info/PKG-INFO 2024-11-24 21:12:11.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: tqdm -Version: 4.67.0 +Version: 4.67.1 Summary: Fast, Extensible Progress Meter Maintainer-email: tqdm developers <d...@tqdm.ml> License: MPL-2.0 AND MIT @@ -72,7 +72,8 @@ Requires-Dist: pytest>=6; extra == "dev" Requires-Dist: pytest-cov; extra == "dev" Requires-Dist: pytest-timeout; extra == "dev" -Requires-Dist: pytest-xdist; extra == "dev" +Requires-Dist: pytest-asyncio>=0.24; extra == "dev" +Requires-Dist: nbval; extra == "dev" Provides-Extra: discord Requires-Dist: requests; extra == "discord" Provides-Extra: slack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tqdm-4.67.0/tqdm.egg-info/requires.txt new/tqdm-4.67.1/tqdm.egg-info/requires.txt --- old/tqdm-4.67.0/tqdm.egg-info/requires.txt 2024-11-06 17:35:26.000000000 +0100 +++ new/tqdm-4.67.1/tqdm.egg-info/requires.txt 2024-11-24 21:12:11.000000000 +0100 @@ -6,7 +6,8 @@ pytest>=6 pytest-cov pytest-timeout -pytest-xdist +pytest-asyncio>=0.24 +nbval [discord] requests