[Python-modules-commits] [python-daemonocle] branch master updated (8e6f0fd -> fc104ce)
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 change to branch master
in repository python-daemonocle.
from 8e6f0fd added debian/gbp.conf file
new 514f3f0 Imported Upstream version 1.0.1
new e85fce2 Merge tag 'upstream/1.0.1'
new fc104ce new upstream release 1.0.1
The 3 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 | 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 +-
debian/changelog | 8 +-
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 +++++++++++
24 files changed, 1127 insertions(+), 1024 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 HISTORY.rst
delete mode 100644 PKG-INFO
delete mode 100644 daemonocle.egg-info/PKG-INFO
delete mode 100644 daemonocle.egg-info/SOURCES.txt
delete mode 100644 daemonocle.egg-info/dependency_links.txt
delete mode 100644 daemonocle.egg-info/requires.txt
delete mode 100644 daemonocle.egg-info/top_level.txt
rename daemonocle/{daemon.py => core.py} (79%)
delete mode 100644 setup.cfg
create mode 100644 tests/conftest.py
create mode 100644 tests/test_actions.py
create mode 100644 tests/test_basics.py
create mode 100644 tests/test_cli.py
create mode 100644 tests/test_environment.py
create mode 100644 tests/test_shutdown.py
--
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