Download project files

How do I verify a download?


110 of 18 releases

2.6 release from the trunk series released

Release information
Changelog:

python-petname (2.6-0ubuntu1) eoan; urgency=medium

  * setup.py:
    - fix loading of long description text
    - update URL

 -- Dustin Kirkland <email address hidden> Thu, 13 Jun 2019 15:28:25 -0500

File Description Downloads
download icon python-petname_2.6.orig.tar.gz (md5, sig) release tarball 68
last downloaded 52 weeks ago
Total downloads: 68

2.3 release from the trunk series released

Release information
Changelog:

python-petname (2.3-0ubuntu1) eoan; urgency=medium

  [ Pandentia and Naereen ]
  * README.md:
    - Fix the readme for new GitHub markdown parsing
    - https://github.com/dustinkirkland/python-petname/pull/9
    - https://github.com/dustinkirkland/python-petname/pull/10

  [ Dustin Kirkland ]
  * README.md:
    - update to the newer python-petname readme
    - refer to https://tools.ietf.org/html/rfc1178
    - update golang and python examples

 -- Dustin Kirkland <email address hidden> Thu, 13 Jun 2019 15:11:19 -0500

File Description Downloads
download icon python-petname_2.3.orig.tar.gz (md5, sig) release tarball 8
last downloaded 65 weeks ago
Total downloads: 8

2.2 release from the trunk series released

Release information
Changelog:

python-petname (2.2-0ubuntu1) artful; urgency=medium

  [ Nick Timkovich and Dustin Kirkland ]
  * usr/bin/python3-petname, usr/bin/python-petname:
    - simplify our main function

 -- Dustin Kirkland <email address hidden> Fri, 28 Apr 2017 14:15:33 -0500

File Description Downloads
download icon python-petname_2.2.orig.tar.gz (md5, sig) release tarball 18
last downloaded 64 weeks ago
Total downloads: 18

2.1 release from the trunk series released

Release information
Changelog:

python-petname (2.1-0ubuntu1) artful; urgency=medium

  [ Nick Timkovich ]
  * Makefile, petname/__init__.py, petname/__main__.py, setup.py,
    test.py:
    - https://github.com/dustinkirkland/python-petname/pull/5
    - Add tests, consistently use tabs vs spaces, PEP-8 naming
  * petname/__init__.py:
    - fix indentation to use adverb(s)-adjective-name when -w > 3
    - try to use the OS's random

  [ Dustin Kirkland ]
  * petname/__init__.py:
    - add generate() defaults of 2 and "-"

 -- Dustin Kirkland <email address hidden> Thu, 27 Apr 2017 17:23:55 -0500

File Description Downloads
download icon python-petname_2.1.orig.tar.gz (md5, sig) release tarball 15
last downloaded 65 weeks ago
Total downloads: 15

2.0 release from the trunk series released

Release information
Changelog:

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

 -- Dustin Kirkland <email address hidden> Tue, 09 Aug 2016 14:24:11 -0500

File Description Downloads
download icon python-petname_2.0.orig.tar.gz (md5, sig) release tarball 36
last downloaded 65 weeks ago
Total downloads: 36

1.12 release from the trunk series released

Release information
Changelog:

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> Wed, 02 Dec 2015 17:19:12 -0600

File Description Downloads
download icon python-petname_1.12.orig.tar.gz (md5, sig) release tarball 12
last downloaded 65 weeks ago
Total downloads: 12

1.11 release from the trunk series released

Release information
Changelog:

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

  * setup.py (properties changed: -x to +x):
    - make executable

 -- Dustin Kirkland <email address hidden> Sat, 14 Nov 2015 09:23:51 -0600

File Description Downloads
download icon python-petname_1.11.orig.tar.gz (md5, sig) release tarball 14
last downloaded 65 weeks ago
Total downloads: 14

1.10 release from the trunk series released

Release information
Changelog:

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

  * petname/english.py:
    - prune a bunch of words that should be blacklisted
  * petname/__init__.pyc:
    - remove binary file
  * petname/__init__.py:
    - fix build, import english from this module

 -- Dustin Kirkland <email address hidden> Fri, 30 Oct 2015 10:45:32 -0500

File Description Downloads
download icon python-petname_1.10.orig.tar.gz (md5, sig) release tarball 30
last downloaded 64 weeks ago
Total downloads: 30

1.9 release from the trunk series released

Release information
Changelog:

python-petname (1.9-0ubuntu1) wily; urgency=medium

  * Rebuild

 -- Dustin Kirkland <email address hidden> Thu, 06 Aug 2015 15:14:56 -0500

File Description Downloads
download icon python-petname_1.9.orig.tar.gz (md5, sig) release tarball 20
last downloaded 64 weeks ago
Total downloads: 20

1.8 release from the trunk series released

Release information
Changelog:

python-petname (1.8-0ubuntu1) wily; urgency=medium

  [ Adam Isreal ]
  * debian/update-wordlists.sh, Makefile, petname/english.py,
    petname/__init__.py, petname/__main__.py, setup.py:
    - Move adverbs/adjectives/names to separate (english.py) file
      + Editing init.py is easier/quicker
    - Added an entry_point section to setup.py, to auto-gen the
      petname script on install
    - Fixed a few of the warnings pep8 et al were throwing.

  [ Dustin Kirkland ]
  * debian/update-wordlists.sh, petname/english.py:
    - delete any blank lines

 -- Dustin Kirkland <email address hidden> Thu, 06 Aug 2015 15:03:30 -0500

File Description Downloads
download icon python-petname_1.8.orig.tar.gz (md5, sig) release tarball 18
last downloaded 64 weeks ago
Total downloads: 18

110 of 18 releases