Accepting request 872771 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/872771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=41
This commit is contained in:
2021-02-16 21:34:36 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 8 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Feb 15 22:55:14 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Don't test pandas at all in Ring1 staging
-------------------------------------------------------------------
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>

View File

@@ -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,17 @@ 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)}
%if ! 0%{?_with_ringdisabled}
BuildRequires: %{python_module pandas if (%python-base without python36-base)}
%endif
# /SECTION
%endif
%python_subpackages

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11d544652edbdfc9cc41aa4c8a5c166513e279f3f2d9f1a9e1c89935b51de6ff
size 167040