New commits:
commit fc15897fb9c3604fbca4192093c45f056242f158
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
ansible: add Docker support
commit 648aa6c06a660e6bea1c45b370373b0bca0f73b4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
docker-py: new spell, Python library for the Docker Engine API
commit 1a8d9a304abd1a1d521cf678a7057e73fbb8989d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
docker-pycreds: new spell, Python bindings for the docker credentials
store API
commit f3132717ff959525458c348c3c1d57d5bfd1248a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
backports.ssl_match_hostname: new spell, ssl.match_hostname() function
from Python 3.5
commit 24f5e2c5f84fe1fab64de1a56503d094ba4883d0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
websocket-client: new spell, WebSocket client for Python
diff --git a/ChangeLog b/ChangeLog
index 9f6d7d6..b093f5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-05-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/websocket-client: new spell, WebSocket client for Python
+ * python-pypi/backports.ssl_match_hostname: new spell,
+ ssl.match_hostname() function from Python 3.5
+ * python-pypi/docker-pycreds: new spell, Python bindings for the
docker
+ credentials store API
+ * python-pypi/docker-py: new spell, Python library for the Docker
+ Engine API
+
2018-05-01 Treeve Jelbert <treeve AT sourcemage.org>
* archive/zchunk: delta compression utility