From 601522137e9b0a4138a74538fb0c23b23dfce8eecb77261819c7d5760f06541a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 14 Feb 2021 20:47:28 +0000 Subject: [PATCH] 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 --- python-tqdm.changes | 18 ++++++++++++++++++ python-tqdm.spec | 9 ++++----- tqdm-4.56.0.tar.gz | 3 --- tqdm-4.56.2.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 tqdm-4.56.0.tar.gz create mode 100644 tqdm-4.56.2.tar.gz diff --git a/python-tqdm.changes b/python-tqdm.changes index 1033972..e21b7ab 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Feb 14 14:25:37 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-tqdm.spec b/python-tqdm.spec index 55c849b..c3ca83b 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -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 diff --git a/tqdm-4.56.0.tar.gz b/tqdm-4.56.0.tar.gz deleted file mode 100644 index 2d3b7b6..0000000 --- a/tqdm-4.56.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe3d08dd00a526850568d542ff9de9bbc2a09a791da3c334f3213d8d0bbbca65 -size 166848 diff --git a/tqdm-4.56.2.tar.gz b/tqdm-4.56.2.tar.gz new file mode 100644 index 0000000..52d1d6e --- /dev/null +++ b/tqdm-4.56.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d544652edbdfc9cc41aa4c8a5c166513e279f3f2d9f1a9e1c89935b51de6ff +size 167040