Github messages for voidlinux
 help / color / mirror / Atom feed
From: kartikynwa <kartikynwa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] certbot: update to 1.8.0
Date: Sun, 13 Sep 2020 17:13:52 +0200	[thread overview]
Message-ID: <20200913151352.TF5xKKAgQRMOcJqe4tA8tq36ai88-83HZNpn86QdEoE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24879@inbox.vuxu.org>

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

  parent reply	other threads:[~2020-09-13 15:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-13  8:58 [PR PATCH] " 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 ` kartikynwa [this message]
2020-09-13 15:31 ` [PR PATCH] [Updated] " kartikynwa
2020-09-13 15:50 ` kartikynwa
2020-09-13 19:38 ` [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=20200913151352.TF5xKKAgQRMOcJqe4tA8tq36ai88-83HZNpn86QdEoE@z \
    --to=kartikynwa@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).