python-semver 2.10.2-3 source package in Ubuntu

Changelog

python-semver (2.10.2-3) unstable; urgency=medium

  * Correctly launch unit tests (Closes: #1002447).

 -- Thomas Goirand <email address hidden>  Wed, 22 Dec 2021 16:35:13 +0100

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 universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-semver_2.10.2-3.dsc 2.1 KiB b4bfc39d4b6906bb9ffc17138aac109acdbdd3078f1c29649c70d8f7094a5dea
python-semver_2.10.2.orig.tar.xz 34.6 KiB c5e80bcd89071011c58bd2bc5fdfcf6a00283609004c5707920174d587571dce
python-semver_2.10.2-3.debian.tar.xz 3.0 KiB 1ae08045ece03b30e54d9f1ba62d8ce418b6585deacc2462b3d7eea08a47a9ee

Available diffs

No changes file available.

Binary packages built by this source

python3-semver: helps to compare semantic versioning - Python 3.x

 This Python module helps to compare versions as noted at http://semver.org/.
 The system is like this: given a version number MAJOR.MINOR.PATCH, increment
 the:
  * MAJOR version when you make incompatible API changes,
  * MINOR version when you add functionality in a backwards-compatible
    manner,
  * PATCH version when you make backwards-compatible bug fixes.
 .
 Additional labels for pre-release and build metadata are available as
 extensions to the MAJOR.MINOR.PATCH format.
 .
 This package contains the Python 3.x module.