From 399c4e40d445f18ad935b9e228bd045c8977affc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Sun, 22 Jan 2023 20:08:39 -0300 Subject: [PATCH] python3-paramiko: update to 3.1.0 --- srcpkgs/python3-paramiko/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template index debd2acdd6fa..7085ccf6344b 100644 --- a/srcpkgs/python3-paramiko/template +++ b/srcpkgs/python3-paramiko/template @@ -1,15 +1,15 @@ # Template file for 'python3-paramiko' pkgname=python3-paramiko -version=2.11.0 -revision=3 +version=3.1.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl - python3-six" +depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl" short_desc="Python3 SSH2 protocol library" maintainer="Orphaned " license="LGPL-2.1-or-later" -homepage="http://www.paramiko.org/" +homepage="https://www.paramiko.org/" +changelog="https://www.paramiko.org/changelog.html" distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz" -checksum=003e6bee7c034c21fbb051bf83dc0a9ee4106204dd3c53054c71452cc4ec3938 +checksum=6950faca6819acd3219d4ae694a23c7a87ee38d084f70c1724b0c0dbb8b75769 make_check=no # needs pytest-relaxed