diff --git a/SPECS/python-tqdm/python-tqdm.signatures.json b/SPECS/python-tqdm/python-tqdm.signatures.json index 31e9e4fabe7..af3c9ece7b5 100644 --- a/SPECS/python-tqdm/python-tqdm.signatures.json +++ b/SPECS/python-tqdm/python-tqdm.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "tqdm-4.66.2.tar.gz": "6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531" + "tqdm-4.67.2.tar.gz": "649aac53964b2cb8dec76a14b405a4c0d13612cb8933aae547dd144eacc99653" } } diff --git a/SPECS/python-tqdm/python-tqdm.spec b/SPECS/python-tqdm/python-tqdm.spec index 225624da876..b65fc4af4d1 100644 --- a/SPECS/python-tqdm/python-tqdm.spec +++ b/SPECS/python-tqdm/python-tqdm.spec @@ -6,15 +6,15 @@ Instantly make your loops show a smart progress meter - just wrap any iterable\ with "tqdm(iterable)", and you are done! Summary: Fast, Extensible Progress Meter Name: python-%{srcname} -Version: 4.66.2 -Release: 2%{?dist} +Version: 4.67.2 +Release: 1%{?dist} License: MPLv2.0 AND MIT Vendor: Microsoft Corporation Distribution: Azure Linux URL: https://github.com/tqdm/tqdm Source0: %{pypi_source} BuildArch: noarch -Patch0: CVE-2024-34062.patch + %description %{_description} %package -n python3-%{srcname} @@ -90,6 +90,10 @@ pip3 install iniconfig \ %changelog +* Thu May 14 2026 Durga Jagadeesh Palli - 4.67.2-1 +- Upgrade to 4.67.2 to fix ptest errors resulting from incompatibility between python‑tqdm and newer pandas. +- This version also includes the fix for CVE-2024-34062. + * Fri Feb 07 2025 Kanishk Bansal - 4.66.2-2 - Patch CVE-2024-34062 diff --git a/cgmanifest.json b/cgmanifest.json index f33ff08627f..14cb9438d3d 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -25423,8 +25423,8 @@ "type": "other", "other": { "name": "python-tqdm", - "version": "4.66.2", - "downloadUrl": "https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-4.66.2.tar.gz" + "version": "4.67.2", + "downloadUrl": "https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-4.67.2.tar.gz" } } },