Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] memray: update to 1.9.0.
@ 2023-07-31 19:31 icp1994
  2023-08-02  6:38 ` [PR PATCH] [Updated] " icp1994
  2023-08-04 16:47 ` [PR PATCH] [Merged]: memray: update to 1.9.1 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-07-31 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages memray
https://github.com/void-linux/void-packages/pull/45363

memray: update to 1.9.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 71dad59c6e4297e8779d27ffaa4b9909300345c2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 29 Jul 2023 11:12:50 +0530
Subject: [PATCH] memray: update to 1.9.0.

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

diff --git a/srcpkgs/memray/template b/srcpkgs/memray/template
index f84c81b3a1744..f8342594f2254 100644
--- a/srcpkgs/memray/template
+++ b/srcpkgs/memray/template
@@ -1,6 +1,6 @@
 # Template file for 'memray'
 pkgname=memray
-version=1.8.1
+version=1.9.0
 revision=1
 build_style=python3-pep517
 make_check_target="tests/unit"
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="https://bloomberg.github.io/memray/"
 changelog="https://bloomberg.github.io/memray/changelog.html"
 distfiles="https://github.com/bloomberg/memray/archive/refs/tags/v${version}.tar.gz"
-checksum=523792161623c80934904a7ff80eac53be6256f530cff179f834c6e33192fd54
+checksum=fec11d75dbfd009f003de93829c0eb9d61e00afb47dd60aa298d894b821b9327
 make_check_pre="env PYTHONPATH=src"
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] memray: update to 1.9.0.
  2023-07-31 19:31 [PR PATCH] memray: update to 1.9.0 icp1994
@ 2023-08-02  6:38 ` icp1994
  2023-08-04 16:47 ` [PR PATCH] [Merged]: memray: update to 1.9.1 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-08-02  6:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages memray
https://github.com/void-linux/void-packages/pull/45363

memray: update to 1.9.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From f550d2a6323832e4f1cdf7957bc7ecaaacfd9bf4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 29 Jul 2023 11:12:50 +0530
Subject: [PATCH] memray: update to 1.9.1.

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

diff --git a/srcpkgs/memray/template b/srcpkgs/memray/template
index f84c81b3a1744..ba9022a8430da 100644
--- a/srcpkgs/memray/template
+++ b/srcpkgs/memray/template
@@ -1,6 +1,6 @@
 # Template file for 'memray'
 pkgname=memray
-version=1.8.1
+version=1.9.1
 revision=1
 build_style=python3-pep517
 make_check_target="tests/unit"
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="https://bloomberg.github.io/memray/"
 changelog="https://bloomberg.github.io/memray/changelog.html"
 distfiles="https://github.com/bloomberg/memray/archive/refs/tags/v${version}.tar.gz"
-checksum=523792161623c80934904a7ff80eac53be6256f530cff179f834c6e33192fd54
+checksum=c135417558ee0efc1eeb5684c2a7b52fc9598ac0fdcf5d7dadc4486f4a028e49
 make_check_pre="env PYTHONPATH=src"
 
 pre_build() {

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

* Re: [PR PATCH] [Merged]: memray: update to 1.9.1.
  2023-07-31 19:31 [PR PATCH] memray: update to 1.9.0 icp1994
  2023-08-02  6:38 ` [PR PATCH] [Updated] " icp1994
@ 2023-08-04 16:47 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-08-04 16:47 UTC (permalink / raw)
  To: ml

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

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

memray: update to 1.9.1.
https://github.com/void-linux/void-packages/pull/45363

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-08-04 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 19:31 [PR PATCH] memray: update to 1.9.0 icp1994
2023-08-02  6:38 ` [PR PATCH] [Updated] " icp1994
2023-08-04 16:47 ` [PR PATCH] [Merged]: memray: update to 1.9.1 Duncaen

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