From 78a1aaad5e1667157ad375aa00bb9dba18e8fbf6 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 04:56:52 -0500 Subject: [PATCH 1/3] certbot-apache: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot-apache/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template index acbba39b4d77c..84c461fcd420a 100644 --- a/srcpkgs/certbot-apache/template +++ b/srcpkgs/certbot-apache/template @@ -1,9 +1,10 @@ # Template file for 'certbot-apache' pkgname=certbot-apache -version=2.6.0 +version=2.7.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +makedepends="python3-setuptools python3-wheel" depends="certbot python3-acme python3-augeas python3-zope.interface" checkdepends="python3-pytest $depends" short_desc="Let's Encrypt certificate renewal automation utility - Apache plugin" @@ -11,4 +12,4 @@ maintainer="Kartik S. " license="Apache-2.0" homepage="https://certbot.eff.org/" distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz" -checksum=9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c +checksum=de34a8d20aa44b539ef2e6b82dc5beea98e06e808da3bd22081d0c24e2bc42d5 From ac48004fcd47594dd504235e40add48590f06042 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 04:57:51 -0500 Subject: [PATCH 2/3] certbot-nginx: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot-nginx/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template index 3eee8f97ba1cf..3d773e0b210bc 100644 --- a/srcpkgs/certbot-nginx/template +++ b/srcpkgs/certbot-nginx/template @@ -1,9 +1,10 @@ # Template file for 'certbot-nginx' pkgname=certbot-nginx -version=2.6.0 +version=2.7.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +makedepends="python3-setuptools python3-wheel" depends="certbot python3-acme python3-parsing python3-zope.interface" checkdepends="python3-pytest $depends" short_desc="Let's Encrypt certificate renewal automation utility - nginx plugin" @@ -11,4 +12,4 @@ maintainer="Kartik Singh " license="Apache-2.0" homepage="https://certbot.eff.org/" distfiles="${PYPI_SITE}/c/certbot-nginx/certbot-nginx-${version}.tar.gz" -checksum=426038336f0eb305579aa1bd71d021cfbbfa0925d165198054763b7225d64a05 +checksum=137896f84988708e0cda6a422d1d803109dacbf24afc6c83d972957426cb04bd From c141eaf39f81936f65ddc5e35b484793eb69a0f0 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 04:58:32 -0500 Subject: [PATCH 3/3] certbot: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index 9a55decabd65d..f883164134653 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,9 +1,10 @@ # Template file for 'certbot' pkgname=certbot -version=2.6.0 +version=2.7.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +makedepends="python3-setuptools python3-wheel" depends="python3-acme python3-ConfigArgParse python3-configobj python3-cryptography python3-distro python3-josepy python3-parsedatetime python3-pyrfc3339 python3-pytz python3-setuptools @@ -14,4 +15,4 @@ maintainer="Alex Childs " license="Apache-2.0" homepage="https://certbot.eff.org/" distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz" -checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab +checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c