[Python-modules-team] Bug#868194:
Michael Hudson-Doyle
michael.hudson at canonical.com
Thu Jul 13 00:04:33 UTC 2017
Here's the simple patch.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20170713/1ae433f6/attachment.html>
-------------- next part --------------
diff -Nru trollius-redis-0.1.4/debian/changelog trollius-redis-0.1.4/debian/changelog
--- trollius-redis-0.1.4/debian/changelog 2016-08-06 09:22:47.000000000 +1200
+++ trollius-redis-0.1.4/debian/changelog 2017-07-13 12:00:46.000000000 +1200
@@ -1,3 +1,10 @@
+trollius-redis (0.1.4-2) unstable; urgency=medium
+
+ * Stop building python3-trollius-redis as trollius does not work with Python
+ 3.6. (Closes: #868194)
+
+ -- Michael Hudson-Doyle <michael.hudson at ubuntu.com> Thu, 13 Jul 2017 11:46:34 +1200
+
trollius-redis (0.1.4-1) unstable; urgency=medium
* Initial release of trollius-redis-0.1.4. (Closes: #833475)
diff -Nru trollius-redis-0.1.4/debian/control trollius-redis-0.1.4/debian/control
--- trollius-redis-0.1.4/debian/control 2016-08-06 09:22:47.000000000 +1200
+++ trollius-redis-0.1.4/debian/control 2017-07-13 11:46:21.000000000 +1200
@@ -43,25 +43,3 @@
* Pubsub support
.
This package installs the library for Python 2.
-
-Package: python3-trollius-redis
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Description: Redis client for Python Trollius (Python 3)
- Completely asynchronous, non-blocking client for a Redis server. It
- depends on trollius (asyncio compatible for PEP 3156). It supports
- Python 2 and 3 Trollius-using developers.
- .
- Features
- .
- * Works for the trollius asyncio-compatible (PEP3156) event loop
- * No dependencies except trollius
- * Connection pooling
- * Automatic conversion from unicode (Python) to bytes (inside Redis.)
- * Bytes and str protocols.
- * Completely tested
- * Blocking calls and transactions supported
- * Streaming of some multi bulk replies
- * Pubsub support
- .
- This package installs the library for Python 3.
More information about the Python-modules-team
mailing list