shortuuid 1.0.8-1 source package in Ubuntu

Changelog

shortuuid (1.0.8-1) unstable; urgency=medium

  * New upstream release; Closes: #1002445
  * Move to Python team; Closes: #1006201
  * debian/control
    - add Python team Vcs fields
    - add Rules-Requires-Root: no
    - remove redundant mention of Python 3
    - new upstream homepage

 -- Martin <email address hidden>  Mon, 21 Feb 2022 10:16:11 +0000

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
shortuuid_1.0.8-1.dsc 2.0 KiB 762edab3bed2b542dbabb73700ce306b5f0a836120beedb009767c7446f0de56
shortuuid_1.0.8.orig.tar.gz 8.1 KiB 9435e87e5a64f3b92f7110c81f989a3b7bdb9358e22d2359829167da476cfc23
shortuuid_1.0.8-1.debian.tar.xz 3.1 KiB 1237be4284a1ac41b16031a6bfb222d1812d67f9c4cf73783275d54e121aed7f

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.