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
|
python-gevent (0.13.6-1+nmu3) testing-proposed-updates; urgency=low
* Non-maintainer upload.
[ Jaroen Dekkers ]
* Install egg file again. Fixes regression from 0.13.6-1+nmu2. (Closes:
#703187)
-- Sebastian Ramacher <sramacher@debian.org> Fri, 22 Mar 2013 15:36:16 +0100
python-gevent (0.13.6-1+nmu2) unstable; urgency=low
* Non-maintainer upload.
* debian/control:
- Add python-all-dbg to Build-Depends to build extensions modules for
debug variants too. (Closes: #661342)
- Add ${python:Depends}, ${shlibs:Depends}, python-greenlet-dbg to
python-gevent-dbg's Depends.
* debian/rules: Install debugging symbols into the correct location so that
they are actually usable.
-- Sebastian Ramacher <sramacher@debian.org> Sun, 03 Mar 2013 15:46:09 +0100
python-gevent (0.13.6-1+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Fix IPV6 DNS handling (closes: #690851)
- Patch thanks to Mike Gabriel.
-- Michael Gilbert <mgilbert@debian.org> Mon, 12 Nov 2012 22:07:15 +0000
python-gevent (0.13.6-1) unstable; urgency=low
* New upstream version (Closes: #601863).
-- Örjan Persson <orange@fobie.net> Tue, 17 May 2011 16:43:20 +0200
python-gevent (0.13.0-2) unstable; urgency=low
* Include changes from squeeze version (0.12.2-7).
-- Örjan Persson <orange@fobie.net> Fri, 10 Sep 2010 09:59:05 +0200
python-gevent (0.13.0-1) unstable; urgency=low
* New upstream version (Closes: #589268).
* Removed cython dependency.
* Updated doc package and depends on libjs-jquery.
* Added support for sphinx 1.0b1 (Closes: #588628).
-- Örjan Persson <orange@fobie.net> Thu, 22 Jul 2010 12:09:58 +0200
python-gevent (0.12.2-7) unstable; urgency=low
* Fixed a build problem with sphinx generation when no internet connection
where available. Thanks to Jakub Wilk for reporting the problem and
John Sullivan for patch (Closes: #584380).
* Fixed documentation reference problems. Thanks to John Sullivan for patch.
-- Örjan Persson <orange@fobie.net> Mon, 06 Sep 2010 20:39:02 +0200
python-gevent (0.12.2-6) unstable; urgency=low
* Added missing set_exc_info function. Thanks to Chris Lamb for the
bug report (Closes: #585977).
* Cython is now used to re-generate the core files. Needed due to the
exc_info-leak patch.
-- Örjan Persson <orange@fobie.net> Wed, 16 Jun 2010 09:14:51 +0200
python-gevent (0.12.2-5) unstable; urgency=low
* Added 002-exc_info-leak patch to workaround a problem where exceptions in
greenlets under some circumstanes would leak.
-- Örjan Persson <orange@fobie.net> Sun, 06 Jun 2010 14:49:27 +0200
python-gevent (0.12.2-4) unstable; urgency=low
* Moved python-sphinx to build-depends instead of indep.
-- Örjan Persson <orange@fobie.net> Mon, 31 May 2010 21:13:54 +0200
python-gevent (0.12.2-3) unstable; urgency=low
* Updated copyright information.
-- Örjan Persson <orange@fobie.net> Tue, 20 Apr 2010 19:57:18 +0200
python-gevent (0.12.2-2) unstable; urgency=low
* Added optional dependency for python-codespeak-lib instead of
the newer python-greenlet.
-- Örjan Persson <orange@fobie.net> Tue, 06 Apr 2010 23:31:33 +0200
python-gevent (0.12.2-1) unstable; urgency=low
* Initial release (Closes: #576437).
-- Örjan Persson <orange@fobie.net> Sun, 04 Apr 2010 18:47:51 +0200
|