python-future 0.18.2-6 source package in Ubuntu

Changelog

python-future (0.18.2-6) unstable; urgency=medium

  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dh-python.

 -- Debian Janitor <email address hidden>  Wed, 25 May 2022 20:40:53 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-future_0.18.2-6.dsc 2.1 KiB 30d3a596b5b314d94d78d5ffa9f5228e1c57067a853c456966302c6d54f695b6
python-future_0.18.2.orig.tar.xz 638.4 KiB 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128
python-future_0.18.2-6.debian.tar.xz 9.7 KiB e8d28da720201000b2c7c8b3bda0d022e477e8ad938ea379dfdd15bbdccaf0cc

Available diffs

No changes file available.

Binary packages built by this source

python-future-doc: Clean single-source support for Python 3 and 2 - doc

 Future is the missing compatibility layer between Python 2 and Python 3. It
 allows one to use a single, clean Python 3.x-compatible codebase to support
 both Python 2 and Python 3 with minimal overhead.
 .
 The imports have no effect on Python 3. On Python 2, they shadow the
 corresponding builtins, which normally have different semantics on Python 3
 versus 2, to provide their Python 3 semantics.
 .
 This package contains the documentation.

python3-future: Clean single-source support for Python 3 and 2 - Python 3.x

 Future is the missing compatibility layer between Python 2 and Python 3. It
 allows one to use a single, clean Python 3.x-compatible codebase to support
 both Python 2 and Python 3 with minimal overhead.
 .
 The imports have no effect on Python 3. On Python 2, they shadow the
 corresponding builtins, which normally have different semantics on Python 3
 versus 2, to provide their Python 3 semantics.
 .
 This package contains the Python 3.x module.