[Python-modules-commits] [api-hour] branch master updated (91e5408 -> 5205fa6)
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Nov 13 20:21:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch master
in repository api-hour.
from 91e5408 add manpage for api_hour
new e391298 Import api-hour_0.8.2.orig.tar.gz
new 31b3e7a record new upstream branch created by importing api-hour_0.8.2.orig.tar.gz and merge it
new 53a69b3 New upstream release
new 5205fa6 Standards-Version bumped to 4.1.1
The 4 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:
HISTORY.rst | 6 ++
PKG-INFO | 20 +++--
README.rst | 12 +--
api_hour.egg-info/PKG-INFO | 20 +++--
api_hour.egg-info/SOURCES.txt | 3 +
api_hour/__init__.py | 2 +-
api_hour/container.py | 14 +++-
api_hour/plugins/aiohttp/__init__.py | 32 +------
api_hour/plugins/aiohttp/environment.py | 98 ++++++++++++++++++++++
.../plugins/aiohttp/{__init__.py => response.py} | 15 ++--
api_hour/plugins/aiohttp/router.py | 16 ++++
api_hour/worker.py | 40 +++++----
debian/.git-dpm | 14 ++--
debian/changelog | 8 ++
debian/control | 2 +-
debian/copyright | 2 +-
setup.cfg | 2 +-
setup.py | 6 +-
18 files changed, 223 insertions(+), 89 deletions(-)
create mode 100644 api_hour/plugins/aiohttp/environment.py
copy api_hour/plugins/aiohttp/{__init__.py => response.py} (68%)
create mode 100644 api_hour/plugins/aiohttp/router.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/api-hour.git
More information about the Python-modules-commits
mailing list