Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bat: update to 0.19.0.
@ 2022-01-09 18:21 daniel-eys
  2022-02-27  0:09 ` tranzystorek-io
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: daniel-eys @ 2022-01-09 18:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages bat
https://github.com/void-linux/void-packages/pull/34966

bat: update to 0.19.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 929be05733700e2423b0437b5db63de92445e1ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sun, 9 Jan 2022 12:27:56 +0100
Subject: [PATCH] bat: update to 0.19.0.

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

diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template
index 586c258ad1c3..8dcbbf67b75c 100644
--- a/srcpkgs/bat/template
+++ b/srcpkgs/bat/template
@@ -1,6 +1,6 @@
 # Template file for 'bat'
 pkgname=bat
-version=0.18.3
+version=0.19.0
 revision=1
 build_style=cargo
 hostmakedepends="cmake llvm clang"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/bat"
 distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
-checksum=dff7fa5222f40c7b3c783d3ceb0c3ffb35662f1198b00d785f80f3f1523399dd
+checksum=6a920cad1e7ae069eb9393f5b6883e0a7f2c957186b1075976331daaa5e0468a
 
 pre_build() {
 	export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"

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

* Re: bat: update to 0.19.0.
  2022-01-09 18:21 [PR PATCH] bat: update to 0.19.0 daniel-eys
@ 2022-02-27  0:09 ` tranzystorek-io
  2022-02-27 10:40 ` [PR PATCH] [Updated] " daniel-eys
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-02-27  0:09 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/34966#issuecomment-1052827460

Comment:
The indexmap issue should be fixed if you add
```shell
post_patch() {
    cargo update --package autocfg --precise 1.1.0
}
```

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

* Re: [PR PATCH] [Updated] bat: update to 0.19.0.
  2022-01-09 18:21 [PR PATCH] bat: update to 0.19.0 daniel-eys
  2022-02-27  0:09 ` tranzystorek-io
@ 2022-02-27 10:40 ` daniel-eys
  2022-02-27 11:44 ` bat: update to 0.20.0 daniel-eys
  2022-02-27 13:08 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: daniel-eys @ 2022-02-27 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages bat
https://github.com/void-linux/void-packages/pull/34966

bat: update to 0.19.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 929be05733700e2423b0437b5db63de92445e1ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sun, 9 Jan 2022 12:27:56 +0100
Subject: [PATCH] bat: update to 0.19.0.

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

diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template
index 586c258ad1c3..8dcbbf67b75c 100644
--- a/srcpkgs/bat/template
+++ b/srcpkgs/bat/template
@@ -1,6 +1,6 @@
 # Template file for 'bat'
 pkgname=bat
-version=0.18.3
+version=0.19.0
 revision=1
 build_style=cargo
 hostmakedepends="cmake llvm clang"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/bat"
 distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
-checksum=dff7fa5222f40c7b3c783d3ceb0c3ffb35662f1198b00d785f80f3f1523399dd
+checksum=6a920cad1e7ae069eb9393f5b6883e0a7f2c957186b1075976331daaa5e0468a
 
 pre_build() {
 	export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"

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

* Re: bat: update to 0.20.0.
  2022-01-09 18:21 [PR PATCH] bat: update to 0.19.0 daniel-eys
  2022-02-27  0:09 ` tranzystorek-io
  2022-02-27 10:40 ` [PR PATCH] [Updated] " daniel-eys
@ 2022-02-27 11:44 ` daniel-eys
  2022-02-27 13:08 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: daniel-eys @ 2022-02-27 11:44 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/34966#issuecomment-1053528595

Comment:
Perfect, cross builds are working now.
And thanks for all your analysis work regarding the autocfg crate!

One doc-test failed on i686, but this shouldn't be a blocker I guess, the actual functionality tests passed.
Don't really know how to disable only the doc-tests.


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

* Re: [PR PATCH] [Merged]: bat: update to 0.20.0.
  2022-01-09 18:21 [PR PATCH] bat: update to 0.19.0 daniel-eys
                   ` (2 preceding siblings ...)
  2022-02-27 11:44 ` bat: update to 0.20.0 daniel-eys
@ 2022-02-27 13:08 ` Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2022-02-27 13:08 UTC (permalink / raw)
  To: ml

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

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

bat: update to 0.20.0.
https://github.com/void-linux/void-packages/pull/34966

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-02-27 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-09 18:21 [PR PATCH] bat: update to 0.19.0 daniel-eys
2022-02-27  0:09 ` tranzystorek-io
2022-02-27 10:40 ` [PR PATCH] [Updated] " daniel-eys
2022-02-27 11:44 ` bat: update to 0.20.0 daniel-eys
2022-02-27 13:08 ` [PR PATCH] [Merged]: " Johnnynator

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