shortuuid 1.0.8-2 source package in Ubuntu

Changelog

shortuuid (1.0.8-2) unstable; urgency=medium

  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-all.
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 19:42:43 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
shortuuid_1.0.8-2.dsc 2.0 KiB 3c9ed7a1d341417c2a98ab31cf0211c6d2cea83deacb01b92bba905137bda43f
shortuuid_1.0.8.orig.tar.gz 8.1 KiB 9435e87e5a64f3b92f7110c81f989a3b7bdb9358e22d2359829167da476cfc23
shortuuid_1.0.8-2.debian.tar.xz 3.4 KiB 04e45d8e873416b6b260f5ecd4b71a3b82598371d1ebc77b3219e8e47dd2eace

Available diffs

No changes file available.

Binary packages built by this source

python3-shortuuid: generates concise, unambiguous, URL-safe UUIDs for Python 3

 Often, one needs to use non-sequential IDs in places where users will see them,
 but the IDs must be as concise and easy to use as possible. shortuuid solves
 this problem by generating uuids using Python's built-in uuid module and then
 translating them to base57 using lowercase and uppercase letters and digits,
 and removing similar-looking characters such as l, 1, I, O and 0.