python-hashids 1.3.1-5 source package in Ubuntu

Changelog

python-hashids (1.3.1-5) unstable; urgency=medium

  * Update debian/watch to check GitHub tags instead of releases.
  * Update debian/watch format to version 4, no changes.
  * Update copyright year.
  * Switch from dh --with python in debian/rules to a dh-sequence-python3.
  * Build-Depends: Add <!nocheck> to python3-pytest.

 -- Edward Betts <edward@4angle.com>  Fri, 09 Dec 2022 09:56:36 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hashids_1.3.1-5.dsc 2.1 KiB 875e8670dddb890de84b2ff757864fdcf76063309a7b288a0d97d013b791cd5b
python-hashids_1.3.1.orig.tar.gz 8.9 KiB 875ea2e674fa0b5e0cfcf337c1c73b208f6312b4751d53e38ea324ff0d739cd4
python-hashids_1.3.1-5.debian.tar.xz 2.8 KiB 34ad0c7f32e7ab4ae32e56ae022f2c23022491e65e6701ea3bc84997381715c4

Available diffs

No changes file available.

Binary packages built by this source

python3-hashids: Python implementation of hashids

 A Python port of the JavaScript hashids implementation. It generates
 YouTube-like hashes from one or many numbers. Use hashids when you do not
 want to expose your database ids to the user.