Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Pyro4: update to 4.81.
@ 2021-12-04 20:55 pfpulux
  2021-12-04 21:00 ` [PR PATCH] [Updated] " pfpulux
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pfpulux @ 2021-12-04 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Pyro4
https://github.com/void-linux/void-packages/pull/34385

python3-Pyro4: update to 4.81.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c00b90c6ec0c7460e463b1dbd1f8499e21586e88 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 4 Dec 2021 21:02:44 +0100
Subject: [PATCH] python3-Pyro4: update to 4.81.

---
 srcpkgs/python3-Pyro4/template | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 401d2ce3046a..0a96e9969e6c 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,20 +1,31 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
-version=4.80
-revision=4
+version=4.81
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-serpent"
+# checkdepends="python3-serpent python3-msgpack python3-dill python3-cloudpickle"
+checkdepends="python3-serpent python3-Pyro4"
 short_desc="Distributed Object Middleware (IPC/RPC) for Python3"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://pythonhosted.org/Pyro4/"
 distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
-checksum=46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220
+checksum=e130da06478b813173b959f7013d134865e07fbf58cc5f1a2598f99479cdac5f
 
 conflicts="python-Pyro4>=0"
 
+do_check() {
+	# Tests depend on python3-dill and python3-cloudpickle, which aren't packaged
+	rm -f tests/PyroTests/test_daemon.py tests/PyroTests/test_serialize.py
+	# Tests can't get addr
+	rm -f tests/PyroTests/test_naming.py tests/PyroTests/test_naming2.py
+	rm -f tests/PyroTests/test_socket.py tests/PyroTests/test_util.py
+	PYTHONPATH=src python3 -E -Wall -tt -bb tests/run_testsuite.py
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
@ 2021-12-04 21:00 ` pfpulux
  2021-12-04 21:04 ` pfpulux
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2021-12-04 21:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Pyro4
https://github.com/void-linux/void-packages/pull/34385

python3-Pyro4: update to 4.81.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ebe49b66326d89405b4f30bcc7d55a310f587a98 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 4 Dec 2021 21:02:44 +0100
Subject: [PATCH] python3-Pyro4: update to 4.81.

---
 srcpkgs/python3-Pyro4/template | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 401d2ce3046a..fe1563fa20e6 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,20 +1,31 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
-version=4.80
-revision=4
+version=4.81
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-serpent"
+# checkdepends="python3-serpent python3-msgpack python3-dill python3-cloudpickle"
+checkdepends="python3-serpent"
 short_desc="Distributed Object Middleware (IPC/RPC) for Python3"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://pythonhosted.org/Pyro4/"
 distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
-checksum=46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220
+checksum=e130da06478b813173b959f7013d134865e07fbf58cc5f1a2598f99479cdac5f
 
 conflicts="python-Pyro4>=0"
 
+do_check() {
+	# Tests depend on python3-dill and python3-cloudpickle, which aren't packaged
+	rm -f tests/PyroTests/test_daemon.py tests/PyroTests/test_serialize.py
+	# Tests can't get addr
+	rm -f tests/PyroTests/test_naming.py tests/PyroTests/test_naming2.py
+	rm -f tests/PyroTests/test_socket.py tests/PyroTests/test_util.py
+	PYTHONPATH=src python3 -E -Wall -tt -bb tests/run_testsuite.py
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
  2021-12-04 21:00 ` [PR PATCH] [Updated] " pfpulux
@ 2021-12-04 21:04 ` pfpulux
  2021-12-06 15:22 ` [PR REVIEW] " ahesford
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2021-12-04 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Pyro4
https://github.com/void-linux/void-packages/pull/34385

python3-Pyro4: update to 4.81.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From efee4d88e11278bd7e8e60dad8557affe2c9cff6 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 4 Dec 2021 21:02:44 +0100
Subject: [PATCH] python3-Pyro4: update to 4.81.

---
 srcpkgs/python3-Pyro4/template | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 401d2ce3046a..735d7679ca8a 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,20 +1,31 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
-version=4.80
-revision=4
+version=4.81
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-serpent"
+# checkdepends="python3-serpent python3-msgpack python3-dill python3-cloudpickle"
+checkdepends="python3-serpent"
 short_desc="Distributed Object Middleware (IPC/RPC) for Python3"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://pythonhosted.org/Pyro4/"
 distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
-checksum=46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220
+checksum=e130da06478b813173b959f7013d134865e07fbf58cc5f1a2598f99479cdac5f
 
 conflicts="python-Pyro4>=0"
 
+do_check() {
+	# Tests depend on python3-dill and python3-cloudpickle, which aren't packaged
+	rm -f tests/PyroTests/test_daemon.py tests/PyroTests/test_serialize.py
+	# Tests can't get addr
+	rm -f tests/PyroTests/test_naming.py tests/PyroTests/test_naming2.py
+	rm -f tests/PyroTests/test_socket.py tests/PyroTests/test_util.py
+	# PYTHONPATH=src python3 -E -Wall -tt -bb tests/run_testsuite.py
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
  2021-12-04 21:00 ` [PR PATCH] [Updated] " pfpulux
  2021-12-04 21:04 ` pfpulux
@ 2021-12-06 15:22 ` ahesford
  2021-12-06 15:22 ` ahesford
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2021-12-06 15:22 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r763104766

Comment:
Homepage is dead, please replace with https://pyro4.readthedocs.io/

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (2 preceding siblings ...)
  2021-12-06 15:22 ` [PR REVIEW] " ahesford
@ 2021-12-06 15:22 ` ahesford
  2021-12-06 15:22 ` ahesford
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2021-12-06 15:22 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r763107012

Comment:
`do_check` isn't actually doing anything after remove those that don't work.

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (3 preceding siblings ...)
  2021-12-06 15:22 ` ahesford
@ 2021-12-06 15:22 ` ahesford
  2021-12-07 16:36 ` pfpulux
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2021-12-06 15:22 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r763107389

Comment:
Drop comment.

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (4 preceding siblings ...)
  2021-12-06 15:22 ` ahesford
@ 2021-12-07 16:36 ` pfpulux
  2021-12-07 16:36 ` pfpulux
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2021-12-07 16:36 UTC (permalink / raw)
  To: ml

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

New review comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r764172628

Comment:
yes I know, but the run_testsuite.py depends on Pyro4 and this was not found in the PR-Test Env. How can we handle this?

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (5 preceding siblings ...)
  2021-12-07 16:36 ` pfpulux
@ 2021-12-07 16:36 ` pfpulux
  2021-12-07 16:37 ` pfpulux
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2021-12-07 16:36 UTC (permalink / raw)
  To: ml

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

New review comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r764172711

Comment:
will do

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (6 preceding siblings ...)
  2021-12-07 16:36 ` pfpulux
@ 2021-12-07 16:37 ` pfpulux
  2021-12-07 16:42 ` [PR PATCH] [Updated] " pfpulux
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2021-12-07 16:37 UTC (permalink / raw)
  To: ml

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

New review comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r764173430

Comment:
will do

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

* Re: [PR PATCH] [Updated] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (7 preceding siblings ...)
  2021-12-07 16:37 ` pfpulux
@ 2021-12-07 16:42 ` pfpulux
  2021-12-08  1:08 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2021-12-07 16:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Pyro4
https://github.com/void-linux/void-packages/pull/34385

python3-Pyro4: update to 4.81.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b33e7f818ce02df62b4ca8f57d0d3d939b5c1146 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 4 Dec 2021 21:02:44 +0100
Subject: [PATCH] python3-Pyro4: update to 4.81.

---
 srcpkgs/python3-Pyro4/template | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 401d2ce3046a..fd1232aac773 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,20 +1,31 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
-version=4.80
-revision=4
+version=4.81
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-serpent"
+checkdepends="python3-serpent"
 short_desc="Distributed Object Middleware (IPC/RPC) for Python3"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
-homepage="https://pythonhosted.org/Pyro4/"
+homepage="https://pyro4.readthedocs.io"
 distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
-checksum=46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220
+checksum=e130da06478b813173b959f7013d134865e07fbf58cc5f1a2598f99479cdac5f
 
 conflicts="python-Pyro4>=0"
 
+do_check() {
+	# Tests depend on python3-dill and python3-cloudpickle, which aren't packaged
+	rm -f tests/PyroTests/test_daemon.py tests/PyroTests/test_serialize.py
+	# Tests can't get addr
+	rm -f tests/PyroTests/test_naming.py tests/PyroTests/test_naming2.py
+	rm -f tests/PyroTests/test_socket.py tests/PyroTests/test_util.py
+	# need Pyro4 to run but can't find in the ENV, so disable for now
+	# PYTHONPATH=src python3 -E -Wall -tt -bb tests/run_testsuite.py
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (8 preceding siblings ...)
  2021-12-07 16:42 ` [PR PATCH] [Updated] " pfpulux
@ 2021-12-08  1:08 ` ahesford
  2021-12-08  1:09 ` ahesford
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2021-12-08  1:08 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r764476112

Comment:
If getting tests to work without installing the package, I would delete `checkdepends` and the `do_check` altogether, set `make_check="no"` and leave a comment to the effect that tests don't work unless the package is installed (cf. `python3-numpy`). 

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

* Re: [PR REVIEW] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (9 preceding siblings ...)
  2021-12-08  1:08 ` [PR REVIEW] " ahesford
@ 2021-12-08  1:09 ` ahesford
  2022-01-09  6:46 ` [PR PATCH] [Updated] " pfpulux
  2022-01-09  6:50 ` [PR PATCH] [Closed]: " pfpulux
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2021-12-08  1:09 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/34385#discussion_r764476112

Comment:
If getting tests to work without installing the package is difficult or impossible, I would delete `checkdepends` and the `do_check` altogether, set `make_check="no"` and leave a comment to the effect that tests don't work unless the package is installed (cf. `python3-numpy`). 

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

* Re: [PR PATCH] [Updated] python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (10 preceding siblings ...)
  2021-12-08  1:09 ` ahesford
@ 2022-01-09  6:46 ` pfpulux
  2022-01-09  6:50 ` [PR PATCH] [Closed]: " pfpulux
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2022-01-09  6:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Pyro4
https://github.com/void-linux/void-packages/pull/34385

python3-Pyro4: update to 4.81.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 412f36c9bcd58433c8035002faa7a74898ce8d26 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 4 Dec 2021 21:02:44 +0100
Subject: [PATCH] python3-Pyro4: update to 4.82.

---
 srcpkgs/python3-Pyro4/template | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 401d2ce3046a..f60c3306cd20 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,20 +1,30 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
-version=4.80
-revision=4
+version=4.82
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-serpent"
+checkdepends="python3-serpent python3-Pyro4"
 short_desc="Distributed Object Middleware (IPC/RPC) for Python3"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
-homepage="https://pythonhosted.org/Pyro4/"
+homepage="https://pyro4.readthedocs.io"
 distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
-checksum=46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220
+checksum=511f5b0804e92dd77dc33adf9c947787e3f9e9c5a96b12162f0557a7c4ce21fb
 
 conflicts="python-Pyro4>=0"
 
+do_check() {
+	# Tests depend on python3-dill and python3-cloudpickle, which aren't packaged
+	rm -f tests/PyroTests/test_daemon.py tests/PyroTests/test_serialize.py
+	# Tests can't get addr
+	rm -f tests/PyroTests/test_naming.py tests/PyroTests/test_naming2.py
+	rm -f tests/PyroTests/test_socket.py tests/PyroTests/test_util.py
+	PYTHONPATH=src python3 -E -Wall -tt -bb tests/run_testsuite.py
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Closed]: python3-Pyro4: update to 4.81.
  2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
                   ` (11 preceding siblings ...)
  2022-01-09  6:46 ` [PR PATCH] [Updated] " pfpulux
@ 2022-01-09  6:50 ` pfpulux
  12 siblings, 0 replies; 14+ messages in thread
From: pfpulux @ 2022-01-09  6:50 UTC (permalink / raw)
  To: ml

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

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

python3-Pyro4: update to 4.81.
https://github.com/void-linux/void-packages/pull/34385

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-01-09  6:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-04 20:55 [PR PATCH] python3-Pyro4: update to 4.81 pfpulux
2021-12-04 21:00 ` [PR PATCH] [Updated] " pfpulux
2021-12-04 21:04 ` pfpulux
2021-12-06 15:22 ` [PR REVIEW] " ahesford
2021-12-06 15:22 ` ahesford
2021-12-06 15:22 ` ahesford
2021-12-07 16:36 ` pfpulux
2021-12-07 16:36 ` pfpulux
2021-12-07 16:37 ` pfpulux
2021-12-07 16:42 ` [PR PATCH] [Updated] " pfpulux
2021-12-08  1:08 ` [PR REVIEW] " ahesford
2021-12-08  1:09 ` ahesford
2022-01-09  6:46 ` [PR PATCH] [Updated] " pfpulux
2022-01-09  6:50 ` [PR PATCH] [Closed]: " pfpulux

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