python-qrcode 7.4.2-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * Add missing depend on python3-pkg-resources (Closes: #1040574)

 -- Timo Röhling <email address hidden>  Wed, 12 Jul 2023 20:22:17 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qrcode_7.4.2-3.dsc 2.1 KiB 7317da0e88830b03b29ddf55e9b0efe9c5f60311a8f972df8b7f70b9a191a03a
python-qrcode_7.4.2.orig.tar.gz 516.4 KiB 0c33d46a4d5baa4ed6d26f1a2215b9166078235f54f1c16af87b9533072d1787
python-qrcode_7.4.2-3.debian.tar.xz 4.6 KiB 127483ebee7c657484317cf1f7d7e94fb4723358ab849d756a875d4f49693691

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.