diff --git a/python-apsw.spec b/python-apsw.spec index ee84de7..4293b61 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -1,6 +1,6 @@ %define pkgver %(echo %version | tr _ -) Name: python-apsw -Version: 3.47.0.0 +Version: 3.47.1.0 Release: 1mamba Summary: Another Python SQLite Wrapper Group: System/Libraries @@ -14,6 +14,7 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libpython311-devel BuildRequires: libsqlite-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END %description @@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/apsw-*-py*.egg-info/* %changelog +* Tue Nov 26 2024 Automatic Build System 3.47.1.0-1mamba +- automatic version update by autodist + * Mon Nov 18 2024 Automatic Build System 3.47.0.0-1mamba - automatic version update by autodist