public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-tqdm] epel10: Update to 4.67.2
Date: Tue, 07 Jul 2026 13:56:31 GMT	[thread overview]
Message-ID: <178343259179.1.13107616176275591316.rpms-python-tqdm-5e9e928303a5@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-07 13:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178343259179.1.13107616176275591316.rpms-python-tqdm-5e9e928303a5@fedoraproject.org \
    --to=sgallagh@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox