[Python-modules-commits] [pyjokes] branch master updated (4604fe1 -> 1c1055b)
Ethan Ward
ethanward-guest at moszumanska.debian.org
Tue Aug 22 00:52:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a change to branch master
in repository pyjokes.
from 4604fe1 Add manpage for python3 binary
new 4fc0431 Remove empty file
new a5c7a35 Bump standards version
adds 6b14ee8 New upstream version 0.5.0
new 74addfc Updated version 0.5.0 from 'upstream/0.5.0'
new 1c1055b Enable tests
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 6 ++
.travis.yml | 12 ++++
CONTRIBUTING.md | 30 ++++++++++
LICENCE.txt | 27 +++++++++
PKG-INFO | 110 ----------------------------------
debian/control | 2 +-
debian/rules | 6 +-
debian/source/options | 0
docs/api.md | 37 ++++++++++++
docs/images/pyjokes.png | Bin 0 -> 114923 bytes
docs/images/society.jpg | Bin 0 -> 148866 bytes
docs/index.md | 49 +++++++++++++++
docs/install.md | 57 ++++++++++++++++++
docs/society.md | 12 ++++
mkdocs.yml | 13 ++++
pyjokes.egg-info/PKG-INFO | 110 ----------------------------------
pyjokes.egg-info/SOURCES.txt | 14 -----
pyjokes.egg-info/dependency_links.txt | 1 -
pyjokes.egg-info/top_level.txt | 1 -
setup.cfg | 5 --
tests/test_cli_error.py | 19 ++++++
tests/test_get_joke.py | 40 +++++++++++++
tests/test_joke_length.py | 18 ++++++
23 files changed, 324 insertions(+), 245 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 CONTRIBUTING.md
create mode 100644 LICENCE.txt
delete mode 100644 PKG-INFO
delete mode 100644 debian/source/options
create mode 100644 docs/api.md
create mode 100644 docs/images/pyjokes.png
create mode 100644 docs/images/society.jpg
create mode 100644 docs/index.md
create mode 100644 docs/install.md
create mode 100644 docs/society.md
create mode 100644 mkdocs.yml
delete mode 100644 pyjokes.egg-info/PKG-INFO
delete mode 100644 pyjokes.egg-info/SOURCES.txt
delete mode 100644 pyjokes.egg-info/dependency_links.txt
delete mode 100644 pyjokes.egg-info/top_level.txt
delete mode 100644 setup.cfg
create mode 100644 tests/test_cli_error.py
create mode 100644 tests/test_get_joke.py
create mode 100644 tests/test_joke_length.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyjokes.git
More information about the Python-modules-commits
mailing list