diff --git a/python-tqdm.changes b/python-tqdm.changes index 8d1b34f..369ce17 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Aug 10 21:55:13 UTC 2023 - Arun Persaud + +- 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 + ------------------------------------------------------------------- Fri May 5 09:18:51 UTC 2023 - Dirk Müller diff --git a/python-tqdm.spec b/python-tqdm.spec index 1a67718..4dbd340 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -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 @@ sed -i '1 s/^#!.*/# bash completion for tqdm -*- shell-script -*-/' tqdm/c 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} diff --git a/tqdm-4.65.0.tar.gz b/tqdm-4.65.0.tar.gz deleted file mode 100644 index 4a37ca5..0000000 --- a/tqdm-4.65.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5 -size 167542 diff --git a/tqdm-4.66.1.tar.gz b/tqdm-4.66.1.tar.gz new file mode 100644 index 0000000..ecbd357 --- /dev/null +++ b/tqdm-4.66.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7 +size 169147