forked from pool/python-tqdm
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
089e5c1a94 | |||
36f3f12667 | |||
f8d60f66c4 | |||
70c8415d2e | |||
82acbe96cf | |||
cc4490cc62 | |||
57d04895e1 | |||
865ee2cd38 |
@@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri May 17 06:38:10 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tqdm
|
# spec file for package python-tqdm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tqdm%{pkg_suffix}
|
Name: python-tqdm%{pkg_suffix}
|
||||||
Version: 4.66.4
|
Version: 4.67.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extensible progress meter
|
Summary: An extensible progress meter
|
||||||
License: MIT AND MPL-2.0
|
License: MIT AND MPL-2.0
|
||||||
@@ -48,7 +48,7 @@ Enhances: python-ipython
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio >= 0.24}
|
||||||
# Conditional required for SLE-15-SP4+
|
# Conditional required for SLE-15-SP4+
|
||||||
BuildRequires: %{python_module numpy if (python-base without python36-base)}
|
BuildRequires: %{python_module numpy if (python-base without python36-base)}
|
||||||
BuildRequires: %{python_module pytest-timeout}
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
|
BIN
tqdm-4.66.4.tar.gz
(Stored with Git LFS)
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
BIN
tqdm-4.67.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user