diff --git a/python-trio.changes b/python-trio.changes index f28566b..7d3f742 100644 --- a/python-trio.changes +++ b/python-trio.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 23 18:15:34 UTC 2022 - Ben Greiner + +- Try again with 0.22.0 and a fixed httpcore + ------------------------------------------------------------------- Mon Dec 19 20:55:58 UTC 2022 - Dirk Müller -- go back to 0.21.0 as it breaks httpcore +- go back to 0.21.0 as it breaks httpcore ------------------------------------------------------------------- Wed Dec 7 10:18:12 UTC 2022 - Daniel Garcia diff --git a/python-trio.spec b/python-trio.spec index 5afa77e..dcba3a3 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -16,9 +16,8 @@ # -%define skip_python2 1 Name: python-trio -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: Python async/await-native I/O library License: Apache-2.0 OR MIT @@ -28,7 +27,7 @@ BuildRequires: %{python_module astor >= 0.8} BuildRequires: %{python_module async_generator >= 1.9} BuildRequires: %{python_module attrs >= 19.2.0} BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module exceptiongroup} +BuildRequires: %{python_module exceptiongroup >= 1.0.0~rc9 if %python-base < 3.11} BuildRequires: %{python_module idna} BuildRequires: %{python_module outcome} BuildRequires: %{python_module pyOpenSSL} @@ -44,7 +43,9 @@ BuildRequires: netcfg BuildRequires: python-rpm-macros Requires: python-async_generator >= 1.9 Requires: python-attrs >= 19.2.0 -Requires: python-exceptiongroup +%if 0%{?python_version_nodots} < 311 +Requires: python-exceptiongroup >= 1.0.0~rc9 +%endif Requires: python-idna Requires: python-outcome Requires: python-sniffio diff --git a/trio-0.21.0.tar.gz b/trio-0.21.0.tar.gz deleted file mode 100644 index 0e64c26..0000000 --- a/trio-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:523f39b7b69eef73501cebfe1aafd400a9aad5b03543a0eded52952488ff1c13 -size 446500 diff --git a/trio-0.22.0.tar.gz b/trio-0.22.0.tar.gz new file mode 100644 index 0000000..1a949a5 --- /dev/null +++ b/trio-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf +size 472205