Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/python-tqdm/python-tqdm.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"tqdm-4.66.2.tar.gz": "6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"
"tqdm-4.67.2.tar.gz": "649aac53964b2cb8dec76a14b405a4c0d13612cb8933aae547dd144eacc99653"
}
}
10 changes: 7 additions & 3 deletions SPECS/python-tqdm/python-tqdm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -90,6 +90,10 @@ pip3 install iniconfig \


%changelog
* Thu May 14 2026 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 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 <kanbansal@microsoft.com> - 4.66.2-2
- Patch CVE-2024-34062

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
Loading