Skip to content

Commit 0e64113

Browse files
committed
* Override asyncio's process-global loop policy handling
* Fix Trio dependency
1 parent d6728de commit 0e64113

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
trio-asyncio (0.8.0-1) unstable; urgency=medium
2+
3+
* Fix Trio dependency
4+
* Override asyncio's process-global loop policy handling
5+
6+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 03 Aug 2018 13:37:28 +0200
7+
18
trio-asyncio (0.7.5-3) unstable; urgency=medium
29

310
* depend on outcome

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Maintainer: Matthias Urlichs <matthias@urlichs.de>
33
Section: python
44
Priority: optional
55
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
6-
python3-trio (>= 0.4.0),
6+
python3-trio (>= 0.5.0),
77
python3-pytest-trio,
88
python3-pytest-runner,
99
python3-outcome,
@@ -13,7 +13,7 @@ Homepage: https://github.com/smurfix/trio-asyncio
1313
Package: python3-trio-asyncio
1414
Architecture: all
1515
Depends: ${misc:Depends}, ${python3:Depends},
16-
python3-trio (>= 0.4.0),
16+
python3-trio (>= 0.5.0),
1717
python3-outcome,
1818
Description: Re-implementation of the asyncio mainloop on top of Trio
1919
trio_asyncio allows you to call asyncio code from within Trio,

trio_asyncio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "0.7.5"
3+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)