public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-tqdm] f44: Update to 4.68.4
@ 2026-07-07 13:36 Stephen Gallagher
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Gallagher @ 2026-07-07 13:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-tqdm
            Branch : f44
            Commit : b90d4cd9ac55ea2133b43808d1225bf28a7ffed3
            Author : Stephen Gallagher <sgallagh@redhat.com>
            Date   : 2026-07-07T09:36:36-04:00
            Stats  : +11/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-tqdm/c/b90d4cd9ac55ea2133b43808d1225bf28a7ffed3?branch=f44

            Log:
            Update to 4.68.4

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index 82a4ac4..4371ab6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@ tqdm-*/
 /tqdm-4.67.3.tar.gz
 /tqdm-4.68.2.tar.gz
 /tqdm-4.68.3.tar.gz
+/tqdm-4.68.4.tar.gz

diff --git a/python-tqdm.spec b/python-tqdm.spec
index 8f75039..a739d36 100644
--- a/python-tqdm.spec
+++ b/python-tqdm.spec
@@ -5,7 +5,7 @@
 %bcond tests %[%{undefined rhel}]
 
 Name:           python-%{modname}
-Version:        4.68.3
+Version:        4.68.4
 Release:        %autorelease
 Summary:        Fast, Extensible Progress Meter
 
@@ -80,6 +80,14 @@ echo 'include tqdm/completion.sh' >> MANIFEST.in
 %install
 %pyproject_install
 %pyproject_save_files %{modname}
+
+# Beginning with 4.68.4, it has started to try to install
+# <sitelib>/images/{logo,tqdm}.gif
+# These files are neither needed for operation nor useful,
+# so we'll just delete them since they don't belong in the
+# global scope.
+rm -Rf %{buildroot}%{python3_sitelib}/images
+
 install -Dpm0644 \
   %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 \
   %{buildroot}%{_mandir}/man1/tqdm.1

diff --git a/sources b/sources
index 9e75a2a..1aa49bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tqdm-4.68.3.tar.gz) = 6421d3b2b4483aecc2e71f4061694c9219f5c99e0b4aedde2d752299a8643719a255ec783f944d3d1b3896c97e5d35b58b0cf1ecd97ac14806b50af65fb37e63
+SHA512 (tqdm-4.68.4.tar.gz) = b4f70ed5b5fb1fb77896e54a545a18da5c9c22c719649f159c37e3917a9014faeedc4d96eb90a257d7720d846ccaf63101c6f8f852376178dfe292b1523757f9

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/python-tqdm] f44: Update to 4.68.4
@ 2026-07-07 13:36 Stephen Gallagher
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Gallagher @ 2026-07-07 13:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-tqdm
            Branch : f44
            Commit : 0e6c2fabee3b9774293042a1844a46eafc0bf55e
            Author : Stephen Gallagher <sgallagh@redhat.com>
            Date   : 2026-07-07T09:32:30-04:00
            Stats  : +9/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-tqdm/c/0e6c2fabee3b9774293042a1844a46eafc0bf55e?branch=f44

            Log:
            Update to 4.68.4

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

---
diff --git a/python-tqdm.spec b/python-tqdm.spec
index 8f75039..a739d36 100644
--- a/python-tqdm.spec
+++ b/python-tqdm.spec
@@ -5,7 +5,7 @@
 %bcond tests %[%{undefined rhel}]
 
 Name:           python-%{modname}
-Version:        4.68.3
+Version:        4.68.4
 Release:        %autorelease
 Summary:        Fast, Extensible Progress Meter
 
@@ -80,6 +80,14 @@ echo 'include tqdm/completion.sh' >> MANIFEST.in
 %install
 %pyproject_install
 %pyproject_save_files %{modname}
+
+# Beginning with 4.68.4, it has started to try to install
+# <sitelib>/images/{logo,tqdm}.gif
+# These files are neither needed for operation nor useful,
+# so we'll just delete them since they don't belong in the
+# global scope.
+rm -Rf %{buildroot}%{python3_sitelib}/images
+
 install -Dpm0644 \
   %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 \
   %{buildroot}%{_mandir}/man1/tqdm.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-07 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 13:36 [rpms/python-tqdm] f44: Update to 4.68.4 Stephen Gallagher
2026-07-07 13:36 Stephen Gallagher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox