[Python-modules-commits] [python-zeroconf] 04/04: Release version 0.17.2

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Jul 24 14:42:35 UTC 2015


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

rubund-guest pushed a commit to branch upstream
in repository python-zeroconf.

commit d1ee5ce7558060ea8d92f804172f67f960f814bb
Author: Jakub Stasiak <jakub at stasiak.at>
Date:   Sun Jul 12 23:14:06 2015 +0200

    Release version 0.17.2
---
 README.rst  | 7 +++++++
 zeroconf.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index a4f7ea1..769df0c 100644
--- a/README.rst
+++ b/README.rst
@@ -107,6 +107,13 @@ See examples directory for more.
 Changelog
 =========
 
+0.17.2
+------
+
+* Fixed installation on Python 3.4.3+ (was failing because of enum34 dependency
+  which fails to install on 3.4.3+, changed to depend on enum-compat instead;
+  thanks to Michael Brennan for the original patch, GitHub pull request #22)
+
 0.17.1
 ------
 
diff --git a/zeroconf.py b/zeroconf.py
index 99883f6..de427ea 100644
--- a/zeroconf.py
+++ b/zeroconf.py
@@ -38,7 +38,7 @@ from six.moves import xrange
 
 __author__ = 'Paul Scott-Murphy, William McBrine'
 __maintainer__ = 'Jakub Stasiak <jakub at stasiak.at>'
-__version__ = '0.17.1'
+__version__ = '0.17.2'
 __license__ = 'LGPL'
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zeroconf.git



More information about the Python-modules-commits mailing list