python-distro 1.4.0-1 source package in Ubuntu

Changelog

python-distro (1.4.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.4.0
  * Bump debhelper to 12
  * Update Standards-Version to 4.5.0
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse
  * Add Rules-Requires-Root: no
  * Remove override_dh_python2 in d/rules
  * Remove remove-non-ascii-tests.patch, tests now succeeds
  * Add Upstream-Contact to d/copyright

 -- HÃ¥vard Flaget Aasen <email address hidden>  Fri, 24 Jan 2020 21:44:05 +0100

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
Focal release main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-distro_1.4.0-1.dsc 2.0 KiB 6bbd33b1e8512e3a57de77242d6688ee9df6a1ed62b2aca545b608708d9e9064
python-distro_1.4.0.orig.tar.gz 52.5 KiB 362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57
python-distro_1.4.0-1.debian.tar.xz 2.7 KiB ac87fa42e0a37aeec87a988982725ca3c567dd687e7bfbfd1cff86167066b891

No changes file available.

Binary packages built by this source

python3-distro: Linux OS platform information API

 distro (for: Linux Distribution) provides information about the Linux
 distribution it runs on, such as a reliable machine-readable ID, or version
 information.
 .
 It is a renewed alternative implementation for Python's original
 platform.linux_distribution function, but it also provides much more
 functionality which isn't necessarily Python bound like a command-line
 interface.
 .
 This is the Python 3 version of the library.