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 2023-08-13 19:17:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old) and /work/SRC/openSUSE:Factory/.python-tqdm.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tqdm" Sun Aug 13 19:17:39 2023 rev:55 rq:1103604 version:4.66.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes 2023-05-09 13:06:44.916810557 +0200 +++ /work/SRC/openSUSE:Factory/.python-tqdm.new.11712/python-tqdm.changes 2023-08-13 19:17:41.756006115 +0200 @@ -1,0 +2,31 @@ +Thu Aug 10 21:55:13 UTC 2023 - Arun Persaud <[email protected]> + +- specfile: + * switched to pyproject.toml build + +- update to version 4.66.1: + * fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319) + e.g. cloudwatch & kubernetes workaround: export TQDM_POSITION=-1 + * drop mentions of unsupported Python versions + +- changes from version 4.66.0: + * environment variables to override defaults (TQDM_*) (#1491 <- + #1061, #950 <- #614, #1318, #619, #612, #370) e.g. in CI jobs, + export TQDM_MININTERVAL=5 to avoid log spam add tests & docs for + tqdm.utils.envwrap + * fix & update CLI completion + * fix & update API docs + * minor code tidy: replace os.path => pathlib.Path + * fix docs image hosting + * release with CI bot account again (cli/cli#6680) + +- changes from version 4.65.2: + * exclude examples from distributed wheel (#1492) + +- changes from version 4.65.1: + * add Python 3.11 and drop Python 3.6 support (#1439, #1419, #502 <- + #720, #620) + * misc code & docs tidy + * fix & update CI workflows & tests + +------------------------------------------------------------------- Old: ---- tqdm-4.65.0.tar.gz New: ---- tqdm-4.66.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tqdm.spec ++++++ --- /var/tmp/diff_new_pack.q95kfS/_old 2023-08-13 19:17:43.988020395 +0200 +++ /var/tmp/diff_new_pack.q95kfS/_new 2023-08-13 19:17:43.992020421 +0200 @@ -26,24 +26,26 @@ %define pkg_suffix %{nil} %bcond_with test %endif -%{?sle15_python_module_pythons} Name: python-tqdm%{pkg_suffix} -Version: 4.65.0 +Version: 4.66.1 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 pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun):update-alternatives Enhances: python-ipython BuildArch: noarch +%{?sle15_python_module_pythons} %if %{with test} # SECTION test requirements BuildRequires: %{python_module numpy if (python-base without python36-base)} @@ -86,11 +88,11 @@ chmod a-x tqdm/completion.sh %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/tqdm install -m 644 -D tqdm/completion.sh %{buildroot}%{_datadir}/bash-completion/completions/tqdm %python_expand %fdupes %{buildroot}%{$python_sitelib} ++++++ tqdm-4.65.0.tar.gz -> tqdm-4.66.1.tar.gz ++++++ ++++ 1789 lines of diff (skipped)
