From dac2cb8e3649b9a9533b655c9ac09554a2933f30 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:48:26 +0100 Subject: [PATCH] automatic version update by autodist [release 3.2.2-1mamba;Mon May 02 2022] --- python-bcrypt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 9e24645..e27116d 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,5 +1,5 @@ Name: python-bcrypt -Version: 3.2.0 +Version: 3.2.2 Release: 1mamba Summary: Good password hashing for your software and your servers Group: System/Libraries @@ -10,11 +10,11 @@ URL: https://pypi.org/project/bcrypt/ Source: https://pypi.debian.net/bcrypt/bcrypt-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-bcrypt' to get the list of build requirements. +BuildRequires: glibc-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -50,5 +50,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Mon May 02 2022 Automatic Build System 3.2.2-1mamba +- automatic version update by autodist + * Tue Sep 08 2020 Silvan Calarco 3.2.0-1mamba - package created using the webbuild interface