1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
python-eventlet (0.9.16-3) unstable; urgency=low
* New maintainer (closes: #685319).
[ Michael Gilbert ]
* Depend python-greenlet >= 0.3.1-2.1, which provides the needed egg-info
file fixing a build failure (closes: #684852).
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Sat, 17 Nov 2012 14:16:24 +0100
python-eventlet (0.9.16-2) unstable; urgency=low
[ Soren Hansen ]
* Add myself to Uploaders.
[ Stefano Rivera ]
* Use dh_sphinxdoc.
- Bump python-sphinx Build-Depends.
- Remove dh_installdocs override.
- Don't manually symlink jquery.js to libjs-jquery.
* Don't compress Sphinx _sources.
* Include examples.
* Apply upstream threading related memory leak patch (Closes: #661781)
* Bump Standards-Version to 3.9.3, no changes needed.
* Update machine-readable copyright format to 1.0.
-- Stefano Rivera <stefanor@debian.org> Wed, 21 Mar 2012 17:31:35 +0200
python-eventlet (0.9.16-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Dropped reuseaddr.patch: Included upstream.
-- Soren Hansen <soren@ubuntu.com> Wed, 08 Jun 2011 15:13:04 +0200
python-eventlet (0.9.15-1) unstable; urgency=low
* New upstream release.
- Drop all patches, accepted upstream.
* Correct DEP3 headers (first line of Description is the subject)
* Bump Standards-Version to 3.9.2, no changes needed.
* Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
* debian/copyright: Update to DEP5 Format r174.
* Restore doc/modules/zmq.rst and BD on Sphinx 1.0.
* reuseaddr.patch: The logic for deciding whether to use SO_REUSEADDR was
inverted.
* retry-on-timeout.patch: If an operation times out, try one last time.
(LP: #771512)
-- Stefano Rivera <stefanor@debian.org> Thu, 02 Jun 2011 16:18:16 +0200
python-eventlet (0.9.14-1) unstable; urgency=low
* Initial release in Debian. (Closes: #532140)
- Maintainer is Debian Python Modules team.
- Add myself and Monty to Uploaders.
- Add Vcs entries.
* Change architecture to all, this is a pure-Python module.
- Build-Depend on python-all.
* Bump debhelper compat and Build-Depend to 8.
* Drop unnecessary article from Description.
* Switch to dh_python2.
- Drop pycompat, deprecated.
- Use X-Python-Version instead of pyversions. Bump python-all Build-Depend
to 2.6.5-13~.
- Breaks: ${python:Breaks}.
- Let dh_python2 determine Python dependencies.
* Run test suite during build.
- Add Build-Depends on python-httplib2, python-nose, python-openssl and
python-zmq.
- disable-psycopg-patcher-test.patch: Use the postgres_requirement
function from tests.db_pool_test in tests.patcher_psycopg_test, to skip
unless Postgres is available.
* Build Sphinx documentation.
- Drop doc/modules/zmq.rst, it isn't used and requires Sphinx 1.0.
* Include README.twisted.
* Use python-mock instead of bundled module.
* Update copyright to the latest format, and rework to group by licence.
Include all BSD variants present.
* Drop postinst, not of interest to Debian. Ubuntu can drop it after natty.
-- Stefano Rivera <stefanor@debian.org> Sun, 27 Feb 2011 14:20:43 +0200
python-eventlet (0.9.14-0ubuntu2) natty; urgency=low
* Clean up left over .pyc files.
-- Soren Hansen <soren@ubuntu.com> Mon, 14 Feb 2011 15:18:58 +0100
python-eventlet (0.9.14-0ubuntu1) natty; urgency=low
* New upstream release
* wrap-greenpipe.patch:
- Stop eventlet's subprocess module from attempting wrap GreenPipe
instances in another layer of GreenPipe.
-- Soren Hansen <soren@ubuntu.com> Mon, 14 Feb 2011 11:36:08 +0100
python-eventlet (0.9.13-0ubuntu1) natty; urgency=low
* New upstream release
-- Bhavani Shankar <bhavi@ubuntu.com> Sun, 31 Oct 2010 20:28:03 +0530
python-eventlet (0.9.12-0ubuntu2) maverick; urgency=low
* Add dependency on python-greenlet (LP: #657047)
-- Soren Hansen <soren@ubuntu.com> Fri, 08 Oct 2010 21:49:53 +0200
python-eventlet (0.9.12-0ubuntu1) maverick; urgency=low
* New upstream release. (FFe: LP: #645899)
-- Soren Hansen <soren@ubuntu.com> Tue, 28 Sep 2010 21:20:32 +0200
python-eventlet (0.9.10-0ubuntu1) maverick; urgency=low
* Initial upload to Ubuntu. (FFe: LP: #620368)
-- Soren Hansen <soren@ubuntu.com> Mon, 23 Aug 2010 08:54:30 +0200
|