10 Commits

Author SHA256 Message Date
16f941a037 Accepting request 1301301 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=64
2025-08-26 12:56:22 +00:00
8ea85d93b1 - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=137
2025-08-25 14:24:03 +00:00
2e7942f883 Accepting request 1236199 from devel:languages:python
- Remove nbval build dependency

OBS-URL: https://build.opensuse.org/request/show/1236199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=63
2025-01-12 10:10:21 +00:00
60a4469309 - Remove nbval build dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=135
2025-01-09 13:02:19 +00:00
ab65ddf8eb Accepting request 1229317 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1229317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=62
2024-12-13 21:28:03 +00:00
7c9a4ba7cd 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
2024-12-09 11:01:12 +00:00
7296bbbb74 Accepting request 1224215 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1224215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=61
2024-11-15 14:38:00 +00:00
68f2961389 Accepting request 1224179 from home:glaubitz:branches:devel:languages:python
- Update to 4.67.0
  * contrib.discord: replace disco-py with requests (#1536)
- from version 4.66.6
  * cli: zip-safe --manpath, --comppath (#1627)
  * misc framework updates (#1627)
    + fix pytest DeprecationWarning
    + fix snapcraft build
    + fix nbval DeprecationWarning
    + update & tidy workflows
    + bump pre-commit
    + docs: update URLs
- from version 4.66.5
  * support ncols auto-detection on FreeBSD (#1602 <- casperdcl/git-fame#98)
  * fix Python 3.13 CLI (#1594 <- #1585)
  * fix Python 3.13 tests (#1595 <- python/cpython#117536 (comment))
  * misc framework updates (#1602)
    + add official Python 3.12 support
    + bump deps (NiklasRosenstein/pydoc-markdown#329, tikitu/jsmin#44)
- Drop fix-issues-with-python3.13.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1224179
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=131
2024-11-14 13:56:38 +00:00
b01bdcfe75 Accepting request 1191176 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1191176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=60
2024-08-06 07:07:47 +00:00
81c445e585 Accepting request 1191132 from home:glaubitz:branches:devel:languages:python
- Cherry-pick upstream patch to fix multiple issues with Python 3.13+
  * fix-issues-with-python3.13.patch

OBS-URL: https://build.opensuse.org/request/show/1191132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=129
2024-08-02 11:48:06 +00:00
4 changed files with 72 additions and 8 deletions

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Mon Aug 25 14:23:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems
-------------------------------------------------------------------
Thu Jan 9 13:01:25 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Remove nbval build dependency
-------------------------------------------------------------------
Mon Dec 9 09:39:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>
- Update to 4.67.0
* contrib.discord: replace disco-py with requests (#1536)
- from version 4.66.6
* cli: zip-safe --manpath, --comppath (#1627)
* misc framework updates (#1627)
+ fix pytest DeprecationWarning
+ fix snapcraft build
+ fix nbval DeprecationWarning
+ update & tidy workflows
+ bump pre-commit
+ docs: update URLs
- from version 4.66.5
* support ncols auto-detection on FreeBSD (#1602 <- casperdcl/git-fame#98)
* fix Python 3.13 CLI (#1594 <- #1585)
* fix Python 3.13 tests (#1595 <- python/cpython#117536 (comment))
* misc framework updates (#1602)
+ add official Python 3.12 support
+ bump deps (NiklasRosenstein/pydoc-markdown#329, tikitu/jsmin#44)
- Drop fix-issues-with-python3.13.patch, merged upstream
-------------------------------------------------------------------
Fri Aug 2 09:05:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Cherry-pick upstream patch to fix multiple issues with Python 3.13+
* fix-issues-with-python3.13.patch
-------------------------------------------------------------------
Fri May 17 06:38:10 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tqdm
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,9 +26,14 @@
%define pkg_suffix %{nil}
%bcond_with test
%endif
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-tqdm%{pkg_suffix}
Version: 4.66.4
Version: 4.67.1
Release: 0
Summary: An extensible progress meter
License: MIT AND MPL-2.0
@@ -42,15 +47,20 @@ 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
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
%endif
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module pytest-asyncio}
# Conditional required for SLE-15-SP4+
BuildRequires: %{python_module numpy if (python-base without python36-base)}
BuildRequires: %{python_module pytest-asyncio >= 0.24}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tqdm = %{version}}
@@ -106,6 +116,9 @@ install -m 644 -D tqdm/completion.sh %{buildroot}%{_datadir}/bash-completion/com
%postun
%python_uninstall_alternative tqdm
%pre
%python_libalternatives_reset_alternative tqdm
%endif
%if %{with test}

BIN
tqdm-4.66.4.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
tqdm-4.67.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.