Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ferium: update to 4.7.0.
@ 2024-06-12  3:07 yoshiyoshyosh
  2024-06-12  3:23 ` [PR PATCH] [Updated] " yoshiyoshyosh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yoshiyoshyosh @ 2024-06-12  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoshiyoshyosh/void-packages ferium
https://github.com/void-linux/void-packages/pull/50794

ferium: update to 4.7.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_glibc`)

tests may fail here if github api is malevolent on the ci runners. have confirmed that the tests complete on my local machine

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

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

From 9d06671039f4ab0009180e8cfdc66dde307238fa Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Tue, 11 Jun 2024 22:25:21 -0400
Subject: [PATCH] ferium: update to 4.7.0.

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

diff --git a/srcpkgs/ferium/template b/srcpkgs/ferium/template
index addcb88d5146d4..1c92b315bade9f 100644
--- a/srcpkgs/ferium/template
+++ b/srcpkgs/ferium/template
@@ -1,6 +1,6 @@
 # Template file for 'ferium'
 pkgname=ferium
-version=4.5.2
+version=4.7.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -11,7 +11,7 @@ license="MPL-2.0"
 homepage="https://github.com/gorilla-devs/ferium"
 changelog="https://raw.githubusercontent.com/gorilla-devs/ferium/main/CHANGELOG.md"
 distfiles="https://github.com/gorilla-devs/ferium/archive/refs/tags/v${version}.tar.gz"
-checksum=5b4fde3eee2336c4874d8bf5c412e019843f9cef018f750bbb4c51c1fceb9484
+checksum=a7804e44d1949e3fe2c5e875d7d70fc6d2ecd16cbcb65619b9ad4f61ac3b1887
 
 post_install() {
 	local ferium="${DESTDIR}/usr/bin/ferium"

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

* Re: [PR PATCH] [Updated] ferium: update to 4.7.0.
  2024-06-12  3:07 [PR PATCH] ferium: update to 4.7.0 yoshiyoshyosh
@ 2024-06-12  3:23 ` yoshiyoshyosh
  2024-06-12  3:24 ` yoshiyoshyosh
  2024-06-12 19:21 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: yoshiyoshyosh @ 2024-06-12  3:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoshiyoshyosh/void-packages ferium
https://github.com/void-linux/void-packages/pull/50794

ferium: update to 4.7.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_glibc`)

tests may fail here if github api is malevolent on the ci runners. have confirmed that the tests complete on my local machine with my own github personal access token

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

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

From 357bdb1838cf6c0054b4b24bfa8628ddfa804dbe Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Tue, 11 Jun 2024 22:25:21 -0400
Subject: [PATCH] ferium: update to 4.7.0.

---
 srcpkgs/ferium/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ferium/template b/srcpkgs/ferium/template
index addcb88d5146d4..ef3a7d57bbf1ee 100644
--- a/srcpkgs/ferium/template
+++ b/srcpkgs/ferium/template
@@ -1,6 +1,6 @@
 # Template file for 'ferium'
 pkgname=ferium
-version=4.5.2
+version=4.7.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -11,7 +11,10 @@ license="MPL-2.0"
 homepage="https://github.com/gorilla-devs/ferium"
 changelog="https://raw.githubusercontent.com/gorilla-devs/ferium/main/CHANGELOG.md"
 distfiles="https://github.com/gorilla-devs/ferium/archive/refs/tags/v${version}.tar.gz"
-checksum=5b4fde3eee2336c4874d8bf5c412e019843f9cef018f750bbb4c51c1fceb9484
+checksum=a7804e44d1949e3fe2c5e875d7d70fc6d2ecd16cbcb65619b9ad4f61ac3b1887
+# tests rely on the github API, which randomly ratelimits unauthed conns
+# to perform tests locally, export GITHUB_TOKEN in pre_check
+make_check=ci-skip
 
 post_install() {
 	local ferium="${DESTDIR}/usr/bin/ferium"

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

* Re: ferium: update to 4.7.0.
  2024-06-12  3:07 [PR PATCH] ferium: update to 4.7.0 yoshiyoshyosh
  2024-06-12  3:23 ` [PR PATCH] [Updated] " yoshiyoshyosh
@ 2024-06-12  3:24 ` yoshiyoshyosh
  2024-06-12 19:21 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: yoshiyoshyosh @ 2024-06-12  3:24 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/50794#issuecomment-2162031536

Comment:
github was indeed malevolent, so using `ci-skip` for the tests now

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

* Re: [PR PATCH] [Merged]: ferium: update to 4.7.0.
  2024-06-12  3:07 [PR PATCH] ferium: update to 4.7.0 yoshiyoshyosh
  2024-06-12  3:23 ` [PR PATCH] [Updated] " yoshiyoshyosh
  2024-06-12  3:24 ` yoshiyoshyosh
@ 2024-06-12 19:21 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-06-12 19:21 UTC (permalink / raw)
  To: ml

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

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

ferium: update to 4.7.0.
https://github.com/void-linux/void-packages/pull/50794

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_glibc`)

tests may fail here if github api is malevolent on the ci runners. have confirmed that the tests complete on my local machine with my own github personal access token

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

end of thread, other threads:[~2024-06-12 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12  3:07 [PR PATCH] ferium: update to 4.7.0 yoshiyoshyosh
2024-06-12  3:23 ` [PR PATCH] [Updated] " yoshiyoshyosh
2024-06-12  3:24 ` yoshiyoshyosh
2024-06-12 19:21 ` [PR PATCH] [Merged]: " cinerea0

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