Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-multidict: update to 4.7.6.
@ 2020-10-02  3:25 ahesford
  2020-10-02  3:26 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ahesford @ 2020-10-02  3:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages multidict
https://github.com/void-linux/void-packages/pull/25265

python3-multidict: update to 4.7.6.


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

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

From acbd64ca561021c84b255e0fcbc2fd4c0f70e17d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 1 Oct 2020 23:18:13 -0400
Subject: [PATCH] python3-multidict: update to 4.7.6.

---
 srcpkgs/python3-multidict/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 62054db71f1..72df49064c2 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
-version=4.5.2
-revision=3
+version=4.7.6
+revision=1
 wrksrc="multidict-${version}"
 build_style=python3-module
-pycompile_module="multidict"
 hostmakedepends="python3-Cython python3-setuptools"
 makedepends="python3-devel"
 checkdepends="python3-pytest"
@@ -14,15 +13,12 @@ license="Apache-2.0"
 #changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst"
 homepage="https://github.com/aio-libs/multidict"
 distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
-checksum=09be72d0c223be82aa5ed42766665048c329dba9f4440cd2b9633f78e12b28da
+checksum=449035f89a12f189579ff83811424c71e4a39e335bcb8045145ad084b7bde2dc
 
 do_check() {
-	# don't use pytest-runner
-	sed -i '/setup_requires=/d' setup.py
-
 	# don't enable coverage for tests
-	sed -i 's/pytest-cov//' setup.py
-	sed -i '/addopts/d' pytest.ini
+	vsed -e '/pytest-cov==/d' -i requirements/pytest.txt
+	vsed -e '/addopts/d' -e setup.cfg
 
 	cp -f build/lib.linux-*/multidict/*.so multidict
 	python3 -m pytest

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

* Re: [PR REVIEW] python3-multidict: update to 4.7.6.
  2020-10-02  3:25 [PR PATCH] python3-multidict: update to 4.7.6 ahesford
@ 2020-10-02  3:26 ` ericonr
  2020-10-02  3:31 ` [PR PATCH] [Updated] " ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-10-02  3:26 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25265#discussion_r498604667

Comment:
Any reason it's still commented out?

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

* Re: [PR PATCH] [Updated] python3-multidict: update to 4.7.6.
  2020-10-02  3:25 [PR PATCH] python3-multidict: update to 4.7.6 ahesford
  2020-10-02  3:26 ` [PR REVIEW] " ericonr
@ 2020-10-02  3:31 ` ahesford
  2020-10-02  3:31 ` [PR REVIEW] " ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-10-02  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages multidict
https://github.com/void-linux/void-packages/pull/25265

python3-multidict: update to 4.7.6.


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

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

From 56b8af77f833cdf370f09d65521b8fcbe6b64807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 1 Oct 2020 23:18:13 -0400
Subject: [PATCH] python3-multidict: update to 4.7.6.

---
 srcpkgs/python3-multidict/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 62054db71f1..fa68b283ba3 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,28 +1,24 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
-version=4.5.2
-revision=3
+version=4.7.6
+revision=1
 wrksrc="multidict-${version}"
 build_style=python3-module
-pycompile_module="multidict"
 hostmakedepends="python3-Cython python3-setuptools"
 makedepends="python3-devel"
 checkdepends="python3-pytest"
 short_desc="Multidict implementation from aiohttp"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
-#changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst"
+changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/CHANGES.rst"
 homepage="https://github.com/aio-libs/multidict"
 distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
-checksum=09be72d0c223be82aa5ed42766665048c329dba9f4440cd2b9633f78e12b28da
+checksum=449035f89a12f189579ff83811424c71e4a39e335bcb8045145ad084b7bde2dc
 
 do_check() {
-	# don't use pytest-runner
-	sed -i '/setup_requires=/d' setup.py
-
 	# don't enable coverage for tests
-	sed -i 's/pytest-cov//' setup.py
-	sed -i '/addopts/d' pytest.ini
+	vsed -e '/pytest-cov==/d' -i requirements/pytest.txt
+	vsed -e '/addopts/d' -e setup.cfg
 
 	cp -f build/lib.linux-*/multidict/*.so multidict
 	python3 -m pytest

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

* Re: [PR REVIEW] python3-multidict: update to 4.7.6.
  2020-10-02  3:25 [PR PATCH] python3-multidict: update to 4.7.6 ahesford
  2020-10-02  3:26 ` [PR REVIEW] " ericonr
  2020-10-02  3:31 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-02  3:31 ` ahesford
  2020-10-02  4:18 ` [PR PATCH] [Updated] " ahesford
  2020-10-02  4:27 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-10-02  3:31 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25265#discussion_r498605534

Comment:
Yes: I overlooked it, but it also happened to be the wrong URL. Fixed.

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

* Re: [PR PATCH] [Updated] python3-multidict: update to 4.7.6.
  2020-10-02  3:25 [PR PATCH] python3-multidict: update to 4.7.6 ahesford
                   ` (2 preceding siblings ...)
  2020-10-02  3:31 ` [PR REVIEW] " ahesford
@ 2020-10-02  4:18 ` ahesford
  2020-10-02  4:27 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-10-02  4:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages multidict
https://github.com/void-linux/void-packages/pull/25265

python3-multidict: update to 4.7.6.


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

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

From 999f50db27a770104866946785d0a716cb25e692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 1 Oct 2020 23:18:13 -0400
Subject: [PATCH] python3-multidict: update to 4.7.6.

---
 srcpkgs/python3-multidict/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 62054db71f1..111cd6f683d 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,28 +1,24 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
-version=4.5.2
-revision=3
+version=4.7.6
+revision=1
 wrksrc="multidict-${version}"
 build_style=python3-module
-pycompile_module="multidict"
 hostmakedepends="python3-Cython python3-setuptools"
 makedepends="python3-devel"
 checkdepends="python3-pytest"
 short_desc="Multidict implementation from aiohttp"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
-#changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst"
 homepage="https://github.com/aio-libs/multidict"
+changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/CHANGES.rst"
 distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
-checksum=09be72d0c223be82aa5ed42766665048c329dba9f4440cd2b9633f78e12b28da
+checksum=449035f89a12f189579ff83811424c71e4a39e335bcb8045145ad084b7bde2dc
 
 do_check() {
-	# don't use pytest-runner
-	sed -i '/setup_requires=/d' setup.py
-
 	# don't enable coverage for tests
-	sed -i 's/pytest-cov//' setup.py
-	sed -i '/addopts/d' pytest.ini
+	vsed -e '/pytest-cov==/d' -i requirements/pytest.txt
+	vsed -e '/addopts/d' -e setup.cfg
 
 	cp -f build/lib.linux-*/multidict/*.so multidict
 	python3 -m pytest

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

* Re: [PR PATCH] [Merged]: python3-multidict: update to 4.7.6.
  2020-10-02  3:25 [PR PATCH] python3-multidict: update to 4.7.6 ahesford
                   ` (3 preceding siblings ...)
  2020-10-02  4:18 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-02  4:27 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-10-02  4:27 UTC (permalink / raw)
  To: ml

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

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

python3-multidict: update to 4.7.6.
https://github.com/void-linux/void-packages/pull/25265

Description:


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

end of thread, other threads:[~2020-10-02  4:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  3:25 [PR PATCH] python3-multidict: update to 4.7.6 ahesford
2020-10-02  3:26 ` [PR REVIEW] " ericonr
2020-10-02  3:31 ` [PR PATCH] [Updated] " ahesford
2020-10-02  3:31 ` [PR REVIEW] " ahesford
2020-10-02  4:18 ` [PR PATCH] [Updated] " ahesford
2020-10-02  4:27 ` [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).