[Python-modules-commits] r32111 - in packages/python-aiohttp/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Apr 1 21:37:45 UTC 2015
Date: Wednesday, April 1, 2015 @ 21:37:43
Author: piotr
Revision: 32111
* build _websocket and _multidict extensions
* change architecture to any
* add python3-aiohttp-dbg binary package
* add cython3 and python3-all{,-dbg,-dev} packages to Build-Depends
* add python3-chardet to Build-Depends (used in tests)
* remove .c and .pyx files from binary package
* improve long description a bit
* Homepage points to documentation instead of git repository
* add myself to Uploaders
Added:
packages/python-aiohttp/trunk/debian/python3-aiohttp.pyremove
Modified:
packages/python-aiohttp/trunk/debian/changelog
packages/python-aiohttp/trunk/debian/control
Modified: packages/python-aiohttp/trunk/debian/changelog
===================================================================
--- packages/python-aiohttp/trunk/debian/changelog 2015-04-01 17:04:50 UTC (rev 32110)
+++ packages/python-aiohttp/trunk/debian/changelog 2015-04-01 21:37:43 UTC (rev 32111)
@@ -1,5 +1,5 @@
-python-aiohttp (0.15.1-1) UNRELEASED; urgency=medium
+python-aiohttp (0.15.1-1) unstable; urgency=medium
* Initial release.
- -- Tianon Gravi <admwiggin at gmail.com> Thu, 10 Jul 2014 22:00:13 +0200
+ -- Tianon Gravi <admwiggin at gmail.com> Wed, 01 Apr 2015 23:21:05 +0200
Modified: packages/python-aiohttp/trunk/debian/control
===================================================================
--- packages/python-aiohttp/trunk/debian/control 2015-04-01 17:04:50 UTC (rev 32110)
+++ packages/python-aiohttp/trunk/debian/control 2015-04-01 21:37:43 UTC (rev 32111)
@@ -3,23 +3,46 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Tianon Gravi <admwiggin at gmail.com>,
- Paul Tagliamonte <paultag at debian.org>
+ Paul Tagliamonte <paultag at debian.org>,
+ Piotr Ożarowski <piotr at debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
- python3-all (>= 3.4~),
+ python3-all-dev (>= 3.4~),
+ python3-all-dbg (>= 3.4~),
+ python3-setuptools,
+ python3-sphinx,
+ cython3,
+# for tests:
python3-nose,
- python3-setuptools,
- python3-sphinx
+ python3-chardet
Standards-Version: 3.9.6
-Homepage: https://github.com/KeepSafe/aiohttp/
+Homepage: https://aiohttp.readthedocs.org
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-aiohttp/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-aiohttp/trunk/
X-Python3-Version: >= 3.4
Package: python3-aiohttp
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: http client/server for asyncio
- HTTP Client for asyncio.
+ HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support).
.
- This package provides Python 3 module bindings only.
+ Features:
+ * supports both client and server side of HTTP protocol,
+ * supports both client and server Web-Sockets out-of-the-box,
+ * web-server has middlewares and pluggable routing.
+
+Package: python3-aiohttp-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python3-aiohttp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Description: http client/server for asyncio - debug version
+ HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support).
+ .
+ Features:
+ * supports both client and server side of HTTP protocol,
+ * supports both client and server Web-Sockets out-of-the-box,
+ * web-server has middlewares and pluggable routing.
+ .
+ This package contains the extension built for the Python 3 debug interpreter.
Added: packages/python-aiohttp/trunk/debian/python3-aiohttp.pyremove
===================================================================
--- packages/python-aiohttp/trunk/debian/python3-aiohttp.pyremove (rev 0)
+++ packages/python-aiohttp/trunk/debian/python3-aiohttp.pyremove 2015-04-01 21:37:43 UTC (rev 32111)
@@ -0,0 +1,2 @@
+*/*.c
+*/*.pyx
More information about the Python-modules-commits
mailing list