Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-trimesh: update to 3.8.15.
@ 2020-12-02 18:08 karl-nilsson
  2020-12-02 18:13 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: karl-nilsson @ 2020-12-02 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages py-trimesh
https://github.com/void-linux/void-packages/pull/26886

python3-trimesh: update to 3.8.15.
minor update

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

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

From 8213542ece670dcfba408434f7804fd545eb998c Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Wed, 2 Dec 2020 13:07:08 -0500
Subject: [PATCH] python3-trimesh: update to 3.8.15.

---
 srcpkgs/python3-trimesh/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 3607fb46ca1..98751baaa79 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.8.11
+version=3.8.15
 revision=1
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
 depends="python3-numpy python3-scipy python3-networkx python3-lxml python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack python3-pycollada python3-requests"
-checkdepends="python3-pytest python3-scipy python3-networkx python3-lxml python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack python3-pycollada python3-requests"
+checkdepends="$depends python3-pytest"
 short_desc="Python3 library for loading and using triangular meshes"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="MIT"
 homepage="https://trimsh.org/"
 distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz"
-checksum=4613f069e105923f423ea68f888e697cef8965f409c02020c2e3cde5579acb5e
+checksum=74b9a8cd29814200b641204ee438f17f51fd2a85c4289ee7c67e7740ad9b4f02
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR REVIEW] python3-trimesh: update to 3.8.15.
  2020-12-02 18:08 [PR PATCH] python3-trimesh: update to 3.8.15 karl-nilsson
  2020-12-02 18:13 ` [PR REVIEW] " ericonr
@ 2020-12-02 18:13 ` ericonr
  2020-12-02 18:22 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-02 18:13 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26886#discussion_r534379185

Comment:
Neat :)

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

* Re: [PR REVIEW] python3-trimesh: update to 3.8.15.
  2020-12-02 18:08 [PR PATCH] python3-trimesh: update to 3.8.15 karl-nilsson
@ 2020-12-02 18:13 ` ericonr
  2020-12-02 18:13 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-02 18:13 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26886#discussion_r534379327

Comment:
Would you mind splitting this line at ~80 columns?

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.8.15.
  2020-12-02 18:08 [PR PATCH] python3-trimesh: update to 3.8.15 karl-nilsson
  2020-12-02 18:13 ` [PR REVIEW] " ericonr
  2020-12-02 18:13 ` ericonr
@ 2020-12-02 18:22 ` karl-nilsson
  2020-12-02 18:24 ` [PR REVIEW] " karl-nilsson
  2020-12-02 18:34 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: karl-nilsson @ 2020-12-02 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages py-trimesh
https://github.com/void-linux/void-packages/pull/26886

python3-trimesh: update to 3.8.15.
minor update

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

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

From 89016da215ddb53f9237353263935d54679d8dc4 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Wed, 2 Dec 2020 13:07:08 -0500
Subject: [PATCH] python3-trimesh: update to 3.8.15.

---
 srcpkgs/python3-trimesh/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 3607fb46ca1..8a7cb0edd09 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,19 +1,22 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.8.11
+version=3.8.15
 revision=1
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx python3-lxml python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack python3-pycollada python3-requests"
-checkdepends="python3-pytest python3-scipy python3-networkx python3-lxml python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack python3-pycollada python3-requests"
+depends="python3-numpy python3-scipy python3-networkx python3-lxml
+ python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path
+ python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack
+ python3-pycollada python3-requests"
+checkdepends="$depends python3-pytest"
 short_desc="Python3 library for loading and using triangular meshes"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="MIT"
 homepage="https://trimsh.org/"
 distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz"
-checksum=4613f069e105923f423ea68f888e697cef8965f409c02020c2e3cde5579acb5e
+checksum=74b9a8cd29814200b641204ee438f17f51fd2a85c4289ee7c67e7740ad9b4f02
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR REVIEW] python3-trimesh: update to 3.8.15.
  2020-12-02 18:08 [PR PATCH] python3-trimesh: update to 3.8.15 karl-nilsson
                   ` (2 preceding siblings ...)
  2020-12-02 18:22 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-12-02 18:24 ` karl-nilsson
  2020-12-02 18:34 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: karl-nilsson @ 2020-12-02 18:24 UTC (permalink / raw)
  To: ml

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

New review comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/26886#discussion_r534386793

Comment:
fixed

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

* Re: [PR PATCH] [Merged]: python3-trimesh: update to 3.8.15.
  2020-12-02 18:08 [PR PATCH] python3-trimesh: update to 3.8.15 karl-nilsson
                   ` (3 preceding siblings ...)
  2020-12-02 18:24 ` [PR REVIEW] " karl-nilsson
@ 2020-12-02 18:34 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-02 18:34 UTC (permalink / raw)
  To: ml

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

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

python3-trimesh: update to 3.8.15.
https://github.com/void-linux/void-packages/pull/26886

Description:
minor update

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

end of thread, other threads:[~2020-12-02 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 18:08 [PR PATCH] python3-trimesh: update to 3.8.15 karl-nilsson
2020-12-02 18:13 ` [PR REVIEW] " ericonr
2020-12-02 18:13 ` ericonr
2020-12-02 18:22 ` [PR PATCH] [Updated] " karl-nilsson
2020-12-02 18:24 ` [PR REVIEW] " karl-nilsson
2020-12-02 18:34 ` [PR PATCH] [Merged]: " ericonr

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