-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathchangelog
199 lines (104 loc) · 5.15 KB
/
changelog
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
trio-asyncio (0.10.0-4) unstable; urgency=medium
* Test failure workarounds
-- Matthias Urlichs <matthias@urlichs.de> Mon, 25 Feb 2019 14:38:47 +0100
trio-asyncio (0.10.0-3) unstable; urgency=medium
* Merged trio deprecation fix
-- Matthias Urlichs <matthias@urlichs.de> Mon, 25 Feb 2019 14:33:54 +0100
trio-asyncio (0.10.0-2) unstable; urgency=medium
* Require trio 0.11
-- Matthias Urlichs <matthias@urlichs.de> Mon, 25 Feb 2019 12:37:16 +0100
trio-asyncio (0.10.0-1) unstable; urgency=medium
* New release
* Fix deprecation warnings
* Fix cross-references in doc
-- Matthias Urlichs <matthias@urlichs.de> Sun, 09 Dec 2018 10:20:44 +0100
trio-asyncio (0.8.4-1) unstable; urgency=medium
* Fix python_requires
-- Matthias Urlichs <matthias@urlichs.de> Sat, 25 Aug 2018 20:38:16 +0200
trio-asyncio (0.8.3-1) unstable; urgency=medium
* sniffio fixes
-- Matthias Urlichs <matthias@urlichs.de> Sat, 25 Aug 2018 20:36:01 +0200
trio-asyncio (0.8.0-2) unstable; urgency=medium
* Test fixes
-- Matthias Urlichs <matthias@urlichs.de> Thu, 09 Aug 2018 14:50:49 +0200
trio-asyncio (0.8.0-1) unstable; urgency=medium
* Fix Trio dependency
* Override asyncio's process-global loop policy handling
-- Matthias Urlichs <matthias@urlichs.de> Fri, 03 Aug 2018 13:37:28 +0200
trio-asyncio (0.7.5-3) unstable; urgency=medium
* depend on outcome
-- Matthias Urlichs <matthias@urlichs.de> Mon, 23 Jul 2018 22:30:18 +0200
trio-asyncio (0.7.5-2) unstable; urgency=medium
* Test and .gitignore fix-ups
-- Matthias Urlichs <matthias@urlichs.de> Mon, 23 Jul 2018 21:58:50 +0200
trio-asyncio (0.7.5-1) unstable; urgency=medium
* trio.hazmat.Result is deprecated.
-- Matthias Urlichs <matthias@urlichs.de> Mon, 23 Jul 2018 20:54:55 +0200
trio-asyncio (0.7.4-5) unstable; urgency=medium
* Debianization
-- Matthias Urlichs <matthias@urlichs.de> Tue, 29 May 2018 13:43:52 +0200
trio-asyncio (0.7.4-4) unstable; urgency=medium
* Merge larger-queue patch (for now)
-- Matthias Urlichs <matthias@urlichs.de> Tue, 29 May 2018 13:38:02 +0200
trio-asyncio (0.7.4-3) unstable; urgency=medium
* Don't depend on pytest-trio
-- Matthias Urlichs <matthias@urlichs.de> Tue, 29 May 2018 03:23:44 +0200
trio-asyncio (0.7.4-2) unstable; urgency=medium
* fix packaging
-- Matthias Urlichs <matthias@urlichs.de> Fri, 25 May 2018 03:58:46 +0200
trio-asyncio (0.7.4-1) unstable; urgency=medium
* Depend on Trio 0.4
-- Matthias Urlichs <matthias@urlichs.de> Sat, 14 Apr 2018 12:28:42 +0200
trio-asyncio (0.7.3-1) unstable; urgency=medium
* Use contextvars instead of TaskLocal
-- Matthias Urlichs <matthias@urlichs.de> Wed, 04 Apr 2018 12:02:03 +0200
trio-asyncio (0.7.2-1) unstable; urgency=medium
* TrioChildWatcher needs to descend from AbstractChildWatcher
(if not Windows)
-- Matthias Urlichs <matthias@urlichs.de> Tue, 03 Apr 2018 09:39:35 +0200
trio-asyncio (0.7.1-1) unstable; urgency=medium
* Handle errors in async generators
-- Matthias Urlichs <matthias@urlichs.de> Thu, 29 Mar 2018 09:11:53 +0200
trio-asyncio (0.7.0-1) unstable; urgency=medium
* Enable Python 3.5 compatibility
* allow parallel and nested native asyncio loops
* minor bug fixes
-- Matthias Urlichs <matthias@urlichs.de> Tue, 27 Mar 2018 17:03:35 +0200
trio-asyncio (0.6.0-1) unstable; urgency=medium
* Export loop.synchronize()
* Concurrency bug fixes
-- Matthias Urlichs <matthias@urlichs.de> Sun, 11 Mar 2018 21:57:13 +0100
trio-asyncio (0.5.0-2) unstable; urgency=medium
* Version 0.5 (beta)
-- Matthias Urlichs <matthias@urlichs.de> Tue, 20 Feb 2018 13:52:29 +0100
trio-asyncio (0.4.6-1) unstable; urgency=medium
* Updated, Travis tests work (mostly)
-- Matthias Urlichs <matthias@urlichs.de> Sun, 18 Feb 2018 06:08:48 +0100
trio-asyncio (0.4.5-1) unstable; urgency=medium
* Updated version
-- Matthias Urlichs <matthias@urlichs.de> Fri, 16 Feb 2018 10:24:55 +0100
trio-asyncio (0.4.2-1) unstable; urgency=medium
* Skip a flaky testcase
-- Matthias Urlichs <matthias@urlichs.de> Mon, 12 Feb 2018 21:23:13 +0100
trio-asyncio (0.4.1-2) unstable; urgency=medium
* … and updated the version number.
-- Matthias Urlichs <matthias@urlichs.de> Mon, 12 Feb 2018 21:20:29 +0100
trio-asyncio (0.4.1-1) unstable; urgency=medium
* Fixed a race condition
-- Matthias Urlichs <matthias@urlichs.de> Thu, 08 Feb 2018 04:12:38 +0100
trio-asyncio (0.4-1) unstable; urgency=medium
* Pyhon 3.6.4 asyncio tests work
-- Matthias Urlichs <matthias@urlichs.de> Wed, 07 Feb 2018 20:26:48 +0100
trio-asyncio (0.3-2) unstable; urgency=medium
* source package automatically created by stdeb 0.8.5
-- Matthias Urlichs <matthias@urlichs.de> Thu, 25 Jan 2018 12:00:10 +0100
trio-asyncio (0.3-1) unstable; urgency=medium
* Version 0.3
* added trio2aio and aio2trio decorators
-- Matthias Urlichs <matthias@urlichs.de> Tue, 17 Oct 2017 12:57:23 +0200
trio-asyncio (0.2-2) unstable; urgency=medium
* ignore .pybuild
-- Matthias Urlichs <matthias@urlichs.de> Wed, 11 Oct 2017 11:37:32 +0200
trio-asyncio (0.2-1) unstable; urgency=low
* initial packaging
-- Matthias Urlichs <matthias@urlichs.de> Mon, 09 Oct 2017 11:36:30 +0200