diff --git a/python-yarl.spec b/python-yarl.spec index 0e79f56..d4d81e0 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-yarl -Version: 1.13.1 +Version: 1.16.0 Release: 1mamba Summary: Yet another URL library Group: System/Libraries @@ -15,6 +15,7 @@ BuildRequires: glibc-devel BuildRequires: libpython311-devel BuildRequires: python3.11dist(idna) BuildRequires: python3.11dist(multidict) +BuildRequires: python3.11dist(propcache) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: python-expandvars-py3 @@ -52,6 +53,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Oct 25 2024 Automatic Build System 1.16.0-1mamba +- automatic version update by autodist + +* Wed Oct 09 2024 Automatic Build System 1.14.0-1mamba +- automatic version update by autodist + * Sat Sep 28 2024 Automatic Build System 1.13.1-1mamba - automatic version update by autodist