enum34 1.1.6-2 source package in Ubuntu

Changelog

enum34 (1.1.6-2) unstable; urgency=medium

  * Team upload.
  * d/python-enum34.pydist: Provide enum_compat shim
  * Bump debhelper compat level to 10
  * Bump Standards-Version to 4.1.1 (no changes needed)
  * Use Python 3 version of Sphinx for docs building
  * d/control: Remove Testsuite: autopkgtest, it's added automatically
  * d/watch: Use https

 -- Ondřej Nový <email address hidden>  Sat, 18 Nov 2017 16:52:41 +0100

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
Bionic release main misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
enum34_1.1.6-2.dsc 2.1 KiB b3a8c78fd3289f68e6d2f4a21797ed74503c9cfd90d0e427ecb4a0106f3b1143
enum34_1.1.6.orig.tar.gz 39.1 KiB 8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1
enum34_1.1.6-2.debian.tar.xz 3.9 KiB 2b2a7b18652a66a81c23b665b9dfcc35bfd3d3d6d2262b6b4faf32cf0bc97ab7

Available diffs

No changes file available.

Binary packages built by this source

pypy-enum34: backport of Python 3.4's enum package (PyPy package)

 PEP 435 adds an enumeration to Python 3.4. This module provides a
 backport of that data type for older Python versions. It defines two
 enumeration classes that can be used to define unit sets of names and
 values: Enum and IntEnum.
 .
 This is the PyPy compatible package.

python-enum34: backport of Python 3.4's enum package

 PEP 435 adds an enumeration to Python 3.4. This module provides a
 backport of that data type for older Python versions. It defines two
 enumeration classes that can be used to define unit sets of names and
 values: Enum and IntEnum.
 .
 This is the Python 2 compatible package.

python-enum34-doc: backport of Python 3.4's enum package (documentation)

 PEP 435 adds an enumeration to Python 3.4. This module provides a
 backport of that data type for older Python versions. It defines two
 enumeration classes that can be used to define unit sets of names and
 values: Enum and IntEnum.
 .
 This is the common documentation package.