python-iptables 1.0.0-2build1 source package in Ubuntu
Changelog
python-iptables (1.0.0-2build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Thu, 17 Mar 2022 19:55:47 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-iptables_1.0.0.orig.tar.gz | 51.0 KiB | 480470adb5f29bf84269b4e53dbad9623af91c79aa666cc0274dec199a555bc5 |
python-iptables_1.0.0-2build1.debian.tar.xz | 4.9 KiB | 68bf397b45df26f9920714d29e73cd8e8be646b829f8e99cd1c36a255a89ea48 |
python-iptables_1.0.0-2build1.dsc | 2.1 KiB | 8bb479e0525b275c82dee32d002b857d05be4109e0ce899ce26b965ab89d0c27 |
Available diffs
- diff from 1.0.0-2 (in Debian) to 1.0.0-2build1 (321 bytes)
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