Accepting request 1103412 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/1103412 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=118
This commit is contained in:
parent
e758ff6297
commit
e69f241041
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 21:55:13 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
BIN
tqdm-4.65.0.tar.gz
(Stored with Git LFS)
BIN
tqdm-4.65.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
tqdm-4.66.1.tar.gz
Normal file
3
tqdm-4.66.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7
|
||||
size 169147
|
Loading…
x
Reference in New Issue
Block a user