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