pydenticon 0.3.1-3 source package in Ubuntu

Changelog

pydenticon (0.3.1-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Fix wrong Vcs-*.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Set upstream metadata fields: Bug-Submit.
  * Bump debhelper from old 12 to 13.

 -- Sandro Tosi <email address hidden>  Tue, 14 Jun 2022 15:56:22 -0400

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydenticon_0.3.1-3.dsc 2.0 KiB af025ed7da7e04925575f36cb7d38b09252056972670e872f50862369f859748
pydenticon_0.3.1.orig.tar.gz 25.6 KiB 2ef363cdd6f4f0193ce62257486027e36884570f6140bbde51de72df321b77f1
pydenticon_0.3.1-3.debian.tar.xz 2.5 KiB 9f43ba7f4628b891cefb5154cd35873555f80aac11667bf5e8285a68eaae0383

Available diffs

No changes file available.

Binary packages built by this source

python3-pydenticon: deterministically generate identicons in Python 3

 Pydenticon is a small utility library that can be used for deterministically
 generating identicons based on the hash of provided data.
 .
 The implementation is a port of the Sigil identicon implementation.
 .
 Pydenticon provides a couple of extensions of its own when compared to the
 original Sigil implementation, like:
 .
 * Ability to supply custom digest algorithms (allowing for larger identicons if
   digest provides enough entropy).
 * Ability to specify a rectangle for identicon size.