django-shortuuidfield 0.1.3-3 source package in Ubuntu

Changelog

django-shortuuidfield (0.1.3-3) unstable; urgency=medium

  * Non-maintainer upload.
  * Removed Python 2 support.
  * Clean-up d/rules and d/control.

 -- Thomas Goirand <email address hidden>  Fri, 26 Jul 2019 14:59:11 +0200

Upload details

Uploaded by:
Kouhei Maeda
Uploaded to:
Sid
Original maintainer:
Kouhei Maeda
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
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-shortuuidfield_0.1.3-3.dsc 1.9 KiB 9b89e225c7b034402481048473f9812222ed557ed795052411f9a22b614f59e0
django-shortuuidfield_0.1.3.orig.tar.gz 3.3 KiB a292c0fe5538abe947b131e2b914edd9ac44afcc6a40eaec71448e6231a3ef00
django-shortuuidfield_0.1.3-3.debian.tar.xz 4.1 KiB 48022b62406e2f52e03090b2cc416a7136232fecc9722a302dde5317c6a5a803

Available diffs

No changes file available.

Binary packages built by this source

python3-django-shortuuidfield: Short UUIDField for Django for Python 3

 For Python 3.
 Provides a ShortUUIDField for your Django models which uses the base-57 "Short
 UUID" package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.