[Python-modules-commits] [python-websockets] branch master updated (9dcbde3 -> 695dfb3)
Piotr Ożarowski
piotr at moszumanska.debian.org
Sat Nov 5 22:06:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch master
in repository python-websockets.
from 9dcbde3 Fixed VCS URL (https)
new 2ec030b Import python-websockets_3.1.orig.tar.gz
new 8862a57 record new upstream branch created by importing python-websockets_3.1.orig.tar.gz and merge it
new 5a98965 New upstream release
new a3ff266 Import sqlalchemy_1.1.3+ds1.orig.tar.gz
new 7660130 record new upstream branch created by importing sqlalchemy_1.1.3+ds1.orig.tar.gz and merge it
new 90b0aa6 Import python-websockets_3.2.orig.tar.gz
new cb96cc1 record new upstream branch created by importing python-websockets_3.2.orig.tar.gz and merge it
new dff9b3b New upstream release
new 706d44b ignore .pyc files
new 3dc5564 Fix tests on Python 3.5.2
new b77292d merge patched into master
new 695dfb3 close 828901 and 829726 in changelog
The 12 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:
MANIFEST.in | 4 +-
PKG-INFO | 5 +-
README | 2 +-
debian/.git-dpm | 14 +--
debian/changelog | 9 +-
.../patches/0001-Fix-tests-on-Python-3.5.2.patch | 41 ++++++++
debian/patches/series | 1 +
debian/source/options | 1 +
setup.cfg | 6 +-
setup.py | 9 +-
websockets.egg-info/PKG-INFO | 5 +-
websockets.egg-info/SOURCES.txt | 12 ++-
websockets.egg-info/top_level.txt | 1 +
websockets/__init__.py | 14 +--
websockets/client.py | 49 +++++----
websockets/handshake.py | 10 +-
websockets/http.py | 4 +-
websockets/protocol.py | 46 ++++++---
websockets/py35/__init__.py | 2 +
websockets/{py35_client.py => py35/client.py} | 0
.../client_server.py} | 6 +-
websockets/server.py | 110 +++++++++++++++------
websockets/test_client_server.py | 54 +++++++++-
websockets/test_protocol.py | 12 ++-
websockets/uri.py | 4 +-
websockets/version.py | 2 +-
26 files changed, 310 insertions(+), 113 deletions(-)
create mode 100644 debian/patches/0001-Fix-tests-on-Python-3.5.2.patch
create mode 100644 debian/patches/series
create mode 100644 debian/source/options
create mode 100644 websockets/py35/__init__.py
rename websockets/{py35_client.py => py35/client.py} (100%)
rename websockets/{py35_test_client_server.py => py35/client_server.py} (90%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-websockets.git
More information about the Python-modules-commits
mailing list