python-iptables 0.14.0~ds-1ubuntu3 source package in Ubuntu

Changelog

python-iptables (0.14.0~ds-1ubuntu3) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:22:12 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-iptables_0.14.0~ds.orig.tar.xz 38.0 KiB e2b076f20204687637aa29e59be0503a0a01f1009ca30b758d505b1a53383baa
python-iptables_0.14.0~ds-1ubuntu3.debian.tar.xz 5.2 KiB 6c81d52d95c15b2b635fdf0cc931028cc9a8e6ce0865e2bd1a132d038c71641f
python-iptables_0.14.0~ds-1ubuntu3.dsc 2.2 KiB fd86118a07789c081429278d7532ad8a9e9242a5f0ef9ca93460974e4be6e28b

View changes file

Binary packages built by this source

python-iptables-doc: documentation for the python-iptables library

 python-iptables provides a pythonesque wrapper via Python bindings to iptables
 under Linux. Interoperability with iptables is achieved by using the iptables
 C libraries (libiptc, libxtables, and the iptables extensions), instead of
 calling the iptables binary and parsing its output.
 It is meant primarily for dynamic and/or complex routers and firewalls, where
 rules are often updated or changed, or Python programs wish to interface with
 the Linux iptables framework...
 .
 This package provides documentation for python-iptables

python3-iptables: Python bindings for iptables (Python 3 interface)

 python-iptables provides a pythonesque wrapper via Python bindings to iptables
 under Linux. Interoperability with iptables is achieved by using the iptables
 C libraries (libiptc, libxtables, and the iptables extensions), instead of
 calling the iptables binary and parsing its output.
 It is meant primarily for dynamic and/or complex routers and firewalls, where
 rules are often updated or changed, or Python programs wish to interface with
 the Linux iptables framework...
 .
 This package provides the Python 3.x module

python3-iptables-dbgsym: debug symbols for python3-iptables