[Python-modules-commits] [python-daemonocle] 02/03: Merge tag 'upstream/1.0.1'

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Tue May 24 18:01:40 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-daemonocle.

commit e85fce2340fd2b9d6e56cf94404c58a5c1fd2067
Merge: 8e6f0fd 514f3f0
Author: Adrian Alves <aalves at gmail.com>
Date:   Tue May 24 14:55:10 2016 -0300

    Merge tag 'upstream/1.0.1'
    
    Upstream version 1.0.1

 .gitignore                               |   9 +
 .travis.yml                              |  15 +
 HISTORY.rst                              |  75 +++++
 MANIFEST.in                              |   1 +
 PKG-INFO                                 | 459 -------------------------------
 README.rst                               |   6 +
 daemonocle.egg-info/PKG-INFO             | 459 -------------------------------
 daemonocle.egg-info/SOURCES.txt          |  13 -
 daemonocle.egg-info/dependency_links.txt |   1 -
 daemonocle.egg-info/requires.txt         |   2 -
 daemonocle.egg-info/top_level.txt        |   1 -
 daemonocle/__init__.py                   |   4 +-
 daemonocle/cli.py                        |   8 +-
 daemonocle/{daemon.py => core.py}        | 181 +++++++-----
 daemonocle/exceptions.py                 |   2 +-
 setup.cfg                                |   5 -
 setup.py                                 |  28 +-
 tests/conftest.py                        |  83 ++++++
 tests/test_actions.py                    |  31 +++
 tests/test_basics.py                     | 315 +++++++++++++++++++++
 tests/test_cli.py                        |  95 +++++++
 tests/test_environment.py                | 185 +++++++++++++
 tests/test_shutdown.py                   | 165 +++++++++++
 23 files changed, 1120 insertions(+), 1023 deletions(-)

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



More information about the Python-modules-commits mailing list