From a4dbbcf787546d02a71414d65805ab4e0be9a865 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:29:14 +0100 Subject: [PATCH] automatic version update by autodist [release 1.5.0-1mamba;Thu Jan 13 2022] --- python-nacl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-nacl.spec b/python-nacl.spec index a0b51df..ee50848 100644 --- a/python-nacl.spec +++ b/python-nacl.spec @@ -1,5 +1,5 @@ Name: python-nacl -Version: 1.4.0 +Version: 1.5.0 Release: 1mamba Summary: A Python binding to libsodium, which is a fork of the Networking and Cryptography library Group: System/Libraries @@ -10,11 +10,11 @@ URL: https://pypi.org/project/PyNaCl/ Source: https://pypi.debian.net/PyNaCl/PyNaCl-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-nacl' 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 +* Thu Jan 13 2022 Automatic Build System 1.5.0-1mamba +- automatic version update by autodist + * Tue Sep 08 2020 Silvan Calarco 1.4.0-1mamba - package created using the webbuild interface