Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-numpy-stl: update to 2.16.0.
@ 2021-05-06  2:52 karl-nilsson
  2021-05-06 13:16 ` ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: karl-nilsson @ 2021-05-06  2:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages numpy-stl
https://github.com/void-linux/void-packages/pull/30699

python3-numpy-stl: update to 2.16.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x64-glibc)



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

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

From 97da1990278b57683f536b817f5b107aac745f00 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Wed, 5 May 2021 22:42:52 -0400
Subject: [PATCH] python3-numpy-stl: update to 2.16.0.

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

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 42fa5e4ad932..46f6ca89ca2e 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
-version=2.15.1
+version=2.16.0
 revision=1
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/WoLpH/numpy-stl/"
 distfiles="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz"
-checksum=ab64a7a06c28bd47a1db1768cb2b1b486b383d5e07daad6e3ee555ab22485419
+checksum=0231f943f1142124242dc5cfc0d2105471c9ba9787f1847b9b4154219b68a78f
 
 conflicts="python-numpy-stl>=0"
 

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

* Re: python3-numpy-stl: update to 2.16.0.
  2021-05-06  2:52 [PR PATCH] python3-numpy-stl: update to 2.16.0 karl-nilsson
@ 2021-05-06 13:16 ` ahesford
  2021-05-18 17:02 ` [PR PATCH] [Updated] " karl-nilsson
  2021-05-19 13:57 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-05-06 13:16 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/30699#issuecomment-833514258

Comment:
Looks like the `pre_build` function is a no-op and `install_requires` does not list `setuptools`; please remove `python3-setuptools` from `depends`.

Also, the tagged release lists the wrong version in the package: https://github.com/WoLpH/numpy-stl/issues/173
You might want to patch `stl/__about__.py` to fix this, or wait to see if the author retags or cuts a point release.

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

* Re: [PR PATCH] [Updated] python3-numpy-stl: update to 2.16.0.
  2021-05-06  2:52 [PR PATCH] python3-numpy-stl: update to 2.16.0 karl-nilsson
  2021-05-06 13:16 ` ahesford
@ 2021-05-18 17:02 ` karl-nilsson
  2021-05-19 13:57 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: karl-nilsson @ 2021-05-18 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages numpy-stl
https://github.com/void-linux/void-packages/pull/30699

python3-numpy-stl: update to 2.16.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x64-glibc)



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

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

From 97da1990278b57683f536b817f5b107aac745f00 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Wed, 5 May 2021 22:42:52 -0400
Subject: [PATCH] python3-numpy-stl: update to 2.16.0.

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

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 42fa5e4ad932..46f6ca89ca2e 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
-version=2.15.1
+version=2.16.0
 revision=1
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/WoLpH/numpy-stl/"
 distfiles="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz"
-checksum=ab64a7a06c28bd47a1db1768cb2b1b486b383d5e07daad6e3ee555ab22485419
+checksum=0231f943f1142124242dc5cfc0d2105471c9ba9787f1847b9b4154219b68a78f
 
 conflicts="python-numpy-stl>=0"
 

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

* Re: [PR PATCH] [Merged]: python3-numpy-stl: update to 2.16.0.
  2021-05-06  2:52 [PR PATCH] python3-numpy-stl: update to 2.16.0 karl-nilsson
  2021-05-06 13:16 ` ahesford
  2021-05-18 17:02 ` [PR PATCH] [Updated] " karl-nilsson
@ 2021-05-19 13:57 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-05-19 13:57 UTC (permalink / raw)
  To: ml

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

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

python3-numpy-stl: update to 2.16.0.
https://github.com/void-linux/void-packages/pull/30699

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x64-glibc)



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

end of thread, other threads:[~2021-05-19 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06  2:52 [PR PATCH] python3-numpy-stl: update to 2.16.0 karl-nilsson
2021-05-06 13:16 ` ahesford
2021-05-18 17:02 ` [PR PATCH] [Updated] " karl-nilsson
2021-05-19 13:57 ` [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).