[Python-modules-commits] [python-etcd] branch master updated (60f889a -> 39e413d)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Jul 3 21:04:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a change to branch master
in repository python-etcd.
from 60f889a Fixed VCS URL (https)
adds ee601e9 Introduce EtcdWatchTimedOut exception.
adds 9fccae1 Merge pull request #135 from projectcalico/smc-fix-read-timeout-err
adds fe68409 Add srv record-based DNS discovery.
adds daf8309 Fix tests for python 3.5
adds 42aa30c Merge pull request #136 from jplana/srv_record_corrected
adds a56b502 Add coveralls badge to the readme
adds 538ee04 Add coveralls support
adds 8fe94ee Merge pull request #137 from jplana/add_coveralls
adds 7c35b2d Client: clean up open connections when deleting
adds 186215f Suppress ReferenceError when cleaning up
adds 4c3e751 Merge pull request #141 from jplana/cleanup_connections
adds 6d231cf Fix leader lookup
adds 8e1e1ce Merge pull request #143 from jplana/fix_leader
adds 817adc5 User authentication initial
adds f30c873 etcd.auth.AuthClient
adds 4d8231a Merge branch 'thepwagner-user-authentication'
adds dd38063 Move the boilerplate retry logic to a wrapper, add api_execute_json
adds 1857e76 Add error handling for ACLs (use and management)
adds c8f9a15 Re-Adding the auth module.
adds ebd7036 Merge pull request #147 from jplana/rewrite_auth
adds 31f57fa Make response False on exception
adds 4640358 Merge pull request #145 from pax0r/clear-response
adds 87c055e Python3 fix when blocking on contented lock
adds 266edb5 Merge pull request #126 from thepwagner/python3-timeout
adds 469f29f Cluster ID change shouldn't log a traceback.
adds 0129a43 Release 0.4.3
adds 2fe2f2f Fix check for parameters in case of connection error.
adds d29eabf Include latest fix to the 0.4.3 release
adds 2e526af Imported Upstream version 0.4.3
adds cb36aba Merge tag 'upstream/0.4.3' into unstable
adds 578a27a New upstream release.
adds 6c3b4f3 Move .gitignore to debian/
adds f590b19 releasing package python-etcd version 0.4.3-1
new 4e3bc7b Merge packaging team branch.
new 2a29a8b Merge in 0.4.2-2 changes.
new 9188f12 Unicodify my surname.
new ca66d4e Bump standards version to 3.9.8 (no changes).
new d7b89cc Drop '-b unstable' from Vcs-Git header, consistent with team maintained packages.
new 39e413d releasing package python-etcd version 0.4.3-2
The 6 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 | 9 --
.travis.yml | 11 +-
AUTHORS | 37 +++++
NEWS.txt | 15 +-
README.rst | 5 +
buildout.cfg | 20 ++-
debian/.gitignore | 7 +
debian/changelog | 18 ++-
debian/control | 6 +-
docs-source/conf.py | 4 +-
setup.py | 11 +-
src/etcd/__init__.py | 22 +++
src/etcd/auth.py | 255 +++++++++++++++++++++++++++++
src/etcd/client.py | 258 +++++++++++++++++++++---------
src/etcd/lock.py | 2 +-
src/etcd/tests/integration/helpers.py | 12 +-
src/etcd/tests/integration/test_simple.py | 3 +-
src/etcd/tests/test_auth.py | 161 +++++++++++++++++++
src/etcd/tests/unit/__init__.py | 3 +-
src/etcd/tests/unit/test_client.py | 62 +++++++
src/etcd/tests/unit/test_lock.py | 38 ++++-
src/etcd/tests/unit/test_request.py | 81 +++++++---
22 files changed, 896 insertions(+), 144 deletions(-)
create mode 100644 AUTHORS
create mode 100644 debian/.gitignore
create mode 100644 src/etcd/auth.py
create mode 100644 src/etcd/tests/test_auth.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-etcd.git
More information about the Python-modules-commits
mailing list