Accepting request 1045068 from home:bnavigator:branches:devel:languages:python

- Try again with 0.22.0 and a fixed httpcore

- go back to 0.21.0 as it breaks httpcore

OBS-URL: https://build.opensuse.org/request/show/1045068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=32
This commit is contained in:
Matej Cepl 2022-12-24 00:50:27 +00:00 committed by Git OBS Bridge
parent 4af225b85f
commit 01b7ee2af7
4 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Fri Dec 23 18:15:34 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Try again with 0.22.0 and a fixed httpcore
-------------------------------------------------------------------
Mon Dec 19 20:55:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <daniel.garcia@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:523f39b7b69eef73501cebfe1aafd400a9aad5b03543a0eded52952488ff1c13
size 446500

BIN
trio-0.22.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.