[Python-modules-commits] [python-websockets] 04/04: Minimum Python3 version bumped to 3.5
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Jan 11 22:20:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository python-websockets.
commit f400e35b751884ad79ffedcf8c251b9eadf83423
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sun Dec 27 10:33:47 2015 +0100
Minimum Python3 version bumped to 3.5
note to backporters: remove websockets/py35_client.py if you want this
module for 3.3 or 3.4
---
debian/changelog | 3 +++
debian/control | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9c58791..8c79ec7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
python-websockets (3.0-1) unstable; urgency=medium
* New upstream release
+ * Minimum Python3 version bumped to 3.5
+ (note to backporters: remove websockets/py35_client.py if you want this
+ module for 3.3 or 3.4)
-- Piotr Ożarowski <piotr at debian.org> Sun, 27 Dec 2015 10:24:29 +0100
diff --git a/debian/control b/debian/control
index 0bf9f75..3493e80 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 3.9.6
Homepage: https://github.com/aaugustin/websockets
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-websockets.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-websockets.git
-X-Python3-Version: >= 3.3
+X-Python3-Version: >= 3.5
Package: python3-websockets
Architecture: all
--
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