python-future 0.18.2-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * New upstream release
    - compatible with python 3.8; Closes: #948420
  * debian/copyright
    - update upstream copyright notice
  * debian/patches
    - refresh patches, drop Python3.7-support.patch (addressed upstream)
  * debian/rules
    - exclude test_pow test, currently failing; reported upstream at
      https://github.com/PythonCharmers/python-future/issues/474
  * Use python3 sphinx to build the documentation, and as a
    PYBUILD_AFTER_BUILD_python3 target instead of overriding dh_sphinxdoc

 -- Sandro Tosi <email address hidden>  Sat, 01 Feb 2020 22:10:56 -0500

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-future_0.18.2-1.dsc 2.3 KiB 4cbe2788cedbd0ffe9844f9c38e087704b7cb94b43bd8f26e81dc24d9bd6a70c
python-future_0.18.2.orig.tar.xz 638.4 KiB 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128
python-future_0.18.2-1.debian.tar.xz 9.1 KiB 0cc54af11cf8a91dc6e511b0d7db74c089890adfe3499eade3e6b8c9e5afe786

No changes file available.

Binary packages built by this source

python-future: No summary available for python-future in ubuntu focal.

No description available for python-future in ubuntu focal.

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.