update packages of trio version 0.22.0
This commit is contained in:
parent
9ef3d03402
commit
ce8f96fd45
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-trio
|
Name: python-trio
|
||||||
Version: 0.14.0
|
Version: 0.22.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A friendly Python library for async concurrency and I/O
|
Summary: A friendly Python library for async concurrency and I/O
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/python-trio/trio
|
URL: https://github.com/python-trio/trio
|
||||||
Source0: https://files.pythonhosted.org/packages/df/ec/2a46d1c309dac330fba362be808c75a7cd0ff1b6a69aa1b0eccf7abfd9db/trio-0.14.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/0b/b8/1b81d2149c3e2c25900d40b8e6c8d3ca502a3cc844b90c962b0854aaf3f3/trio-0.22.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
The Trio project's goal is to produce a production-quality, permissively licensed,
|
The Trio project's goal is to produce a production-quality, permissively licensed,
|
||||||
@ -30,20 +30,12 @@ BuildRequires: python3-wheel
|
|||||||
# General requires
|
# General requires
|
||||||
BuildRequires: python3-attrs
|
BuildRequires: python3-attrs
|
||||||
BuildRequires: python3-sortedcontainers
|
BuildRequires: python3-sortedcontainers
|
||||||
BuildRequires: python3-async-generator
|
|
||||||
BuildRequires: python3-idna
|
BuildRequires: python3-idna
|
||||||
BuildRequires: python3-outcome
|
|
||||||
BuildRequires: python3-sniffio
|
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
# General requires
|
|
||||||
Requires: python3-attrs
|
|
||||||
Requires: python3-sortedcontainers
|
|
||||||
Requires: python3-async-generator
|
|
||||||
Requires: python3-idna
|
|
||||||
Requires: python3-outcome
|
|
||||||
Requires: python3-sniffio
|
|
||||||
Requires: python3-cffi
|
|
||||||
%description -n python3-trio
|
%description -n python3-trio
|
||||||
|
The Trio project's goal is to produce a production-quality, permissively licensed,
|
||||||
|
async/await-native I/O library for Python.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: A friendly Python library for async concurrency and I/O
|
Summary: A friendly Python library for async concurrency and I/O
|
||||||
@ -101,6 +93,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 30 2023 luolu12 <luluoc@isoftstone.com> - 0.22.0-1
|
||||||
|
- Init package python3-trio of version 0.22.0
|
||||||
|
|
||||||
* Thu Jul 21 2022 renliang16 <renliang@uniontech.com> - 0.14.0-1
|
* Thu Jul 21 2022 renliang16 <renliang@uniontech.com> - 0.14.0-1
|
||||||
- Init package python3-trio of version 0.14.0
|
- Init package python3-trio of version 0.14.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
trio-0.22.0.tar.gz
Normal file
BIN
trio-0.22.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user