python-ipaddr 2.2.0-1 source package in Ubuntu

Changelog

python-ipaddr (2.2.0-1) unstable; urgency=medium

  [ Scott Kitterman ]
  * New upstream release
    - Remove obsolete dh_installdocs override
    - Remove obsolete debian/python-ipaddr.docs
  * Update debian/watch to use pypi.debian.net
  * Update package long description to mention python-ipaddress
  * Bump compat and minimum debhelper version to 9
  * Drop minimum python version, satisfied in all releases
  * Update Homepage: field in debian/control to new location
  * Update upstream location in debian/copyright to new location
  * Update standards-version to 4.1.3 without further change
  * Switch to 3.0 (quilt) source package format

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol

 -- Scott Kitterman <email address hidden>  Sat, 24 Feb 2018 20:12:46 -0500

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Sid
Original maintainer:
Scott Kitterman
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ipaddr_2.2.0-1.dsc 1.9 KiB 7de112cfa4a39e865ddd038de9bbb258fbf25ce2e51a1c4f8499a97503044449
python-ipaddr_2.2.0.orig.tar.gz 25.7 KiB 4092dfe667588d16aa12b59acb7c8a4024e5dcb23a681cd0b0b602373eca88d6
python-ipaddr_2.2.0-1.debian.tar.xz 3.3 KiB 4647185575f8587d4166848aad4f83462d0bf1c03c44a1e66cc74496801520af

Available diffs

No changes file available.

Binary packages built by this source

python-ipaddr: Python module for working with IP addresses, both IPv4 and IPv6

 This library is used to create/poke/manipulate IPv4 and IPv6 addresses
 and networks in Python. It is intended to be fast and lightweight.
 .
 This is a pure Python implementation of classes for IPv4/6 addresses and
 networks. It supports comparisons to determine if IP addresses are contained
 inside a defined network, conversion of lists of IP addresses into compact
 CIDR lists, and other IP address manipulation.
 .
 This module was incorporated into python3.3 and later as ipaddress. A direct
 backport of ipaddress is available in Debian as python-ipaddress. There are
 incompatibilies between the two, so both are provided.