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 2026-06-29 17:29:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old) and /work/SRC/openSUSE:Factory/.python-tqdm.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tqdm" Mon Jun 29 17:29:53 2026 rev:66 rq:1362176 version:4.68.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes 2026-03-11 20:49:51.056468091 +0100 +++ /work/SRC/openSUSE:Factory/.python-tqdm.new.11887/python-tqdm.changes 2026-06-29 17:30:25.134150163 +0200 @@ -1,0 +2,28 @@ +Sun Jun 28 14:31:27 UTC 2026 - Dirk Müller <[email protected]> + +- update to 4.68.3: + * `utils`: delay `os.get_terminal_size` + * `autonotebook`: support QtConsole, Spyder, JupyterLite + * minor docs updates + * misc minor framework updates + * add Python 3.14, drop 3.7 support +- update to 4.68.2: + * revert accidental change to `ascii` default (fixes #1760) + * `UnicodeEncodeError: 'charmap' codec can't encode + characters in position 6-7: character maps to ` can be fixed + by installing `tqdm!=4.68.0,!=4.68.1` + * misc docs updates + * tests: fix coverage (fixes #1760) +- update to 4.68.1: + * set name of monitor thread + * fix monitor thread `atexit` deadlock + * docs: minor copyediting +- update to 4.68.0: + * `utils`: simplify terminal size detection + * add `chain`, `permutations`, `combinations`, + `combinations_with_replacement`, `batched` + * add `product(repeat=1)` keyword argument + * soft-deprecate `tqdm.utils.envwrap` -> `envwrap` + * benchmarks: fix `asv` + +------------------------------------------------------------------- Old: ---- tqdm-4.67.3.tar.gz New: ---- tqdm-4.68.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tqdm.spec ++++++ --- /var/tmp/diff_new_pack.dBOktv/_old 2026-06-29 17:30:27.226222290 +0200 +++ /var/tmp/diff_new_pack.dBOktv/_new 2026-06-29 17:30:27.242222841 +0200 @@ -33,16 +33,16 @@ %endif %{?sle15_python_module_pythons} Name: python-tqdm%{pkg_suffix} -Version: 4.67.3 +Version: 4.68.3 Release: 0 Summary: An extensible progress meter 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 -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 42} +BuildRequires: %{python_module setuptools_scm >= 3.4} BuildRequires: %{python_module toml} BuildRequires: %{python_module wheel} BuildRequires: fdupes ++++++ tqdm-4.67.3.tar.gz -> tqdm-4.68.3.tar.gz ++++++ ++++ 3070 lines of diff (skipped)
