Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] difftastic: update to 0.43.0.
@ 2023-02-04 19:23 icp1994
  2023-02-04 19:34 ` icp1994
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2023-02-04 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages difftastic
https://github.com/void-linux/void-packages/pull/42081

difftastic: update to 0.43.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/42081.patch is attached

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

From aead59431003c95c58059fc57c55267551d896b7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 4 Feb 2023 11:09:09 +0530
Subject: [PATCH] difftastic: update to 0.43.0.

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

diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template
index 7ad70a4ffcc8..c622cb8b18a0 100644
--- a/srcpkgs/difftastic/template
+++ b/srcpkgs/difftastic/template
@@ -1,6 +1,6 @@
 # Template file for 'difftastic'
 pkgname=difftastic
-version=0.42.0
+version=0.43.0
 revision=1
 build_style=cargo
 short_desc="Structural diff tool that understands syntax"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://difftastic.wilfred.me.uk"
 changelog="https://raw.githubusercontent.com/Wilfred/difftastic/master/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/difftastic/difftastic-${version}.crate"
-checksum=6a8ac20b608fd771b1caa3795280b2b09e0d2edbd0c00b11b9e10e96dffb1f38
+checksum=2b91cd8cfdc55c0d1a5ac30be78bbcbd3df04b9e734b46f118f11c5d3416875a
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: difftastic: update to 0.43.0.
  2023-02-04 19:23 [PR PATCH] difftastic: update to 0.43.0 icp1994
@ 2023-02-04 19:34 ` icp1994
  2023-02-04 19:51 ` [PR PATCH] [Updated] " icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-02-04 19:34 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42081#issuecomment-1416833181

Comment:
Weird - the failing test passed completely fined for me locally yesterday and still passes right now.

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

* Re: [PR PATCH] [Updated] difftastic: update to 0.43.0.
  2023-02-04 19:23 [PR PATCH] difftastic: update to 0.43.0 icp1994
  2023-02-04 19:34 ` icp1994
@ 2023-02-04 19:51 ` icp1994
  2023-02-04 19:52 ` icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-02-04 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages difftastic
https://github.com/void-linux/void-packages/pull/42081

difftastic: update to 0.43.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/42081.patch is attached

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

From 7ffa6f0dd92340d47969c298131b38a1ae01373b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 4 Feb 2023 11:09:09 +0530
Subject: [PATCH] difftastic: update to 0.43.0.

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

diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template
index 7ad70a4ffcc8..1cc7c3e381ff 100644
--- a/srcpkgs/difftastic/template
+++ b/srcpkgs/difftastic/template
@@ -1,15 +1,17 @@
 # Template file for 'difftastic'
 pkgname=difftastic
-version=0.42.0
+version=0.43.0
 revision=1
 build_style=cargo
+# fails in ci: https://github.com/Wilfred/difftastic/issues/478
+make_check_args="-- --skip files::tests::test_gzip_is_binary"
 short_desc="Structural diff tool that understands syntax"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://difftastic.wilfred.me.uk"
 changelog="https://raw.githubusercontent.com/Wilfred/difftastic/master/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/difftastic/difftastic-${version}.crate"
-checksum=6a8ac20b608fd771b1caa3795280b2b09e0d2edbd0c00b11b9e10e96dffb1f38
+checksum=2b91cd8cfdc55c0d1a5ac30be78bbcbd3df04b9e734b46f118f11c5d3416875a
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: difftastic: update to 0.43.0.
  2023-02-04 19:23 [PR PATCH] difftastic: update to 0.43.0 icp1994
  2023-02-04 19:34 ` icp1994
  2023-02-04 19:51 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-04 19:52 ` icp1994
  2023-02-04 22:37 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-02-04 19:52 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42081#issuecomment-1416833181

Comment:
Weird - the failing test passed completely fine for me locally yesterday and still passes right now.

edit: skipping it for now, see linked upstream issue

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

* Re: [PR REVIEW] difftastic: update to 0.43.0.
  2023-02-04 19:23 [PR PATCH] difftastic: update to 0.43.0 icp1994
                   ` (2 preceding siblings ...)
  2023-02-04 19:52 ` icp1994
@ 2023-02-04 22:37 ` paper42
  2023-02-05  7:28 ` [PR PATCH] [Updated] " icp1994
  2023-02-05  8:44 ` [PR PATCH] [Merged]: difftastic: update to 0.43.1 paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-02-04 22:37 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42081#discussion_r1096594704

Comment:
.1 is out that should fix the failing test

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

* Re: [PR PATCH] [Updated] difftastic: update to 0.43.0.
  2023-02-04 19:23 [PR PATCH] difftastic: update to 0.43.0 icp1994
                   ` (3 preceding siblings ...)
  2023-02-04 22:37 ` [PR REVIEW] " paper42
@ 2023-02-05  7:28 ` icp1994
  2023-02-05  8:44 ` [PR PATCH] [Merged]: difftastic: update to 0.43.1 paper42
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-02-05  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages difftastic
https://github.com/void-linux/void-packages/pull/42081

difftastic: update to 0.43.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/42081.patch is attached

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

From 2af92f381bde8296004b4e5c041c8d04253f77b4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 4 Feb 2023 11:09:09 +0530
Subject: [PATCH] difftastic: update to 0.43.1.

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

diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template
index 7ad70a4ffcc8..1a6aba33cf40 100644
--- a/srcpkgs/difftastic/template
+++ b/srcpkgs/difftastic/template
@@ -1,6 +1,6 @@
 # Template file for 'difftastic'
 pkgname=difftastic
-version=0.42.0
+version=0.43.1
 revision=1
 build_style=cargo
 short_desc="Structural diff tool that understands syntax"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://difftastic.wilfred.me.uk"
 changelog="https://raw.githubusercontent.com/Wilfred/difftastic/master/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/difftastic/difftastic-${version}.crate"
-checksum=6a8ac20b608fd771b1caa3795280b2b09e0d2edbd0c00b11b9e10e96dffb1f38
+checksum=35c3fad5d6442e9514779dc140d998edf76bd808ca3b5d3b9db2e0c41b834a58
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR PATCH] [Merged]: difftastic: update to 0.43.1.
  2023-02-04 19:23 [PR PATCH] difftastic: update to 0.43.0 icp1994
                   ` (4 preceding siblings ...)
  2023-02-05  7:28 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-05  8:44 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-02-05  8:44 UTC (permalink / raw)
  To: ml

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

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

difftastic: update to 0.43.1.
https://github.com/void-linux/void-packages/pull/42081

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

end of thread, other threads:[~2023-02-05  8:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-04 19:23 [PR PATCH] difftastic: update to 0.43.0 icp1994
2023-02-04 19:34 ` icp1994
2023-02-04 19:51 ` [PR PATCH] [Updated] " icp1994
2023-02-04 19:52 ` icp1994
2023-02-04 22:37 ` [PR REVIEW] " paper42
2023-02-05  7:28 ` [PR PATCH] [Updated] " icp1994
2023-02-05  8:44 ` [PR PATCH] [Merged]: difftastic: update to 0.43.1 paper42

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