File: changelog

package info (click to toggle)
python-shapely 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,564 kB
  • sloc: python: 18,650; ansic: 6,615; makefile: 88; sh: 62
file content (644 lines) | stat: -rw-r--r-- 20,389 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
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
python-shapely (2.1.1-2) unstable; urgency=medium

  * Add patch to fix FTBFS with GEOS 3.14.0.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 20 Aug 2025 13:12:43 +0200

python-shapely (2.1.1-1) unstable; urgency=medium

  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 10 Aug 2025 08:15:27 +0200

python-shapely (2.1.1-1~exp1) experimental; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 19 May 2025 15:53:31 +0200

python-shapely (2.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.7.2, no changes.
  * Update lintian overrides.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 03 Apr 2025 15:00:18 +0200

python-shapely (2.1.0~rc1-1~exp1) experimental; urgency=medium

  * New upstream release candidate.
  * Update required GEOS version.
  * Update lintian overrides.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 16 Mar 2025 05:33:46 +0100

python-shapely (2.0.7-1) unstable; urgency=medium

  * New upstream release.
  * Ignore test failures on hppa.
    (closes: #1092264)
  * Update copyright file.
  * Drop geos-3.13.0.patch, fixed upstream. Refresh remaining patches.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 31 Jan 2025 06:31:39 +0100

python-shapely (2.0.6-4) unstable; urgency=medium

  * Update GEOS 3.13.0 patch to fix another test.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 08 Sep 2024 16:03:45 +0200

python-shapely (2.0.6-3) unstable; urgency=medium

  * Add patch to fix test failures with GEOS 3.13.0.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 08 Sep 2024 06:42:35 +0200

python-shapely (2.0.6-2) unstable; urgency=medium

  * No-change rebuild with GEOS 3.13.0.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 07 Sep 2024 16:42:18 +0200

python-shapely (2.0.6-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.7.0, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 23 Aug 2024 08:21:10 +0200

python-shapely (2.0.5-2) unstable; urgency=medium

  * Use -Wno-error=incompatible-pointer-types to fix FTBFS with GCC 14.
    (closes: #1075423)

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 24 Jul 2024 19:56:01 +0200

python-shapely (2.0.5-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 14 Jul 2024 07:22:43 +0200

python-shapely (2.0.4-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 17 Apr 2024 05:16:00 +0200

python-shapely (2.0.3-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright file.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 16 Feb 2024 20:16:09 +0100

python-shapely (2.0.2-2) unstable; urgency=medium

  * Fix autopkgtest failure.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 13 Oct 2023 08:50:19 +0200

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

  * New upstream release.
  * Only ignore test failures on mips*el.
  * Remove generated files in clean target.
    (closes: #1046359)
  * Switch to dh-sequence-*.
  * Refresh patches.
  * Update lintian overrides.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 13 Oct 2023 06:40:17 +0200

python-shapely (2.0.1-2) unstable; urgency=medium

  * Use autopkgtest-pkg-pybuild testsuite.
  * Enable Salsa CI.
  * Add patch to fix FTBFS with GEOS 3.12.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 16 Jul 2023 20:03:16 +0200

python-shapely (2.0.1-1) unstable; urgency=medium

  * Bump debhelper compat to 13.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 21 Jun 2023 20:45:09 +0200

python-shapely (2.0.1-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Enable numpy3 dh helper.
  * Bump Standards-Version to 4.6.2, no changes.
  * Update copyright file.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 31 Jan 2023 08:25:04 +0100

python-shapely (2.0.0-1~exp1) experimental; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 13 Dec 2022 08:50:09 +0100

python-shapely (2.0~rc3-1) experimental; urgency=medium

  * New upstream release candidate.
  * Drop versioneer.patch, applied upstream.
  * Include FAQ in docs.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 07 Dec 2022 11:40:54 +0100

python-shapely (2.0~rc2-1~exp2) experimental; urgency=medium

  * Add patch to fix versioneer configuration.
  * Drop obsolete dh_clean override.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 06 Dec 2022 10:36:54 +0100

python-shapely (2.0~rc2-1~exp1) experimental; urgency=medium

  * New upstream release candidate.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 03 Dec 2022 18:19:27 +0100

python-shapely (2.0~rc1-1~exp1) experimental; urgency=medium

  * New upstream release candidate.
  * Drop python3-descartes from build dependencies.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 27 Nov 2022 06:43:25 +0100

python-shapely (2.0~b2-1~exp1) experimental; urgency=medium

  * New upstream beta release.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 29 Oct 2022 13:53:30 +0200

python-shapely (2.0~b1-1~exp1) experimental; urgency=medium

  * New upstream beta release.
  * Update copyright file.
  * Refresh patches.
  * Update lintian overrides.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 17 Oct 2022 17:25:19 +0200

python-shapely (1.8.5-2) unstable; urgency=medium

  * Drop python3-descartes from build dependencies.
  * Add Rules-Requires-Root to control file.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 01 Dec 2022 17:45:30 +0100

python-shapely (1.8.5-1) unstable; urgency=medium

  * New upstream release.
  * Use pybuild-plugin-pyproject instead of python3-setuptools.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 13 Oct 2022 05:42:14 +0200

python-shapely (1.8.4-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 18 Aug 2022 05:21:58 +0200

python-shapely (1.8.3-1) unstable; urgency=medium

  * New upstream release.
  * Drop geos3.11.patch, included upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 17 Aug 2022 05:21:13 +0200

python-shapely (1.8.2-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.1, no changes.
  * Update GitHub URLs for repo move.
  * Refresh patches.
  * Add upstream patch to fix test failure with GEOS 3.11.0.
    (closes: #1015067)
  * Update watch file to ignore post, dev, and alpha releases.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 16 Jul 2022 17:06:13 +0200

python-shapely (1.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 26 Oct 2021 05:47:44 +0200

python-shapely (1.8~rc2-1~exp1) experimental; urgency=medium

  * New upstream release candidate.
  * Ignore test failures on mips*el.
  * Drop load_dll.patch, applied upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 20 Oct 2021 06:18:46 +0200

python-shapely (1.8~rc1-1~exp1) experimental; urgency=medium

  * New upstream release candidate.
    (closes: #996793)
  * Update watch file for GitHub URL changes.
  * Bump Standards-Version to 4.6.0, no changes.
  * Bump debhelper compat to 12, no changes.
  * Refresh patches.
  * Add patch to fix loading geos_c library on Linux.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 19 Oct 2021 05:47:42 +0200

python-shapely (1.7.1-3) unstable; urgency=medium

  * Update watch file for GitHub URL changes.
  * Bump Standards-Version to 4.6.0, no changes.
  * Bump debhelper compat to 12, no changes.
  * Add upstream patch to fix test failure with GEOS 3.10.0.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 21 Oct 2021 07:50:12 +0200

python-shapely (1.7.1-2) unstable; urgency=medium

  * Bump watch file version to 4.
  * Update lintian overrides.
  * Bump Standards-Version to 4.5.1, no changes.
  * Add upstream patch to fix FTBFS with GEOS 3.9.0.
    (closes: #978326)

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 27 Dec 2020 10:25:08 +0100

python-shapely (1.7.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump debhelper compat to 10, changes:
    - Drop --parallel option, enabled by default
  * Refresh patches. Mark them as Forwarded: not-needed.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 21 Aug 2020 07:41:28 +0200

python-shapely (1.7.0-1) unstable; urgency=medium

  * Ignore test failures on hppa.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 31 Jan 2020 06:49:47 +0100

python-shapely (1.7.0-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Drop Name field from upstream metadata.
  * Bump Standards-Version to 4.5.0, no changes.
  * Refresh patches.
  * Drop test_operations.patch, fixed upstream.
  * Drop license & copyright for ftools.py, removed upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 29 Jan 2020 08:16:52 +0100

python-shapely (1.6.4-5) unstable; urgency=medium

  * Ignore test failures on s390x & ppc64.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 19 Nov 2019 21:31:06 +0100

python-shapely (1.6.4-4) unstable; urgency=medium

  * Update Homepage URL.
  * Bump Standards-Version to 4.4.1, no changes.
  * Add patch to fix FTBFS due to test_operations failure.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 19 Nov 2019 17:12:04 +0100

python-shapely (1.6.4-3) unstable; urgency=medium

  * Bump Standards-Version to 4.4.0, no changes.
  * Drop autopkgtests to test installability & module import.
  * Add lintian override for testsuite-autopkgtest-missing.
  * Update watch file to limit matches to archive path.
  * Fix incomplete-creative-commons-license issue.
  * Update gbp.conf to use --source-only-changes by default.
  * Drop Python 2 support.
  * Drop -doc package, FTBFS with Python 3.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 21 Jul 2019 20:40:05 +0200

python-shapely (1.6.4-2) unstable; urgency=medium

  * Update Vcs-* URLs for Salsa.
  * Add module import tests to autopkgtest configuration.
  * Bump Standards-Version to 4.1.5, no changes.
  * Drop ancient X-Python{,3}-Version fields.
  * Strip trailing whitespace from changelog & rules files.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 21 Jul 2018 12:24:17 +0200

python-shapely (1.6.4-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright-format URL to use HTTPS.
  * Bump Standards-Version to 4.1.3, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 24 Jan 2018 17:33:30 +0100

python-shapely (1.6.3-1) unstable; urgency=medium

  * New upstream release.
  * Strip trailing whitespace from changelog.
  * Bump Standards-Version to 4.1.2, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 10 Dec 2017 11:36:14 +0100

python-shapely (1.6.2-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.1.1, no changes.
  * Update privacy breach patch.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 26 Oct 2017 19:55:12 +0200

python-shapely (1.6.1-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 02 Sep 2017 11:50:55 +0200

python-shapely (1.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 23 Aug 2017 16:10:43 +0200

python-shapely (1.6~b5-1~exp1) experimental; urgency=medium

  * New upstream pre-release.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 19 Aug 2017 10:08:59 +0200

python-shapely (1.6~b4-1~exp3) experimental; urgency=medium

  * Fix SOURCE_DATE_EPOCH use.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 26 Jun 2017 21:27:33 +0200

python-shapely (1.6~b4-1~exp2) experimental; urgency=medium

  * Bump Standards-Version to 4.0.0, no changes.
  * Add autopkgtest to test installability.
  * Enable PIE hardening buildflags.
  * Use pkg-info.mk variables instead of dpkg-parsechangelog output.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 26 Jun 2017 07:56:14 +0200

python-shapely (1.6~b4-1~exp1) experimental; urgency=medium

  * New upstream pre-release.
  * Refresh patches.
  * Update path for packaging in copyright file.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 15 Feb 2017 18:46:48 +0100

python-shapely (1.6~b3-1~exp1) experimental; urgency=medium

  * New upstream pre-release.
  * Refresh patches.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 31 Dec 2016 11:55:04 +0100

python-shapely (1.6~b2-1~exp1) experimental; urgency=medium

  * New upstream pre-release.
  * Refresh patches.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 12 Dec 2016 18:37:22 +0100

python-shapely (1.6~a2-1~exp1) experimental; urgency=medium

  * New upstream pre-release.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 09 Nov 2016 19:03:14 +0100

python-shapely (1.6~a1-1~exp1) experimental; urgency=medium

  * New upstream pre-release.
  * Update watchfile to handle 'a' pre-releases.
  * Add citation reference to upstream metadata.
  * Update copyright file, changes:
    - Add license & copyright for packaging/*
  * Refresh patches.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 14 Sep 2016 19:12:51 +0200

python-shapely (1.5.17-1) unstable; urgency=medium

  * New upstream release.
  * Add upstream metadata.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 31 Aug 2016 12:36:29 +0200

python-shapely (1.5.16-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 27 May 2016 11:20:55 +0200

python-shapely (1.5.15-2) unstable; urgency=medium

  * Bump Standards-Version to 3.9.8, no changes.
  * Set today & html_last_updated_fmt in SPHINXOPTS for reproducible builds.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 15 May 2016 21:05:00 +0200

python-shapely (1.5.15-1) unstable; urgency=medium

  * New upstream release.
  * Update dh_python & dh_numpy calls to act on specific package.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 30 Mar 2016 20:08:32 +0200

python-shapely (1.5.14-1) unstable; urgency=medium

  * New upstream release.
  * Update Vcs-Git URL to use HTTPS.
  * Bump Standards-Version to 3.9.7, no changes.
  * Enable parallel builds.
  * Drop unneeded dh_auto_test override.
  * Add build dependency on pytest.
  * Enable all hardening buildflags, except PIE (causes build failure).
  * Add descartes to build dependencies for documentation.
  * Override dh_python{2,3} to call dh_numpy{,3} too.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 28 Mar 2016 12:28:53 +0200

python-shapely (1.5.13-1) unstable; urgency=medium

  * New upstream release.
  * Add myself to Uploaders.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 11 Oct 2015 11:35:29 +0200

python-shapely (1.5.12-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Move package from collab-maint to pkg-grass.
  * Update copyright file, changes:
    - Update Source URL for GitHub releases
    - Change CC-BY shortname to CC-BY-3.0
    - Add license & copyright for ftools.py
  * Use dh_clean for additional file removals.
  * Refresh patches.
  * Bump minimum required libgeos-dev to 3.3.0.
  * Add doc-base registration for Shapely documentation.
  * Use dh_clean for additional file removals.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 28 Aug 2015 15:19:03 +0200

python-shapely (1.5.9-1) unstable; urgency=medium

  * Team upload.

  [ Pietro Battiston ]
  * Suggests: python-shapely-doc (Closes: #765417, #765418)
  * Build-depend on python3-all-dev and not on python{,3}-dev (Closes: #793583)
  * Delete cythonized files so that they are recreated
  * Build-depend on python{,3}-numpy for cythoning "vectorize.pyx"

  [ Johan Van de Wauw ]
  * Mangle version in watch file
  * Add gbp.conf
  * Imported Upstream version 1.5.9
  * Remove cythonize patch

  [ Bas Couwenberg ]
  * Update watchfile with sepwatch changes.
  * Drop dependencies on libgeos-c1. (Closes: #795259, #795883)
  * Bump debhelper compatibility to 9.
  * Add dependency on ${sphinxdoc:Depends} to python-shapely-doc.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 17 Aug 2015 21:03:03 +0200

python-shapely (1.4.3-1) unstable; urgency=low

  * Imported Upstream version 1.4.3
    - Build documentation which now uses sphinx.
    - Install documentation in new package python-shapely-doc.
    - Strip non-needed file _geos.pxi.
    - python{,3}-dev now needed as Build-Depends.
  * Clarified BSD version in debian/copyright.
  * Updated policy version.

 -- Pietro Battiston <me@pietrobattiston.it>  Fri, 26 Sep 2014 15:59:20 +0200

python-shapely (1.3.0-1) unstable; urgency=low

  * Imported Upstream version 1.3.0 (Closes: #731566)
    - Works with libgeos >= 3.4.2 (Closes: #733667, #735808)
    - Removed non-deterministic test "cascaded_union.txt" (Closes: #666655)
  * Deleted obsolete patches.
  * Require python >= 2.6.
  * Switched to pbuild, added support for python 3.
  * Updated watch file: look for releases on github (they contain .pyx files).
  * Updated Homepage field.
  * Updated policy version.

 -- Pietro Battiston <me@pietrobattiston.it>  Mon, 20 Jan 2014 11:04:52 +0100

python-shapely (1.2.14-1) unstable; urgency=low

  * New upstream release.
  * Removed now obsolete python 2.7 support patch; updated other patches.
  * Cython autogenerated .c file is now deleted via override.
  * Introduced upstream patch which fixes broken test (Closes: #663210).
  * Added "set -e" before loop in debian/rules.
  * Updated policy version.

 -- Pietro Battiston <me@pietrobattiston.it>  Sat, 10 Mar 2012 17:54:53 +0100

python-shapely (1.2.13-1) unstable; urgency=low

  * New upstream release.
  * Now using gbp-pq to manage patches.
  * Fixed test for Python 2.7 with upstream patch (Closes: #652183).
  * Tests are now ran with all supported Python versions.
  * Updated debian/copyright format.

 -- Pietro Battiston <me@pietrobattiston.it>  Wed, 21 Dec 2011 16:17:20 +0100

python-shapely (1.2.10-1) unstable; urgency=low

  * New upstream release.
    - Introduces Cython speedups: updated dependencies accordingly.
    - Patched setup.py to recreate .c file from .pyx file.

 -- Pietro Battiston <me@pietrobattiston.it>  Thu, 30 Jun 2011 08:57:03 +0200

python-shapely (1.2.8-1) unstable; urgency=low

  * New upstream release.
  * Use dh_python2.
  * Remove obsolete patch "typo-in-dll-test".
  * Added python-matplotlib (used by eline.lengthxample scripts) in Suggests.

 -- Pietro Battiston <me@pietrobattiston.it>  Fri, 11 Feb 2011 12:03:40 +0200

python-shapely (1.2.4-1) experimental; urgency=low

  * New upstream release (Closes: #590475)

 -- Pietro Battiston <toobaz@email.it>  Sun, 19 Sep 2010 10:11:40 +0200

python-shapely (1.2.1-2) unstable; urgency=low

  * Fixes to manual from upstream version 1.2.3
  * Run tests, except wkt_locale which is broken.
  * Require newer version of debhelper to support override_dh_auto_test.
  * Updated standards version.

 -- Pietro Battiston <toobaz@email.it>  Tue, 14 Sep 2010 18:30:47 +0200

python-shapely (1.2.1-1) unstable; urgency=low

  * New upstream release
  * Matched package description to upstream readme
  * Indicate new upstream manual
  * Mark depedence on Python >= 2.5 and GEOS >= 3.1

 -- Pietro Battiston <toobaz@email.it>  Fri, 24 Jun 2010 15:11:27 +0200

python-shapely (1.0.15-1) unstable; urgency=low

  * New upstream release (Closes: #577213)
  * Switched to machine-readable debian/copyright
  * Updated debian/control with standards version and VCS information

 -- Pietro Battiston <toobaz@email.it>  Fri, 30 Apr 2010 12:24:27 +0200

python-shapely (1.0.14-1) unstable; urgency=low

  * New upstream release

 -- Pietro Battiston <toobaz@email.it>  Fri, 06 Nov 2009 11:54:00 +0100

python-shapely (1.0.12-1) unstable; urgency=low

  * New upstream release (Closes: #530775)
  * Migration from python-central to python-support

 -- Pietro Battiston <toobaz@email.it>  Fri, 29 May 2009 09:56:00 +0200

python-shapely (1.0.11-2) unstable; urgency=low

  * Added information about packaging license (Closes: #511984)
  * debian/rules: improve clean rule by removing generated files

 -- Pietro Battiston <toobaz@email.it>  Fri, 16 Jan 2009 12:24:42 +0100

python-shapely (1.0.11-1) unstable; urgency=low

  * Initial release (Closes: #509253)

 -- Pietro Battiston <toobaz@email.it>  Tue, 16 Dec 2008 22:35:31 +0100