[Python-modules-commits] [python-daemonocle] branch upstream updated (b7a4c4b -> 514f3f0)

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


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

alvesadrian-guest pushed a change to branch upstream
in repository python-daemonocle.

      from  b7a4c4b   import srcpkgname_1.0.orig.tar.gz
      adds  514f3f0   Imported Upstream version 1.0.1

No new revisions were added by this update.

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 +-
 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(-)
 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