Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
  2021-01-29  0:51 ` [WIP] py-spy: update to 0.3.3 ericonr
@ 2021-02-01 16:57 ` abenson
  2021-02-01 16:59 ` abenson
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2021-02-01 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages py-spy_0.3.3
https://github.com/void-linux/void-packages/pull/22932

[WIP] py-spy: update to 0.3.3.
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

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

From 8874c39d3f5ccb4ec29174ed021b986a3201f48a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 15 Jun 2020 21:56:52 -0500
Subject: [PATCH] py-spy: update to 0.3.4.

---
 srcpkgs/py-spy/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf809102..c853a8dcb84 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,12 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.4
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=307564cac2a5c577c4217d682f47529fc20eddf4739cac4fecbd7c4d7158fa64

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

* Re: [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
  2021-01-29  0:51 ` [WIP] py-spy: update to 0.3.3 ericonr
  2021-02-01 16:57 ` [PR PATCH] [Updated] " abenson
@ 2021-02-01 16:59 ` abenson
  2021-03-29 18:03 ` [PR PATCH] [Updated] " abenson
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2021-02-01 16:59 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/22932#issuecomment-771003711

Comment:
It  looks like 0.3.4 fixes the issues I was running into.

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

* Re: [PR PATCH] [Updated] [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2021-02-01 16:59 ` abenson
@ 2021-03-29 18:03 ` abenson
  2021-04-13 15:40 ` abenson
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2021-03-29 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages py-spy_0.3.3
https://github.com/void-linux/void-packages/pull/22932

[WIP] py-spy: update to 0.3.3.
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

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

From 91414370ca8212d6807f77624ff575200f126cb2 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 15 Jun 2020 21:56:52 -0500
Subject: [PATCH] py-spy: update to 0.3.5.

---
 srcpkgs/py-spy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf8091027..498726d0c4e4 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,13 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.5
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
+checkdepends="python3"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=a4f348789c2140c6bcfafd78e56caa3c5eaae935138ab527535ac29e93cdebad

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

* Re: [PR PATCH] [Updated] [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2021-03-29 18:03 ` [PR PATCH] [Updated] " abenson
@ 2021-04-13 15:40 ` abenson
  2021-04-13 21:31 ` ericonr
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2021-04-13 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages py-spy_0.3.3
https://github.com/void-linux/void-packages/pull/22932

[WIP] py-spy: update to 0.3.3.
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

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

From 0e7dc6c4fd42b7ac6986e47106ea3d92d32f12d7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 15 Jun 2020 21:56:52 -0500
Subject: [PATCH] py-spy: update to 0.3.5.

---
 srcpkgs/py-spy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf8091027..2b7da54518d4 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,14 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.5
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
+checkdepends="python3"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=a4f348789c2140c6bcfafd78e56caa3c5eaae935138ab527535ac29e93cdebad
+make_check=extended

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

* Re: [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2021-04-13 15:40 ` abenson
@ 2021-04-13 21:31 ` ericonr
  2021-05-26 17:20 ` [PR PATCH] [Updated] " abenson
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-04-13 21:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/22932#issuecomment-819067928

Comment:
https://github.com/benfred/remoteprocess/blob/master/build.rs <-- it forces static linkage for libunwind on musl, which is probably what's pulling in the requirement for libz. Should be fixable by asking upstream to offer at least an env var for it.

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

* Re: [PR PATCH] [Updated] [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2021-04-13 21:31 ` ericonr
@ 2021-05-26 17:20 ` abenson
  2021-05-26 17:31 ` abenson
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2021-05-26 17:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages py-spy_0.3.3
https://github.com/void-linux/void-packages/pull/22932

[WIP] py-spy: update to 0.3.3.
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

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

From 20e986c9710723c9f8746f7dbcdf26983b2fc691 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 15 Jun 2020 21:56:52 -0500
Subject: [PATCH] py-spy: update to 0.3.5.

---
 srcpkgs/py-spy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf8091027..2b7da54518d4 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,14 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.5
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
+checkdepends="python3"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=a4f348789c2140c6bcfafd78e56caa3c5eaae935138ab527535ac29e93cdebad
+make_check=extended

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

* Re: [PR PATCH] [Updated] [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2021-05-26 17:20 ` [PR PATCH] [Updated] " abenson
@ 2021-05-26 17:31 ` abenson
  2022-01-03 22:11 ` ericonr
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2021-05-26 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages py-spy_0.3.3
https://github.com/void-linux/void-packages/pull/22932

[WIP] py-spy: update to 0.3.3.
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

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

From da40070c40436904fc809418bf8ef73352ab57b0 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 15 Jun 2020 21:56:52 -0500
Subject: [PATCH] py-spy: update to 0.3.7.

---
 srcpkgs/py-spy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf8091027..df1f14fc5d63 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,14 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.7
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
+checkdepends="python3"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=5a75df5dd1ed683b80bb6a89007b4fe9f7f0a5129cf613ff70e94029d11e87a5
+make_check=extended

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

* Re: [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2021-05-26 17:31 ` abenson
@ 2022-01-03 22:11 ` ericonr
  2022-03-28  3:28 ` [PR PATCH] [Updated] " abenson
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2022-01-03 22:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/22932#issuecomment-1004392809

Comment:
https://github.com/benfred/remoteprocess/pull/26 not ready yet ;-;

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

* Re: [PR PATCH] [Updated] [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2022-01-03 22:11 ` ericonr
@ 2022-03-28  3:28 ` abenson
  2022-03-28  3:29 ` abenson
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2022-03-28  3:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages py-spy_0.3.3
https://github.com/void-linux/void-packages/pull/22932

[WIP] py-spy: update to 0.3.3.
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

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

From 31c39dbbe5d29caf69bdcb2c5af4a2e1e5684667 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 15 Jun 2020 21:56:52 -0500
Subject: [PATCH] py-spy: update to 0.3.7.

---
 srcpkgs/py-spy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf8091027..df1f14fc5d63 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,14 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.7
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
+checkdepends="python3"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=5a75df5dd1ed683b80bb6a89007b4fe9f7f0a5129cf613ff70e94029d11e87a5
+make_check=extended

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

* Re: [PR PATCH] [Updated] [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2022-03-28  3:28 ` [PR PATCH] [Updated] " abenson
@ 2022-03-28  3:29 ` abenson
  2022-06-27  2:14 ` github-actions
  2022-07-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2022-03-28  3:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages py-spy_0.3.3
https://github.com/void-linux/void-packages/pull/22932

[WIP] py-spy: update to 0.3.3.
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

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

From 471d1f668b9fd3c9ad95047c7bfa3dd7e9282c16 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 15 Jun 2020 21:56:52 -0500
Subject: [PATCH] py-spy: update to 0.3.11.

---
 srcpkgs/py-spy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf8091027..eee2f3a6dfab 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,14 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.11
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
+checkdepends="python3"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=094cfb80e2c099763453fc39cfa9c46cfa423afa858268c6a7bc0d867763b014
+make_check=extended

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

* Re: [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2022-03-28  3:29 ` abenson
@ 2022-06-27  2:14 ` github-actions
  2022-07-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-06-27  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/22932#issuecomment-1166753162

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2022-06-27  2:14 ` github-actions
@ 2022-07-12  2:15 ` github-actions
  12 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-07-12  2:15 UTC (permalink / raw)
  To: ml

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

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

[WIP] py-spy: update to 0.3.3.
https://github.com/void-linux/void-packages/pull/22932

Description:
Trying to see if it works for other archs now. 

I get this error at least for `aarch64`:

    aarch64-linux-gnu-objdump: warning: /destdir/aarch64-linux-gnu/py-spy-0.3.3/usr/bin/py-spy: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000



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

* Re: [WIP] py-spy: update to 0.3.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
@ 2021-01-29  0:51 ` ericonr
  2021-02-01 16:57 ` [PR PATCH] [Updated] " abenson
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-01-29  0:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/22932#issuecomment-769496714

Comment:
@abenson ping

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

end of thread, other threads:[~2022-07-12  2:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22932@inbox.vuxu.org>
2021-01-29  0:51 ` [WIP] py-spy: update to 0.3.3 ericonr
2021-02-01 16:57 ` [PR PATCH] [Updated] " abenson
2021-02-01 16:59 ` abenson
2021-03-29 18:03 ` [PR PATCH] [Updated] " abenson
2021-04-13 15:40 ` abenson
2021-04-13 21:31 ` ericonr
2021-05-26 17:20 ` [PR PATCH] [Updated] " abenson
2021-05-26 17:31 ` abenson
2022-01-03 22:11 ` ericonr
2022-03-28  3:28 ` [PR PATCH] [Updated] " abenson
2022-03-28  3:29 ` abenson
2022-06-27  2:14 ` github-actions
2022-07-12  2:15 ` [PR PATCH] [Closed]: " github-actions

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