Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] R-cran-ps: update to 1.7.2.
@ 2022-11-09 16:48 luhann
  2023-02-08  2:35 ` R-cran-callr: update to 3.7.3 github-actions
  2023-02-23  2:00 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: luhann @ 2022-11-09 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/luhann/void-packages R-cran-callr
https://github.com/void-linux/void-packages/pull/40418

R-cran-ps: update to 1.7.2.


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

Minor update of these CRAN packages.



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-callr-40418.patch --]
[-- Type: text/x-diff, Size: 2994 bytes --]

From 2a4498a4f702fd0bcaa6957d2b7b772166e403ba Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Wed, 9 Nov 2022 18:42:35 +0200
Subject: [PATCH 1/3] R-cran-ps: update to 1.7.2.

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

diff --git a/srcpkgs/R-cran-ps/template b/srcpkgs/R-cran-ps/template
index d4497a4d2344..fda5a0040745 100644
--- a/srcpkgs/R-cran-ps/template
+++ b/srcpkgs/R-cran-ps/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-ps'
 pkgname=R-cran-ps
-version=1.4.0
+version=1.7.2
 revision=1
 build_style=R-cran
 short_desc="List, Query, Manipulate System Processes"
 maintainer="Luke Hannan <lukehannan@gmail.com>"
 license="MIT"
 homepage="https://github.com/r-lib/ps"
-checksum=5f79ae4489090e07abbea892049ec0db900d31955237b388664289e6dc00da7a
+checksum=9225ebdedb5c1b245bb38b01ce88084c0fc7eafcff6c4fda2e299003ace6b21a
 
 post_install() {
 	vlicense LICENSE

From deb76ebf93f76eafccfb9af0f7e191777294e4e7 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Wed, 9 Nov 2022 18:40:25 +0200
Subject: [PATCH 2/3] R-cran-processx: update to 3.8.0.

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

diff --git a/srcpkgs/R-cran-processx/template b/srcpkgs/R-cran-processx/template
index 9560ded758b8..721606a9804e 100644
--- a/srcpkgs/R-cran-processx/template
+++ b/srcpkgs/R-cran-processx/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-processx'
 pkgname=R-cran-processx
-version=3.4.4
+version=3.8.0
 revision=1
 build_style=R-cran
 hostmakedepends="R-cran-ps R-cran-R6"
@@ -9,7 +9,7 @@ short_desc="Execute and Control System Processes"
 maintainer="Luke Hannan <lukehannan@gmail.com>"
 license="MIT"
 homepage="https://github.com/r-lib/processx"
-checksum=aaa40f10a6670eeb451e038bc0eb7c16f263dacb797f76d965b9fc75dda7482b
+checksum=9270d9d26c4314151062801a5c1fc57556b4fcb41dbf3558cb5bd230b18ffb0b
 
 post_install() {
 	vlicense LICENSE

From cca13e4a34c3b71687f5653b1f69abb4609185d6 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Wed, 9 Nov 2022 18:46:09 +0200
Subject: [PATCH 3/3] R-cran-callr: update to 3.7.3.

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

diff --git a/srcpkgs/R-cran-callr/template b/srcpkgs/R-cran-callr/template
index a844ef36722a..2a4e4d484a6d 100644
--- a/srcpkgs/R-cran-callr/template
+++ b/srcpkgs/R-cran-callr/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-callr'
 pkgname=R-cran-callr
-version=3.5.1
+version=3.7.3
 revision=1
 build_style=R-cran
 hostmakedepends="R-cran-processx R-cran-R6"
@@ -9,7 +9,7 @@ short_desc="Call R from R"
 maintainer="Luke Hannan <lukehannan@gmail.com>"
 license="MIT"
 homepage="https://github.com/r-lib/callr"
-checksum=ce338c648cc9ab501168a55f93e68fc81e31dc5ec881e908b5b4a9d6f5bd8696
+checksum=567bfedf073a1d4c5785f0553341608a214938110567b9a6495ff20ebb2fd04e
 
 post_install() {
 	vlicense LICENSE

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

* Re: R-cran-callr: update to 3.7.3.
  2022-11-09 16:48 [PR PATCH] R-cran-ps: update to 1.7.2 luhann
@ 2023-02-08  2:35 ` github-actions
  2023-02-23  2:00 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-02-08  2:35 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/40418#issuecomment-1421894533

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] 3+ messages in thread

* Re: [PR PATCH] [Closed]: R-cran-callr: update to 3.7.3.
  2022-11-09 16:48 [PR PATCH] R-cran-ps: update to 1.7.2 luhann
  2023-02-08  2:35 ` R-cran-callr: update to 3.7.3 github-actions
@ 2023-02-23  2:00 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-02-23  2:00 UTC (permalink / raw)
  To: ml

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

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

R-cran-callr: update to 3.7.3.
https://github.com/void-linux/void-packages/pull/40418

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)

Minor update of these CRAN packages.



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

end of thread, other threads:[~2023-02-23  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 16:48 [PR PATCH] R-cran-ps: update to 1.7.2 luhann
2023-02-08  2:35 ` R-cran-callr: update to 3.7.3 github-actions
2023-02-23  2:00 ` [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).