[Python-modules-commits] [uvloop] branch upstream updated (6b1a9d7 -> 2d93eb1)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Sep 15 10:46:25 UTC 2017


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

piotr pushed a change to branch upstream
in repository uvloop.

      from  6b1a9d7   Import uvloop_0.8.0+ds1.orig.tar.gz
       new  2d93eb1   Import uvloop_0.8.1+ds1.orig.tar.gz

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:
 Makefile                     |   19 +-
 PKG-INFO                     |    3 +-
 docs/conf.py                 |    2 +-
 examples/bench/echoclient.py |    2 +-
 setup.py                     |   25 +-
 tests/__init__.py            |   17 +
 tests/test_base.py           |    6 +-
 tests/test_tcp.py            |    3 +
 tests/test_udp.py            |   18 +
 tests/test_unix.py           |    3 +
 uvloop.egg-info/PKG-INFO     |    3 +-
 uvloop.egg-info/SOURCES.txt  |    1 +
 uvloop/__init__.py           |    6 +-
 uvloop/_testbase.py          |   11 +-
 uvloop/loop.c                | 1623 ++++++++++++++++++++++--------------------
 uvloop/loop.pyx              |    5 +-
 16 files changed, 932 insertions(+), 815 deletions(-)
 create mode 100644 tests/__init__.py

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



More information about the Python-modules-commits mailing list