tqdm 4.66.4-1 source package in Ubuntu

Changelog

tqdm (4.66.4-1) sid; urgency=medium

  * Uploading to sid.
  * Merging upstream version 4.66.4:
    - any optional non-boolean CLI arguments are passed through python's eval,
      allowing arbitrary code execution [CVE-2024-34062] (Closes: #1070372).

 -- Daniel Baumann <email address hidden>  Sat, 04 May 2024 18:02:53 +0200

Upload details

Uploaded by:
Daniel Baumann
Uploaded to:
Sid
Original maintainer:
Daniel Baumann
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tqdm_4.66.4-1.dsc 2.1 KiB ce107da175505a5724562b8f91985997e9aa168126ecc8b78a863a065339cb76
tqdm_4.66.4.orig.tar.xz 101.9 KiB b5378fb888240bcafa5227f3ea726147c5703c16ab8ac61fc99e73dc3d14b7d3
tqdm_4.66.4-1.debian.tar.xz 4.2 KiB 762c6ecc1ee59baf7b5f5c87bd5578c687cedd24f88a407d0944519ca94094b3

No changes file available.

Binary packages built by this source

python3-tqdm: fast, extensible progress bar for Python 3 and CLI tool

 tqdm (read taqadum, تقدّم) means “progress” in Arabic. tqdm instantly makes
 your loops show a smart progress meter, just by wrapping any iterable with
 "tqdm(iterable)".
 .
 This package contains the Python 3 version of tqdm and its command-line tool.