Date: Thursday, October 6, 2022 @ 19:16:57
  Author: diabonas
Revision: 1322802

upgpkg: python-trio 0.22.0-2: depend on python-exceptiongroup

This is required until Python 3.11 is released, cf.
https://github.com/python-trio/trio/blob/f7a365b5c28951b011c75d46a1d9f5691902f50a/setup.py#L92

Modified:
  python-trio/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-06 18:26:08 UTC (rev 1322801)
+++ PKGBUILD    2022-10-06 19:16:57 UTC (rev 1322802)
@@ -2,7 +2,7 @@
 
 pkgname=python-trio
 pkgver=0.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio
@@ -11,6 +11,7 @@
   python
   python-async_generator
   python-attrs
+  python-exceptiongroup
   python-idna
   python-outcome
   python-sniffio

Reply via email to