python-iptables 1.0.0-2 source package in Ubuntu

Changelog

python-iptables (1.0.0-2) unstable; urgency=high

  * Team upload.

  [ IOhannes m zmölnig (Debian/GNU) ]
  * debian/tests/control: Mark import-test as superficial.
    (Closes: #974489)

  [ Michael Hudson-Doyle ]
  * debian/patches/0002-fix-locating-_xtables_libdir_with_glibc-2.32.patch:
    Add patch to fix behaviour with glibc 2.32+.

  [ Boyuan Yang ]
  * Bump Standards-Version to 4.6.0.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository, Repository-Browse.

 -- Boyuan Yang <email address hidden>  Fri, 10 Sep 2021 12:03:43 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-iptables_1.0.0-2.dsc 2.1 KiB 175b97b7d2dbb42b5b685e96a35bd73acb6677dcfac857dbb9f54d53c17ee0f5
python-iptables_1.0.0.orig.tar.gz 51.0 KiB 480470adb5f29bf84269b4e53dbad9623af91c79aa666cc0274dec199a555bc5
python-iptables_1.0.0-2.debian.tar.xz 4.9 KiB a077127e3f7495bac8dcad49116d3eb56e94e14ff39c7f793e7e717a21706d92

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