From 7c9a4ba7cd6eec76665df5a0ee0233186671ea1a2d2fe4a8f450cbdca567b56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 9 Dec 2024 11:01:12 +0000 Subject: [PATCH] Accepting request 1229258 from home:glaubitz:branches:devel:languages:python - Update to 4.67.1 * fix gui (matplotlib syntax) (#1629) * misc test & framework updates + bump pytest-asyncio (#1630) + fix codecov rate limit + fix pybuild + sync dependencies - Update BuildRequires from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1229258 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=133 --- python-tqdm.changes | 12 ++++++++++++ python-tqdm.spec | 5 +++-- tqdm-4.67.0.tar.gz | 3 --- tqdm-4.67.1.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 tqdm-4.67.0.tar.gz create mode 100644 tqdm-4.67.1.tar.gz diff --git a/python-tqdm.changes b/python-tqdm.changes index 1736580..544343e 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Dec 9 09:39:30 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 4.67.1 + * fix gui (matplotlib syntax) (#1629) + * misc test & framework updates + + bump pytest-asyncio (#1630) + + fix codecov rate limit + + fix pybuild + + sync dependencies +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Thu Nov 14 11:58:58 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-tqdm.spec b/python-tqdm.spec index 5304157..f24b21d 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -28,7 +28,7 @@ %endif %{?sle15_python_module_pythons} Name: python-tqdm%{pkg_suffix} -Version: 4.67.0 +Version: 4.67.1 Release: 0 Summary: An extensible progress meter License: MIT AND MPL-2.0 @@ -48,7 +48,8 @@ Enhances: python-ipython BuildArch: noarch %if %{with test} # SECTION test requirements -BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-asyncio >= 0.24} +BuildRequires: %{python_module nbval} # Conditional required for SLE-15-SP4+ BuildRequires: %{python_module numpy if (python-base without python36-base)} BuildRequires: %{python_module pytest-timeout} diff --git a/tqdm-4.67.0.tar.gz b/tqdm-4.67.0.tar.gz deleted file mode 100644 index 332b372..0000000 --- a/tqdm-4.67.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a -size 169739 diff --git a/tqdm-4.67.1.tar.gz b/tqdm-4.67.1.tar.gz new file mode 100644 index 0000000..8d5ff1d --- /dev/null +++ b/tqdm-4.67.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2 +size 169737