File: changelog

package info (click to toggle)
python-eventlet 0.40.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,212 kB
  • sloc: python: 25,118; sh: 78; makefile: 31
file content (840 lines) | stat: -rw-r--r-- 28,509 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
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
python-eventlet (0.40.1-1) unstable; urgency=medium

  * New upstream release.
  * Blacklist a number of unit tests that are failing with the current
    upstream code that adds Python 3.13 compat.
  * Add remove-python-3.13-classifier.patch.

 -- Thomas Goirand <zigo@debian.org>  Sun, 13 Jul 2025 16:22:52 +0200

python-eventlet (0.39.1-3) unstable; urgency=medium

  * Add Skip_ident_comparison_to_avoid_crash_on_Python3.13.patch.

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Apr 2025 12:34:10 +0200

python-eventlet (0.39.1-2) unstable; urgency=medium

  * Add test_send_1k_req_rep to blacklist, failing on armel.

 -- Thomas Goirand <zigo@debian.org>  Tue, 01 Apr 2025 16:44:12 +0200

python-eventlet (0.39.1-1) unstable; urgency=medium

  * New upstream release.
  * Removed patches appiled upstream:
    - -python3.13-support.patch
    - Spew_Correct_line_lookup_from_inspect.getsourcelines.patch
    - Use_greenthread_s_dead_state_where_possible.patch
  * Refresh some other patches.


 -- Thomas Goirand <zigo@debian.org>  Sun, 30 Mar 2025 12:28:58 +0200

python-eventlet (0.36.1-12) unstable; urgency=medium

  * Add test_ssl_close to blacklist of tests (Closes: #1092379).

 -- Thomas Goirand <zigo@debian.org>  Wed, 08 Jan 2025 08:21:05 +0100

python-eventlet (0.36.1-11) unstable; urgency=medium

  * Re-blacklist (Closes: #1090270):
    - test_orig_thread
    - test_send_1k_pub_sub

 -- Thomas Goirand <zigo@debian.org>  Tue, 17 Dec 2024 08:19:23 +0100

python-eventlet (0.36.1-10) unstable; urgency=medium

  * Re-disable these:
    - test_clear
    - test_noraise_dns_tcp
    - test_raise_dns_tcp
    - test_dns_methods_are_green

 -- Thomas Goirand <zigo@debian.org>  Tue, 10 Dec 2024 16:39:15 +0100

python-eventlet (0.36.1-9) unstable; urgency=medium

  * Add Use_greenthread_s_dead_state_where_possible.patch (Closes: #1089050).
  * Re-enable all tests but:
    - test_fork_after_monkey_patch
    - test_cancel_proportion.

 -- Thomas Goirand <zigo@debian.org>  Tue, 10 Dec 2024 10:01:03 +0100

python-eventlet (0.36.1-8) unstable; urgency=medium

  * Replaced python3.13-support.patch by a new one available at
    https://github.com/eventlet/eventlet/pull/988.
  * Add Spew_Correct_line_lookup_from_inspect.getsourcelines.patch, thanks to
    Stefano Rivera.

 -- Thomas Goirand <zigo@debian.org>  Fri, 15 Nov 2024 10:22:09 +0100

python-eventlet (0.36.1-7) unstable; urgency=medium

  * Add python3.13-support.patch.

 -- Thomas Goirand <zigo@debian.org>  Tue, 29 Oct 2024 11:39:29 +0100

python-eventlet (0.36.1-6) unstable; urgency=medium

  * Blacklist test_orig_thread (Closes: #1082997).

 -- Thomas Goirand <zigo@debian.org>  Thu, 03 Oct 2024 15:08:48 +0200

python-eventlet (0.36.1-5) unstable; urgency=medium

  * Removed python3-six from build-depends (Closes: #1079826).

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2024 12:53:01 +0200

python-eventlet (0.36.1-4) unstable; urgency=medium

  * Fix egg-info and module reported version. (Closes: #1078714).

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2024 10:18:04 +0200

python-eventlet (0.36.1-3) unstable; urgency=medium

  * Refreshed patches.
  * Add install-all-files.patch.
  * Run tests in parrallel with -n `nproc` and pytest-xdist.

 -- Thomas Goirand <zigo@debian.org>  Fri, 20 Sep 2024 11:30:20 +0200

python-eventlet (0.36.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 19 Sep 2024 16:50:28 +0200

python-eventlet (0.36.1-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Mon, 09 Sep 2024 09:43:31 +0200

python-eventlet (0.35.1-3) unstable; urgency=medium

  * Backlist 4 unit tests depending on /etc/resolv.conf (Closes: #1070333):
    - test_clear
    - test_noraise_dns_tcp
    - test_raise_dns_tcp
    - test_dns_methods_are_green

 -- Thomas Goirand <zigo@debian.org>  Wed, 05 Jun 2024 14:10:33 +0200

python-eventlet (0.35.1-2) unstable; urgency=medium

  * Add python3-hatchling as build-depends.

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Jun 2024 10:27:02 +0200

python-eventlet (0.35.1-1) unstable; urgency=medium

  * New upstream release.
  * Usual maintenance: rebase, refresh and remove patches.
  * Switch to pytest from nose (Closes: #1018489).
  * Fix d/rules for doc moved to doc/source upstream.
  * Added python3-sphinxcontrib.apidoc as build-depends.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Feb 2024 21:33:39 +0100

python-eventlet (0.33.3-3) unstable; urgency=medium

  * Add use-raw-strings-to-avoid-warnings.patch.

 -- Thomas Goirand <zigo@debian.org>  Sat, 23 Dec 2023 12:46:45 +0100

python-eventlet (0.33.3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch for Python 3.12, taken from Fedora.
  * Apply the 823 pull request from github.

 -- Matthias Klose <doko@debian.org>  Fri, 08 Dec 2023 17:22:52 +0100

python-eventlet (0.33.3-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 04 Oct 2023 12:12:28 +0200

python-eventlet (0.33.3-1) experimental; urgency=medium

  * New upstream release.
  * Removed patches applied upstream:
    - Fix_greendns_for_dnspython_2.3.0+.patch
    - greenio_GreenPipe_fdopen_with_a_in_mode_raisewd_io.UnsupportedOp....patch
  * Add neutralize-test_017_ssl_zeroreturnerror.patch (Closes: #1042226).
  * Cleans better.
  * Removes the greendns.py hack.
  * Move-back the package to the OpenStack team, using git-based workflow.
  * Add salsa-ci.yml.

 -- Thomas Goirand <zigo@debian.org>  Wed, 30 Aug 2023 12:50:58 +0200

python-eventlet (0.33.1-4) unstable; urgency=medium

  * Remove greendns.py hack to gen the doc.
  * Blacklist flacky test: test_fork_after_monkey_patch (Closes: #1026478).

 -- Thomas Goirand <zigo@debian.org>  Fri, 27 Jan 2023 09:47:07 +0100

python-eventlet (0.33.1-3) unstable; urgency=medium

  * Add Fix_greendns_for_dnspython_2.3.0+.patch.

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Jan 2023 15:12:58 +0100

python-eventlet (0.33.1-2) unstable; urgency=medium

  * Remove py310-Fix-_fix_py3_rlock.patch.
  * Do not run tests if DEB_BUILD_OPTIONS=nocheck.
  * Add remove_test_patcher_existing_locks_locked.patch.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Sep 2022 17:26:15 +0200

python-eventlet (0.33.1-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Run unit tests at build time.
  * Add a number of py310 fixes (Closes: #1009112):
    - py310-Fix-_fix_py3_rlock.patch
    - py310_fix1.patch
    - py310_fix-collections.abc.patch
    - greenio_GreenPipe_fdopen_with_a_in_mode_raisewd_io.UnsupportedO....patch
  * Exclude tests.wsgi_test.TestHttpd.test_018b_http_10_keepalive_framing().

 -- Thomas Goirand <zigo@debian.org>  Mon, 12 Sep 2022 12:19:00 +0200

python-eventlet (0.33.0-1) experimental; urgency=medium

  * New upstream release.
  * Refreshed:
    - 0008-Disable-test_server_connection_timeout_exception.patch
  * Removed applied upstream:
    - 0016-imp-rename.patch
    - Replace-dnspython-_compute_expiration-by-_compute_times.patch
    - Check_compute_expiration_at_module_level.patch
    - fix-test_noraise_dns_tcp.patch
    - python-3.10-1-Only_wrap_socket.timeout_on_Python_lower_than_3.10.patch
    - python-3.10-2-Get_a_working_greenio._open_on_py310.patch
    - python-3.10-3-Test_using_eventlet.is_timeout.patch
    - python-3.10-4-Fix_backdoor_tests_on_py310.patch
    - python-3.10-5-Tolerate__builtins__being_a_dict_rather_than_module_in_is_timeout.patch
    - greendns-with-dnspython-2.10.patch.

 -- Thomas Goirand <zigo@debian.org>  Tue, 15 Feb 2022 17:59:21 +0100

python-eventlet (0.30.2-5) unstable; urgency=medium

  * Add greendns-with-dnspython-2.10.patch (Closes: #999873).

 -- Thomas Goirand <zigo@debian.org>  Mon, 29 Nov 2021 00:02:15 +0100

python-eventlet (0.30.2-4) unstable; urgency=medium

  * Add upstream Python 3.10 patches.

 -- Thomas Goirand <zigo@debian.org>  Fri, 12 Nov 2021 09:51:40 +0100

python-eventlet (0.30.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Filippo Giunchedi ]
  * Refresh Replace-dnspython-_compute_expiration-by-_compute_times.patch with
    upstrem commit 51569f34767
  * Add patches for dnspython2 compat. (Closes #989600)
    - Check_compute_expiration_at_module_level.patch
    - add_handling_for_new_dnspython_arguments.patch

  [ Thomas Goirand ]
  * Fix greendns.py hack when building the sphinx doc.

 -- Thomas Goirand <zigo@debian.org>  Sun, 26 Sep 2021 18:35:28 +0200

python-eventlet (0.30.2-2) unstable; urgency=medium

  * Upload to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 16 Aug 2021 12:36:09 +0200

python-eventlet (0.30.2-1) experimental; urgency=medium

  * New upstream release.
  * Removed patches applied upstream:
    - 0017-py39-Add-_at_fork_reinit-method-to-Semaphores.patch
    - 0018-pyopenssl-tsafe-module-was-deprecated-and-removed-in.patch
    - fix-infinte-recursion-in-ssl.patch

 -- Thomas Goirand <zigo@debian.org>  Mon, 08 Mar 2021 11:20:37 +0100

python-eventlet (0.26.1-7) unstable; urgency=medium

  * CVE-2021-21419: Malicious peer may exhaust memory on Eventlet side
    by sending highly compressed data frame. Appled upstream patch: websocket:
    Limit maximum uncompressed frame length to 8MiB (Closes: #988342).

 -- Thomas Goirand <zigo@debian.org>  Tue, 11 May 2021 08:03:43 +0200

python-eventlet (0.26.1-6) unstable; urgency=medium

  * Hack a modified debian/greendns.py with filename=None instead of
    filename='/etc/resolv.conf' to replace eventlet/support/greendns.py when
    building the sphinx doc, to avoid crash (Closes: #981720).
    Beware that future version of Eventlet will need updated files in the
    debian folder.

 -- Thomas Goirand <zigo@debian.org>  Thu, 18 Feb 2021 17:07:30 +0100

python-eventlet (0.26.1-5) unstable; urgency=medium

  * Drop 0012-ssl-RecursionError-on-Python3.6.patch, which is destroying SSL
    since it got fixed upstream.
  * Drop 0010-Fix-compilation-errors-when-installing-package-in-Py.patch, as
    we don't support Python 2.7 anymore.
  * Add fix-infinte-recursion-in-ssl.patch, which should fix the compat with
    dnspython 2.x.

 -- Thomas Goirand <zigo@debian.org>  Thu, 28 Jan 2021 12:26:06 +0100

python-eventlet (0.26.1-4) unstable; urgency=medium

  * Team upload
  * Import upstream patch to fix Semaphore objects on python3.9
  * Import upstream patch to fix build against pyOpenSSL >= 20 (Closes: #980639)
  * autopkgtest: run test suite
  * debian/rules: skip running the test suite during the build. It fails
    randomly, but that's only during the build: under autopkgtest, they
    succeed consistely.

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 21 Jan 2021 09:34:22 -0300

python-eventlet (0.26.1-3) unstable; urgency=medium

  * Add remove-non-deterministic-test_communicate_with_poll.patch.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Oct 2020 09:37:19 +0200

python-eventlet (0.26.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Tue, 13 Oct 2020 14:28:24 +0200

python-eventlet (0.26.1-1) experimental; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Ondřej Nový ]
  * New upstream release.
  * d/copyright: Bump my copyright year.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.
  * d/patches: Rebase.

  [ Thomas Goirand ]
  * Add Replace-dnspython-_compute_expiration-by-_compute_times.patch.
  * Add fix-test_noraise_dns_tcp.patch.

 -- Thomas Goirand <zigo@debian.org>  Mon, 28 Sep 2020 17:29:05 +0200

python-eventlet (0.25.2-1) unstable; urgency=medium

  * New upstream release (Closes: #954499).
  * Add Rules-Requires-Root: no.
  * Bump Standards-Version to 4.5.0.

 -- Ondřej Nový <onovy@debian.org>  Tue, 21 Apr 2020 10:57:30 +0200

python-eventlet (0.25.1-2) unstable; urgency=medium

  * Bump Standards-Version to 4.4.1.
  * Uploading to unstable.

 -- Ondřej Nový <onovy@debian.org>  Fri, 18 Oct 2019 15:56:59 +0200

python-eventlet (0.25.1-1) experimental; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Removed patches applied upstream:
    - 0013-New_test_crt.patch
    - 0014-Fix-for-Python-3.7.patch
    - 0015-more-python3.7-fixes.patch
  * Set export NOSE_PROCESSES=-1 to do parallel testing.

 -- Thomas Goirand <zigo@debian.org>  Wed, 11 Sep 2019 17:39:29 +0200

python-eventlet (0.24.1-2) unstable; urgency=medium

  * Uploading to unstable

 -- Ondřej Nový <onovy@debian.org>  Tue, 16 Jul 2019 20:16:04 +0200

python-eventlet (0.24.1-1) experimental; urgency=medium

  * New upstream release
  * Bump debhelper compat level to 12 and use debhelper-compat
  * Standards version is 4.4.0 now (no changes)
  * d/copyright: Bump my copyright year.
  * d/patches:
    - 0007-Patched-test_getaddrinfo-due-netbase-update.patch:
       Drop, applied upstream
    - 0011-Avoid-dependency-on-enum-compat.patch:
       Drop, applied upstream
    - Use _imp instead of deprecated imp
    - Rebased others
  * Add python3-monotonic and python3-six to B-D
  * Drop Python 2 support, because required version of
    python-monotonic doesn't exists

 -- Ondřej Nový <onovy@debian.org>  Wed, 10 Jul 2019 16:31:13 +0200

python-eventlet (0.20.0-6) unstable; urgency=medium

  [ Ondřej Nový ]
  * Set TRAVIS env to better handle timing tests

  [ Thomas Goirand ]
  * Team upload with agreement from Ondřej Nový.
  * Add 0015-more-python3.7-fixes.patch.

 -- Thomas Goirand <zigo@debian.org>  Tue, 22 Jan 2019 17:06:21 +0100

python-eventlet (0.20.0-5) unstable; urgency=medium

  * Don't reset http{,s}_proxy, pybuild sets it correctly
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Bump my copyright year
  * Fix RecursionError in ssl on Python3.6+ (Closes: #901772)
  * Convert git repository from git-dpm to gbp layout
  * d/p/0013-New_test_crt.patch: Add, regenerate test crt
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Fix Python 3.7 (Closes: #903609)
  * Bump debhelper compat level to 11
  * Standards version is 4.2.1 now (no changes)
  * Add upstream metadata

 -- Ondřej Nový <onovy@debian.org>  Sun, 30 Sep 2018 14:39:27 +0200

python-eventlet (0.20.0-4) unstable; urgency=medium

  * Avoid dependency on enum-compat (Closes: #881989)
  * Bump required version of python-setuptools to 20.6.8

 -- Ondřej Nový <onovy@debian.org>  Fri, 01 Dec 2017 13:08:04 +0100

python-eventlet (0.20.0-3) unstable; urgency=medium

  * Depends on python-enum34 (Closes: #881989)

 -- Ondřej Nový <onovy@debian.org>  Sat, 18 Nov 2017 11:31:54 +0100

python-eventlet (0.20.0-2) unstable; urgency=medium

  [ Thomas Goirand ]
  * Move back the package to DPMT:
    - Update Vcs-Browser and Vcs-Git.
    - Update Maintainer: field.
    - Back to using Pybuild.
    - Removed openstack-pkg-tools b-d.
  * Add patch (Closes: #881448):
    - 0010-Fix-compilation-errors-when-installing-package-in-Py.patch.

  [ Ondřej Nový ]
  * d/watch: Use pypi.debian.net
  * Add netbase to depends, socket.getprotobyname needs it
  * d/tests: Split Python2 and Python3 tests
  * Remove gcs@debian.org from Uploaders as he requested
  * Use Python3 version of Sphinx for docs building

 -- Ondřej Nový <onovy@debian.org>  Tue, 14 Nov 2017 23:58:06 +0100

python-eventlet (0.20.0-1) unstable; urgency=medium

  * Revert changes from Ondřej Nový, keep the package in OpenStack, as it's
    used only there in the whole of Debian.
  * Ran wrap-and-sort -bast.
  * Updated maintainer field.
  * Updated VCS fields.
  * New upstream release.
  * Removed versions of (build-)depends after stretch release.
  * Removed breaks+replaces after stretch release.
  * Standards-Version is now 4.1.1.
  * Refreshed and removed patches.
  * Add remove-test_urllib-failing-in-py36.patch.

 -- Thomas Goirand <zigo@debian.org>  Sun, 29 Oct 2017 20:10:01 +0000

python-eventlet (0.19.0-7) unstable; urgency=medium

  * Maintainer: DPMT team
  * Vcs-* move to DPMT
  * d/copyright
    - Use https in format URL
    - Added myself for Debian part
  * Standards-Version is 4.0.0.4 now
  * Use pybuild
  * Remove B-D on openstack-pkg-tools, not needed anymore

 -- Ondřej Nový <onovy@debian.org>  Fri, 04 Aug 2017 22:58:55 +0200

python-eventlet (0.19.0-6) unstable; urgency=medium

  * Removed non-deterministic test leading to FTBFS (Closes: #857893).

 -- Thomas Goirand <zigo@debian.org>  Thu, 16 Mar 2017 10:21:30 +0100

python-eventlet (0.19.0-5) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Bumped debhelper version to 10

  [ Ondřej Kobližek ]
  * Patched test_getaddrinfo due netbase update (Closes: #850508)

 -- Ondřej Kobližek <koblizeko@gmail.com>  Thu, 12 Jan 2017 16:27:04 +0100

python-eventlet (0.19.0-4) unstable; urgency=medium

  * Patch out intersphinx extension (Closes: #840092).

 -- Thomas Goirand <zigo@debian.org>  Sat, 08 Oct 2016 11:52:07 +0200

python-eventlet (0.19.0-3) unstable; urgency=medium

  [ Thomas Goirand ]
  * Uploading to unstable.
  * Add remove-test_import_patched_defaults.patch.

  [ Ondřej Nový ]
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Thomas Goirand <zigo@debian.org>  Fri, 07 Oct 2016 09:27:11 +0200

python-eventlet (0.19.0-2) experimental; urgency=medium

  [ Ondřej Nový ]
  * d/{control,copyright}: Use my @debian.org email address
  * d/p/use-packaged-python-mock-rather-than-embedded.patch:
    Rebased and fixed for new release
  * Dropped
    - d/p/enforce-tlsv1-always.patch
    - d/p/set-defaults-to-be-tlsv1-not-sslv23.patch
    This patches was setting TLSv1 protocol as only allowed and don't
    allowed TLS 1.1 + 1.2. Eventlet wrapper should not change SSL settings,
    users should use ssl.create_default_context for better/safe defaults.
  * Dropped d/p/use-packaged-python-mock-rather-than-embedded.patch
    - Upstream is using own version of mock and don't want to use mock as deps
      (https://github.com/eventlet/eventlet/pull/337)
  * Require build depends packages version at least upstream is testing in CI
  * Added upstream patch d/p/greendns_tests_fix.patch which fix building on
    Python 3.5

  [ Thomas Goirand ]
  * Add allow-more-busy-cpu.patch, as tests are failing in Jenkins.
  * Using pkgos-dh_auto_install from openstack-pkg-tools (>= 52~).
  * Correctly tests with nose & Py3.
  * Remove tests expecting timeout on 192.0.2.1.

 -- Ondřej Nový <onovy@debian.org>  Fri, 12 Aug 2016 11:13:34 +0200

python-eventlet (0.19.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * New upstream release
  * Standards-Version is 3.9.8 now (no change)
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * Added python-subprocess32 to build dependencies
  * Run nosetests during build and don't ignore errors
  * Added suggests to documentation package

  [ James Page ]
  * d/control: Add netbase to BD's, enabling tests that lookup
    ports using service names.

 -- Ondřej Nový <novy@ondrej.org>  Sat, 04 Jun 2016 14:12:28 +0200

python-eventlet (0.18.4-3) unstable; urgency=medium

  * REALLY uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 04 Apr 2016 20:51:44 +0000

python-eventlet (0.18.4-2) experimental; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 04 Apr 2016 08:44:20 +0000

python-eventlet (0.18.4-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Removed greenio_send_was_running_empty_loop_on_ENOTCONN.patch
    (Applied upstream)
  * Rebased use-packaged-python-mock-rather-than-embedded.patch
  * Rebased set-defaults-to-be-tlsv1-not-sslv23.patch
  * Rebased remove-self.assert-in-tests.patcher_test.py.patch
  * Added python(3)-dnspython build dependency.
  * Fixed VCS URLs (https).
  * Standards-Version is 3.9.7 now (no change).
  * Fixed upstream changelog.
  * Added Debian tests.
  * Added myself as uploader.

  [ Corey Bryant ]
  * New upstream release.

 -- Ondřej Nový <novy@ondrej.org>  Fri, 26 Feb 2016 21:44:11 +0100

python-eventlet (0.17.4-2) unstable; urgency=medium

  * Added greenio_send_was_running_empty_loop_on_ENOTCONN.patch.

 -- Thomas Goirand <zigo@debian.org>  Wed, 27 May 2015 21:33:41 +0000

python-eventlet (0.17.4-1) unstable; urgency=medium

  * New upstream release.
  * Switched to PKG OpenStack <openstack-devel@lists.alioth.debian.org> team:
    - Updated Maintainer:.
    - Fixed VCS URLs (now using Git).
    - Added openstack-pkg-tools as build-depends.
    - Filled upstream VCS URL in debian/rules.
  * Updated debian/copyright.
  * Added dh-python as build-depends.
  * Ran wrap-and-sort -t -a.
  * Removed version for python-greenlet build-depends (the required version is
    even available in Wheezy, and Jessie is out...).
  * Removed privacy breach in example/websocket*.html
  * Removed duplicate doc-base registration.

 -- Thomas Goirand <zigo@debian.org>  Wed, 27 May 2015 14:01:28 +0200

python-eventlet (0.17.3-4) unstable; urgency=medium

  * Enforce default protocol to be TLSv1 and not SSLv23.

 -- Thomas Goirand <zigo@debian.org>  Thu, 21 May 2015 17:20:12 +0000

python-eventlet (0.17.3-3) unstable; urgency=medium

  * Enforce TLSv1 always, instead of the more permissive SSLv23.
  * Standards-Version bumped to 3.9.6.

 -- Thomas Goirand <zigo@debian.org>  Thu, 21 May 2015 17:09:29 +0000

python-eventlet (0.17.3-2) unstable; urgency=medium

  * Activates --with python3 which was missing.

 -- Thomas Goirand <zigo@debian.org>  Sat, 09 May 2015 20:58:47 +0000

python-eventlet (0.17.3-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Added Python 3 package, since upstream has it now.

 -- Thomas Goirand <zigo@debian.org>  Sun, 08 Feb 2015 12:34:57 +0000

python-eventlet (0.15.2-1) experimental; urgency=medium

  * Team upload.
  * Added myself as uploader.
  * New upstream release (Closes: #718036).
  * Uploading to experimental just before the freeze.
  * Simplified sphinx-build doc building process.
  * Refreshed patches.
  * Using a quilt patch to "unvendorize" mock.py, instead of using
    debian/rules hacks.
  * Using extend-diff-ignore to ignore egg-info changes instead of debian/rules
    hacks. This makes it easier to produce quilt patches.
  * Ran wrap-and-sort.
  * Removed now useless X-Python-Version: >= 2.6.
  * Standards-Version is now 3.9.5.

 -- Thomas Goirand <zigo@debian.org>  Sun, 07 Sep 2014 14:53:19 +0000

python-eventlet (0.13.0-1) unstable; urgency=low

  [ Stefano Rivera ]
  * Re-add entry for 0.9.16-3 to the changelog, it was accidentally dropped.
  * Re-apply Uploaders changes from 0.9.16-3 that were lost.

  [ Thomas Goirand ]
  * New upstream release.
  * Patches doc to avoid FTBFS.
  * Allow the unit test to fail, because we have a "test is too long" error.

 -- Thomas Goirand <zigo@debian.org>  Mon, 09 Sep 2013 08:23:05 +0000

python-eventlet (0.12.1-2) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Thomas Goirand ]
  * Uploading to sid.
  * Added rm -rf build in the clean target to be able to rebuild twice.
  * Removes a failing assert in tests.patcher_test.Threading.

 -- Thomas Goirand <zigo@debian.org>  Sat, 11 May 2013 03:18:49 +0000

python-eventlet (0.12.1-1) experimental; urgency=low

  * New upstream release, still upload to experimental.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 02 Mar 2013 18:05:59 +0100

python-eventlet (0.12.0-1) experimental; urgency=low

  * New upstream version.
  * Uploading to experimental during the freeze.
  * X-Python-Version now >= 2.6.
  * Now using compat and debhelper 9.
  * Requires python-all (>= 2.6.6-3~).
  * Drops retry-on-timeout and threading-leak patches no longer needed.
  * Adds Ubuntu patch for disabling failing test.

 -- Thomas Goirand <zigo@debian.org>  Fri, 22 Feb 2013 07:25:50 +0000

python-eventlet (0.9.16-3) unstable; urgency=low

  * New maintainer (closes: #685319).

  [ Michael Gilbert ]
  * Depend python-greenlet >= 0.3.1-2.1, which provides the needed egg-info
    file fixing a build failure (closes: #684852).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 17 Nov 2012 14:16:24 +0100

python-eventlet (0.9.16-2) unstable; urgency=low

  [ Soren Hansen ]
  * Add myself to Uploaders.

  [ Stefano Rivera ]
  * Use dh_sphinxdoc.
    - Bump python-sphinx Build-Depends.
    - Remove dh_installdocs override.
    - Don't manually symlink jquery.js to libjs-jquery.
  * Don't compress Sphinx _sources.
  * Include examples.
  * Apply upstream threading related memory leak patch (Closes: #661781)
  * Bump Standards-Version to 3.9.3, no changes needed.
  * Update machine-readable copyright format to 1.0.

 -- Stefano Rivera <stefanor@debian.org>  Wed, 21 Mar 2012 17:31:35 +0200

python-eventlet (0.9.16-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Dropped reuseaddr.patch: Included upstream.

 -- Soren Hansen <soren@ubuntu.com>  Wed, 08 Jun 2011 15:13:04 +0200

python-eventlet (0.9.15-1) unstable; urgency=low

  * New upstream release.
    - Drop all patches, accepted upstream.
  * Correct DEP3 headers (first line of Description is the subject)
  * Bump Standards-Version to 3.9.2, no changes needed.
  * Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
  * debian/copyright: Update to DEP5 Format r174.
  * Restore doc/modules/zmq.rst and BD on Sphinx 1.0.
  * reuseaddr.patch: The logic for deciding whether to use SO_REUSEADDR was
    inverted.
  * retry-on-timeout.patch: If an operation times out, try one last time.
    (LP: #771512)

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

python-eventlet (0.9.14-1) unstable; urgency=low

  * Initial release in Debian. (Closes: #532140)
    - Maintainer is Debian Python Modules team.
    - Add myself and Monty to Uploaders.
    - Add Vcs entries.
  * Change architecture to all, this is a pure-Python module.
    - Build-Depend on python-all.
  * Bump debhelper compat and Build-Depend to 8.
  * Drop unnecessary article from Description.
  * Switch to dh_python2.
    - Drop pycompat, deprecated.
    - Use X-Python-Version instead of pyversions. Bump python-all Build-Depend
      to 2.6.5-13~.
    - Breaks: ${python:Breaks}.
    - Let dh_python2 determine Python dependencies.
  * Run test suite during build.
    - Add Build-Depends on python-httplib2, python-nose, python-openssl and
      python-zmq.
    - disable-psycopg-patcher-test.patch: Use the postgres_requirement
      function from tests.db_pool_test in tests.patcher_psycopg_test, to skip
      unless Postgres is available.
  * Build Sphinx documentation.
    - Drop doc/modules/zmq.rst, it isn't used and requires Sphinx 1.0.
  * Include README.twisted.
  * Use python-mock instead of bundled module.
  * Update copyright to the latest format, and rework to group by licence.
    Include all BSD variants present.
  * Drop postinst, not of interest to Debian. Ubuntu can drop it after natty.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 27 Feb 2011 14:20:43 +0200

python-eventlet (0.9.14-0ubuntu2) natty; urgency=low

  * Clean up left over .pyc files.

 -- Soren Hansen <soren@ubuntu.com>  Mon, 14 Feb 2011 15:18:58 +0100

python-eventlet (0.9.14-0ubuntu1) natty; urgency=low

  * New upstream release
  * wrap-greenpipe.patch:
    - Stop eventlet's subprocess module from attempting wrap GreenPipe
      instances in another layer of GreenPipe.

 -- Soren Hansen <soren@ubuntu.com>  Mon, 14 Feb 2011 11:36:08 +0100

python-eventlet (0.9.13-0ubuntu1) natty; urgency=low

  * New upstream release

 -- Bhavani Shankar <bhavi@ubuntu.com>  Sun, 31 Oct 2010 20:28:03 +0530

python-eventlet (0.9.12-0ubuntu2) maverick; urgency=low

  * Add dependency on python-greenlet (LP: #657047)

 -- Soren Hansen <soren@ubuntu.com>  Fri, 08 Oct 2010 21:49:53 +0200

python-eventlet (0.9.12-0ubuntu1) maverick; urgency=low

  * New upstream release. (FFe: LP: #645899)

 -- Soren Hansen <soren@ubuntu.com>  Tue, 28 Sep 2010 21:20:32 +0200

python-eventlet (0.9.10-0ubuntu1) maverick; urgency=low

  * Initial upload to Ubuntu. (FFe: LP: #620368)

 -- Soren Hansen <soren@ubuntu.com>  Mon, 23 Aug 2010 08:54:30 +0200