python-semantic-version 2.6.0-2 source package in Ubuntu

Changelog

python-semantic-version (2.6.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Mon, 03 Sep 2018 17:08:46 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-semantic-version_2.6.0-2.dsc 2.4 KiB 4c5d74d9632fd3ea63c836260864d470a1c1ebe39d4dcdc413f5a2e083294dca
python-semantic-version_2.6.0.orig.tar.xz 27.4 KiB 3dd09b6cdade9527193380d218b00a70b56409f377f47a15055b3acb271a01b2
python-semantic-version_2.6.0-2.debian.tar.xz 3.9 KiB f1e724dfdcef7cd8ef8cabf7d54910bce391fd2f1465667c175cf23b12094192

Available diffs

No changes file available.

Binary packages built by this source

python-semantic-version: No summary available for python-semantic-version in ubuntu disco.

No description available for python-semantic-version in ubuntu disco.

python-semantic-version-doc: implementing the SemVer scheme - doc

 This small Python library provides a few tools to handle SemVer in Python. It
 follows strictly the 2.0.0 version of the SemVer scheme. semantic_version can
 also support versions which wouldn't match the semantic version scheme by
 converting a version such as 0.1.2.3.4 into 0.1.2+3.4.
 .
 This package contains the documentation.

python3-semantic-version: implementing the SemVer scheme - Python 3.x

 This small Python library provides a few tools to handle SemVer in Python. It
 follows strictly the 2.0.0 version of the SemVer scheme. semantic_version can
 also support versions which wouldn't match the semantic version scheme by
 converting a version such as 0.1.2.3.4 into 0.1.2+3.4.
 .
 This package contains the Python 3.x module.