[Python-modules-commits] [uvloop] branch master updated (9e763de -> bcfd9ad)

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


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

piotr pushed a change to branch master
in repository uvloop.

      from  9e763de   disable generation of -dbgsym packages
       new  2d93eb1   Import uvloop_0.8.1+ds1.orig.tar.gz
       new  f8e22dc   record new upstream branch created by importing uvloop_0.8.1+ds1.orig.tar.gz and merge it
       new  bcfd9ad   New upstream release

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:
 Makefile                     |   19 +-
 PKG-INFO                     |    3 +-
 debian/.git-dpm              |   14 +-
 debian/changelog             |    6 +
 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 +-
 18 files changed, 945 insertions(+), 822 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