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

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Wed, 04 Oct 2023 22:37:13 +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
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-semantic-version_2.10.0-2.dsc 2.3 KiB d3c277404a408dd89107d5765e763515aca6ddc048bc7cb887eb2f64331745a5
python-semantic-version_2.10.0.orig.tar.xz 36.2 KiB 754382126a186232c359665e1d23901babb02ec152adb41ed897f9234745359c
python-semantic-version_2.10.0-2.debian.tar.xz 3.4 KiB 8a9343cfcdfc39fb09be33b572636c16bcb38f7e567554bad78da753539660ec

Available diffs

No changes file available.

Binary packages built by this source

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.