python-netaddr 0.8.0-2ubuntu1 source package in Ubuntu

Changelog

python-netaddr (0.8.0-2ubuntu1) mantic; urgency=medium

  * d/control: Bump BD dephelper-compat (= 10).
  * d/rules: Drop dh_auto_test_override and use PYBUILD_TEST env vars.

 -- Corey Bryant <email address hidden>  Thu, 21 Sep 2023 13:43:02 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-netaddr_0.8.0.orig.tar.gz 1.8 MiB d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243
python-netaddr_0.8.0-2ubuntu1.debian.tar.xz 5.3 KiB 7bb34092bbddb2407b8df036707b412dc6842f459b1caccd1a3028e71ddacb63
python-netaddr_0.8.0-2ubuntu1.dsc 2.1 KiB 98cfd1997187e7751dd6ccdd6a120d0cfee0b3d1a102da33cb7a0ade09d06f95

View changes file

Binary packages built by this source

python3-netaddr: manipulation of various common network address notations (Python 3)

 netaddr is a Python library for the manipulation of various common
 network address notations and representations.
 .
 It takes the hassle out of fiddling with enumerable variations of
 network addresses presenting a consistent, extensible, easy-to-use
 and (above all) Pythonic API.
 .
 With it you can validate, convert, categorise, iterate, generate,
 slice (and dice):
  - MAC (Media Access Control)
  - IEEE EUI-48 and EUI-64
  - IP version 4
  - IP version 6
  - CIDR (Classless Inter-Domain Routing)
 .
 This is the Python 3 version of the package.