Add python-eventlet 0.16.1
[packages/trusty/python-eventlet.git] / debian / changelog
1 python-eventlet (0.16.1-1~u14.04+mos1) mos7.0; urgency=medium
2
3   * python-eventlet 0.16.1 is needed according to Kilo requirements
4     https://github.com/openstack/requirements/blob/stable/kilo/global-requirements.txt#L31
5   * Sources are from https://launchpad.net/ubuntu/+source/python-eventlet/0.16.1-0ubuntu1
6
7  -- Daniil Trishkin <dtrishkin@mirantis.com>  Thu, 16 Apr 2015 19:25:49 +0300
8
9 python-eventlet (0.15.2-1~u14.04+mos1) mos6.1; urgency=medium
10
11   * Adjust the package revision according to the versioning policy
12     stated in the separate-mos-from-linux blueprint.
13
14  -- Alexei Sheplyakov <asheplyakov@mirantis.com>  Thu, 09 Apr 2015 14:14:45 +0300
15
16 python-eventlet (0.15.2-1ubuntu1~mos6.1+1) trusty; urgency=medium
17
18   * Backport to Ubuntu 14.04 to satisfy OpenStack Juno global requirements
19     (only versions 0.15.[12] are good enough).
20   * Added a patch which fixes ENOTCONN handling and prevents services from
21     hogging CPU when rsyslogd gets restarted.
22
23  -- Alexei Sheplyakov <asheplyakov@mirantis.com>  Fri, 13 Feb 2015 16:22:37 +0300
24
25 python-eventlet (0.15.2-1ubuntu1) vivid; urgency=medium
26
27   * debian/control: python-zmq is optional 
28
29  -- Chuck Short <zulcss@ubuntu.com>  Thu, 13 Nov 2014 08:49:43 -0500
30
31 python-eventlet (0.15.2-1) experimental; urgency=medium
32
33   * Team upload.
34   * Added myself as uploader.
35   * New upstream release (Closes: #718036).
36   * Uploading to experimental just before the freeze.
37   * Simplified sphinx-build doc building process.
38   * Refreshed patches.
39   * Using a quilt patch to "unvendorize" mock.py, instead of using
40     debian/rules hacks.
41   * Using extend-diff-ignore to ignore egg-info changes instead of debian/rules
42     hacks. This makes it easier to produce quilt patches.
43   * Ran wrap-and-sort.
44   * Removed now useless X-Python-Version: >= 2.6.
45   * Standards-Version is now 3.9.5.
46
47  -- Thomas Goirand <zigo@debian.org>  Sun, 07 Sep 2014 14:53:19 +0000
48
49 python-eventlet (0.13.0-1) unstable; urgency=low
50
51   [ Stefano Rivera ]
52   * Re-add entry for 0.9.16-3 to the changelog, it was accidentally dropped.
53   * Re-apply Uploaders changes from 0.9.16-3 that were lost.
54
55   [ Thomas Goirand ]
56   * New upstream release.
57   * Patches doc to avoid FTBFS.
58   * Allow the unit test to fail, because we have a "test is too long" error.
59
60  -- Thomas Goirand <zigo@debian.org>  Mon, 09 Sep 2013 08:23:05 +0000
61
62 python-eventlet (0.12.1-2) unstable; urgency=low
63
64   [ Jakub Wilk ]
65   * Use canonical URIs for Vcs-* fields.
66
67   [ Thomas Goirand ]
68   * Uploading to sid.
69   * Added rm -rf build in the clean target to be able to rebuild twice.
70   * Removes a failing assert in tests.patcher_test.Threading.
71
72  -- Thomas Goirand <zigo@debian.org>  Sat, 11 May 2013 03:18:49 +0000
73
74 python-eventlet (0.12.1-1) experimental; urgency=low
75
76   * New upstream release, still upload to experimental.
77
78  -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 02 Mar 2013 18:05:59 +0100
79
80 python-eventlet (0.12.0-1) experimental; urgency=low
81
82   * New upstream version.
83   * Uploading to experimental during the freeze.
84   * X-Python-Version now >= 2.6.
85   * Now using compat and debhelper 9.
86   * Requires python-all (>= 2.6.6-3~).
87   * Drops retry-on-timeout and threading-leak patches no longer needed.
88   * Adds Ubuntu patch for disabling failing test.
89
90  -- Thomas Goirand <zigo@debian.org>  Fri, 22 Feb 2013 07:25:50 +0000
91
92 python-eventlet (0.9.16-3) unstable; urgency=low
93
94   * New maintainer (closes: #685319).
95
96   [ Michael Gilbert ]
97   * Depend python-greenlet >= 0.3.1-2.1, which provides the needed egg-info
98     file fixing a build failure (closes: #684852).
99
100  -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 17 Nov 2012 14:16:24 +0100
101
102 python-eventlet (0.9.16-2) unstable; urgency=low
103
104   [ Soren Hansen ]
105   * Add myself to Uploaders.
106
107   [ Stefano Rivera ]
108   * Use dh_sphinxdoc.
109     - Bump python-sphinx Build-Depends.
110     - Remove dh_installdocs override.
111     - Don't manually symlink jquery.js to libjs-jquery.
112   * Don't compress Sphinx _sources.
113   * Include examples.
114   * Apply upstream threading related memory leak patch (Closes: #661781)
115   * Bump Standards-Version to 3.9.3, no changes needed.
116   * Update machine-readable copyright format to 1.0.
117
118  -- Stefano Rivera <stefanor@debian.org>  Wed, 21 Mar 2012 17:31:35 +0200
119
120 python-eventlet (0.9.16-1) unstable; urgency=low
121
122   * Team upload.
123   * New upstream release.
124   * Dropped reuseaddr.patch: Included upstream.
125
126  -- Soren Hansen <soren@ubuntu.com>  Wed, 08 Jun 2011 15:13:04 +0200
127
128 python-eventlet (0.9.15-1) unstable; urgency=low
129
130   * New upstream release.
131     - Drop all patches, accepted upstream.
132   * Correct DEP3 headers (first line of Description is the subject)
133   * Bump Standards-Version to 3.9.2, no changes needed.
134   * Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
135   * debian/copyright: Update to DEP5 Format r174.
136   * Restore doc/modules/zmq.rst and BD on Sphinx 1.0.
137   * reuseaddr.patch: The logic for deciding whether to use SO_REUSEADDR was
138     inverted.
139   * retry-on-timeout.patch: If an operation times out, try one last time.
140     (LP: #771512)
141
142  -- Stefano Rivera <stefanor@debian.org>  Thu, 02 Jun 2011 16:18:16 +0200
143
144 python-eventlet (0.9.14-1) unstable; urgency=low
145
146   * Initial release in Debian. (Closes: #532140)
147     - Maintainer is Debian Python Modules team.
148     - Add myself and Monty to Uploaders.
149     - Add Vcs entries.
150   * Change architecture to all, this is a pure-Python module.
151     - Build-Depend on python-all.
152   * Bump debhelper compat and Build-Depend to 8.
153   * Drop unnecessary article from Description.
154   * Switch to dh_python2.
155     - Drop pycompat, deprecated.
156     - Use X-Python-Version instead of pyversions. Bump python-all Build-Depend
157       to 2.6.5-13~.
158     - Breaks: ${python:Breaks}.
159     - Let dh_python2 determine Python dependencies.
160   * Run test suite during build.
161     - Add Build-Depends on python-httplib2, python-nose, python-openssl and
162       python-zmq.
163     - disable-psycopg-patcher-test.patch: Use the postgres_requirement
164       function from tests.db_pool_test in tests.patcher_psycopg_test, to skip
165       unless Postgres is available.
166   * Build Sphinx documentation.
167     - Drop doc/modules/zmq.rst, it isn't used and requires Sphinx 1.0.
168   * Include README.twisted.
169   * Use python-mock instead of bundled module.
170   * Update copyright to the latest format, and rework to group by licence.
171     Include all BSD variants present.
172   * Drop postinst, not of interest to Debian. Ubuntu can drop it after natty.
173
174  -- Stefano Rivera <stefanor@debian.org>  Sun, 27 Feb 2011 14:20:43 +0200
175
176 python-eventlet (0.9.14-0ubuntu2) natty; urgency=low
177
178   * Clean up left over .pyc files.
179
180  -- Soren Hansen <soren@ubuntu.com>  Mon, 14 Feb 2011 15:18:58 +0100
181
182 python-eventlet (0.9.14-0ubuntu1) natty; urgency=low
183
184   * New upstream release
185   * wrap-greenpipe.patch:
186     - Stop eventlet's subprocess module from attempting wrap GreenPipe
187       instances in another layer of GreenPipe.
188
189  -- Soren Hansen <soren@ubuntu.com>  Mon, 14 Feb 2011 11:36:08 +0100
190
191 python-eventlet (0.9.13-0ubuntu1) natty; urgency=low
192
193   * New upstream release
194
195  -- Bhavani Shankar <bhavi@ubuntu.com>  Sun, 31 Oct 2010 20:28:03 +0530
196
197 python-eventlet (0.9.12-0ubuntu2) maverick; urgency=low
198
199   * Add dependency on python-greenlet (LP: #657047)
200
201  -- Soren Hansen <soren@ubuntu.com>  Fri, 08 Oct 2010 21:49:53 +0200
202
203 python-eventlet (0.9.12-0ubuntu1) maverick; urgency=low
204
205   * New upstream release. (FFe: LP: #645899)
206
207  -- Soren Hansen <soren@ubuntu.com>  Tue, 28 Sep 2010 21:20:32 +0200
208
209 python-eventlet (0.9.10-0ubuntu1) maverick; urgency=low
210
211   * Initial upload to Ubuntu. (FFe: LP: #620368)
212
213  -- Soren Hansen <soren@ubuntu.com>  Mon, 23 Aug 2010 08:54:30 +0200