python-looseversion 1.3.0-3 source package in Ubuntu

Changelog

python-looseversion (1.3.0-3) unstable; urgency=medium

  * debian/control:
    + Fix copy+paste flaw regarding SYNOPSIS and LONG_DESCRIPTION. (Closes:
      #1064069).

 -- Mike Gabriel <email address hidden>  Wed, 20 Mar 2024 11:50:25 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-looseversion_1.3.0-3.dsc 2.1 KiB 682a5b7952639a7ee1480e4419cb362d89592d23fa7b8acd430f876644e138bd
python-looseversion_1.3.0.orig.tar.gz 9.0 KiB 862cb6c1649de54237a6a72c154252141a626ed83f826a9ae833c643ff9d5a1b
python-looseversion_1.3.0-3.debian.tar.xz 3.1 KiB 3a213d5a438283303ad29f6922024eeba85682eb9cb02e6b2c658658d99c2044

Available diffs

No changes file available.

Binary packages built by this source

python3-looseversion: Version numbering for anarchists and software realists

 A backwards/forwards-compatible fork of distutils.version.LooseVersion,
 for times when PEP-440 isn't what you need.
 .
 The goal of this package is to be a drop-in replacement for the original
 LooseVersion. It implements an identical interface and comparison logic
 to LooseVersion. The only major change is that a
 looseversion.LooseVersion is comparable to a
 distutils.version.LooseVersion, which means tools should not need to
 worry whether all dependencies that use LooseVersion have migrated.
 .
 If you are simply comparing versions of Python packages, consider moving
 to packaging.version.Version, which follows PEP-440. LooseVersion is
 better suited to interacting with heterogeneous version schemes that do
 not follow PEP-440.