[Python-modules-commits] [python-gear] 01/06: Merge tag '0.5.8' into debian/unstable

Thomas Goirand zigo at moszumanska.debian.org
Tue Sep 8 09:46:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

zigo pushed a commit to annotated tag debian/0.5.8-1
in repository python-gear.

commit e2e68a3a52a97b5e1da7fcbbab8a8f67f8824c63
Merge: 0dd3764 5491e93
Author: Thomas Goirand <thomas at goirand.fr>
Date:   Tue Sep 8 09:12:00 2015 +0000

    Merge tag '0.5.8' into debian/unstable
    
    Tag 0.5.8

 .gitignore                    |   30 +
 .gitreview                    |    4 +
 .testr.conf                   |    4 +
 CONTRIBUTING.rst              |   17 +
 LICENSE                       |  202 +++
 MANIFEST.in                   |    9 +
 README.rst                    |    4 +
 doc/source/conf.py            |  245 ++++
 doc/source/geard.rst          |    1 +
 doc/source/index.rst          |  370 +++++
 gear/__init__.py              | 3182 +++++++++++++++++++++++++++++++++++++++++
 gear/acl.py                   |  289 ++++
 gear/cmd/__init__.py          |    0
 gear/cmd/geard.py             |  134 ++
 gear/constants.py             |   83 ++
 gear/tests/__init__.py        |  101 ++
 gear/tests/test_functional.py |  130 ++
 gear/tests/test_gear.py       |  292 ++++
 requirements.txt              |    4 +
 setup.cfg                     |   39 +
 setup.py                      |   21 +
 test-requirements.txt         |   14 +
 tox.ini                       |   38 +
 23 files changed, 5213 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gear.git



More information about the Python-modules-commits mailing list