python-roman 2.0.0-3 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Ondřej Nový ]
  * Fixed homepage (https).
  * Fixed VCS URL (https).

  [ Mattia Rizzolo ]
  * d/control:
    + Swap Maintainer with Uploaders, so that DPMT becomes maintainer.
    + Remove now unneeded version restrictions.
    + Remove now unneeded XS-Testsuite field.
    + Bump Standards-Version to 4.1.3, no changes needed.
    + Mark the binaries as Multi-Arch:foreign.  Closes: #887410
    + Set Rules-Requires-Root:no.
  * Bump debhelper compat level to 11.
  * d/rules: Rewrite using the dh sequencer and the pybuild build system.
  * d/watch: Use some subst variables to catch more possible filenames.
  * d/copyright:
    + Use HTTPS in the Format field.
    + Claim some copyright over debian/*.

 -- Mattia Rizzolo <email address hidden>  Mon, 22 Jan 2018 23:58:56 +0100

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
Bionic release main python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-roman_2.0.0-3.dsc 2.1 KiB 0470c89ad49bfbcf20bb59cb86f5de4d2f7d597ffc7519ecb07064ef313f252e
python-roman_2.0.0.orig.tar.gz 4.9 KiB 98f2c0fb3cdcfba465d12c85b3b7139fc4cd2177f1325f1bacfe00878c8fa7b9
python-roman_2.0.0-3.debian.tar.xz 8.4 KiB fa6c16b3e4d328a8cfe16fbed994add1a2c9cb5a5955bff374244794a6cddf31

Available diffs

No changes file available.

Binary packages built by this source

python-roman: No summary available for python-roman in ubuntu cosmic.

No description available for python-roman in ubuntu cosmic.

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.