py-radix 0.10.0-1 source package in Ubuntu

Changelog

py-radix (0.10.0-1) unstable; urgency=medium

  [ Christoph Berg ]
  * Change order of dh $@ --with arguments. Thanks to KiBi for spotting.
  * Remove myself from Uploaders.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Aggelos Avgerinos ]
  * d/control: Add myself to uploaders (Closes: #753271)
  * New upstream release
  * d/patches: Drop memleak patch since it has been merged to upstream
  * d/watch: Change upstream to pypi
  * Bump standards version; no changes needed
  * Bump compat and debhelper versions; no changes needed
  * Add python3 binary package
    + Add python3 and pybuild dh arguments
    + Add package definition in d/control
  * d/docs: Change doc from README -> README.rst
  * d/rules: Build with all hardening features enabled
  * d/control: Change priority from extra to optional

 -- Aggelos Avgerinos <email address hidden>  Tue, 23 Jan 2018 11:00:24 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
py-radix_0.10.0-1.dsc 2.2 KiB a71487832e37ac6c73d14d3552b31b0ca8a11088cf0eabe4b2e88eafb55de24d
py-radix_0.10.0.orig.tar.gz 21.3 KiB b8dbd1344bb30c6a1097d4103203c7b117d92931620365985018de4bef5aede3
py-radix_0.10.0-1.debian.tar.xz 3.6 KiB 972bee122379789a419ebb16c0d723e010bc01cc04e5d67325450e86aa389aae

Available diffs

No changes file available.

Binary packages built by this source

python-radix: radix tree implementation for storage of IPv4 and IPv6 networks (Python 2)

 py-radix is an implementation of a radix tree for Python, which supports
 storage and lookups of IPv4 and IPv6 networks. This is a Python equivalent to
 Dave Plonka's Perl Net::Patricia (it even steals the same radix tree code from
 MRTd).
 .
 The radix tree (a.k.a Patricia tree) is the data structure most commonly used
 for routing table lookups. It efficiently stores network prefixes of varying
 lengths and allows fast lookups of containing networks. py-radix's
 implementation is built solely for networks (the data structure itself is more
 general).
 .
 This package contains the Python 2 version of the library.

python-radix-dbgsym: debug symbols for python-radix
python3-radix: radix tree implementation for storage of IPv4 and IPv6 networks (Python 3)

 py-radix is an implementation of a radix tree for Python, which supports
 storage and lookups of IPv4 and IPv6 networks. This is a Python equivalent to
 Dave Plonka's Perl Net::Patricia (it even steals the same radix tree code from
 MRTd).
 .
 The radix tree (a.k.a Patricia tree) is the data structure most commonly used
 for routing table lookups. It efficiently stores network prefixes of varying
 lengths and allows fast lookups of containing networks. py-radix's
 implementation is built solely for networks (the data structure itself is more
 general).
 .
 THis package contains the Python 3 version of the library.

python3-radix-dbgsym: debug symbols for python3-radix