Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Up certbot 2.7.0
@ 2023-10-06 10:00 misuchiru03
  2023-10-07  0:38 ` [PR PATCH] [Updated] certbot: update to 2.7.0 misuchiru03
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-06 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

There is a new pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages up_certbot_2.7.0
https://github.com/void-linux/void-packages/pull/46475

Up certbot 2.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/46475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_certbot_2.7.0-46475.patch --]
[-- Type: text/x-diff, Size: 4118 bytes --]

From 53d00782828f25d23d131514ad90da4fbcf6c646 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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. <kartik.ynwa@gmail.com>"
 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 a63ec261884ff3972339c18fef799c22a7575010 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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 <kartik.ynwa@gmail.com>"
 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 e4fcca7242cb4d9f782b52dbc1d6ad1cc8c4b289 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
+checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
@ 2023-10-07  0:38 ` misuchiru03
  2023-10-07  0:45 ` misuchiru03
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-07  0:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages up_certbot_2.7.0
https://github.com/void-linux/void-packages/pull/46475

certbot: update to 2.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/46475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_certbot_2.7.0-46475.patch --]
[-- Type: text/x-diff, Size: 4115 bytes --]

From 78a1aaad5e1667157ad375aa00bb9dba18e8fbf6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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. <kartik.ynwa@gmail.com>"
 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 <misuchiru03+void@gmail.com>
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 <kartik.ynwa@gmail.com>"
 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 <misuchiru03+void@gmail.com>
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 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
+checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
  2023-10-07  0:38 ` [PR PATCH] [Updated] certbot: update to 2.7.0 misuchiru03
@ 2023-10-07  0:45 ` misuchiru03
  2023-10-07  0:55 ` misuchiru03
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-07  0:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages up_certbot_2.7.0
https://github.com/void-linux/void-packages/pull/46475

certbot: update to 2.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/46475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_certbot_2.7.0-46475.patch --]
[-- Type: text/x-diff, Size: 5462 bytes --]

From 78a1aaad5e1667157ad375aa00bb9dba18e8fbf6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 04:56:52 -0500
Subject: [PATCH 1/4] 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. <kartik.ynwa@gmail.com>"
 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 <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 04:57:51 -0500
Subject: [PATCH 2/4] 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 <kartik.ynwa@gmail.com>"
 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 d882912634d4b50222d66f0a4342f3c740aa81d0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:44:33 -0500
Subject: [PATCH 3/4] python3-acme: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/python3-acme/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 890df70ce6cc9..939f1ff0f6b9d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,9 +1,10 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-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-cryptography python3-openssl python3-pyrfc3339
  python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
  python3-six python3-josepy"
@@ -13,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/certbot"
 distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
-checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c
+checksum=7aeaf0886322ca5569bc532828086ff2a7fc5b66a29a0a5d3270363d448af228

From 40075f53c810cfe4627ad8ec5fd680a6acd90d56 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 04:58:32 -0500
Subject: [PATCH 4/4] 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 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
+checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
  2023-10-07  0:38 ` [PR PATCH] [Updated] certbot: update to 2.7.0 misuchiru03
  2023-10-07  0:45 ` misuchiru03
@ 2023-10-07  0:55 ` misuchiru03
  2023-10-10 21:39 ` misuchiru03
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-07  0:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages up_certbot_2.7.0
https://github.com/void-linux/void-packages/pull/46475

certbot: update to 2.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/46475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_certbot_2.7.0-46475.patch --]
[-- Type: text/x-diff, Size: 5522 bytes --]

From ae85983f3af2668c7732aa11f4e9148a43ad5885 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:52:33 -0500
Subject: [PATCH 1/4] certbot-nginx: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/certbot-nginx/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template
index e9c113cc54a57..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
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.7.0
+revision=1
+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 <kartik.ynwa@gmail.com>"
 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 fe599d197d3a61da46ea627b4f70ecbf3bcddad5 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:53:25 -0500
Subject: [PATCH 2/4] 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..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
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.7.0
+revision=1
+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. <kartik.ynwa@gmail.com>"
 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 9b9602c68343650f4dbdf287c561307b463228f8 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:54:17 -0500
Subject: [PATCH 3/4] python3-acme: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/python3-acme/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index e76af5dc0d58e..939f1ff0f6b9d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,9 +1,10 @@
 # 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"
+makedepends="python3-setuptools python3-wheel"
 depends="python3-cryptography python3-openssl python3-pyrfc3339
  python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
  python3-six python3-josepy"
@@ -13,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/certbot"
 distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
-checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c
+checksum=7aeaf0886322ca5569bc532828086ff2a7fc5b66a29a0a5d3270363d448af228

From 1a1d160e319f897adde15625b0dff8410b95887d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:54:55 -0500
Subject: [PATCH 4/4] certbot: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/certbot/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 0d70cf0b297c2..f883164134653 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,9 +1,10 @@
 # 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"
+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 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
+checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
                   ` (2 preceding siblings ...)
  2023-10-07  0:55 ` misuchiru03
@ 2023-10-10 21:39 ` misuchiru03
  2023-10-10 23:25 ` misuchiru03
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-10 21:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages up_certbot_2.7.0
https://github.com/void-linux/void-packages/pull/46475

certbot: update to 2.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/46475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_certbot_2.7.0-46475.patch --]
[-- Type: text/x-diff, Size: 5951 bytes --]

From d22b766d3b3fa4404b7a9a1480cc7a5028b24c21 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:52:33 -0500
Subject: [PATCH 1/4] certbot-nginx: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/certbot-nginx/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template
index e9c113cc54a57..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
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.7.0
+revision=1
+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 <kartik.ynwa@gmail.com>"
 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 88b92fc5f22058088716632930eddf603bee0b36 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:53:25 -0500
Subject: [PATCH 2/4] 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..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
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.7.0
+revision=1
+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. <kartik.ynwa@gmail.com>"
 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 9641dc432071e11ebdf06acdd2f3d5fb00142f32 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:54:17 -0500
Subject: [PATCH 3/4] python3-acme: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/python3-acme/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index e76af5dc0d58e..939f1ff0f6b9d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,9 +1,10 @@
 # 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"
+makedepends="python3-setuptools python3-wheel"
 depends="python3-cryptography python3-openssl python3-pyrfc3339
  python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
  python3-six python3-josepy"
@@ -13,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/certbot"
 distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
-checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c
+checksum=7aeaf0886322ca5569bc532828086ff2a7fc5b66a29a0a5d3270363d448af228

From ceedc51d48743dcd99b2acd800d603a7f67a0ce9 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:54:55 -0500
Subject: [PATCH 4/4] certbot: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/certbot/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 0d70cf0b297c2..99cf50e5f2142 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,17 +1,19 @@
 # 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"
+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
- 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 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
+checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
                   ` (3 preceding siblings ...)
  2023-10-10 21:39 ` misuchiru03
@ 2023-10-10 23:25 ` misuchiru03
  2023-10-19 10:40 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-10 23:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages up_certbot_2.7.0
https://github.com/void-linux/void-packages/pull/46475

certbot: update to 2.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/46475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_certbot_2.7.0-46475.patch --]
[-- Type: text/x-diff, Size: 7373 bytes --]

From 5b2542824351b5aac12fd168a9c7911087f331ad Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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 <orphan@voidlinux.org>"
 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 <misuchiru03+void@gmail.com>
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 <orphan@voidlinux.org>"
 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 <misuchiru03+void@gmail.com>
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. <kartik.ynwa@gmail.com>"
 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 <misuchiru03+void@gmail.com>
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 <kartik.ynwa@gmail.com>"
 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 <misuchiru03+void@gmail.com>
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 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
+checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
                   ` (4 preceding siblings ...)
  2023-10-10 23:25 ` misuchiru03
@ 2023-10-19 10:40 ` ahesford
  2023-10-23  3:18 ` misuchiru03
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2023-10-19 10:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46475#discussion_r1365289413

Comment:
Is this really necessary?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
                   ` (5 preceding siblings ...)
  2023-10-19 10:40 ` [PR REVIEW] " ahesford
@ 2023-10-23  3:18 ` misuchiru03
  2023-10-23  3:19 ` [PR PATCH] [Updated] " misuchiru03
  2023-11-02 22:34 ` [PR PATCH] [Merged]: " ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-23  3:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New review comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/46475#discussion_r1368084851

Comment:
The makedepends? I don't think so. I have built it without, I think I had it there while troubleshooting something and forgot. It's gone now.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
                   ` (6 preceding siblings ...)
  2023-10-23  3:18 ` misuchiru03
@ 2023-10-23  3:19 ` misuchiru03
  2023-11-02 22:34 ` [PR PATCH] [Merged]: " ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: misuchiru03 @ 2023-10-23  3:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages up_certbot_2.7.0
https://github.com/void-linux/void-packages/pull/46475

certbot: update to 2.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/46475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_certbot_2.7.0-46475.patch --]
[-- Type: text/x-diff, Size: 7323 bytes --]

From 79746da4aa4a1df846a112541c7fd6424a015a02 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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 <orphan@voidlinux.org>"
 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 fe15ae0a0f496598996318abb22557ba207c5e04 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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 <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/certbot"
 distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
-checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c
+checksum=7aeaf0886322ca5569bc532828086ff2a7fc5b66a29a0a5d3270363d448af228

From 15f1158fda32a4a79660365bc6be8fd604c0a138 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:52:33 -0500
Subject: [PATCH 3/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 <kartik.ynwa@gmail.com>"
 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 4c6699a69b254f56e1edb14f07a169d543f892cf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Fri, 6 Oct 2023 19:53:25 -0500
Subject: [PATCH 4/5] certbot-apache: update to 2.7.0

Also updated build_style to python3-pep517
---
 srcpkgs/certbot-apache/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template
index 9b845882c7688..77246c226a4ca 100644
--- a/srcpkgs/certbot-apache/template
+++ b/srcpkgs/certbot-apache/template
@@ -1,9 +1,9 @@
 # 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"
 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 +11,4 @@ maintainer="Kartik S. <kartik.ynwa@gmail.com>"
 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 ec0f0d91a18248a021fa12715f4fe07ed2a55561 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
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 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
+checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Merged]: certbot: update to 2.7.0
  2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
                   ` (7 preceding siblings ...)
  2023-10-23  3:19 ` [PR PATCH] [Updated] " misuchiru03
@ 2023-11-02 22:34 ` ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2023-11-02 22:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

There's a merged pull request on the void-packages repository

certbot: update to 2.7.0
https://github.com/void-linux/void-packages/pull/46475

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-11-02 22:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06 10:00 [PR PATCH] Up certbot 2.7.0 misuchiru03
2023-10-07  0:38 ` [PR PATCH] [Updated] certbot: update to 2.7.0 misuchiru03
2023-10-07  0:45 ` misuchiru03
2023-10-07  0:55 ` misuchiru03
2023-10-10 21:39 ` misuchiru03
2023-10-10 23:25 ` misuchiru03
2023-10-19 10:40 ` [PR REVIEW] " ahesford
2023-10-23  3:18 ` misuchiru03
2023-10-23  3:19 ` [PR PATCH] [Updated] " misuchiru03
2023-11-02 22:34 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).