python-iptables 1.0.1-2 source package in Ubuntu

Changelog

python-iptables (1.0.1-2) unstable; urgency=medium

  * Drop Depends:python3-distutils (Closes: #1065931)
    * Depend on python3-setuptools instead
  * Apply 'wrap-and-sort -ast'

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Fri, 22 Mar 2024 12:51:47 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
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
python-iptables_1.0.1-2.dsc 2.3 KiB 48491bb402dfbfd63a1ccd7839f3e29bc3dd584fdead62999512c36acab8f8b9
python-iptables_1.0.1.orig.tar.gz 51.1 KiB 1989f2b48598392c3574052a95f456985cb06fb4287b61bf8794e93ebc37eddb
python-iptables_1.0.1-2.debian.tar.xz 4.9 KiB 16673e8c82fa8474937937c02fb96a76ec838b39bea2e336dffb88b5a1e45b2f

No changes file available.

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