python-roman 2.0.0-5 source package in Ubuntu

Changelog

python-roman (2.0.0-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Add missing build dependency on dh addon.
  * Bump debhelper from old 11 to 12.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #938147

 -- Sandro Tosi <email address hidden>  Fri, 17 Jul 2020 16:47:12 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-roman_2.0.0-5.dsc 2.1 KiB e2cc82ff4a358fe4733a51d0c9084387786a7fb7bd72451c08cd3b56ce085645
python-roman_2.0.0.orig.tar.gz 4.9 KiB 98f2c0fb3cdcfba465d12c85b3b7139fc4cd2177f1325f1bacfe00878c8fa7b9
python-roman_2.0.0-5.debian.tar.xz 8.4 KiB 8369b1ae2c7b65c5093f9a29f4069b235760bd69ceffb6e85ed602612e93872a

Available diffs

No changes file available.

Binary packages built by this source

python3-roman: module for generating/analyzing Roman numerals for Python 3

 This module converts from and to Roman numerals. It can convert numbers
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
 illegal ones (MIM == 1999).
 .
 This package includes Python 3 modules.