python-nine 1.0.0-2 source package in Ubuntu

Changelog

python-nine (1.0.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

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

 -- Sandro Tosi <email address hidden>  Sat, 05 Oct 2019 20:22:03 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nine_1.0.0-2.dsc 2.0 KiB 4939ff5bd68e9926946138526cfd4c8aa4a55691fc8dd7a2af91b9a57b825ef1
python-nine_1.0.0.orig.tar.gz 8.6 KiB 3064fbeb512e756a415606a1399f49c22de867d5ac7e2b6c91c35e757d3af42d
python-nine_1.0.0-2.debian.tar.xz 2.2 KiB be7b06e298d8b8a7998f65c4b94b03ed3c71ca81b71f47d01bd339df4c77c089

Available diffs

No changes file available.

Binary packages built by this source

python3-nine: Python 2 / 3 compatibility, like six, but favouring Python 3

 When thou writeth Python, thou shalt write Python 3 and, just for a
 while, ensure that the thing worketh on Python 2.7 and, possibly, even
 2.6.
 .
 Just before Python 2 is finally phased out, thine codebase shall look
 more like 3 than like 2.
 .
 nine facilitates this new point of view. You can write code that is
 as 3ish as possible while still supporting 2.6. Very comfortable for
 writing new projects.
 .
 This package contains the Python 3 bindings only.