File: changelog

package info (click to toggle)
python-greenlet 3.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: cpp: 5,078; python: 3,194; ansic: 1,129; makefile: 142; asm: 120; sh: 72
file content (377 lines) | stat: -rw-r--r-- 11,982 bytes parent folder | download
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
python-greenlet (3.2.4-2) unstable; urgency=medium

  * Move to unstable.

 -- Colin Watson <cjwatson@debian.org>  Wed, 29 Oct 2025 11:16:43 +0000

python-greenlet (3.2.4-1) experimental; urgency=medium

  [ Alexandre Detiste ]
  * fix syntax error in Maintainer: field that confuses UDD & the Tracker
  * use dh-sequence-python3
  * bump Standards-Version to 4.7.2

  [ Colin Watson ]
  * Remove dangling .PHONY entry that broke the build
  * Remove an ancient override for Python 3.7
  * New upstream release:
    - Fix crashes on 32-bit PPC Linux (closes: #1082800).
    - Make greenlet build and run on Python 3.14 (closes: #1117906).
  * Require tests to pass on ppc64el; they seem to have passed for years

 -- Colin Watson <cjwatson@debian.org>  Fri, 24 Oct 2025 17:49:28 +0100

python-greenlet (3.1.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release.
    - Supports sh4 (Closes: #1066996)
    - Supports Python 3.13 (Closes: #1081542)
  * Drop patch arm32-tests, superseded upstream.
  * Build-Depend on furo sphinx theme.
  * Support the nodoc build profile.
  * Bump Standards-Version to 4.7.0, no changes needed.
  * Bump copyright years.
  * Drop XB-Python-Version, no longer used.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 20 Sep 2024 19:00:48 +0200

python-greenlet (3.0.1-3) unstable; urgency=medium

  [ James McCoy ]
  * Team upload
  * Add Bug-Database and Bug-Submit upstream metadata fields.
  * Declare compliance with Policy 4.6.2, no changes needed

  [ Sandro Tosi ]
  * remove myself

 -- Sandro Tosi <morph@debian.org>  Wed, 28 Feb 2024 02:47:07 -0500

python-greenlet (3.0.1-2) unstable; urgency=medium

  [ James McCoy ]
  * Set Rules-Requires-Root: no

  [ Stefano Rivera ]
  * Team upload.
  * Patch: Fix tests on 32-bit ARM, fixing FTBFS.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 05 Dec 2023 19:07:04 -0400

python-greenlet (3.0.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Adds support for Python 3.12. (Closes: #1055498)
    - Adds support for Loong64. (Closes: #1054302)
  * Refresh patches.
  * Clean up core files from tests, thanks Steve McIntyre. (Closes: #1042905)
  * Remove dangling PHONY entry that was breaking clean. (Closes: #1049168)

 -- Stefano Rivera <stefanor@debian.org>  Tue, 05 Dec 2023 10:28:51 -0400

python-greenlet (2.0.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove 3 obsolete maintscript entries in 3 files.
  * Set upstream metadata fields: Contact, Name, Repository-Browse.

  [ Sandro Tosi ]
  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Sun, 26 Feb 2023 01:15:24 -0500

python-greenlet (2.0.1-1) unstable; urgency=low

  * New upstream release.
   + Add Build-Depends on python3-psutil.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 05 Dec 2022 19:36:08 +0000

python-greenlet (1.1.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Adds support for Python 3.11 (Closes: #1021874)

 -- Stefano Rivera <stefanor@debian.org>  Wed, 19 Oct 2022 19:43:53 +0200

python-greenlet (1.1.2-3) unstable; urgency=medium

  * Remove Sandro and Jakub from debian/copyright as requested.

 -- Thomas Goirand <zigo@debian.org>  Thu, 11 Nov 2021 17:33:11 +0100

python-greenlet (1.1.2-2) unstable; urgency=medium

  * Fixed debian/copyright to include appveyor license.

 -- Thomas Goirand <zigo@debian.org>  Thu, 11 Nov 2021 16:45:42 +0100

python-greenlet (1.1.2-1) unstable; urgency=medium

  [ Robin Jarry ]
  * New upstream version 1.1.2
  * Fix packaging with version 1.1.2
  * Fix version unit tests
  * Use debhelper-compat version 13
  * Use Standards-Version 4.6.0.1
  * Use sphinxdoc debhelper sequence

 -- Thomas Goirand <zigo@debian.org>  Thu, 11 Nov 2021 10:10:51 +0100

python-greenlet (0.4.17-2) unstable; urgency=medium

  * Bring package under DPT umbrella
  * debian/control
    - run wrap-and-sort
  * debian/patches/
    - remove empty dir
  * remove -dbg package; Closes: #994356
  * debian/watch
    - fix detection of github releases

 -- Sandro Tosi <morph@debian.org>  Tue, 12 Oct 2021 00:06:53 -0400

python-greenlet (0.4.17-1) unstable; urgency=medium

  [ Matthias Klose <doko@debian.org> ]
  * New upstream version.
    - Python 3.9 compatibility. Closes: #972025.
  * Bump standards version.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 15 Oct 2020 07:11:38 +0200

python-greenlet (0.4.15-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #937800
  * Install documentation in python-greenlet-doc directory

 -- Sandro Tosi <morph@debian.org>  Fri, 10 Apr 2020 20:20:10 -0400

python-greenlet (0.4.15-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Build documentation with python3-sphinx

 -- Sandro Tosi <morph@debian.org>  Sat, 14 Mar 2020 18:37:04 -0400

python-greenlet (0.4.15-4) unstable; urgency=medium

  * Fix dh-python build dependency (closes: #945135).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Wed, 20 Nov 2019 17:13:29 +0000

python-greenlet (0.4.15-3) unstable; urgency=medium

  * Update Standards-Version to 4.4.1 .

  [ Gianfranco Costamagna <locutusofborg@debian.org> ]
  * Fix installation of python3.8 extensions (closes: #942683).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 24 Oct 2019 20:56:17 +0000

python-greenlet (0.4.15-2) unstable; urgency=medium

  * Correct Python 3 header installation directory (closes: #920026).
  * Mark python-greenlet-doc as Multi-Arch foreign.
  * Update Standards-Version to 4.3.0 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sun, 27 Jan 2019 15:29:31 +0000

python-greenlet (0.4.15-1) unstable; urgency=medium

  * New upstream release.
  * Put back debug packages (closes: #905194).
  * Update patches.
  * Update Standards-Version to 4.2.1 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Mon, 17 Sep 2018 17:29:42 +0000

python-greenlet (0.4.13-2) unstable; urgency=medium

  * Backport fix for Python 3.7 version.
  * Fix JavaScript symlinks for documentation.
  * Update Standards-Version to 4.1.5 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Mon, 16 Jul 2018 18:52:16 +0000

python-greenlet (0.4.13-1) unstable; urgency=medium

  * New upstream release.
  * Update packaging.
  * Update debhelper level to 11:
    - update documentation path.
  * Update Standards-Version to 4.1.4:
    - remove python{,3}-greenlet-dbg packages and use the auto-generated ones.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Wed, 13 Jun 2018 19:28:37 +0000

python-greenlet (0.4.12-2) unstable; urgency=medium

  * Don't clobber 'r2' register on ppc64el (closes: #873694).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 09 Sep 2017 06:40:06 +0000

python-greenlet (0.4.12-1) unstable; urgency=low

  * New upstream release.
  * Update Standards-Version to 4.0.0 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Tue, 29 Aug 2017 17:04:54 +0000

python-greenlet (0.4.11-1) unstable; urgency=low

  * New upstream, bugfix release.
  * Update debhelper level to 10 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 05 Jan 2017 17:43:07 +0000

python-greenlet (0.4.10-1) unstable; urgency=low

  * New upstream release.
  * Change -dev and -dbg and python3-greenlet packages doc symlinks to
    directories (closes: #813247).
  * Update Standards-Version to 3.9.8 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 18 Jun 2016 14:40:48 +0000

python-greenlet (0.4.9-2) unstable; urgency=low

  * Fix FTBFS when nocheck is defined.
  * This release compiles on m68k (closes: #700730).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 23 Jan 2016 10:16:01 +0100

python-greenlet (0.4.9-1) unstable; urgency=low

  * New upstream release.
  * Do not depend on, only suggest python-greenlet for -doc (closes: #811433).
  * Re-enable python3-greenlet-dbg package (closes: #793802).
  * Don't symlink doc/ directory between packages (closes: #788168).
  * Use upstream test suite (closes: #681257).
  * Build using pybuild.
  * Remove ppc64le.diff , applied upstream.
  * Update watch file.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 05 Sep 2015 16:58:57 +0200

python-greenlet (0.4.7-1) unstable; urgency=low

  * New upstream release.
  * Update copyright to be in 1.0 format.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 16 May 2015 14:56:25 +0000

python-greenlet (0.4.6-2) unstable; urgency=low

  * Backport upstream attempt to fix MIPSel FTBFS.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Mon, 04 May 2015 18:13:26 +0000

python-greenlet (0.4.6-1) unstable; urgency=low

  * New upstream release, fixes build test failures (closes: #769665).
  * Restore symlinked doc directories (closes: #771745).
  * Add dh-python to Build-Depends-Indep and tune packaging.
  * Update watch file.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sun, 03 May 2015 18:41:27 +0000

python-greenlet (0.4.5-1) unstable; urgency=medium

  * New upstream release, fixes crashes on ARM and MIPS (closes: 751498).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 18 Oct 2014 16:43:22 +0000

python-greenlet (0.4.4-1) unstable; urgency=low

  * New upstream release.
  * Separate documentation in packages (closes: #763361).
  * Make watch more generic.
  * Update Standards-Version to 3.9.6 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Wed, 08 Oct 2014 16:34:57 +0000

python-greenlet (0.4.2-1) unstable; urgency=low

  * New upstream release.
  * Drop non-zero-on-test-failed patch, upstream solved its function.
  * Drop python-support build dependency (closes: #701475).
  * Update Standards-Version to 3.9.5 .
  * Sync with Ubuntu, but don't enable python3-greenlet-dbg as it has no
    upstream build support.

  [ Michael Cree <mcree@orcon.net.nz> ]
  * Support building on Alpha architecture (closes: #692185).

  [ Matthias Klose <doko@ubuntu.com> ]
  * Build for ppc64le.

  [ James Page <james.page@ubuntu.com> ]
  * d/control,rules: Re-instate python3 support (closes: #725741).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 01 Feb 2014 11:16:21 +0100

python-greenlet (0.4.0-2) unstable; urgency=low

  * Fix building with DEB_BUILD_OPTIONS=nocheck (closes: #703618).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 21 Mar 2013 19:17:51 +0100

python-greenlet (0.4.0-1) unstable; urgency=low

  * New maintainer.
  * New upstream release.
  * Fix all packaging problems.
  * Build with hardening enabled.
  * Update Standards-Version and correct debhelper dependency.
  * Switch to dh_python2 and sync with Ubuntu (closes: #673244).
  * Symlink jquery.js and underscore.js to their packaged versions.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 31 Aug 2012 19:25:36 +0200

python-greenlet (0.3.3-1) unstable; urgency=low

  * New upstream version (Closes: #652316, #650293).
  * Document format changed to HTML.
  * Enabled unittests for build.

 -- Örjan Persson <orange@fobie.net>  Wed, 08 Feb 2012 10:38:48 -0800

python-greenlet (0.3.1-3) unstable; urgency=low

  * Added missing .egg-info file, thanks to Stefano Rivera (Closes: #640577).
  * Updated standards version.
  * Fixed lintian warning about copyright.

 -- Örjan Persson <orange@fobie.net>  Wed, 07 Sep 2011 04:02:35 +0200

python-greenlet (0.3.1-2) unstable; urgency=low

  * Build for architecture any (Closes: #607805).
  * Include the debug extension (Closes: #607807).

 -- Örjan Persson <orange@fobie.net>  Tue, 17 May 2011 18:00:37 +0200

python-greenlet (0.3.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add build-dependency on python-support (Closes: #620282).

 -- Jakub Wilk <jwilk@debian.org>  Fri, 08 Apr 2011 21:06:36 +0200

python-greenlet (0.3.1-1) unstable; urgency=low

  * New upstream version.
  * Fixed dependency problem for build clean rule.

 -- Örjan Persson <orange@fobie.net>  Thu, 27 May 2010 19:07:42 +0200

python-greenlet (0.3-1) unstable; urgency=low

  * Initial release (Closes: #532831).

 -- Örjan Persson <orange@fobie.net>  Sun, 04 Apr 2010 15:39:26 +0200