diff --git a/python-attrs.spec b/python-attrs.spec index 74083ca..bd668b5 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-attrs -Version: 24.3.0 +Version: 25.1.0 Release: 1mamba Summary: Classes Without Boilerplate Group: System/Libraries @@ -10,12 +10,11 @@ Packager: Silvan Calarco URL: https://www.attrs.org/en/stable/ Source: https://pypi.debian.net/attrs/attrs-%{version}.tar.gz License: BSD +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -54,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Sun Jan 26 2025 Automatic Build System 25.1.0-1mamba +- automatic version update by autodist + * Mon Dec 16 2024 Automatic Build System 24.3.0-1mamba - automatic version update by autodist