python-nine 1.1.0-2 source package in Ubuntu
Changelog
python-nine (1.1.0-2) unstable; urgency=medium [ 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 ] * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. -- Sandro Tosi <email address hidden> Fri, 03 Jun 2022 23:04:38 -0400
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-nine_1.1.0-2.dsc | 1.9 KiB | 58e410f0df0f6045958973c3498ca0131777a419e82c0e0912be264ac045aaf2 |
python-nine_1.1.0.orig.tar.gz | 9.5 KiB | e8a96b6326341637d25ca9c257c1d2af4033c957946438d9d37bf6eb798d3bbe |
python-nine_1.1.0-2.debian.tar.xz | 2.5 KiB | eba38677f93ee192dd214ea8551ffcd3727b84dc4aa9f211997c50bb0e430caa |
Available diffs
- diff from 1.1.0-1 to 1.1.0-2 (756 bytes)
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.