python-iptables 1.0.0-2build2 source package in Ubuntu

Changelog

python-iptables (1.0.0-2build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:56:41 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python 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_1.0.0.orig.tar.gz 51.0 KiB 480470adb5f29bf84269b4e53dbad9623af91c79aa666cc0274dec199a555bc5
python-iptables_1.0.0-2build2.debian.tar.xz 5.0 KiB 48fb8dd019a0edee9e59d417da6f290d6a0ec6710eeb4cef73814a98acafa641
python-iptables_1.0.0-2build2.dsc 2.1 KiB b370fb8ffb04ec8766c918bd32bd1d41c4ffae98e4771fba0eb4dff725f43b37

Available diffs

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