public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-tqdm] epel10: Update to 4.67.2
@ 2026-07-07 13:56 Stephen Gallagher
0 siblings, 0 replies; only message in thread
From: Stephen Gallagher @ 2026-07-07 13:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-tqdm
Branch : epel10
Commit : 5e9e928303a5cf924898fce65234aae5ce0ccfe7
Author : Stephen Gallagher <sgallagh@redhat.com>
Date : 2026-02-02T10:16:26-05:00
Stats : +3/-50 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-tqdm/c/5e9e928303a5cf924898fce65234aae5ce0ccfe7?branch=epel10
Log:
Update to 4.67.2
Drop upstreamed patch
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index 591ed85..f93d467 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ tqdm-*/
/tqdm-4.66.6.tar.gz
/tqdm-4.67.0.tar.gz
/tqdm-4.67.1.tar.gz
+/tqdm-4.67.2.tar.gz
diff --git a/0001-Adapt-filterwarnings-for-Python-3.14.patch b/0001-Adapt-filterwarnings-for-Python-3.14.patch
deleted file mode 100644
index 1880c39..0000000
--- a/0001-Adapt-filterwarnings-for-Python-3.14.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 7dba1decf10e348566f79aabb7aac4f9748be014 Mon Sep 17 00:00:00 2001
-From: Stephen Gallagher <sgallagh@redhat.com>
-Date: Mon, 19 Jan 2026 15:38:10 -0500
-Subject: [PATCH] Adapt filterwarnings for Python 3.14
-
-Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
----
- tests/tests_pandas.py | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tests/tests_pandas.py b/tests/tests_pandas.py
-index 09dff1ea4ec68ade3f47d565e9c807e3e71b54f6..f5ac5c0388bff5cfe8d192e3831e5c3ff7cd5349 100644
---- a/tests/tests_pandas.py
-+++ b/tests/tests_pandas.py
-@@ -116,7 +116,7 @@ def test_pandas_data_frame():
-
-
- @mark.filterwarnings(
-- "ignore:DataFrameGroupBy.apply operated on the grouping columns:DeprecationWarning")
-+ "ignore:.*operated on the grouping columns.*:FutureWarning")
- def test_pandas_groupby_apply():
- """Test pandas.DataFrame.groupby(...).progress_apply"""
- with closing(StringIO()) as our_file:
-@@ -170,7 +170,7 @@ def test_pandas_groupby_apply():
-
-
- @mark.filterwarnings(
-- "ignore:DataFrameGroupBy.apply operated on the grouping columns:DeprecationWarning")
-+ "ignore:.*operated on the grouping columns.*:FutureWarning")
- def test_pandas_leave():
- """Test pandas with `leave=True`"""
- with closing(StringIO()) as our_file:
-@@ -206,7 +206,7 @@ def test_pandas_apply_args_deprecation():
-
-
- @mark.filterwarnings(
-- "ignore:DataFrameGroupBy.apply operated on the grouping columns:DeprecationWarning")
-+ "ignore:.*operated on the grouping columns.*:FutureWarning")
- def test_pandas_deprecation():
- """Test bar object instance as argument deprecation"""
- try:
---
-2.52.0
-
diff --git a/python-tqdm.spec b/python-tqdm.spec
index 5455d98..ca439c0 100644
--- a/python-tqdm.spec
+++ b/python-tqdm.spec
@@ -5,7 +5,7 @@
%bcond tests %[%{undefined rhel}]
Name: python-%{modname}
-Version: 4.67.1
+Version: 4.67.2
Release: %autorelease
Summary: Fast, Extensible Progress Meter
@@ -17,10 +17,6 @@ Source0: %{pypi_source}
# Patches
-# Submitted upstream at
-# https://github.com/tqdm/tqdm/pull/1700
-Patch: 0001-Adapt-filterwarnings-for-Python-3.14.patch
-
BuildArch: noarch
BuildRequires: python3-devel
diff --git a/sources b/sources
index 7a72904..54e796d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tqdm-4.67.1.tar.gz) = f97d35ff73c9ba92c6cbfc2834cdedcdad2ec1d757ed40220b29d8c8863b197d8d00533e7f2a41589a9f68de1d053cc9715cc8b597759a3dcf96fec192edf4e3
+SHA512 (tqdm-4.67.2.tar.gz) = 49c8bbf8dd5e667da778576008d463ebe7399dd1b431cd6dd49d4faab65d4252bd55724ab3e0b61b71d7da47cf891c6d1700128ea7cd1c032f79fe8659bc74f5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 13:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 13:56 [rpms/python-tqdm] epel10: Update to 4.67.2 Stephen Gallagher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox