python-qrcode 7.4.2-4 source package in Ubuntu

Changelog

python-qrcode (7.4.2-4) unstable; urgency=medium

  * Team upload
  * Remove retired Uploader (Closes: #1050267)
  * Patch: correct call on mock_file().write (Closes: #1056501)

 -- Bastian Germann <email address hidden>  Mon, 11 Dec 2023 13:44:46 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qrcode_7.4.2-4.dsc 2.1 KiB 19a3971bd3d8321d8f047be53c1f0585e6352158556b935420550aba02111799
python-qrcode_7.4.2.orig.tar.gz 516.4 KiB 0c33d46a4d5baa4ed6d26f1a2215b9166078235f54f1c16af87b9533072d1787
python-qrcode_7.4.2-4.debian.tar.xz 5.2 KiB caccb5409cc64c7ff26764bc4ecb9b06f2b1c6399634dd5028eed2c09075d9d9

Available diffs

No changes file available.

Binary packages built by this source

python3-qrcode: QR Code image generator library - Python 3.x

 This package provides a pure Python QR Code generator module. It uses
 the Python Imaging Library (PIL) to allow for the generation of QR Codes.
 In contrast to the python-qrencode module this module does not need
 an additional C library.
 .
 In addition this package provides a command line tool to generate QR
 codes and either write these QR codes to a file or do the output
 as ascii art at the console.
 .
 This package provides the Python 3.x module.