python-sentinels 1.0.0-1 source package in Ubuntu

Changelog

python-sentinels (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Add autopkgtest tests.
  * Add package to collab-maint.

 -- Stuart Prescott <email address hidden>  Thu, 17 Nov 2016 01:41:29 +1100

Upload details

Uploaded by:
Stuart Prescott
Uploaded to:
Sid
Original maintainer:
Stuart Prescott
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sentinels_1.0.0-1.dsc 2.1 KiB 93c05f0389c906ebf1d3cea1e41acab63c0661a93a04b80950a3f9d375970e06
python-sentinels_1.0.0.orig.tar.gz 4.0 KiB 7be0704d7fe1925e397e92d18669ace2f619c92b5d4eb21a89f31e026f9ff4b1
python-sentinels_1.0.0-1.debian.tar.xz 2.3 KiB 885f7a4fa9dc19fbdc55bda448c0da97d122d175f9410026d06e1ba317d0f775

No changes file available.

Binary packages built by this source

python-sentinels: Python module for sentinel objects (Python 2 version)

 Sentinels are objects with special meanings that can be passed as meaningful
 flags rather than special casing 0, None, -1, False etc. Sentinels can be
 thought of as singletons, but they service the need of having 'special'
 values in code,
 .
 This package contains the Python 2 version of the sentinels module.

python3-sentinels: Python module for sentinel objects (Python 3 version)

 Sentinels are objects with special meanings that can be passed as meaningful
 flags rather than special casing 0, None, -1, False etc. Sentinels can be
 thought of as singletons, but they service the need of having 'special'
 values in code,
 .
 This package contains the Python 3 version of the sentinels module.