[Python-modules-commits] [python-cs] branch debian/master updated (32da6d5 -> f83d378)
Vincent Bernat
bernat at moszumanska.debian.org
Fri Oct 6 13:20:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch debian/master
in repository python-cs.
from 32da6d5 New upstream version
new 4a124ad New upstream release.
new 3ae5ba0 Updated version 2.0.0 from 'upstream/2.0.0'
new 6cb1dcc New upstream release
new f83d378 d/rules: don't ship _async.py with python-cs
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:
.gitignore | 1 +
README.rst | 62 ++++++++++++++++++++++++++-
cs/__init__.py | 109 +++++++++++++++++++++++++++++++++++++++++++++++
cs/__main__.py | 5 +++
cs/_async.py | 113 +++++++++++++++++++++++++++++++++++++++++++++++++
cs.py => cs/client.py | 114 +++++++-------------------------------------------
debian/changelog | 9 ++++
debian/control | 5 ++-
debian/rules | 2 +
setup.py | 27 ++++++++----
10 files changed, 336 insertions(+), 111 deletions(-)
create mode 100644 cs/__init__.py
create mode 100644 cs/__main__.py
create mode 100644 cs/_async.py
rename cs.py => cs/client.py (66%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cs.git
More information about the Python-modules-commits
mailing list