From 56a98a64cf85021a28280e93e4a4d1be913ace63 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 6 Dec 2024 09:02:57 +0100 Subject: [PATCH] automatic version update by autodist [release 4.7.0-1mamba;Thu Dec 05 2024] --- python-anyio.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-anyio.spec b/python-anyio.spec index 177ea68..4c6d1ea 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-anyio -Version: 4.6.2.post1 +Version: 4.7.0 Release: 1mamba Summary: High level compatibility layer for multiple asynchronous event loop implementations Group: System/Libraries @@ -14,6 +14,7 @@ License: MIT BuildRequires: libpython311-devel BuildRequires: python3.11dist(idna) BuildRequires: python3.11dist(sniffio) +BuildRequires: python3.11dist(typing-extensions) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba @@ -51,6 +52,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Thu Dec 05 2024 Automatic Build System 4.7.0-1mamba +- automatic version update by autodist + * Tue Oct 15 2024 Automatic Build System 4.6.2.post1-1mamba - automatic version update by autodist