Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-acme: update to 1.4.0.
@ 2020-05-18 20:24 zdykstra
  2020-05-18 20:25 ` [PR PATCH] [Updated] " zdykstra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zdykstra @ 2020-05-18 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages python3-acme
https://github.com/void-linux/void-packages/pull/22102

python3-acme: update to 1.4.0.
certbot 1.4.0 requires python3-acme 1.4.0. Removed the mock removal patch, that was fixed in https://github.com/certbot/certbot/commit/127d2dc307fe827695a8ec69a373687b67c75dae#diff-16dd0931fd3406b9b59dc0b8d61f607c

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-acme-22102.patch --]
[-- Type: text/x-diff, Size: 1020 bytes --]

From a9228deadf3737ffbba08cb4aba1d109a041da8a Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 18 May 2020 15:20:57 -0500
Subject: [PATCH] python3-acme: update to 1.4.0.

---
 srcpkgs/python3-acme/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 6138506740d..b8a0c7888c2 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.3.0
-revision=2
+version=1.4.0
+revision=1
 archs=noarch
 wrksrc="acme-${version}"
 build_style=python3-module
@@ -14,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=c0de9e1fbcb4a28509825a4d19ab5455910862b23fa338acebc7bbe7c0abd20d
+checksum=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69

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

* Re: [PR PATCH] [Updated] python3-acme: update to 1.4.0.
  2020-05-18 20:24 [PR PATCH] python3-acme: update to 1.4.0 zdykstra
@ 2020-05-18 20:25 ` zdykstra
  2020-05-19  8:36 ` Piraty
  2020-05-19  8:36 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: zdykstra @ 2020-05-18 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages python3-acme
https://github.com/void-linux/void-packages/pull/22102

python3-acme: update to 1.4.0.
certbot 1.4.0 requires python3-acme 1.4.0. Removed the mock removal patch, that was fixed in https://github.com/certbot/certbot/commit/127d2dc307fe827695a8ec69a373687b67c75dae#diff-16dd0931fd3406b9b59dc0b8d61f607c

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-acme-22102.patch --]
[-- Type: text/x-diff, Size: 1714 bytes --]

From a4766ef88519282128ab74713b999f44f1eb12ef Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 18 May 2020 15:20:57 -0500
Subject: [PATCH] python3-acme: update to 1.4.0.

---
 srcpkgs/python3-acme/patches/remove-mock.patch | 10 ----------
 srcpkgs/python3-acme/template                  |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/python3-acme/patches/remove-mock.patch

diff --git a/srcpkgs/python3-acme/patches/remove-mock.patch b/srcpkgs/python3-acme/patches/remove-mock.patch
deleted file mode 100644
index 1b8c10665ec..00000000000
--- a/srcpkgs/python3-acme/patches/remove-mock.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py
-+++ setup.py
-@@ -15,7 +15,6 @@
-     # 1.1.0+ is required to avoid the warnings described at
-     # https://github.com/certbot/josepy/issues/13.
-     'josepy>=1.1.0',
--    'mock',
-     # Connection.set_tlsext_host_name (>=0.13)
-     'PyOpenSSL>=0.13.1',
-     'pyrfc3339',
diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 6138506740d..b8a0c7888c2 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.3.0
-revision=2
+version=1.4.0
+revision=1
 archs=noarch
 wrksrc="acme-${version}"
 build_style=python3-module
@@ -14,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=c0de9e1fbcb4a28509825a4d19ab5455910862b23fa338acebc7bbe7c0abd20d
+checksum=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69

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

* Re: python3-acme: update to 1.4.0.
  2020-05-18 20:24 [PR PATCH] python3-acme: update to 1.4.0 zdykstra
  2020-05-18 20:25 ` [PR PATCH] [Updated] " zdykstra
@ 2020-05-19  8:36 ` Piraty
  2020-05-19  8:36 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-05-19  8:36 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/22102#issuecomment-630673354

Comment:
just a hint: please think about if such information is a) useful per se or redundant just by looking at the patch b) is really useful and therefore better suited to be included in the commit's text, as github PRs are to be considered volatile whereas the git-log is not, also no one really looks up the relavant information of a patch here after its merged but consults the git-log first, so better put the traces right there 

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

* Re: [PR PATCH] [Merged]: python3-acme: update to 1.4.0.
  2020-05-18 20:24 [PR PATCH] python3-acme: update to 1.4.0 zdykstra
  2020-05-18 20:25 ` [PR PATCH] [Updated] " zdykstra
  2020-05-19  8:36 ` Piraty
@ 2020-05-19  8:36 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-05-19  8:36 UTC (permalink / raw)
  To: ml

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

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

python3-acme: update to 1.4.0.
https://github.com/void-linux/void-packages/pull/22102

Description:
certbot 1.4.0 requires python3-acme 1.4.0. Removed the mock removal patch, that was fixed in https://github.com/certbot/certbot/commit/127d2dc307fe827695a8ec69a373687b67c75dae#diff-16dd0931fd3406b9b59dc0b8d61f607c

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

end of thread, other threads:[~2020-05-19  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 20:24 [PR PATCH] python3-acme: update to 1.4.0 zdykstra
2020-05-18 20:25 ` [PR PATCH] [Updated] " zdykstra
2020-05-19  8:36 ` Piraty
2020-05-19  8:36 ` [PR PATCH] [Merged]: " Piraty

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