domain2idna 1.12.2-2 source package in Ubuntu

Changelog

domain2idna (1.12.2-2) unstable; urgency=medium

  * debian/control:
     - Added fields Conflicts and Replaces (Closes: #1088955)
     - Removed fields "Built-Using"
  * debian/rules:
     - File orders to ensure reproducibility
     - Replaced override_dh_link by execute_after_dh_link

 -- Josenilson Ferreira da Silva <email address hidden>  Wed, 25 Dec 2024 09:09:29 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
domain2idna_1.12.2-2.dsc 2.2 KiB 73216069f76adabc0625e60c0514762e04d86fd9312c39c29226403f08a281a1
domain2idna_1.12.2.orig.tar.gz 17.2 KiB d9d83dbb0e38e2a92197c45bf74b422e9ef61d0205800027ae416627e2c3a3b6
domain2idna_1.12.2-2.debian.tar.xz 3.7 KiB 110fe120cb54e3626d9e40920506517794e8a712ab1a6aa3fa9dd379de181701

Available diffs

No changes file available.

Binary packages built by this source

python-domain2idna-doc: tool to convert domains to IDNA format (common documentation)

 This project provides a tool for list or hosts file maintainer that
 can converts domain to the Punycode/IDNA format.
 .
 With domain2idna you can do:
  * Read a given domain and convert it to the Punycode/IDNA format.
  * Read a given URL and convert its base to Punycode/IDNA format.
  * Read a file and convert all non-commented line to the
     Punycode/IDNA format.
  * Print the converted data on the screen.
  * Save into a file the converted data.
  * Return the converted data (when used as a module).
  * Ignore commented inputs (starts with #).
 .
 This package installs the common documentation package.

python3-domain2idna: tool to convert domains to IDNA format (Python 3)

 This project provides a tool for list or hosts file maintainer that
 can converts domain to the Punycode/IDNA format.
 .
 With domain2idna you can do:
  * Read a given domain and convert it to the Punycode/IDNA format.
  * Read a given URL and convert its base to Punycode/IDNA format.
  * Read a file and convert all non-commented line to the
     Punycode/IDNA format.
  * Print the converted data on the screen.
  * Save into a file the converted data.
  * Return the converted data (when used as a module).
  * Ignore commented inputs (starts with #).
 .
 This package installs the necessary dependencies for domain2idna to work.