python-future 0.18.2-6ubuntu2 source package in Ubuntu

Changelog

python-future (0.18.2-6ubuntu2) mantic; urgency=medium

  * Fix build failure due to failing pytest case (LP: #2036292)

 -- Chris Peterson <email address hidden>  Fri, 15 Sep 2023 15:33:03 -0700

Upload details

Uploaded by:
Chris Peterson
Sponsored by:
Dan Bungert
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-future_0.18.2.orig.tar.xz 638.4 KiB 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128
python-future_0.18.2-6ubuntu2.debian.tar.xz 11.1 KiB 3cb7e077ff38d835c7f5dffbc918bb9641883989b19d77074f3fc98c76860afc
python-future_0.18.2-6ubuntu2.dsc 2.2 KiB 35282e9f59e2072db1f884069a49888b4b16c72fd58fe67aa14d2687f147c3e4

Available diffs

View changes file

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.