Accepting request 872157 from home:bnavigator:branches:devel:languages:python
- Update to 4.56.2 * fix attribute errors when disabled (#1126) * add tests - Changes in 4.56.1 * fix repr() & format_dict when disabled (#1113 <- #624) * rename __repr__() => __str__() * minor documentation updates (#1113) * add & update tests - Test numpy only for non python36 flavor (Numpy 1.20 in TW dropped Python 3.6, NEP 29), tests are automatically skipped if not installed. - Remove unused and untested python3 flavor BuildRequirements in test build: ipython, ipykernel - Enhance IPython OBS-URL: https://build.opensuse.org/request/show/872157 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=94
This commit is contained in:
parent
415aa221b5
commit
601522137e
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 14 14:25:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 4.56.2
|
||||
* fix attribute errors when disabled (#1126)
|
||||
* add tests
|
||||
- Changes in 4.56.1
|
||||
* fix repr() & format_dict when disabled (#1113 <- #624)
|
||||
* rename __repr__() => __str__()
|
||||
* minor documentation updates (#1113)
|
||||
* add & update tests
|
||||
- Test numpy only for non python36 flavor (Numpy 1.20 in TW dropped
|
||||
Python 3.6, NEP 29), tests are automatically skipped if not
|
||||
installed.
|
||||
- Remove unused and untested python3 flavor BuildRequirements in
|
||||
test build: ipython, ipykernel
|
||||
- Enhance IPython
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 09:11:40 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-tqdm%{pkg_suffix}
|
||||
Version: 4.56.0
|
||||
Version: 4.56.2
|
||||
Release: 0
|
||||
Summary: An extensible progress meter
|
||||
License: MPL-2.0 AND MIT
|
||||
@ -43,16 +43,15 @@ BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
Enhances: python-ipython
|
||||
%if %{with test}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-timeout}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module tqdm}
|
||||
BuildRequires: python3-ipython
|
||||
BuildRequires: python3-ipywidgets
|
||||
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
|
||||
BuildRequires: %{python_module pandas if (%python-base without python36-base)}
|
||||
# /SECTION
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe3d08dd00a526850568d542ff9de9bbc2a09a791da3c334f3213d8d0bbbca65
|
||||
size 166848
|
3
tqdm-4.56.2.tar.gz
Normal file
3
tqdm-4.56.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11d544652edbdfc9cc41aa4c8a5c166513e279f3f2d9f1a9e1c89935b51de6ff
|
||||
size 167040
|
Loading…
x
Reference in New Issue
Block a user