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: Mon, 23 Oct 2023 05:19:07 +0200	[thread overview]
Message-ID: <20231023031907.uvE9KoZkVFbGebuhKMoLA-dP2cSrhCq2lU0H43UDffc@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: 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

  parent reply	other threads:[~2023-10-23  3:19 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
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 ` misuchiru03 [this message]
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=20231023031907.uvE9KoZkVFbGebuhKMoLA-dP2cSrhCq2lU0H43UDffc@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).