pyasn 1.6.1-3.1 source package in Ubuntu

Changelog

pyasn (1.6.1-3.1) unstable; urgency=medium

  * Team upload.
  * Add fix-raw-string.patch (Closes: #1070219).

 -- Thomas Goirand <email address hidden>  Thu, 02 May 2024 08:47:19 +0200

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pyasn_1.6.1-3.1.dsc 2.1 KiB decd25cce15cf6acb60bbcb44a8954cb7bbc858045cd541a694dbd0868203802
pyasn_1.6.1.orig.tar.gz 11.3 MiB 1602ebdc9bb137fb2dbf285be419cfe95fe3e9a067eb61dd2611d6154d213039
pyasn_1.6.1-3.1.debian.tar.xz 4.9 KiB 3d8bc06994ae0772f1faa13781d72cd6994e916b063c2830b8201dbd0d5ace2f

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. The current
 release is a beta. Compared to the previous version, it provides
 support for Python 2 and 3; adds new functionality, performance
 improvements, and unit-tests.
 .
 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