From 5b2542824351b5aac12fd168a9c7911087f331ad Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Tue, 10 Oct 2023 18:24:24 -0500 Subject: [PATCH 1/5] python3-ConfigArgParse: update to 1.7 --- srcpkgs/python3-ConfigArgParse/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template index 4a96868a17115..b0debe1cd5147 100644 --- a/srcpkgs/python3-ConfigArgParse/template +++ b/srcpkgs/python3-ConfigArgParse/template @@ -1,17 +1,17 @@ # Template file for 'python3-ConfigArgParse' pkgname=python3-ConfigArgParse -version=1.4.1 -revision=4 +version=1.7 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" -checkdepends="python3-pytest" +checkdepends="python3-pytest python3-yaml" short_desc="Drop-in replacement for argparse" maintainer="Orphaned " license="MIT" homepage="https://github.com/bw2/ConfigArgParse" distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz" -checksum=6df537158f28c5ef2e8a8146781833abbc6cb7fca81b1b55d18808ce3439235e +checksum=e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1 post_install() { vlicense LICENSE From fd642e653e4cb235f2261fd89145cee7e8b71071 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 19:54:17 -0500 Subject: [PATCH 2/5] python3-acme: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/python3-acme/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template index e76af5dc0d58e..4db21729bb4b2 100644 --- a/srcpkgs/python3-acme/template +++ b/srcpkgs/python3-acme/template @@ -1,11 +1,11 @@ # Template file for 'python3-acme' pkgname=python3-acme -version=2.6.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.7.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core python3-setuptools python3-wheel" depends="python3-cryptography python3-openssl python3-pyrfc3339 - python3-pytz python3-requests python3-requests-toolbelt python3-setuptools + python3-pytz python3-requests python3-requests-toolbelt python3-six python3-josepy" checkdepends="python3-pytest $depends" short_desc="ACME protocol implementation in Python" @@ -13,4 +13,4 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/certbot/certbot" distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz" -checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c +checksum=7aeaf0886322ca5569bc532828086ff2a7fc5b66a29a0a5d3270363d448af228 From 65b6e2c714f67b26f64d3f745814aa94590c9a94 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 19:53:25 -0500 Subject: [PATCH 3/5] certbot-apache: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot-apache/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template index 9b845882c7688..f4a3aacd7fbe4 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 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.7.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core python3-setuptools python3-wheel" +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 324f3aaa2862591ccfb06288c3c8698f8847d045 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 19:52:33 -0500 Subject: [PATCH 4/5] certbot-nginx: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot-nginx/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template index e9c113cc54a57..3719216696439 100644 --- a/srcpkgs/certbot-nginx/template +++ b/srcpkgs/certbot-nginx/template @@ -1,9 +1,9 @@ # Template file for 'certbot-nginx' pkgname=certbot-nginx -version=2.6.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.7.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core 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 +11,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 bffdfbc196ff409450d7d4feec566abbe8161d5b Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 19:54:55 -0500 Subject: [PATCH 5/5] certbot: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot/template | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index 0d70cf0b297c2..eb195b0aa0736 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,17 +1,18 @@ # Template file for 'certbot' pkgname=certbot -version=2.6.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.7.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core 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 - python3-zope.component python3-zope.interface" -checkdepends="python3-pytest $depends" + python3-pyrfc3339 python3-pytz python3-zope.component python3-zope.interface" +checkdepends="python3-pytest python3-pytest-xdist python3-importlib_metadata + python3-typing_extensions python3-coverage python3-pytest-cov python3-pylint + python3-setuptools python3-mypy $depends" short_desc="Let's Encrypt certificate renewal automation utility" 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