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

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).