From 53afef855f218f429dfe5374566726258e228846 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Dec 2020 14:55:04 -0500 Subject: [PATCH] certbot-apache: update to 1.10.1. --- srcpkgs/certbot-apache/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template index 85f47097e3c..2e31c4c0674 100644 --- a/srcpkgs/certbot-apache/template +++ b/srcpkgs/certbot-apache/template @@ -1,13 +1,18 @@ # Template file for 'certbot-apache' pkgname=certbot-apache -version=1.10.0 +version=1.10.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="certbot>=${version} python3-acme python3-augeas python3-zope.interface" +depends="certbot python3-acme python3-augeas python3-zope.interface" +checkdepends="python3-pytest $depends" short_desc="Let's Encrypt certificate renewal automation utility - Apache plugin" maintainer="Kartik S. " license="Apache-2.0" homepage="https://certbot.eff.org/" distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz" -checksum=5396526937c46f1ed5bc1615506ed67e7dbb26b247666842cc9788c9e2b6d012 +checksum=97ed637b4c7b03820db6c69aa90145dc989933351d46a3d62baf6b71674f0a10 + +do_check() { + python3 -m pytest +}