Github messages for voidlinux
 help / color / mirror / Atom feed
From: misuchiru03 <misuchiru03@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] certbot: update to 2.7.0
Date: Sat, 07 Oct 2023 02:45:41 +0200	[thread overview]
Message-ID: <20231007004541.VXrCe7Vw1jyNY7FRiaC45tgKNKVMpsivNw5YbNciUSE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46475@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2023-10-07  0:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231007004541.VXrCe7Vw1jyNY7FRiaC45tgKNKVMpsivNw5YbNciUSE@z \
    --to=misuchiru03@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).