Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] certbot: update to 1.8.0
@ 2020-09-13  8:58 kartikynwa
  2020-09-13  9:10 ` [PR PATCH] [Updated] " kartikynwa
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13  8:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages certbot-update-2
https://github.com/void-linux/void-packages/pull/24879

certbot: update to 1.8.0
Current repo version is throwing an error because `python3-acme` is outdated. Plus many of the depends and checkdepends are outdated. Here's the log of another branch where I have updated all the dependencies:

```
df54cd33b2 (HEAD -> certbot-update) certbot: update to 1.8.0.
cfb41adfa5 python-cryptography: update to 3.1.
79993213e6 python-py: update to 1.9.0.
29779518c0 python-pytz: update to 2020.1.
a5ac7eb1b0 python-wcwidth: update to 0.2.5.
ab1783ad6b python3-ConfigArgParse: update to 1.2.3.
ad5b0d0c02 python3-acme: update to 1.8.0.
2292941c56 python3-josepy: update to 1.4.0.
69c9e936f5 python3-more-itertools: update to 8.5.0.
919c095e6c python3-pytest: update to 6.0.2.
361ee4a60f python3-zope.component: update to 4.6.2.
```

If filing a PR is advisable for these then let me know (and if I should do them together or separately). For now, this PR fixes the `certbot` error at lease.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-certbot-update-2-24879.patch --]
[-- Type: text/x-diff, Size: 2095 bytes --]

From 55a2684c0c3eefcbff2ef9119206ec5fb3af6d0d Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:21:59 +0530
Subject: [PATCH 1/2] python3-acme: update to 1.8.0.

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index b8a0c7888c2..4b186bb1921 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.4.0
+version=1.8.0
 revision=1
 archs=noarch
 wrksrc="acme-${version}"
@@ -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=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69
+checksum=ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d

From 65e994117882ae15b91319de56b4cac214c13faf Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:22:11 +0530
Subject: [PATCH 2/2] certbot: update to 1.8.0.

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index c22711ca0f4..57f05ab66eb 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.7.0
-revision=2
+version=1.8.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -15,7 +15,7 @@ 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=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
+checksum=4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
 
 post_install() {
 	rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests

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

* Re: [PR PATCH] [Updated] certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
@ 2020-09-13  9:10 ` kartikynwa
  2020-09-13 13:09 ` ahesford
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13  9:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages certbot-update-2
https://github.com/void-linux/void-packages/pull/24879

certbot: update to 1.8.0
Current repo version is throwing an error because `python3-acme` is outdated. Plus many of the depends and checkdepends are outdated. Here's the log of another branch where I have updated all the dependencies:

```
df54cd33b2 (HEAD -> certbot-update) certbot: update to 1.8.0.
cfb41adfa5 python-cryptography: update to 3.1.
79993213e6 python-py: update to 1.9.0.
29779518c0 python-pytz: update to 2020.1.
a5ac7eb1b0 python-wcwidth: update to 0.2.5.
ab1783ad6b python3-ConfigArgParse: update to 1.2.3.
ad5b0d0c02 python3-acme: update to 1.8.0.
2292941c56 python3-josepy: update to 1.4.0.
69c9e936f5 python3-more-itertools: update to 8.5.0.
919c095e6c python3-pytest: update to 6.0.2.
361ee4a60f python3-zope.component: update to 4.6.2.
```

If filing a PR is advisable for these then let me know (and if I should do them together or separately). For now, this PR fixes the `certbot` error at lease.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-certbot-update-2-24879.patch --]
[-- Type: text/x-diff, Size: 2162 bytes --]

From b48cae0f111aaab2af4d7bc23645f8c10b2d0ea5 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:21:59 +0530
Subject: [PATCH 1/2] python3-acme: update to 1.8.0.

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index b8a0c7888c2..5cb3b09b18d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.4.0
+version=1.8.0
 revision=1
-archs=noarch
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,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=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69
+checksum=ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d

From 247aee0e0ebdd68bb5e4fde7d564391844025a8b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:22:11 +0530
Subject: [PATCH 2/2] certbot: update to 1.8.0.

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index c22711ca0f4..57f05ab66eb 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.7.0
-revision=2
+version=1.8.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -15,7 +15,7 @@ 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=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
+checksum=4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
 
 post_install() {
 	rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests

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

* Re: certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
  2020-09-13  9:10 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-09-13 13:09 ` ahesford
  2020-09-13 13:31 ` [PR PATCH] [Updated] " kartikynwa
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ahesford @ 2020-09-13 13:09 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24879#issuecomment-691669572

Comment:
Go ahead and pull them in here, might as well test them in bulk where they are needed and merge them together.

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

* Re: [PR PATCH] [Updated] certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
  2020-09-13  9:10 ` [PR PATCH] [Updated] " kartikynwa
  2020-09-13 13:09 ` ahesford
@ 2020-09-13 13:31 ` kartikynwa
  2020-09-13 13:32 ` kartikynwa
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13 13:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages certbot-update-2
https://github.com/void-linux/void-packages/pull/24879

certbot: update to 1.8.0
Current repo version is throwing an error because `python3-acme` is outdated. Plus many of the depends and checkdepends are outdated. Here's the log of another branch where I have updated all the dependencies:

```
df54cd33b2 (HEAD -> certbot-update) certbot: update to 1.8.0.
cfb41adfa5 python-cryptography: update to 3.1.
79993213e6 python-py: update to 1.9.0.
29779518c0 python-pytz: update to 2020.1.
a5ac7eb1b0 python-wcwidth: update to 0.2.5.
ab1783ad6b python3-ConfigArgParse: update to 1.2.3.
ad5b0d0c02 python3-acme: update to 1.8.0.
2292941c56 python3-josepy: update to 1.4.0.
69c9e936f5 python3-more-itertools: update to 8.5.0.
919c095e6c python3-pytest: update to 6.0.2.
361ee4a60f python3-zope.component: update to 4.6.2.
```

If filing a PR is advisable for these then let me know (and if I should do them together or separately). For now, this PR fixes the `certbot` error at lease.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-certbot-update-2-24879.patch --]
[-- Type: text/x-diff, Size: 13964 bytes --]

From b48cae0f111aaab2af4d7bc23645f8c10b2d0ea5 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:21:59 +0530
Subject: [PATCH 01/11] python3-acme: update to 1.8.0.

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index b8a0c7888c2..5cb3b09b18d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.4.0
+version=1.8.0
 revision=1
-archs=noarch
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,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=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69
+checksum=ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d

From 247aee0e0ebdd68bb5e4fde7d564391844025a8b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:22:11 +0530
Subject: [PATCH 02/11] certbot: update to 1.8.0.

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index c22711ca0f4..57f05ab66eb 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.7.0
-revision=2
+version=1.8.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -15,7 +15,7 @@ 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=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
+checksum=4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
 
 post_install() {
 	rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests

From a92731b0dc4855e45f2ad1dcaf235b472a9d6cf2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:15:17 +0530
Subject: [PATCH 03/11] python-cryptography: update to 3.1.

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

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index 2e71290492b..f551f21d4c4 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
-version=2.8
-revision=3
+version=3.1
+revision=1
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel
@@ -21,7 +21,7 @@ license="BSD-3-Clause, Apache-2.0"
 homepage="https://github.com/pyca/cryptography"
 changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
-checksum=3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651
+checksum=26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08
 
 post_install() {
 	vlicense LICENSE

From bd2e738cdd3ac5411ed6e5f510c504612b92545e Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 18:59:14 +0530
Subject: [PATCH 04/11] python-py: update to 1.9.0.

---
 srcpkgs/python-py/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template
index 2a0559b4dc3..d863febd2eb 100644
--- a/srcpkgs/python-py/template
+++ b/srcpkgs/python-py/template
@@ -1,11 +1,10 @@
 # Template file for 'python-py'
 pkgname=python-py
-version=1.8.0
-revision=2
+version=1.9.0
+revision=1
 archs=noarch
 wrksrc="py-${version}"
 build_style=python-module
-pycompile_module="py"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 checkdepends="python3-pytest"
@@ -15,7 +14,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/py"
 changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
 distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
-checksum=dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53
+checksum=9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342
 
 do_check() {
 	python3 -m pytest
@@ -28,7 +27,6 @@ post_install() {
 python3-py_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="py"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From 668aeeedf604f468e82b1a269f38735a69656e3f Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:38 +0530
Subject: [PATCH 05/11] python-pytz: update to 2020.1.

---
 srcpkgs/python-pytz/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 40f582962c8..7ed0ec13f12 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,11 +1,10 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
-version=2019.3
-revision=2
+version=2020.1
+revision=1
 archs=noarch
 wrksrc="pytz-${version}"
 build_style=python-module
-pycompile_module="pytz"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python tzdata"
 short_desc="Python2 timezone library"
@@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://pythonhosted.org/pytz/"
 distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
-checksum=b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be
+checksum=c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048
 
 post_install() {
 	# use system tz database
@@ -27,7 +26,6 @@ post_install() {
 python3-pytz_package() {
 	archs=noarch
 	depends="python3 tzdata"
-	pycompile_module="pytz"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From b43ad486ba7fbf6ac30a1cc67610eccdd0b59512 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:39 +0530
Subject: [PATCH 06/11] python-wcwidth: update to 0.2.5.

---
 srcpkgs/python-wcwidth/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 8ec6d17450c..9aec20daf76 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,19 +1,18 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
-version=0.1.7
-revision=3
+version=0.2.5
+revision=1
 archs=noarch
 wrksrc="wcwidth-${version}"
 build_style=python-module
-pycompile_module="wcwidth"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
-short_desc="Measures number of terminal column cells of wide-character codes (Python2)"
+short_desc="Measures no. of terminal column cells of wide-character codes (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/jquast/wcwidth"
 license="MIT"
+homepage="https://github.com/jquast/wcwidth"
 distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
-checksum=3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e
+checksum=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83
 
 post_install() {
 	vlicense LICENSE.txt LICENSE
@@ -22,7 +21,6 @@ post_install() {
 python3-wcwidth_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="wcwidth"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From 70e4d7f136191adcb8497e52f1fdda4c5e44f9cb Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:40 +0530
Subject: [PATCH 07/11] python3-ConfigArgParse: update to 1.2.3.

---
 srcpkgs/python3-ConfigArgParse/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index ae8d5820cc8..9d31f74b474 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
-version=1.1
+version=1.2.3
 revision=1
 archs=noarch
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
-pycompile_module="configargparse.py"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Drop-in replacement for argparse"
@@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bw2/ConfigArgParse"
 distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
-checksum=7971cdb14328baaada0f140832925de83ecee93ac5e67e587e3476fac283ad51
+checksum=edd17be986d5c1ba2e307150b8e5f5107aba125f3574dddd02c85d5cdcfd37dc
 
 post_install() {
 	vlicense LICENSE

From be85bfe9ea3469c5c2063e07f944f9275ba5eab8 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:42 +0530
Subject: [PATCH 08/11] python3-josepy: update to 1.4.0.

---
 srcpkgs/python3-josepy/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index 903bd7028ed..c124c4299c6 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
-version=1.2.0
-revision=2
+version=1.4.0
+revision=1
 archs=noarch
 wrksrc="josepy-${version}"
 build_style=python3-module
-pycompile_module="josepy"
 hostmakedepends="python3-setuptools"
 depends="python3-cryptography python3-openssl python3-setuptools python3-six"
 short_desc="JOSE protocol implementation in Python3"
@@ -13,4 +12,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/josepy"
 distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
-checksum=9cec9a839fe9520f0420e4f38e7219525daccce4813296627436fe444cd002d3
+checksum=c37ff4b93606e6a452b72cdb992da5e0544be12912fac01b31ddbdd61f6d5bd0

From 859abee17f86a69dfccf6a3af06431e7b8b0faa4 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 09/11] python3-more-itertools: update to 8.5.0.

---
 srcpkgs/python3-more-itertools/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 113e728c9d8..062f2155476 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
-version=8.0.2
+version=8.5.0
 revision=1
 archs=noarch
 wrksrc="more-itertools-${version}"
 build_style=python3-module
-pycompile_module="more_itertools"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="More Python3 routines for operating on itertables"
@@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/erikrose/more-itertools"
 distfiles="${PYPI_SITE}/m/more-itertools/more-itertools-${version}.tar.gz"
-checksum=b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d
+checksum=6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
 
 do_check() {
 	python3 setup.py test

From 04419f4001befa7c6f58121d90163753d028cfe9 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 10/11] python3-pytest: update to 6.0.2.

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

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 3df0405f1e2..49df311f2af 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
-version=5.3.5
-revision=2
+version=6.0.2
+revision=1
 archs=noarch
 wrksrc="pytest-${version}"
 build_style=python3-module
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://docs.pytest.org/en/latest/"
 changelog="https://docs.pytest.org/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
-checksum=0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d
+checksum=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043
 alternatives="
  pytest:pytest:/usr/bin/pytest3
  pytest:py.test:/usr/bin/py.test3"

From 4fd35f4b8bae29032e1e8aabce8797b4d047f164 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:44 +0530
Subject: [PATCH 11/11] python3-zope.component: update to 4.6.2.

---
 srcpkgs/python3-zope.component/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 5dddba61bb3..ad5cb9106c3 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
-version=4.6.1
+version=4.6.2
 revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
@@ -13,7 +13,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="ZPL-2.1"
 homepage="https://www.zope.org"
 distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz"
-checksum=d9c7c27673d787faff8a83797ce34d6ebcae26a370e25bddb465ac2182766aca
+checksum=91628918218b3e6f6323de2a7b845e09ddc5cae131c034896c051b084bba3c92
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
                   ` (2 preceding siblings ...)
  2020-09-13 13:31 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-09-13 13:32 ` kartikynwa
  2020-09-13 13:52 ` [PR PATCH] [Updated] " kartikynwa
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13 13:32 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/24879#issuecomment-691671938

Comment:
> Go ahead and pull them in here, might as well test them in bulk where they are needed and merge them together.

Done.

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

* Re: [PR PATCH] [Updated] certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
                   ` (3 preceding siblings ...)
  2020-09-13 13:32 ` kartikynwa
@ 2020-09-13 13:52 ` kartikynwa
  2020-09-13 15:09 ` kartikynwa
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages certbot-update-2
https://github.com/void-linux/void-packages/pull/24879

certbot: update to 1.8.0
Current repo version is throwing an error because `python3-acme` is outdated. Plus many of the depends and checkdepends are outdated. Here's the log of another branch where I have updated all the dependencies:

```
df54cd33b2 (HEAD -> certbot-update) certbot: update to 1.8.0.
cfb41adfa5 python-cryptography: update to 3.1.
79993213e6 python-py: update to 1.9.0.
29779518c0 python-pytz: update to 2020.1.
a5ac7eb1b0 python-wcwidth: update to 0.2.5.
ab1783ad6b python3-ConfigArgParse: update to 1.2.3.
ad5b0d0c02 python3-acme: update to 1.8.0.
2292941c56 python3-josepy: update to 1.4.0.
69c9e936f5 python3-more-itertools: update to 8.5.0.
919c095e6c python3-pytest: update to 6.0.2.
361ee4a60f python3-zope.component: update to 4.6.2.
```

If filing a PR is advisable for these then let me know (and if I should do them together or separately). For now, this PR fixes the `certbot` error at lease.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-certbot-update-2-24879.patch --]
[-- Type: text/x-diff, Size: 14016 bytes --]

From b48cae0f111aaab2af4d7bc23645f8c10b2d0ea5 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:21:59 +0530
Subject: [PATCH 01/11] python3-acme: update to 1.8.0.

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index b8a0c7888c2..5cb3b09b18d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.4.0
+version=1.8.0
 revision=1
-archs=noarch
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,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=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69
+checksum=ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d

From 247aee0e0ebdd68bb5e4fde7d564391844025a8b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:22:11 +0530
Subject: [PATCH 02/11] certbot: update to 1.8.0.

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index c22711ca0f4..57f05ab66eb 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.7.0
-revision=2
+version=1.8.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -15,7 +15,7 @@ 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=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
+checksum=4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
 
 post_install() {
 	rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests

From a92731b0dc4855e45f2ad1dcaf235b472a9d6cf2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:15:17 +0530
Subject: [PATCH 03/11] python-cryptography: update to 3.1.

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

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index 2e71290492b..f551f21d4c4 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
-version=2.8
-revision=3
+version=3.1
+revision=1
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel
@@ -21,7 +21,7 @@ license="BSD-3-Clause, Apache-2.0"
 homepage="https://github.com/pyca/cryptography"
 changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
-checksum=3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651
+checksum=26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08
 
 post_install() {
 	vlicense LICENSE

From bd2e738cdd3ac5411ed6e5f510c504612b92545e Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 18:59:14 +0530
Subject: [PATCH 04/11] python-py: update to 1.9.0.

---
 srcpkgs/python-py/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template
index 2a0559b4dc3..d863febd2eb 100644
--- a/srcpkgs/python-py/template
+++ b/srcpkgs/python-py/template
@@ -1,11 +1,10 @@
 # Template file for 'python-py'
 pkgname=python-py
-version=1.8.0
-revision=2
+version=1.9.0
+revision=1
 archs=noarch
 wrksrc="py-${version}"
 build_style=python-module
-pycompile_module="py"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 checkdepends="python3-pytest"
@@ -15,7 +14,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/py"
 changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
 distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
-checksum=dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53
+checksum=9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342
 
 do_check() {
 	python3 -m pytest
@@ -28,7 +27,6 @@ post_install() {
 python3-py_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="py"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From 668aeeedf604f468e82b1a269f38735a69656e3f Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:38 +0530
Subject: [PATCH 05/11] python-pytz: update to 2020.1.

---
 srcpkgs/python-pytz/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 40f582962c8..7ed0ec13f12 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,11 +1,10 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
-version=2019.3
-revision=2
+version=2020.1
+revision=1
 archs=noarch
 wrksrc="pytz-${version}"
 build_style=python-module
-pycompile_module="pytz"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python tzdata"
 short_desc="Python2 timezone library"
@@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://pythonhosted.org/pytz/"
 distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
-checksum=b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be
+checksum=c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048
 
 post_install() {
 	# use system tz database
@@ -27,7 +26,6 @@ post_install() {
 python3-pytz_package() {
 	archs=noarch
 	depends="python3 tzdata"
-	pycompile_module="pytz"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From d16e3c8ffd3b89a2ea3a6a7f7049e512a7ab8c21 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:39 +0530
Subject: [PATCH 06/11] python-wcwidth: update to 0.2.5.

---
 srcpkgs/python-wcwidth/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 8ec6d17450c..5b046c258fa 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,31 +1,29 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
-version=0.1.7
-revision=3
+version=0.2.5
+revision=1
 archs=noarch
 wrksrc="wcwidth-${version}"
 build_style=python-module
-pycompile_module="wcwidth"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
-short_desc="Measures number of terminal column cells of wide-character codes (Python2)"
+short_desc="Measures no. of terminal column cells of wide-character codes (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/jquast/wcwidth"
 license="MIT"
+homepage="https://github.com/jquast/wcwidth"
 distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
-checksum=3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e
+checksum=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83
 
 post_install() {
-	vlicense LICENSE.txt LICENSE
+	vlicense LICENSE
 }
 
 python3-wcwidth_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="wcwidth"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
+		vlicense LICENSE
 	}
 }

From b57b2ec2083f53324e639389920c6e8f865f1422 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:40 +0530
Subject: [PATCH 07/11] python3-ConfigArgParse: update to 1.2.3.

---
 srcpkgs/python3-ConfigArgParse/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index ae8d5820cc8..9d31f74b474 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
-version=1.1
+version=1.2.3
 revision=1
 archs=noarch
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
-pycompile_module="configargparse.py"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Drop-in replacement for argparse"
@@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bw2/ConfigArgParse"
 distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
-checksum=7971cdb14328baaada0f140832925de83ecee93ac5e67e587e3476fac283ad51
+checksum=edd17be986d5c1ba2e307150b8e5f5107aba125f3574dddd02c85d5cdcfd37dc
 
 post_install() {
 	vlicense LICENSE

From d964100e5f4095c0da14df5e375afe9338f34dc2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:42 +0530
Subject: [PATCH 08/11] python3-josepy: update to 1.4.0.

---
 srcpkgs/python3-josepy/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index 903bd7028ed..c124c4299c6 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
-version=1.2.0
-revision=2
+version=1.4.0
+revision=1
 archs=noarch
 wrksrc="josepy-${version}"
 build_style=python3-module
-pycompile_module="josepy"
 hostmakedepends="python3-setuptools"
 depends="python3-cryptography python3-openssl python3-setuptools python3-six"
 short_desc="JOSE protocol implementation in Python3"
@@ -13,4 +12,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/josepy"
 distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
-checksum=9cec9a839fe9520f0420e4f38e7219525daccce4813296627436fe444cd002d3
+checksum=c37ff4b93606e6a452b72cdb992da5e0544be12912fac01b31ddbdd61f6d5bd0

From 3de9438846cc1f75d9c2a7df24622d410ace2836 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 09/11] python3-more-itertools: update to 8.5.0.

---
 srcpkgs/python3-more-itertools/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 113e728c9d8..062f2155476 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
-version=8.0.2
+version=8.5.0
 revision=1
 archs=noarch
 wrksrc="more-itertools-${version}"
 build_style=python3-module
-pycompile_module="more_itertools"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="More Python3 routines for operating on itertables"
@@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/erikrose/more-itertools"
 distfiles="${PYPI_SITE}/m/more-itertools/more-itertools-${version}.tar.gz"
-checksum=b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d
+checksum=6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
 
 do_check() {
 	python3 setup.py test

From 93323e204a8037597d6fc00d6236b39c51128390 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 10/11] python3-pytest: update to 6.0.2.

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

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 3df0405f1e2..49df311f2af 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
-version=5.3.5
-revision=2
+version=6.0.2
+revision=1
 archs=noarch
 wrksrc="pytest-${version}"
 build_style=python3-module
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://docs.pytest.org/en/latest/"
 changelog="https://docs.pytest.org/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
-checksum=0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d
+checksum=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043
 alternatives="
  pytest:pytest:/usr/bin/pytest3
  pytest:py.test:/usr/bin/py.test3"

From fdfb8a023a67b3e8d1821ec929824be4056e9acf Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:44 +0530
Subject: [PATCH 11/11] python3-zope.component: update to 4.6.2.

---
 srcpkgs/python3-zope.component/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 5dddba61bb3..ad5cb9106c3 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
-version=4.6.1
+version=4.6.2
 revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
@@ -13,7 +13,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="ZPL-2.1"
 homepage="https://www.zope.org"
 distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz"
-checksum=d9c7c27673d787faff8a83797ce34d6ebcae26a370e25bddb465ac2182766aca
+checksum=91628918218b3e6f6323de2a7b845e09ddc5cae131c034896c051b084bba3c92
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
                   ` (4 preceding siblings ...)
  2020-09-13 13:52 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-09-13 15:09 ` kartikynwa
  2020-09-13 15:13 ` [PR PATCH] [Updated] " kartikynwa
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13 15:09 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/24879#issuecomment-691671938

Comment:
> Go ahead and pull them in here, might as well test them in bulk where they are needed and merge them together.

Done.

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

* Re: [PR PATCH] [Updated] certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
                   ` (5 preceding siblings ...)
  2020-09-13 15:09 ` kartikynwa
@ 2020-09-13 15:13 ` kartikynwa
  2020-09-13 15:31 ` kartikynwa
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages certbot-update-2
https://github.com/void-linux/void-packages/pull/24879

certbot: update to 1.8.0
Current repo version is throwing an error because `python3-acme` is outdated. Plus many of the depends and checkdepends are outdated. Here's the log of another branch where I have updated all the dependencies:

```
df54cd33b2 (HEAD -> certbot-update) certbot: update to 1.8.0.
cfb41adfa5 python-cryptography: update to 3.1.
79993213e6 python-py: update to 1.9.0.
29779518c0 python-pytz: update to 2020.1.
a5ac7eb1b0 python-wcwidth: update to 0.2.5.
ab1783ad6b python3-ConfigArgParse: update to 1.2.3.
ad5b0d0c02 python3-acme: update to 1.8.0.
2292941c56 python3-josepy: update to 1.4.0.
69c9e936f5 python3-more-itertools: update to 8.5.0.
919c095e6c python3-pytest: update to 6.0.2.
361ee4a60f python3-zope.component: update to 4.6.2.
```

If filing a PR is advisable for these then let me know (and if I should do them together or separately). For now, this PR fixes the `certbot` error at lease.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-certbot-update-2-24879.patch --]
[-- Type: text/x-diff, Size: 14391 bytes --]

From b48cae0f111aaab2af4d7bc23645f8c10b2d0ea5 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:21:59 +0530
Subject: [PATCH 01/11] python3-acme: update to 1.8.0.

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index b8a0c7888c2..5cb3b09b18d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.4.0
+version=1.8.0
 revision=1
-archs=noarch
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,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=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69
+checksum=ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d

From 247aee0e0ebdd68bb5e4fde7d564391844025a8b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:22:11 +0530
Subject: [PATCH 02/11] certbot: update to 1.8.0.

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index c22711ca0f4..57f05ab66eb 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.7.0
-revision=2
+version=1.8.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -15,7 +15,7 @@ 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=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
+checksum=4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
 
 post_install() {
 	rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests

From a92731b0dc4855e45f2ad1dcaf235b472a9d6cf2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:15:17 +0530
Subject: [PATCH 03/11] python-cryptography: update to 3.1.

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

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index 2e71290492b..f551f21d4c4 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
-version=2.8
-revision=3
+version=3.1
+revision=1
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel
@@ -21,7 +21,7 @@ license="BSD-3-Clause, Apache-2.0"
 homepage="https://github.com/pyca/cryptography"
 changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
-checksum=3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651
+checksum=26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08
 
 post_install() {
 	vlicense LICENSE

From e49feead2db499969370f0cf64acb88f1a0b5ea3 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 18:59:14 +0530
Subject: [PATCH 04/11] python-py: update to 1.9.0.

---
 srcpkgs/python-py/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template
index 2a0559b4dc3..520b6312a73 100644
--- a/srcpkgs/python-py/template
+++ b/srcpkgs/python-py/template
@@ -1,11 +1,9 @@
 # Template file for 'python-py'
 pkgname=python-py
-version=1.8.0
-revision=2
-archs=noarch
+version=1.9.0
+revision=1
 wrksrc="py-${version}"
 build_style=python-module
-pycompile_module="py"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 checkdepends="python3-pytest"
@@ -15,7 +13,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/py"
 changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
 distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
-checksum=dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53
+checksum=9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342
 
 do_check() {
 	python3 -m pytest
@@ -28,7 +26,6 @@ post_install() {
 python3-py_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="py"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From 5146d0867b34c46053986d013b06576870d98d77 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:38 +0530
Subject: [PATCH 05/11] python-pytz: update to 2020.1.

---
 srcpkgs/python-pytz/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 40f582962c8..424e6bc15ac 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,11 +1,9 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
-version=2019.3
-revision=2
-archs=noarch
+version=2020.1
+revision=1
 wrksrc="pytz-${version}"
 build_style=python-module
-pycompile_module="pytz"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python tzdata"
 short_desc="Python2 timezone library"
@@ -13,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://pythonhosted.org/pytz/"
 distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
-checksum=b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be
+checksum=c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048
 
 post_install() {
 	# use system tz database
@@ -25,9 +23,7 @@ post_install() {
 }
 
 python3-pytz_package() {
-	archs=noarch
 	depends="python3 tzdata"
-	pycompile_module="pytz"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From ccd67b412e526d8e981d9f665a85f2110eae8afb Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:39 +0530
Subject: [PATCH 06/11] python-wcwidth: update to 0.2.5.

---
 srcpkgs/python-wcwidth/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 8ec6d17450c..70ef291d59a 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,31 +1,27 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
-version=0.1.7
-revision=3
-archs=noarch
+version=0.2.5
+revision=1
 wrksrc="wcwidth-${version}"
 build_style=python-module
-pycompile_module="wcwidth"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
-short_desc="Measures number of terminal column cells of wide-character codes (Python2)"
+short_desc="Measures no. of terminal column cells of wide-character codes (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/jquast/wcwidth"
 license="MIT"
+homepage="https://github.com/jquast/wcwidth"
 distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
-checksum=3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e
+checksum=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83
 
 post_install() {
-	vlicense LICENSE.txt LICENSE
+	vlicense LICENSE
 }
 
 python3-wcwidth_package() {
-	archs=noarch
 	depends="python3"
-	pycompile_module="wcwidth"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
+		vlicense LICENSE
 	}
 }

From c0b1e8d1d2220a74f57cb71868102e4a4e875e94 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:40 +0530
Subject: [PATCH 07/11] python3-ConfigArgParse: update to 1.2.3.

---
 srcpkgs/python3-ConfigArgParse/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index ae8d5820cc8..dd13ea719a4 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
-version=1.1
+version=1.2.3
 revision=1
-archs=noarch
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
-pycompile_module="configargparse.py"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Drop-in replacement for argparse"
@@ -13,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bw2/ConfigArgParse"
 distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
-checksum=7971cdb14328baaada0f140832925de83ecee93ac5e67e587e3476fac283ad51
+checksum=edd17be986d5c1ba2e307150b8e5f5107aba125f3574dddd02c85d5cdcfd37dc
 
 post_install() {
 	vlicense LICENSE

From 428fe0c76770643b354ec025ad8df0bc1ae37517 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:42 +0530
Subject: [PATCH 08/11] python3-josepy: update to 1.4.0.

---
 srcpkgs/python3-josepy/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index 903bd7028ed..b69c2e24fc5 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
-version=1.2.0
-revision=2
-archs=noarch
+version=1.4.0
+revision=1
 wrksrc="josepy-${version}"
 build_style=python3-module
-pycompile_module="josepy"
 hostmakedepends="python3-setuptools"
 depends="python3-cryptography python3-openssl python3-setuptools python3-six"
 short_desc="JOSE protocol implementation in Python3"
@@ -13,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/josepy"
 distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
-checksum=9cec9a839fe9520f0420e4f38e7219525daccce4813296627436fe444cd002d3
+checksum=c37ff4b93606e6a452b72cdb992da5e0544be12912fac01b31ddbdd61f6d5bd0

From 698b5ef2fe5a82681e8eb5d8633c2d1ee805889a Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 09/11] python3-more-itertools: update to 8.5.0.

---
 srcpkgs/python3-more-itertools/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 113e728c9d8..116e86e04c5 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
-version=8.0.2
+version=8.5.0
 revision=1
-archs=noarch
 wrksrc="more-itertools-${version}"
 build_style=python3-module
-pycompile_module="more_itertools"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="More Python3 routines for operating on itertables"
@@ -13,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/erikrose/more-itertools"
 distfiles="${PYPI_SITE}/m/more-itertools/more-itertools-${version}.tar.gz"
-checksum=b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d
+checksum=6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
 
 do_check() {
 	python3 setup.py test

From af538559efa44bdbab0ce76c0ddc17ec22fc4e31 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 10/11] python3-pytest: update to 6.0.2.

---
 srcpkgs/python3-pytest/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 3df0405f1e2..2e8a374649b 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
-version=5.3.5
-revision=2
-archs=noarch
+version=6.0.2
+revision=1
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -16,15 +15,12 @@ license="MIT"
 homepage="https://docs.pytest.org/en/latest/"
 changelog="https://docs.pytest.org/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
-checksum=0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d
+checksum=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043
 alternatives="
  pytest:pytest:/usr/bin/pytest3
  pytest:py.test:/usr/bin/py.test3"
 
 post_patch() {
-	vsed -i setup.py \
-		-e '/setup_requires=/d' \
-		-e "s|use_scm_version=.*|version=\"${version}\",|"
 	# This test depends on tox, and/or egg-info
 	# merely check pytest and py.test were generated
 	rm testing/test_entry_points.py

From a989655c2b8b71ba4bece10f64c616ce71c0ae2e Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:44 +0530
Subject: [PATCH 11/11] python3-zope.component: update to 4.6.2.

---
 srcpkgs/python3-zope.component/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 5dddba61bb3..954984473b4 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
-version=4.6.1
+version=4.6.2
 revision=1
-archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +12,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="ZPL-2.1"
 homepage="https://www.zope.org"
 distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz"
-checksum=d9c7c27673d787faff8a83797ce34d6ebcae26a370e25bddb465ac2182766aca
+checksum=91628918218b3e6f6323de2a7b845e09ddc5cae131c034896c051b084bba3c92
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: [PR PATCH] [Updated] certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
                   ` (6 preceding siblings ...)
  2020-09-13 15:13 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-09-13 15:31 ` kartikynwa
  2020-09-13 15:50 ` kartikynwa
  2020-09-13 19:38 ` [PR PATCH] [Merged]: " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages certbot-update-2
https://github.com/void-linux/void-packages/pull/24879

certbot: update to 1.8.0
Current repo version is throwing an error because `python3-acme` is outdated. Plus many of the depends and checkdepends are outdated. Here's the log of another branch where I have updated all the dependencies:

```
df54cd33b2 (HEAD -> certbot-update) certbot: update to 1.8.0.
cfb41adfa5 python-cryptography: update to 3.1.
79993213e6 python-py: update to 1.9.0.
29779518c0 python-pytz: update to 2020.1.
a5ac7eb1b0 python-wcwidth: update to 0.2.5.
ab1783ad6b python3-ConfigArgParse: update to 1.2.3.
ad5b0d0c02 python3-acme: update to 1.8.0.
2292941c56 python3-josepy: update to 1.4.0.
69c9e936f5 python3-more-itertools: update to 8.5.0.
919c095e6c python3-pytest: update to 6.0.2.
361ee4a60f python3-zope.component: update to 4.6.2.
```

If filing a PR is advisable for these then let me know (and if I should do them together or separately). For now, this PR fixes the `certbot` error at lease.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-certbot-update-2-24879.patch --]
[-- Type: text/x-diff, Size: 14398 bytes --]

From b48cae0f111aaab2af4d7bc23645f8c10b2d0ea5 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:21:59 +0530
Subject: [PATCH 01/11] python3-acme: update to 1.8.0.

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index b8a0c7888c2..5cb3b09b18d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.4.0
+version=1.8.0
 revision=1
-archs=noarch
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,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=f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69
+checksum=ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d

From 247aee0e0ebdd68bb5e4fde7d564391844025a8b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:22:11 +0530
Subject: [PATCH 02/11] certbot: update to 1.8.0.

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index c22711ca0f4..57f05ab66eb 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.7.0
-revision=2
+version=1.8.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -15,7 +15,7 @@ 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=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
+checksum=4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
 
 post_install() {
 	rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests

From a92731b0dc4855e45f2ad1dcaf235b472a9d6cf2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 14:15:17 +0530
Subject: [PATCH 03/11] python-cryptography: update to 3.1.

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

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index 2e71290492b..f551f21d4c4 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
-version=2.8
-revision=3
+version=3.1
+revision=1
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel
@@ -21,7 +21,7 @@ license="BSD-3-Clause, Apache-2.0"
 homepage="https://github.com/pyca/cryptography"
 changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
-checksum=3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651
+checksum=26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08
 
 post_install() {
 	vlicense LICENSE

From 168512088f6b6a2fa43a55825e2f52d1d7ddf6c1 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 18:59:14 +0530
Subject: [PATCH 04/11] python-py: update to 1.9.0.

---
 srcpkgs/python-py/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template
index 2a0559b4dc3..181bbbd3567 100644
--- a/srcpkgs/python-py/template
+++ b/srcpkgs/python-py/template
@@ -1,11 +1,9 @@
 # Template file for 'python-py'
 pkgname=python-py
-version=1.8.0
-revision=2
-archs=noarch
+version=1.9.0
+revision=1
 wrksrc="py-${version}"
 build_style=python-module
-pycompile_module="py"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 checkdepends="python3-pytest"
@@ -15,7 +13,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/py"
 changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
 distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
-checksum=dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53
+checksum=9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342
 
 do_check() {
 	python3 -m pytest
@@ -26,9 +24,7 @@ post_install() {
 }
 
 python3-py_package() {
-	archs=noarch
 	depends="python3"
-	pycompile_module="py"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From 2fa6d1f0459673d0dac81e2f8ee5c18ae018b8e7 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:38 +0530
Subject: [PATCH 05/11] python-pytz: update to 2020.1.

---
 srcpkgs/python-pytz/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 40f582962c8..424e6bc15ac 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,11 +1,9 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
-version=2019.3
-revision=2
-archs=noarch
+version=2020.1
+revision=1
 wrksrc="pytz-${version}"
 build_style=python-module
-pycompile_module="pytz"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python tzdata"
 short_desc="Python2 timezone library"
@@ -13,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://pythonhosted.org/pytz/"
 distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
-checksum=b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be
+checksum=c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048
 
 post_install() {
 	# use system tz database
@@ -25,9 +23,7 @@ post_install() {
 }
 
 python3-pytz_package() {
-	archs=noarch
 	depends="python3 tzdata"
-	pycompile_module="pytz"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From a713fc243ef8f77867f55333c03ea312a96ae935 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:39 +0530
Subject: [PATCH 06/11] python-wcwidth: update to 0.2.5.

---
 srcpkgs/python-wcwidth/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 8ec6d17450c..70ef291d59a 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,31 +1,27 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
-version=0.1.7
-revision=3
-archs=noarch
+version=0.2.5
+revision=1
 wrksrc="wcwidth-${version}"
 build_style=python-module
-pycompile_module="wcwidth"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
-short_desc="Measures number of terminal column cells of wide-character codes (Python2)"
+short_desc="Measures no. of terminal column cells of wide-character codes (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/jquast/wcwidth"
 license="MIT"
+homepage="https://github.com/jquast/wcwidth"
 distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
-checksum=3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e
+checksum=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83
 
 post_install() {
-	vlicense LICENSE.txt LICENSE
+	vlicense LICENSE
 }
 
 python3-wcwidth_package() {
-	archs=noarch
 	depends="python3"
-	pycompile_module="wcwidth"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
+		vlicense LICENSE
 	}
 }

From 776ee5e95f2d57e527ac5079e45c1c2a48af8330 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:40 +0530
Subject: [PATCH 07/11] python3-ConfigArgParse: update to 1.2.3.

---
 srcpkgs/python3-ConfigArgParse/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index ae8d5820cc8..dd13ea719a4 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
-version=1.1
+version=1.2.3
 revision=1
-archs=noarch
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
-pycompile_module="configargparse.py"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Drop-in replacement for argparse"
@@ -13,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bw2/ConfigArgParse"
 distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
-checksum=7971cdb14328baaada0f140832925de83ecee93ac5e67e587e3476fac283ad51
+checksum=edd17be986d5c1ba2e307150b8e5f5107aba125f3574dddd02c85d5cdcfd37dc
 
 post_install() {
 	vlicense LICENSE

From 69bd9060cc63959a049ea7f8378a8ea4024adf86 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:42 +0530
Subject: [PATCH 08/11] python3-josepy: update to 1.4.0.

---
 srcpkgs/python3-josepy/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index 903bd7028ed..b69c2e24fc5 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
-version=1.2.0
-revision=2
-archs=noarch
+version=1.4.0
+revision=1
 wrksrc="josepy-${version}"
 build_style=python3-module
-pycompile_module="josepy"
 hostmakedepends="python3-setuptools"
 depends="python3-cryptography python3-openssl python3-setuptools python3-six"
 short_desc="JOSE protocol implementation in Python3"
@@ -13,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/josepy"
 distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
-checksum=9cec9a839fe9520f0420e4f38e7219525daccce4813296627436fe444cd002d3
+checksum=c37ff4b93606e6a452b72cdb992da5e0544be12912fac01b31ddbdd61f6d5bd0

From c2b87b5bb916f4fe24035e8e9bd4d3ac99c13c91 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 09/11] python3-more-itertools: update to 8.5.0.

---
 srcpkgs/python3-more-itertools/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 113e728c9d8..116e86e04c5 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
-version=8.0.2
+version=8.5.0
 revision=1
-archs=noarch
 wrksrc="more-itertools-${version}"
 build_style=python3-module
-pycompile_module="more_itertools"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="More Python3 routines for operating on itertables"
@@ -13,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/erikrose/more-itertools"
 distfiles="${PYPI_SITE}/m/more-itertools/more-itertools-${version}.tar.gz"
-checksum=b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d
+checksum=6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
 
 do_check() {
 	python3 setup.py test

From 05d05f39c36ec1556b70c8e737fd03e94efff60c Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:43 +0530
Subject: [PATCH 10/11] python3-pytest: update to 6.0.2.

---
 srcpkgs/python3-pytest/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 3df0405f1e2..2e8a374649b 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
-version=5.3.5
-revision=2
-archs=noarch
+version=6.0.2
+revision=1
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -16,15 +15,12 @@ license="MIT"
 homepage="https://docs.pytest.org/en/latest/"
 changelog="https://docs.pytest.org/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
-checksum=0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d
+checksum=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043
 alternatives="
  pytest:pytest:/usr/bin/pytest3
  pytest:py.test:/usr/bin/py.test3"
 
 post_patch() {
-	vsed -i setup.py \
-		-e '/setup_requires=/d' \
-		-e "s|use_scm_version=.*|version=\"${version}\",|"
 	# This test depends on tox, and/or egg-info
 	# merely check pytest and py.test were generated
 	rm testing/test_entry_points.py

From e37ba18da9468f14fcec8cb0f28a23bb54a04076 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 13 Sep 2020 19:00:44 +0530
Subject: [PATCH 11/11] python3-zope.component: update to 4.6.2.

---
 srcpkgs/python3-zope.component/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 5dddba61bb3..954984473b4 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
-version=4.6.1
+version=4.6.2
 revision=1
-archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +12,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="ZPL-2.1"
 homepage="https://www.zope.org"
 distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz"
-checksum=d9c7c27673d787faff8a83797ce34d6ebcae26a370e25bddb465ac2182766aca
+checksum=91628918218b3e6f6323de2a7b845e09ddc5cae131c034896c051b084bba3c92
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
                   ` (7 preceding siblings ...)
  2020-09-13 15:31 ` kartikynwa
@ 2020-09-13 15:50 ` kartikynwa
  2020-09-13 19:38 ` [PR PATCH] [Merged]: " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: kartikynwa @ 2020-09-13 15:50 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/24879#issuecomment-691688522

Comment:
@ahesford sorry about the earlier early comment but it's done now

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

* Re: [PR PATCH] [Merged]: certbot: update to 1.8.0
  2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
                   ` (8 preceding siblings ...)
  2020-09-13 15:50 ` kartikynwa
@ 2020-09-13 19:38 ` ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: ahesford @ 2020-09-13 19:38 UTC (permalink / raw)
  To: ml

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

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

certbot: update to 1.8.0
https://github.com/void-linux/void-packages/pull/24879

Description:
Current repo version is throwing an error because `python3-acme` is outdated. Plus many of the depends and checkdepends are outdated. Here's the log of another branch where I have updated all the dependencies:

```
df54cd33b2 (HEAD -> certbot-update) certbot: update to 1.8.0.
cfb41adfa5 python-cryptography: update to 3.1.
79993213e6 python-py: update to 1.9.0.
29779518c0 python-pytz: update to 2020.1.
a5ac7eb1b0 python-wcwidth: update to 0.2.5.
ab1783ad6b python3-ConfigArgParse: update to 1.2.3.
ad5b0d0c02 python3-acme: update to 1.8.0.
2292941c56 python3-josepy: update to 1.4.0.
69c9e936f5 python3-more-itertools: update to 8.5.0.
919c095e6c python3-pytest: update to 6.0.2.
361ee4a60f python3-zope.component: update to 4.6.2.
```

If filing a PR is advisable for these then let me know (and if I should do them together or separately). For now, this PR fixes the `certbot` error at lease.

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

end of thread, other threads:[~2020-09-13 19:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13  8:58 [PR PATCH] certbot: update to 1.8.0 kartikynwa
2020-09-13  9:10 ` [PR PATCH] [Updated] " kartikynwa
2020-09-13 13:09 ` ahesford
2020-09-13 13:31 ` [PR PATCH] [Updated] " kartikynwa
2020-09-13 13:32 ` kartikynwa
2020-09-13 13:52 ` [PR PATCH] [Updated] " kartikynwa
2020-09-13 15:09 ` kartikynwa
2020-09-13 15:13 ` [PR PATCH] [Updated] " kartikynwa
2020-09-13 15:31 ` kartikynwa
2020-09-13 15:50 ` kartikynwa
2020-09-13 19:38 ` [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).