python-imagesize 1.0.0-1 source package in Ubuntu

Changelog

python-imagesize (1.0.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Dmitry Shachnev ]
  * Update debian/watch to fetch tarballs from pypi.debian.net.
  * New upstream release.
  * Update Source URL in debian/copyright.
  * Drop no longer needed dh_auto_test override.
  * Update to debhelper compat level 11.
  * Bump Standards-Version to 4.1.4, no changes needed.

 -- Dmitry Shachnev <email address hidden>  Fri, 18 May 2018 16:02:25 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-imagesize_1.0.0-1.dsc 2.1 KiB cc1e459dae5c8ac0837cba66e7cc156a00d77340a5ae18547217ffad95abf8e7
python-imagesize_1.0.0.orig.tar.gz 454.5 KiB 5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315
python-imagesize_1.0.0-1.debian.tar.xz 2.0 KiB aecbe9f534885d78c0321c25f17623f0f695e34f9cbb934be435a3c9b971017b

Available diffs

No changes file available.

Binary packages built by this source

python-imagesize: Python 2 module for getting image size from png/jpeg/jpeg2000/gif file

 This small module parses image header and returns width and height of the
 image. Supported formats are: PNG, JPEG, JPEG2000, GIF.
 .
 This is the Python 2 version of the module.

python3-imagesize: Python 3 module for getting image size from png/jpeg/jpeg2000/gif file

 This small module parses image header and returns width and height of the
 image. Supported formats are: PNG/JPEG/JPEG2000/GIF.
 .
 This is the Python 3 version of the module.