python-gflags 1.5.1-3 source package in Ubuntu

Changelog

python-gflags (1.5.1-3) unstable; urgency=medium

  [ Chris Lamb ]
  * If SOURCE_DATE_EPOCH is set, either use that as a source of current dates
    or the UTC-version of the file's modification time. (Closes: #836004)
  * Don't call update-alternatives --remove in postrm scripts.
  * Update debian/watch to point to GitHub.
  * Update Homepage and upstream URI in debian/copyright.
  * Move to debhelper compatibility level 10.
  * Bump Standards-Version to 4.0.0.
  * wrap-and-sort -sa.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

 -- Chris Lamb <email address hidden>  Wed, 02 Aug 2017 08:55:13 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gflags_1.5.1-3.dsc 2.2 KiB 6764fcd810ea9d59fa890d4dbec8ecd4e0980ba4aa3a8b84c76e666975c67da2
python-gflags_1.5.1.orig.tar.gz 57.3 KiB 3b5175382fdb9db4cf90970d4adb09fa7e26ea91512ed852d48a873f98a60bdd
python-gflags_1.5.1-3.debian.tar.xz 8.5 KiB bb47acbca53ade541d19627025f95b6b5b09ec5cc658a3fc179f4ca42bf5f885

Available diffs

No changes file available.

Binary packages built by this source

python-gflags: implementation of the Google command line flags module - Python 2.x

 GFlags defines a distributed command line system, replacing systems like
 getopt(), optparse and manual argument processing. Rather than an application
 having to define all flags in or near main(), each Python module defines flags
 that are useful to it. When one Python module imports another, it gains
 access to the other's flags.
 .
 It includes the ability to define flag types (boolean, float, integer, list),
 autogeneration of help (in both human and machine readable format) and reading
 arguments from a file. It also includes the ability to automatically generate
 man pages from the help flags.
 .
 This package provides the Python 2.x module.

python3-gflags: implementation of the Google command line flags module - Python 3.x

 GFlags defines a distributed command line system, replacing systems like
 getopt(), optparse and manual argument processing. Rather than an application
 having to define all flags in or near main(), each Python module defines flags
 that are useful to it. When one Python module imports another, it gains
 access to the other's flags.
 .
 It includes the ability to define flag types (boolean, float, integer, list),
 autogeneration of help (in both human and machine readable format) and reading
 arguments from a file. It also includes the ability to automatically generate
 man pages from the help flags.
 .
 This package provides the Python 3.x module.