pyasn 1.6.2-1 source package in Ubuntu

Changelog

pyasn (1.6.2-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * trim obsolete comment about Python2

  [ Hans-Christoph Steiner ]
  * New upstream version 1.6.2

 -- Hans-Christoph Steiner <email address hidden>  Wed, 05 Mar 2025 18:56:05 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
pyasn_1.6.2-1.dsc 1.7 KiB dd2cf0260d19bd4f734d481727b3dbb7714f5815a426e825fe7bd0ad6ac5eb56
pyasn_1.6.2.orig.tar.gz 12.8 MiB e03ffaeb302c692aef3350942a6b121e36e9c00a7b9b10a1dde8a2657972f82c
pyasn_1.6.2-1.debian.tar.xz 5.0 KiB 984d4beb929ca2d7429de9b73145f5d96cf708a5e978ecf09f0234240ba660b5

No changes file available.

Binary packages built by this source

python3-pyasn: very fast IP address to Autonomous System Number lookups

 pyasn is a Python extension module that enables very fast IP address
 to Autonomous System Number lookups. Current state and Historical
 lookups can be done, based on the MRT/RIB BGP archive used as input.
 .
 pyasn is different from other ASN lookup tools in that it provides
 offline and historical lookups. It provides utility scripts for users
 to build their own lookup databases based on any MRT/RIB
 archive. This makes pyasn much faster than online dig/whois/json
 lookups.
 .
 The module is written in C and Python, and cross-compiles on Linux and
 Windows. Underneath, it uses a radix tree data structure for storage
 of IP addresses. In the current version, it borrows code from
 py-radix to support both IPV4 and IPV6 network prefixes.
 .
 pyasn is developed and maintained by researchers at the Economics of
 Cybersecurity research group at Delft University of Technology
 (http://econsec.tbm.tudlft.nl). The package is used on an almost
 daily basis and bugs are fixed pretty quickly. The package is largely
 developed and maintained by Hadi Asghari and Arman Noroozian. Please
 report any bugs via GitHub (https://github.com/hadiasghari/pyasn) or
 email the developers.

python3-pyasn-dbgsym: debug symbols for python3-pyasn