python-netaddr 0.10.1-1 source package in Ubuntu

Changelog

python-netaddr (0.10.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update lintian override info format in
    d/python-netaddr-docs.lintian-overrides on line 1.
  * Bump debhelper from deprecated 9 to 13.
  * Update renamed lintian tag names in lintian overrides.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Name,
    Repository-Browse.
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-all.

  [ Thomas Goirand ]
  * Switch debian/watch to mode=git, using github URL.
  * Add myself as uploader.
  * New upstream release.
  * Drop Conflicts+Replaces python-netaddr, as Py2 was removed 2 releases ago.
  * d/rules: fixed the way to run tests (Closes: #1042169).
  * Add fix-pytest.ini.patch to fix coverage.
  * Add autopkgtest.

 -- Thomas Goirand <email address hidden>  Mon, 26 Feb 2024 09:30:20 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-netaddr_0.10.1-1.dsc 2.1 KiB 9ca48fdf4b663ebc01e3504d00b679b2f17ac1a23f7f249856d5ca958b21b5b3
python-netaddr_0.10.1.orig.tar.xz 1.4 MiB 45a70ae2b16fd73df24abc117b1e9662324c5c3631c154034f971f2b2512bbbf
python-netaddr_0.10.1-1.debian.tar.xz 6.0 KiB b2d0c1bb6e5c32347b9b8757db9f35bce5b7fab49dce28dae54ea341636ebc00

No changes file available.

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.