File: changelog

package info (click to toggle)
pycurl 7.43.0.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,720 kB
  • sloc: python: 7,867; ansic: 6,724; makefile: 201; sh: 196
file content (734 lines) | stat: -rw-r--r-- 21,794 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
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
pycurl (7.43.0.6-5) unstable; urgency=medium

  * Team upload
  * Fix tests
    - Skip invalid UTF-8 tests not working with latest python-bottle
    - Disable IPv6 proxy for accessing ::1

 -- Balint Reczey <rbalint@ubuntu.com>  Tue, 12 Jan 2021 21:04:36 +0100

pycurl (7.43.0.6-4) unstable; urgency=medium

  * Replace gcc with build-essential in test Depends

 -- Scott Talbert <swt@techie.net>  Thu, 08 Oct 2020 20:27:35 -0400

pycurl (7.43.0.6-3) unstable; urgency=medium

  * Add gcc to test Depends

 -- Scott Talbert <swt@techie.net>  Thu, 08 Oct 2020 09:51:08 -0400

pycurl (7.43.0.6-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Scott Talbert ]
  * Remove Barry Warsaw as Uploader and add myself (Closes: #970164)
  * Update autopkgtests to run upstream test suite

 -- Scott Talbert <swt@techie.net>  Wed, 07 Oct 2020 19:31:57 -0400

pycurl (7.43.0.6-1) unstable; urgency=medium

  * Team upload.
  * Update to new upstream release 7.43.0.6
  * Remove upstreamed patches/fixes
  * Update privacy breach patch
  * Don't run pyflakes on winbuild.py

 -- Scott Talbert <swt@techie.net>  Sun, 06 Sep 2020 09:18:42 -0400

pycurl (7.43.0.2-7) unstable; urgency=medium

  * Team upload.
  * Regenerate test certificates with sha256 signatures

 -- Scott Talbert <swt@techie.net>  Wed, 12 Aug 2020 20:03:31 -0400

pycurl (7.43.0.2-6) unstable; urgency=medium

  * Team upload.
  * Fix seek callback's use of offset parameter

 -- Scott Talbert <swt@techie.net>  Wed, 12 Aug 2020 14:46:56 -0400

pycurl (7.43.0.2-5) unstable; urgency=medium

  * Team upload.
  * Fix tests on non-x86_64 architectures

 -- Scott Talbert <swt@techie.net>  Wed, 12 Aug 2020 09:33:11 -0400

pycurl (7.43.0.2-4) unstable; urgency=medium

  * Team upload.
  * Update Standards-Version to 4.5.0 (no changes needed)
  * Remove Python 2 test from runtime tests script
  * Test only supported Python versions
  * Get build-time unit tests working
  * Fix documentation issues

 -- Scott Talbert <swt@techie.net>  Tue, 11 Aug 2020 22:35:49 -0400

pycurl (7.43.0.2-3) unstable; urgency=medium

  * Drop python2 support; Closes: #937415
  * debian/control
    - annotate flaky as nocheck, patch by Helmut Grohne; Closes: #929194

 -- Sandro Tosi <morph@debian.org>  Wed, 01 Apr 2020 23:22:15 -0400

pycurl (7.43.0.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.

  [ Sandro Tosi ]
  * Use python3-sphinx to build doc

 -- Sandro Tosi <morph@debian.org>  Sat, 14 Mar 2020 01:38:39 -0400

pycurl (7.43.0.2-1) unstable; urgency=medium

  * Team upload.
  * debian/control
    - remove python-bottle, add python3-bottle to b-d; src:pycurl was the last
      rdep for bin:python-bottle

 -- Sandro Tosi <morph@debian.org>  Thu, 09 Jan 2020 23:35:30 -0500

pycurl (7.43.0.2-0.1) unstable; urgency=medium

  [ Iain R. Learmonth ]
  * Non maintainer upload
  * New upstream release

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/watch: Use https protocol
  * d/changelog: Remove trailing whitespaces
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

 -- Iain R. Learmonth <irl@debian.org>  Mon, 07 Jan 2019 11:00:03 +0000

pycurl (7.43.0.1-0.2) unstable; urgency=medium

  * Non-maintainer upload
  * d/control:
   - Updates versioned dependency on libcurl

  The work for this change was supported by the European Union under grant
  agreement No. 688421. This support does not imply endorsement.

 -- Iain R. Learmonth <irl@debian.org>  Thu, 01 Feb 2018 20:23:45 +0000

pycurl (7.43.0.1-0.1) unstable; urgency=medium

  [ Iain R. Learmonth ]
  * Non-maintainer upload
  * New upstream release (Closes: #886486)

  [ Barry Warsaw ]
  * d/control: Put DPMT in Maintainers and myself in Uploaders.

  The work for this change was supported by the European Union under grant
  agreement No. 688421. This support does not imply endorsement.

 -- Iain R. Learmonth <irl@debian.org>  Mon, 22 Jan 2018 08:34:00 +0000

pycurl (7.43.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * Bump debhelper compat version to 9
  * Standards-Version is 3.9.8 now (no changes needed)
  * Removed privacy breach in docs

  [ Barry Warsaw ]
  * d/rules: Prevent network access during package tests. (Closes: #830281)

 -- Barry Warsaw <barry@debian.org>  Thu, 15 Dec 2016 10:55:57 -0500

pycurl (7.43.0-1) unstable; urgency=medium

  * New upstream release.
  * d/control:
    - Add python{,3}-flaky to Build-Depends for test suite.
    - Test suite runs at build time but still fails, so continue not to fail.
    - Bump Standards-Version to 3.9.7 with no other changes necessary.
  * d/tests: Add a live test which downloads a well published resource.
    (Closes: #763770)

 -- Barry Warsaw <barry@debian.org>  Thu, 10 Mar 2016 11:19:37 -0500

pycurl (7.21.5-1) unstable; urgency=medium

  * New upstream release.
  * d/tests/control: Add a smoketest for Python 2 and 3.

 -- Barry Warsaw <barry@debian.org>  Tue, 12 Jan 2016 14:53:53 -0500

pycurl (7.19.5.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * 30_find-perm_slash.diff: Use "find -perm /x" instead of "find -perm +x".
    Closes: #808922

 -- Andreas Metzler <ametzler@debian.org>  Tue, 29 Dec 2015 14:30:53 +0100

pycurl (7.19.5.3-1) unstable; urgency=medium

  * New upstream release.

 -- Barry Warsaw <barry@debian.org>  Wed, 18 Nov 2015 13:46:28 -0500

pycurl (7.19.5.1-1) unstable; urgency=medium

  * New upstream release.
  * d/watch: Use pypi.debian.net mirror.
  * d/control: Bump Standards-Version to 3.9.6

 -- Barry Warsaw <barry@debian.org>  Mon, 27 Apr 2015 16:57:54 -0400

pycurl (7.19.5-3) unstable; urgency=medium

  * d/watch: Updated download URL to point to PyPI.
  * d/patches/0003-upstream-issue-210.patch: Added a proposed fix for
    upstream issue #210.

 -- Barry Warsaw <barry@debian.org>  Tue, 14 Oct 2014 16:56:10 -0400

pycurl (7.19.5-2) unstable; urgency=medium

  * d/control: Update the Vcs-* headers for the move to git-dpm.

 -- Barry Warsaw <barry@debian.org>  Wed, 01 Oct 2014 19:42:50 -0400

pycurl (7.19.5-1) unstable; urgency=medium

  * Team upload.

  [ Sandro Tosi ]
  * debian/control
    - fix short description (adding py3k tag to the right package); thanks to
      bodrato for the report; Closes: #739712

  [ Andreas Metzler ]
  * debian/control
    - Drop build-depency on librtmp-dev, as it is not in "curl-config
      --static-libs", otoh add one for libgnutls28-dev, since pycurl.c
      #includes <gnutls/gnutls.h>. Closes: #751059
      (Applied from NMU diff by Barry Warsaw.  Closes: #756199)

  [ Barry Warsaw ]
  * New upstream release.
  * Place myself as Maintainer with previous maintainer's approval.
  * debian/control, debian/rules:
    - Back ported Ubuntu change to split the docs into a separate
      python-pycurl-doc package.  This breaks the dependency of python3-curl
      on python-curl.  Given by Matthias Klose.  Closes: #757694
  * debian/control:
    - Add Suggests on python-curl-doc.
    - Update long descriptions.
    - wrap-and-sort
  * debian/rules:
    - Added --with sphinxdoc.
    - In override_dh_auto_build, call `make gen` since the upstream
      tarball does not seem to contain the generated src/docstrings.{h,c}
      files.
    - Updated override_dh_installdocs for the upstream moved docs directory.
  * debian/copyright: Added short license description to LGPL part to quiet
    lintian warning empty-short-license-in-dep5-copyright.
  * debian/python-pycurl-doc.doc-base: Renamed from python-pycurl.doc-base
    and fixed links.
  * debian/python-pycurl.dirs: Removed.
  * debian/patches/20_build_doc_for_debian.patch: Updated and refreshed.

 -- Barry Warsaw <barry@debian.org>  Tue, 30 Sep 2014 17:38:05 -0400

pycurl (7.19.3.1-1) unstable; urgency=medium

  [ Bernd Zeimetz ]
  * Removing myself from uploaders.

  [ Sandro Tosi ]
  * New upstream release
  * debian/control
    - switch me to Maintainer (team to Uploaders)
  * debian/copyright
    - used DEP-5 format
    - updated upstream & packaging copyright information
  * debian/patches/10_setup.py.patch
    - refreshed
  * Build and install doc from ReST files
  * debian/rules
    - use dh_installdocs to link doc dirs to main package
  * Build Python 3 packages

 -- Sandro Tosi <morph@debian.org>  Sun, 16 Feb 2014 16:57:18 +0100

pycurl (7.19.3-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright
    - updated MIT copyright holders
    - added new file license information
  * debian/patches/10_setup.py.patch
    - refreshed to new upstream code
  * debian/{control, rules}
    - build and install documentation

 -- Sandro Tosi <morph@debian.org>  Sat, 18 Jan 2014 22:06:19 +0100

pycurl (7.19.0.3-1) unstable; urgency=low

  * New upstream release
  * debian/patches/10_setup.py.patch
    - refreshed, due to new upstream code
  * debian/patches/{20_remove_string_options.patch,
      30_fix_refcounts_calling_reset_twice.patch,
      40_add_CURLOPT_SEEKFUNCTION_and_CURLOPT_SEEKDATA.patch,
      debian/patches/50_dont_leak_user_agent.patch}
    - removed, merged upstream
  * debian/rules
    - run tests using nosetests
    - install README.rst in the documentation
    - Remove documentation as installed by setup.py
  * debian/control
    - bump Standards-Version to 3.9.5 (no changes needed)
    - added nose/bottle/cherrypy3 to b-d, needed to run tests
  * debian/{control, rules}
    - Switch to dh_python2; thanks to Barry Warsaw for the report and patch;
      Closes: #635630

 -- Sandro Tosi <morph@debian.org>  Sat, 04 Jan 2014 18:25:52 +0100

pycurl (7.19.0-7) unstable; urgency=low

  * NOT RELEASED YET

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 16 Apr 2011 22:11:01 +0200

pycurl (7.19.0-4) unstable; urgency=low

  * Add the now!? missing librtmp-dev build-dependency.

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 16 Apr 2011 19:37:02 +0200

pycurl (7.19.0-3) unstable; urgency=low

  * Fix FTBFS on kfreebsd, thanks to KiBi (Closes: #540980).
  * Bump Standards-version to 3.8.3, no changes needed.

 -- Bernd Zeimetz <bzed@debian.org>  Sun, 27 Sep 2009 18:03:31 +0200

pycurl (7.19.0-2) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - bump Standards-Version to 3.8.2 (no changes needed)

  [ Bernd Zeimetz ]
  * Use /usr/bin/curl-config --version to find the libcurl version
    to depend on (Closes: #527546). Thanks to Samuel Bronson.

 -- Bernd Zeimetz <bzed@debian.org>  Fri, 07 Aug 2009 18:00:37 +0200

pycurl (7.19.0-1) unstable; urgency=low

  [ Bernd Zeimetz ]
  * debian/control:
    - Rising the priority to optional, as we have rdepends in optional.
  * Switching from python-central to python-support.
  * Support building for Python 2.6.

  [ Sandro Tosi ]
  * New upstream release.
  * debian/control
    - bump libcurl4-gnutls-dev versioned depends to >= 7.19.0
    - updated my email address
    - bump Standards-Version to 3.8.1
      + added debian/README.source
    - added Vcs-{Browser,Svn} fields
    - added ${misc:Depends} to binary packages
    - switch Vcs-Browser field to viewsvn
    - adjusted section to 'debug' for -dbg package
    - force libcurl3-gnutls depends to at least on version 7.19.0;
      Closes: #527546
  * debian/patches/10_setup.py.dpatch
    - added description (to please lintian) and updated my email address
  * debian/copyright
    - used the correct location of LGPL 2.1 on local machine

 -- Bernd Zeimetz <bzed@debian.org>  Fri, 15 May 2009 22:33:30 +0200

pycurl (7.18.2-1) unstable; urgency=low

  * New upstream release.

 -- Bernd Zeimetz <bzed@debian.org>  Mon, 16 Jun 2008 13:15:53 +0200

pycurl (7.18.1-1) unstable; urgency=low

  [ Sandro Tosi ]
  * Adopting packages (Closes: #481074)
  * New upstream release.
  * debian/control
    - set the team as Maintainer
    - added Bernd Zeimetz and me in Uploaders, removing Matthias Klose
    - bumped Build-Dep on libcurl4-gnutls-dev to (>= 7.18.1)
    - added dpatch Build-Dep
    - bumped Standards-Version to 3.7.3 (no changes)
    - moved Homepage field to source stanza
    - updated dependency for -dbg extension to python-pycurl to use
      ${binary:Version}, to be binNMU safe
    - fixed a mispell of Python in Description
  * debian/rules
    - added dpatch stuff
    - using setup.py for install and clean targets
    - running some tests at build-time
  * debian/patches/10_setup.py.dpatch
    - added to remove direct upstream code modification
  * debian/python-pycurl.doc-base
    - Section updated to Programming/Python
  * debian/copyright
    - indented upstream authors, copyright and license with 4 spaces
    - separated copyright and license notice
    - extended years in Copyright notice
    - explicitly identified LGPL location on filesystem
    - added dual licensing, including MIT license text

 -- Bernd Zeimetz <bzed@debian.org>  Mon, 02 Jun 2008 19:17:08 +0200

pycurl (7.16.4-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Wed, 18 Jul 2007 17:54:16 +0200

pycurl (7.16.2.1-3) unstable; urgency=low

  * Fixed package description (closes: #423905).
  * Merge from Ubuntu:
    - build a python-pycurl-dbg package.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 28 May 2007 01:14:33 +0200

pycurl (7.16.2.1-2) unstable; urgency=low

  * Proper SSL library flavour is now known during build.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 14 May 2007 01:17:33 +0200

pycurl (7.16.2.1-1) unstable; urgency=low

  * New upstream release.
  * Build depends on libcurl4-gnutls-dev (closes: #423446, #423632).
  * Use dh_pycentral instead of dh_python.

 -- Domenico Andreoli <cavok@debian.org>  Thu, 10 May 2007 16:29:02 +0200

pycurl (7.15.5-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Fri, 11 Aug 2006 08:58:26 +0200

pycurl (7.15.4.2-2) unstable; urgency=low

  * Fixed reversed logic in acquring python thread lock (closes: #380156).
    Patch courtesy of Bastian Kleineidam.

 -- Domenico Andreoli <cavok@debian.org>  Tue,  8 Aug 2006 08:22:16 +0200

pycurl (7.15.4.2-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Tue, 25 Jul 2006 11:01:26 +0200

pycurl (7.15.4-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Tue, 27 Jun 2006 17:16:37 +0200

pycurl (7.15.2-2) unstable; urgency=low

  * Adopt to the new python policy.

 -- Matthias Klose <doko@debian.org>  Fri, 16 Jun 2006 18:49:11 +0200

pycurl (7.15.2-1) unstable; urgency=low

  * New upstream release.
  * Adopted debhelper's compatibility level 5.

 -- Domenico Andreoli <cavok@debian.org>  Tue,  7 Mar 2006 10:05:16 +0100

pycurl (7.15.0-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Tue, 18 Oct 2005 11:22:23 +0200

pycurl (7.14.1-1) experimental; urgency=low

  * New upstream release.
  * Switched to libcurl3-gnutls-dev build dependency.

 -- Domenico Andreoli <cavok@debian.org>  Sun, 18 Sep 2005 00:48:54 +0200

pycurl (7.14.0-2) unstable; urgency=low

  * Matthias Klose:
    - Dropped package python2.2-pycurl.
    - Improved the build process.

  * Domenico Andreoli:
    - Applied Matthias' patch :) (closes: #320064).

 -- Domenico Andreoli <cavok@debian.org>  Thu,  4 Aug 2005 00:33:41 +0200

pycurl (7.14.0-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 20 Jun 2005 11:34:16 +0200

pycurl (7.13.2-2) unstable; urgency=low

  * Applied patch to build also on GNU/kFreeBSD (closes: #304857).

 -- Domenico Andreoli <cavok@debian.org>  Sat, 16 Apr 2005 13:32:16 +0200

pycurl (7.13.2-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Fri,  8 Apr 2005 18:13:35 +0200

pycurl (7.13.1-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Mon,  7 Mar 2005 14:51:16 +0100

pycurl (7.13.0-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Sat, 12 Feb 2005 23:52:49 +0100

pycurl (7.12.3-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Sat,  1 Jan 2005 22:05:24 +0100

pycurl (7.12.2-4) unstable; urgency=low

  * python2.4-pycurl now correctly suggests libcurl3-dev

 -- Domenico Andreoli <cavok@debian.org>  Tue, 21 Dec 2004 09:21:48 +0100

pycurl (7.12.2-3) unstable; urgency=low

  * New python2.4-pycurl package.
  * Added watch file.

 -- Domenico Andreoli <cavok@debian.org>  Wed,  1 Dec 2004 00:07:48 +0100

pycurl (7.12.2-2) unstable; urgency=low

  * Updated build dependency on libcurl3-dev >= 7.12.2.

 -- Domenico Andreoli <cavok@debian.org>  Sat,  6 Nov 2004 12:09:52 +0100

pycurl (7.12.2-1) unstable; urgency=low

  * New upstream release.
  * Added Matthias Klose as uploader.

 -- Domenico Andreoli <cavok@debian.org>  Sat,  6 Nov 2004 11:31:31 +0100

pycurl (7.12.1-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 16 Aug 2004 14:44:16 +0200

pycurl (7.12-2) unstable; urgency=low

  * Upgraded to libcurl3.

 -- Domenico Andreoli <cavok@debian.org>  Tue, 20 Jul 2004 12:26:21 +0200

pycurl (7.12-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Sat, 12 Jun 2004 19:14:23 +0200

pycurl (7.11.3-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 17 May 2004 18:22:29 +0200

pycurl (7.11.2-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Wed, 28 Apr 2004 11:21:39 +0200

pycurl (7.11.1-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 22 Mar 2004 14:31:06 +0100

pycurl (7.11.0-2) unstable; urgency=low

  * Fixed build depends on libcurl2-dev (>= 7.11.0-1).

 -- Domenico Andreoli <cavok@debian.org>  Thu,  4 Mar 2004 17:55:02 +0100

pycurl (7.11.0-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Thu,  4 Mar 2004 17:20:37 +0100

pycurl (7.10.8-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Tue, 11 Nov 2003 23:46:59 +0100

pycurl (7.10.6-1) unstable; urgency=low

  * New upstream release (closes: #206658).

 -- Domenico Andreoli <cavok@debian.org>  Fri, 22 Aug 2003 13:41:09 +0200

pycurl (7.10.5-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 14 Jul 2003 19:22:53 +0200

pycurl (7.10.4.2-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Mon, 12 May 2003 21:17:44 +0200

pycurl (7.10.4-1) unstable; urgency=low

  * New upstream release.
  * Changed section to python.
  * New python2.3-pycurl package.

 -- Domenico Andreoli <cavok@debian.org>  Fri,  4 Apr 2003 23:47:19 +0200

pycurl (7.10.3-2) unstable; urgency=low

  * Updated build dependencies in order to use new libcurl2-dev package
    (closes: #179230).

 -- Domenico Andreoli <cavok@debian.org>  Thu,  6 Feb 2003 02:39:52 +0100

pycurl (7.10.3-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Thu, 16 Jan 2003 00:51:21 +0100

pycurl (7.10.2-2) unstable; urgency=low

  * It now suggests libcurl-dev for documentation (closes: #171402).
  * Improved long description.
  * Added file README.Debian to explain why a PycURL user may be willing
    to install libcurl-dev package.

 -- Domenico Andreoli <cavok@debian.org>  Wed, 18 Dec 2002 02:02:17 +0100

pycurl (7.10.2-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Sun, 24 Nov 2002 15:41:40 +0100

pycurl (7.10.1-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Wed, 16 Oct 2002 19:59:22 +0200

pycurl (7.10-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Oct 2002 23:07:23 +0200

pycurl (7.9.8.4-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Oct 2002 01:21:35 +0200

pycurl (7.9.8.2-3) unstable; urgency=low

  * It is now built using python 2.2.
  * Fixed the last reference to unversioned python in debian/rules
    (closes: #161201).

 -- Domenico Andreoli <cavok@debian.org>  Wed, 18 Sep 2002 02:38:42 +0200

pycurl (7.9.8.2-2) unstable; urgency=low

  * Fixed the incorrect assumption of python being python2.1
    (closes: #160315).

 -- Domenico Andreoli <cavok@debian.org>  Fri, 13 Sep 2002 03:15:57 +0200

pycurl (7.9.8.2-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Wed, 17 Jul 2002 01:10:53 +0200

pycurl (7.9.8.1-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Fri, 28 Jun 2002 00:39:20 +0200

pycurl (7.9.8-1) unstable; urgency=low

  * New upstream release.

 -- Domenico Andreoli <cavok@debian.org>  Tue, 25 Jun 2002 20:45:13 +0200

pycurl (7.9.7-2) unstable; urgency=low

  * Fixed the assumption on i586 as the build system (closes: #150001).

 -- Domenico Andreoli <cavok@debian.org>  Sat, 15 Jun 2002 15:39:41 +0200

pycurl (7.9.7-1) unstable; urgency=low

  * Initial release (closes: #149581).

 -- Domenico Andreoli <cavok@debian.org>  Mon, 10 Jun 2002 19:48:05 +0200