Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-zope.hookable: update to 5.2
@ 2022-10-07 14:57 misuchiru03
  2022-10-08 17:28 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: misuchiru03 @ 2022-10-07 14:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_python3-zope.hookable_5.2
https://github.com/void-linux/void-packages/pull/39793

python3-zope.hookable: update to 5.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- 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/39793.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_python3-zope.hookable_5.2-39793.patch --]
[-- Type: text/x-diff, Size: 1518 bytes --]

From 3fa5f9995b0710b19fabbf8cf4af653066c05674 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Fri, 7 Oct 2022 09:54:29 -0500
Subject: [PATCH] python3-zope.hookable: update to 5.2

---
 srcpkgs/python3-zope.hookable/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 10ea2e31545e..6925d58a7103 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,16 +1,22 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
-version=5.1.0
-revision=3
+version=5.2
+revision=1
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 depends="python3"
+checkdepends="${depends} python3-zope.testing python3-zope.testrunner"
 short_desc="Zope hookable architecture for Python3"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="ZPL-2.1"
 homepage="https://github.com/zopefoundation/zope.hookable"
 changelog="https://raw.githubusercontent.com/zopefoundation/zope.hookable/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
-checksum=8fc3e6cd0486c6af48e3317c299def719b57538332a194e0b3bc6a772f4faa0e
+checksum=4c3018bcf2b39cf5cccf40826f799b4b8c140056db780f96cb0ca332a243bd29
+
+do_check() {
+	# Manual check function running the test per the docs
+	python setup.py test
+}

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

* Re: [PR REVIEW] python3-zope.hookable: update to 5.2
  2022-10-07 14:57 [PR PATCH] python3-zope.hookable: update to 5.2 misuchiru03
@ 2022-10-08 17:28 ` classabbyamp
  2022-10-09  0:23 ` misuchiru03
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-08 17:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39793#discussion_r990667261

Comment:
this is the default behaviour of the build style:
https://github.com/void-linux/void-packages/blob/d7449d39b490bc6c3af155e08b66cea5fd2a72f5/common/build-style/python3-module.sh#L19-L28

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

* Re: [PR REVIEW] python3-zope.hookable: update to 5.2
  2022-10-07 14:57 [PR PATCH] python3-zope.hookable: update to 5.2 misuchiru03
  2022-10-08 17:28 ` [PR REVIEW] " classabbyamp
@ 2022-10-09  0:23 ` misuchiru03
  2022-10-09  0:32 ` misuchiru03
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: misuchiru03 @ 2022-10-09  0:23 UTC (permalink / raw)
  To: ml

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

New review comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/39793#discussion_r990711698

Comment:
I had understood it as such, but when I ran `./xbps-src pkg -Q python3-zope.hookable` it failed in the tests, but succeeds in this configuration. Can this be verified on another machine?

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

* Re: [PR REVIEW] python3-zope.hookable: update to 5.2
  2022-10-07 14:57 [PR PATCH] python3-zope.hookable: update to 5.2 misuchiru03
  2022-10-08 17:28 ` [PR REVIEW] " classabbyamp
  2022-10-09  0:23 ` misuchiru03
@ 2022-10-09  0:32 ` misuchiru03
  2022-10-09  0:33 ` [PR PATCH] [Updated] " misuchiru03
  2022-10-09  1:16 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: misuchiru03 @ 2022-10-09  0:32 UTC (permalink / raw)
  To: ml

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

New review comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/39793#discussion_r990711698

Comment:
I had understood it as such, but when I ran `./xbps-src pkg -Q python3-zope.hookable` it failed in the tests, but succeeds in this configuration. Can this be verified on another machine?
EDIT: Disregard, there must have been a problem with the previous attempts. I just attempted again and it seems fine.

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

* Re: [PR PATCH] [Updated] python3-zope.hookable: update to 5.2
  2022-10-07 14:57 [PR PATCH] python3-zope.hookable: update to 5.2 misuchiru03
                   ` (2 preceding siblings ...)
  2022-10-09  0:32 ` misuchiru03
@ 2022-10-09  0:33 ` misuchiru03
  2022-10-09  1:16 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: misuchiru03 @ 2022-10-09  0:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_python3-zope.hookable_5.2
https://github.com/void-linux/void-packages/pull/39793

python3-zope.hookable: update to 5.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- 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/39793.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_python3-zope.hookable_5.2-39793.patch --]
[-- Type: text/x-diff, Size: 1414 bytes --]

From 751d3b3d37b0501e9c6e3d0111713c304907094d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Fri, 7 Oct 2022 09:54:29 -0500
Subject: [PATCH] python3-zope.hookable: update to 5.2

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

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 10ea2e31545e..fab2b231dd96 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
-version=5.1.0
-revision=3
+version=5.2
+revision=1
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 depends="python3"
+checkdepends="${depends} python3-zope.testing python3-zope.testrunner"
 short_desc="Zope hookable architecture for Python3"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="ZPL-2.1"
 homepage="https://github.com/zopefoundation/zope.hookable"
 changelog="https://raw.githubusercontent.com/zopefoundation/zope.hookable/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
-checksum=8fc3e6cd0486c6af48e3317c299def719b57538332a194e0b3bc6a772f4faa0e
+checksum=4c3018bcf2b39cf5cccf40826f799b4b8c140056db780f96cb0ca332a243bd29

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

* Re: [PR PATCH] [Merged]: python3-zope.hookable: update to 5.2
  2022-10-07 14:57 [PR PATCH] python3-zope.hookable: update to 5.2 misuchiru03
                   ` (3 preceding siblings ...)
  2022-10-09  0:33 ` [PR PATCH] [Updated] " misuchiru03
@ 2022-10-09  1:16 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-09  1:16 UTC (permalink / raw)
  To: ml

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

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

python3-zope.hookable: update to 5.2
https://github.com/void-linux/void-packages/pull/39793

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2022-10-09  1:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 14:57 [PR PATCH] python3-zope.hookable: update to 5.2 misuchiru03
2022-10-08 17:28 ` [PR REVIEW] " classabbyamp
2022-10-09  0:23 ` misuchiru03
2022-10-09  0:32 ` misuchiru03
2022-10-09  0:33 ` [PR PATCH] [Updated] " misuchiru03
2022-10-09  1:16 ` [PR PATCH] [Merged]: " classabbyamp

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