python-petname 2.0-0ubuntu1~16.04 source package in Ubuntu

Changelog

python-petname (2.0-0ubuntu1~16.04) xenial-proposed; urgency=medium

  * backport python-petname library to 16.04, LP: #1615143

python-petname (2.0-0ubuntu1) yakkety; urgency=medium

  * setup.py
    - fix typo in setup.py
  * petname/__init__.py, petname/__main__.py, usr/bin/python3-petname,
    usr/bin/python-petname, usr/share/man/man1/python3-petname.1,
    usr/share/man/man1/python-petname.1:
    - add support for a -l|--letters parameter, default to 6
    - creates shorter, more readable names
  * petname/english.py, README.md:
    - remove some nonsense words
  * remove binary pyc files
  * debian/rules, petname/__init__.py, usr/bin/python-petname:
    - fix build, protect from infinite loop
  * petname/english.py, README.md, setup.py:
    - bump to 2.0, using the new petname 2.0 wordlists, which are smaller,
      simpler, and use animal names instead of people names

python-petname (1.12-0ubuntu1) xenial; urgency=medium

  * debian/control, debian/rules, debian/update-wordlists.sh:
    - remove build dependency on petname;  only the maintainer
      ever needs to run update-wordlists

 -- Dustin Kirkland <email address hidden>  Fri, 19 Aug 2016 17:09:04 -0500

Upload details

Uploaded by:
Dustin Kirkland 
Uploaded to:
Xenial
Original maintainer:
Dustin Kirkland 
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-petname_2.0.orig.tar.gz 353.4 KiB 646423141292a99cbd71d47d199b825a33d6152c9052e8509703054c138fe09e
python-petname_2.0-0ubuntu1~16.04.debian.tar.xz 3.4 KiB 91dea10557cc1fcfe4d2f8c765b85bb5df70fe1efe8ef8d80c1c27696ef3e857
python-petname_2.0-0ubuntu1~16.04.dsc 2.0 KiB 99ba913807b02da55362ff2dd971505916b84bd91672d7549179b4e49f51a92e

Available diffs

View changes file

Binary packages built by this source

python-petname: python library for generating pronouncable, memorable, pet names

 This package provides a library for generating "pet names", consisting
 of a random combination of an adverb, adjective, and proper name.
 These are useful for unique hostnames, for instance.
 The default packaging contains about 2000 names, 1300 adjectives,
 and 4000 adverbs, yielding nearly 10 billion unique combinations,
 covering over 32 bits of unique namespace.
 As such, PetName tries to follow the tenets of Zooko's triangle:
 names are human meaningful, decentralized, and secure.

python3-petname: python3 library for generating pronouncable, memorable, pet names

 This package provides a library for generating "pet names", consisting
 of a random combination of an adverb, adjective, and proper name.
 These are useful for unique hostnames, for instance.
 The default packaging contains about 2000 names, 1300 adjectives,
 and 4000 adverbs, yielding nearly 10 billion unique combinations,
 covering over 32 bits of unique namespace.
 As such, PetName tries to follow the tenets of Zooko's triangle:
 names are human meaningful, decentralized, and secure.