diff --git a/python-nacl.spec b/python-nacl.spec index b619d75..2add8d2 100644 --- a/python-nacl.spec +++ b/python-nacl.spec @@ -1,6 +1,6 @@ Name: python-nacl Version: 1.5.0 -Release: 2mamba +Release: 3mamba Summary: A Python binding to libsodium, which is a fork of the Networking and Cryptography library Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ Source: https://pypi.debian.net/PyNaCl/PyNaCl-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: libpython-devel Requires: python >= %python_version @@ -50,6 +51,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Tue Sep 26 2023 Automatic Build System 1.5.0-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Thu Jun 08 2023 Automatic Build System 1.5.0-2mamba - rebuilt with python 3.10