File: changelog

package info (click to toggle)
cython 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,768 kB
  • sloc: python: 61,303; ansic: 11,484; cpp: 1,105; xml: 1,031; makefile: 397; lisp: 206; sed: 11; sh: 7
file content (581 lines) | stat: -rw-r--r-- 19,918 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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
cython (0.25.2-1) unstable; urgency=medium

  * Upstream release
    - resolves issues with complex numbers' powers (Closes: #846268)
    - includes lshift_32bit_ftbfs.patch
    - various other fixes
  * debian/rules
    - skip for now numpy_test test leading to FTBFS (Closes: #848753)
      reported upstream: https://github.com/cython/cython/issues/1589
  * debian/patches
    - debup_verify_resolution_GH1533 as a workaround for 
      https://github.com/cython/cython/issues/158

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 23 Jan 2017 17:04:46 -0500

cython (0.25.2~b0-2) unstable; urgency=medium

  * Patch lshift_32bit_ftbfs.patch absorbing two latest fixes from upstream
    to resolve failing tests on i386 etc. Thanks Tobias Hansen for preping
    the patch (Closes: #845696)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 27 Nov 2016 22:01:10 -0500

cython (0.25.2~b0-1) unstable; urgency=medium

  * Fresh upstream beta bugfix release (Closes: #842296)
  * Tools/cython-mode.el installed under usr/share/emacs/site-lisp as a
    part of cython package (there is no -common yet, and python still 
    defaults to 2) (Closes: #794844)
  * Pass --shard_count= to runtests.py to run tests in parallel to
    speed up package build time. Although we do not parallelize build,
    tests are consuming significant portion of build time (Closes: #750841)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sat, 19 Nov 2016 22:42:00 -0500

cython (0.24.1-2) unstable; urgency=medium

  * patches/deb_nopngmath
    - disable pngmath sphinx extension (deprecated)
  * debian/rules
    - call 'make clean' and remove possible Cython.egg-info and docs/build
      to clean sources fully (Closes: #833951)

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 11 Aug 2016 13:50:15 -0400

cython (0.24.1-1) unstable; urgency=medium

  [ Alexis Bienvenüe <pado@passoire.fr> ]
  * Fix copyright year in documentation for reproducible build
    (Closes: #820183)

  [ Yaroslav Halchenko ]
  * Fresh upstream release (Closes: #830645)
    - addresses additional reproducible build issues (Closes: #806493)
      please open NEW bugreport if additional issues persist
  * debian/watch
    - monitor pypi for release tarballs

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 01 Aug 2016 18:21:43 -0400

cython (0.23.4+git4-g7eed8d8-2) unstable; urgency=medium

  * Do all manipulations on -arch dependent pieces within
    override_dh_install-arch (Closes: #806011)

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 14 Jul 2016 19:01:22 -0400

cython (0.23.4+git4-g7eed8d8-1) unstable; urgency=medium

  * Fresh upstream post bugfix release snapshot
  * patches/deb-reproducible.patch - deterministically sort items for
    reproducible execution.  Thanks Chris Lamb (Closes: #806493)
  * patches/guess_longness.patch - dropped since this release includes it

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 19 Feb 2016 10:12:47 -0500

cython (0.23.2+git16-ga8fbae1-1) unstable; urgency=medium

  * Fresh upstream snapshot
    - added guess_longness.patch from usptream to fix failed tests on i386
      (Closes: #799364)

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 23 Sep 2015 10:09:17 -0400

cython (0.23.2-1) unstable; urgency=medium

  * Fresh upstream release

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 15 Sep 2015 22:00:21 -0400

cython (0.22.1-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: Redirect output of testsuite from stderr to stdout. sbuild
    currently does not check for output on stderr when deciding if a build
    timed out (see #731940 for details). This caused the build of cython to be
    killed on slower architectures. (Closes: #787234)
  * debian/control: Bump Standards-Version. No changes required.

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 09 Aug 2015 11:02:35 +0200

cython (0.22.1-1) unstable; urgency=medium

  * Fresh upstream release
  * debian/control
    - cython* suggest cython-doc now

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 26 Jun 2015 21:38:42 -0400

cython (0.22+git62-g9aaa667-1) unstable; urgency=medium

  * Post-release snapshot to incorporate some fixes within 0.22.x stable branch

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 06 May 2015 16:05:32 -0400

cython (0.21.1-1) unstable; urgency=medium

  * New upstream release

 -- Yaroslav Halchenko <debian@onerussian.com>  Sat, 18 Oct 2014 15:49:26 -0700

cython (0.21.1~pre0-1) unstable; urgency=medium

  * New upstream pre-bugfix-release
  * Moved debian/upstream to debian/upstream/metadata

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 15 Oct 2014 08:33:16 -0400

cython (0.21-1) unstable; urgency=medium

  * Recent upstream release
  * debian/watch
    - tuned up for ever changing upstream suffixes for pre-releases
  * debian/rules
    - exclude also Debugger tests for now
  * debian/patches
    - changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff
      to restrict tests to only when jedi >= 0.8.1

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 10 Oct 2014 14:38:17 -0400

cython (0.20.2+git216-ga96882e-1) experimental; urgency=medium

  * Snapshot of upstream release

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 17 Jun 2014 22:01:09 -0400

cython (0.20.2-1) unstable; urgency=medium

  * Fresh upstream bugfix release (two more issues fixed)

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 17 Jun 2014 21:58:42 -0400

cython (0.20.1+git90-g0e6e38e-1) unstable; urgency=low

  * Post-release snapshot (from 0.20.x branch).  As of now should resolve
    outstanding FTBFS against Python 3.4 (Closes: #739073, #734291)
  * debian/patches
    - deb_disable_googleanalytics - new
  * debian/control
    - addded gdb to build-depends for extended test coverage
    - boosted policy to 3.9.5

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 25 Mar 2014 13:04:01 -0400

cython (0.20.1-1) UNRELEASED; urgency=low

  * Fresh upstream bugfix release
    - includes all the .patch'es (dropping from debian/patches)

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 12 Feb 2014 13:20:05 -0500

cython (0.20-3) unstable; urgency=low

  [ Julian Taylor ]
  * fix-skip-tests.patch: prevent python3.4 from running a disabled test
  * add debian version to watermark in generated source files

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 11 Feb 2014 21:49:34 -0500

cython (0.20-2) unstable; urgency=low

  * signed-char.patch: Fix broken test when char type is unsigned

 -- Julian Taylor <jtaylor.debian@googlemail.com>  Wed, 22 Jan 2014 18:58:54 +0100

cython (0.20-1) unstable; urgency=low

  * Fresh upstream release

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 19 Jan 2014 00:07:47 -0500

cython (0.19.2+git5-g0c6fdf0-1) unstable; urgency=low

  * Post bugfix-releast upstream snapshot

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 22 Nov 2013 16:43:22 -0500

cython (0.19.1+git34-gac3e3a2-1) unstable; urgency=low

  * Post bugfix-release upstream snapshot
    - among others addressed some memoryview and datetime namespace
      leakage within CPython namespace introduced in 0.19 release.
      This might (unlikely lead to FTBFS for build-dependees).
  * debian/control:
    - Fixing typo in description. Thanks Reuben Thomas. (Closes: #716756)
    - boosted policy to 3.9.4 (no further changes should be due)

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 06 Aug 2013 11:19:04 -0400

cython (0.19+git51-g3078752-2) unstable; urgency=low

  [ Dmitry Smirnov ]
  * debian/cython-dbg.postinst
    - Correctly handle change from directories to symlinks for the doc
      directory (Closes #691704)

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 25 Jun 2013 14:48:11 -0400

cython (0.19+git51-g3078752-1) unstable; urgency=low

  [ Yaroslav Halchenko ]
  * Fresh upstream post-release snapshot
  * debian/upstream
    - added to facilitate referencing etc.
    - added to be installed among docs
  * debian/copyright
    - machine readable now (and correct license Apache-2.0)
  * debian/rules
    - use explicit --link-doc for dh_installdocs to get correct
      links for doc/ directories of -dbg packages
      (Closes: #683676, #691704)

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Remove DM-Upload-Allowed; it's no longer used by the archive
    software.

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 06 May 2013 08:53:12 -0400

cython (0.17.3-1) experimental; urgency=low

  * Bugfix upstream release:
    - upstream includes all previously shipped patches
    - provides CHANGES.rst (was missing from source distribution,
      up_changes_rst patch provides a copy), so all machinery for fetching
      changelogs from wiki is removed
  * Pruning shipped underscore.js, -doc depends on libjs-underscore now

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 20 Dec 2012 12:34:19 -0500

cython (0.17.2-1+bnd1) UNRELEASED; urgency=low

  * debian/patches/squeeze-dsc-patch for a non-official backport build for
    squeeze

 -- Yaroslav Halchenko <debian@onerussian.com>  Sat, 15 Dec 2012 23:06:59 -0500

cython (0.17.2-1) experimental; urgency=low

  * Bugfix upstream release with post-release fixes:
    - 0001-keep-longness-when-folding-negative-integer-constant.patch
    - 0003-Fix-compiler-crash.patch
    - 0005-fix-cimport-cython-in-string-code-fragments.patch
    - 0006-fix-refnanny-code-for-del-statement-inside-of-genera.patch
    - 0001-fix-analysis-of-entry-to-be-a-weakref-typo-introduce.patch
      (Closes: #692313)
    - fix-ma-includes.patch from Julian Taylor to add platform specific
      paths (e.g. introduced with multiarch in python3.3) (Closes: #693555)
  * Boost python-dev to Recommends from Suggests for most common usage
    scenarios (Closes: #545809).  Also list python3-dev instead
    of python-dev for cython3 package.
  * Provide cython-doc package with documentation built using sphinx
    (Closes: #615932)

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 05 Dec 2012 12:28:05 -0500

cython (0.17.1-1) experimental; urgency=low

  * Bugfix release

 -- Yaroslav Halchenko <debian@onerussian.com>  Sat, 29 Sep 2012 19:01:53 -0400

cython (0.17-1) experimental; urgency=low

  * New upstream release

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 16 Sep 2012 16:41:46 -0400

cython (0.17~beta4+git15-g6457431-1) experimental; urgency=low

  * New upstream pre-release snapshot
  * debian/rules:
    - assure-changelogs upon clean to don't wait for crash at the end of
      build/test due to a missing changelog

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 31 Aug 2012 10:33:42 -0400

cython (0.17~beta3-1) experimental; urgency=low

  * New upstream pre-release beta
    - adopted up_upstream_cache_ext_suffix

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 23 Aug 2012 09:47:01 -0400

cython (0.17~beta1-2) experimental; urgency=low

  * Restrict actions of dh_python* helpers to corresponding cython*
    packages (otherwise cython obtains python3 shebang)

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 26 Jul 2012 15:30:25 -0400

cython (0.17~beta1-1) experimental; urgency=low

  [ Bradley M. Froehle ]
  * Provide Python 3 package -- cython3 (Closes: #674073)

  [ Yaroslav Halchenko ]
  * New upstream release
    - addresses gcc 4.7 compatibility (Closes: #682652)
  * export HOME=$(CURDIR)/build to not rely on user's writable HOME
    (was triggered by some tests leading to FTBFS)
  * debian/watch
    - allow fetching beta-releases
  * debian/patches
    - dropped (upstreamed)
    - added up_upstream_cache_ext_suffix to resolve failure due to multiarch
      (see #682795 for the reason)

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 18 Jul 2012 21:41:44 -0400

cython (0.16-1) experimental; urgency=low

  [ Bradley M. Froehle ]
  * Switch from cdbs to dh7
  * Change build system to dh_python2 (Closes: #677405).
    Thanks also to Julian Taylor for an alternative patch
  * Bump Standards-Version to 3.9.3

  [ Yaroslav Halchenko ]
  * "stings" typo patch, Thanks Jakub Wilk (Closes: #679359)
  * Fresh upstream release (Closes: #671070)
    - compatibile with changed __import__ in Python 3.3 (Closes: #681697)
    - required to BFS for new python-pymtp
    - dropping patches deb_tempdisable_numpy_doctests, python27-testsuite-fix.patch
    - excluding parallel tests since they fail ATM (reported/known upstream)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 15 Jul 2012 20:16:03 -0400

cython (0.15.1-2) unstable; urgency=low

  [ Jakub Wilk ]
  * Strip CRs from upstream changelogs.

  [ Barry Warsaw ]
  * debian/patches/python27-testsuite-fix.patch:
    Fix test suite for Python 2.7 change.  Patch comes from Cython
    upstream, post 0.15.1 release.  (Closes: #651996)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sat, 07 Jan 2012 12:32:25 -0500

cython (0.15.1-1) unstable; urgency=low

  [ Nikolaus Rath ]
  * New upstream version (Closes: #637388)
    - cython --help no longer mentions -r option (Closes: #607097)
    - Compiles cleanly with Python 2.7 (Closes: #627773)
    - Fixed compile time division (Closes: #641128)
  * Dropped patches, have been incorporated upstream:
    0001-fix-makefile-for-embed-testcase.patch
    0001-fix-inline-textcase-to-not-use-default-HOME-.cython-.patch
    0001-fix-testcases-assuming-char-is-signed-thanks-to-Yaro.patch
    0001-additional-fix-and-test-for-ticket-650.patch
    0001-Python-3-fix-NumPy-support.patch

  [ Yaroslav Halchenko ]
  * Standards-Version bumped to 3.9.2 (no change needed)

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 20 Sep 2011 10:35:03 -0400

cython (0.14.1-7) UNRELEASED; urgency=low

  * Fix shebang before dh_pysupport is called, to remove unnecessary
    Dependencies.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 02 Jun 2011 16:59:09 +0200

cython (0.14.1-6) unstable; urgency=low

  * Team upload.
  * Un-version python in shebangs with sed. (Closes: #577143)

 -- Stefano Rivera <stefanor@debian.org>  Mon, 25 Apr 2011 10:21:06 +0200

cython (0.14.1-5) unstable; urgency=low

  * Cherry-picked from upstream:
    - 0001-additional-fix-and-test-for-ticket-650.patch (Closes: #620859)
    - 0001-Python-3-fix-NumPy-support.patch to address some of the numpy 1.5
      compatibility issues
  * Temporarily skipped 2 doctests triggered by numpy 1.5 incompatibility
    which is on upstream's TODO: patch deb_tempdisable_numpy_doctests

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 06 Apr 2011 11:07:21 -0400

cython (0.14.1-4) unstable; urgency=low

  * Cherry-picked from upstream:
    - 0001-fix-inline-textcase-to-not-use-default-HOME-.cython-.patch
      (Closes: #613989)
    - 0001-fix-testcases-assuming-char-is-signed-thanks-to-Yaro.patch
      (Closes: #613993)

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 18 Feb 2011 17:21:26 -0500

cython (0.14.1-3) unstable; urgency=low

  * Remove python-profiler from Build-Depends: it is non-free

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 18 Feb 2011 09:09:13 -0500

cython (0.14.1-2) unstable; urgency=low

  * Run unittests against default Python version during build
    - Adopted 0001-fix-makefile-for-embed-testcase.patch from upstream
      for embedded test to perform correctly
  * Added numpy and profiler into Build-Depends to facilitate all tests above

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 15 Feb 2011 13:35:52 -0500

cython (0.14.1-1) unstable; urgency=low

  * Reincarnating uploads to unstable
  * Fresh upstream release
  * debian/control: added python-dev into Suggests (Closes: #545809)
  * Standards-Version bumped to 3.9.1 (no change needed)
  * Use help2man to generate a reasonable manpage (Closes: #607098)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 13 Feb 2011 09:41:12 -0500

cython (0.13-1) experimental; urgency=low

  * New upstream release
  * debian/control: added myself to Uploaders
  * debian/rules: fetch upstream ReleaseNotes to serve a changelog

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 26 Sep 2010 14:28:34 -0400

cython (0.12.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Introducing cython-dbg (Closes: #541314)

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 05 May 2010 14:11:54 -0400

cython (0.12.1-1) unstable; urgency=low

  [ Kirill Smelkov ]
  * New upstream release (Closes: #560298)

  [ Jakub Wilk ]
  * Fix watch file.

  [ Ondrej Certik ]
  * Standards-Version bumped to 3.8.3 (no change needed)

 -- Ondrej Certik <ondrej@certik.cz>  Sat, 13 Feb 2010 18:59:52 -0800

cython (0.11.2-1) unstable; urgency=low

  [ Ryan Kavanagh ]
  * New upstream release (Closes: #525620, #536213)

  [ Jakub Wilk ]
  * debian/rules: remove generated files.

  [ Piotr Ożarowski ]
  * Standards-Version bumped to 3.8.2 (no change needed)

 -- Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>  Mon, 10 Aug 2009 23:18:51 +0200

cython (0.10.3-1) unstable; urgency=low

  [ Vernon Tang ]
  * New upstream release
  * debian/watch: corrected regexp

 -- Ondrej Certik <ondrej@certik.cz>  Sun, 15 Feb 2009 11:27:13 -0800

cython (0.10.2-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Ondrej Certik ]
  * New upstream release
  * Description updated
  * ${shlibs:Depends} added to depends
  * architecture changed from all to any
  * python-support moved from Build-Depends-Indep to Build-Depends

 -- Ondrej Certik <ondrej@certik.cz>  Tue, 02 Dec 2008 12:06:41 +0100

cython (0.9.8-1) unstable; urgency=low

  * New upstream release
  * python-all-dev added to build-depends (upstream now compiles
    Cython.Plex.Scanners with Cython). The .so file is not included in the
    .deb for some reason, so until this is fixed, the package stays
    architecture all and remains pure Python.

 -- Ondrej Certik <ondrej@certik.cz>  Sun, 20 Jul 2008 12:43:45 +0200

cython (0.9.6.14-1) unstable; urgency=low

  * New upstream version
  * Description improved (SAGE -> Sage), whitespace removed
  * Standards-Version bumped (no change needed)
  * README.Debian updated to recent cython way of doing things

 -- Ondrej Certik <ondrej@certik.cz>  Wed, 11 Jun 2008 13:22:09 +0200

cython (0.9.6.13.1-1) unstable; urgency=low

  * New upstream version (Closes: #478077)

 -- Ondrej Certik <ondrej@certik.cz>  Sun, 27 Apr 2008 00:54:05 +0200

cython (0.9.6.12-1) unstable; urgency=low

  * New upstream version (Closes: #463625)
  * get-orig-tarball targed removed from debian/rules (uscan now works to get
    orig.tar.gz)

 -- Ondrej Certik <ondrej@certik.cz>  Thu, 14 Feb 2008 13:58:23 +0100

cython (0.9.6.11.ds-1) unstable; urgency=low

  [ Marco Rodrigues ]
  * debian/watch:
    + Fixed path (Closes: #460006).
  * debian/control:
    + Bump cdbs version to matches policy.

  [ Ondrej Certik ]
  * New upstream version 

 -- Ondrej Certik <ondrej@certik.cz>  Fri, 18 Jan 2008 00:21:42 +0100

cython (0.9.6.10.ds-1) unstable; urgency=low

  * New upstream version
  * Moved from pycentral to pysupport
  * removed patches, since upstream has integrated them

 -- Ondrej Certik <ondrej@certik.cz>  Mon, 31 Dec 2007 03:28:34 +0100

cython (0.9.6.8.ds-2) unstable; urgency=low

  * DM-Upload-Allowed changed to XS-Upload-Allowed
  * Update Standards-Version to 3.7.3.
  * Build-depend on python instead of python-all-dev
  * ${misc:Depends} added to Depends
  * Depend on debhelper >= 5.0.38
  * gcc added to Suggests
  * README.Debian gcc command fixed by adding -fPIC

 -- Ondrej Certik <ondrej@certik.cz>  Sat, 22 Dec 2007 22:12:00 +0100

cython (0.9.6.8.ds-1) unstable; urgency=low

  [ Ondrej Certik ]
  * Initial Debian upload (Closes: 451039)
  * Added a patch for handling the @classmethod decorators

  [ Sandro Tosi ]
  * debian/watch
    - added missing file

 -- Ondrej Certik <ondrej@certik.cz>  Fri, 30 Nov 2007 13:00:44 +0100