Skip to content

Commit f41e163

Browse files
committed
* fix packaging
1 parent 337be4c commit f41e163

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
trio-asyncio (0.7.4-2) unstable; urgency=medium
2+
3+
* fix packaging
4+
5+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 25 May 2018 03:58:46 +0200
6+
17
trio-asyncio (0.7.4-1) unstable; urgency=medium
28

39
* Depend on Trio 0.4

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Section: python
44
Priority: optional
55
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
66
python3-pytest-trio,
7-
python3-trio (>= 0.3.0+dev),
7+
python3-trio (>= 0.4.0),
88
Standards-Version: 3.9.6
99
Homepage: https://github.com/smurfix/trio-asyncio
1010

1111
Package: python3-trio-asyncio
1212
Architecture: all
1313
Depends: ${misc:Depends}, ${python3:Depends},
14-
python3-trio (>= 0.3.0+dev)
14+
python3-trio (>= 0.4.0)
1515
Description: A re-implementation of the asyncio mainloop on top of Trio
1616
``trio-asyncio`` is a re-implementation of the ``asyncio`` mainloop on top of
1717
Trio.

0 commit comments

Comments
 (0)