diff --git a/python-paramiko.spec b/python-paramiko.spec index 4a79214..89517db 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-paramiko -Version: 3.5.0 +Version: 3.5.1 Release: 1mamba Summary: Paramiko SSH2 library for Python Group: System/Libraries/Python @@ -10,6 +10,7 @@ Packager: Silvan Calarco URL: https://www.lag.net/paramiko/ Source: https://github.com/paramiko/paramiko.git/%{version}/paramiko-%{version}.tar.bz2 License: LGPL +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(bcrypt) @@ -52,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Thu Feb 06 2025 Automatic Build System 3.5.1-1mamba +- automatic version update by autodist + * Mon Sep 16 2024 Automatic Build System 3.5.0-1mamba - automatic version update by autodist