diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 7c6c2b3..2088bb9 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-bcrypt Version: 4.0.1 -Release: 2mamba +Release: 3mamba Summary: Good password hashing for your software and your servers Group: System/Libraries Vendor: openmamba @@ -13,8 +13,9 @@ License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -48,6 +49,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 4.0.1-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Thu Jun 08 2023 Automatic Build System 4.0.1-2mamba - rebuilt with python 3.10