python-shippinglabel 1.7.2+dfsg-1 source package in Ubuntu

Changelog

python-shippinglabel (1.7.2+dfsg-1) unstable; urgency=medium

  * New upstream version 1.7.2+dfsg
  * debian/patches/003.skip-test-with-error.patch: File has undergone changes

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 25 May 2024 00:07:51 -0300

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-shippinglabel_1.7.2+dfsg-1.dsc 2.6 KiB db673ebb30592fc7b66d6e5b4b46862335d9904661f1b681e953666be778eb4b
python-shippinglabel_1.7.2+dfsg.orig.tar.xz 372.8 KiB d119148ec3807cd6cc714fe7d4307d234613531e2d764542d211d0dfc7b6b81e
python-shippinglabel_1.7.2+dfsg-1.debian.tar.xz 10.1 KiB c23498ae123caeda387ec6290b30ea0dcdae1bc8eaa47fd57b32650ac7d6451f

Available diffs

No changes file available.

Binary packages built by this source

python3-shippinglabel: Utilities for handling packages

 Module developed with the aim of assisting the developer in managing
 packages with the following functions:
  - Returns the web links for the given project.
  - Useful for creating and verifying sha256 checksums of files.
  - Useful for working with trove classifiers.
  - Useful for working with the Python Package Index (PyPI).
  - Useful for working with PEP 508 requirements.
  - Useful for working with source distributions.
  - Serves to assist in building conda packages.
  - Returns the subset of versions that do not end with -dev.
  - Returns the subset of versions that are not pre-releases
    (alpha, beta, dev, rc etc.).
    packages.
  - Reads the pyvenv.cfg for the given virtualenv and returns a key:
    value mapping of your content.
  - among other features.