[Python-modules-commits] [python-hupper] branch upstream updated (c4cc584 -> 73340d1)

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Jul 19 03:25:41 UTC 2017


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

takaki pushed a change to branch upstream
in repository python-hupper.

      from  c4cc584   Import Upstream version 0.4.2
       new  73340d1   New upstream version 1.0

The 1 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:
 .coveragerc                     |   2 +-
 .gitignore                      |  63 ---------
 .travis.yml                     |   8 +-
 CHANGES.rst                     |  31 +++++
 PKG-INFO                        |  46 +++++-
 README.rst                      |   2 +-
 docs/conf.py                    |   2 +-
 setup.cfg                       |   5 +-
 setup.py                        |  12 +-
 src/hupper.egg-info/PKG-INFO    |  46 +++++-
 src/hupper.egg-info/SOURCES.txt |   1 -
 src/hupper/compat.py            |  11 +-
 src/hupper/ipc.py               | 301 +++++++++++++++++++++++++++++++++++++---
 src/hupper/reloader.py          |  32 ++---
 src/hupper/winapi.py            |  18 ++-
 src/hupper/worker.py            | 122 +++++++---------
 tests/conftest.py               |   2 +-
 tests/myapp/__init__.py         |   9 ++
 tests/test_it.py                |  10 +-
 tox.ini                         |  16 ++-
 20 files changed, 522 insertions(+), 217 deletions(-)
 delete mode 100644 .gitignore

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



More information about the Python-modules-commits mailing list