Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lsd: update to 1.1.1
@ 2024-03-23  7:21 tranzystorekk
  2024-03-23 19:48 ` [PR REVIEW] " cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorekk @ 2024-03-23  7:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages lsd
https://github.com/void-linux/void-packages/pull/49474

lsd: update to 1.1.1
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/49474.patch is attached

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

From 4cb4afaf11eb9192b133d2a65d98ed5f5e7f8eb3 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Mar 2024 08:19:27 +0100
Subject: [PATCH] lsd: update to 1.1.1

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

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 5a41bba80a287f..3b09915540ac9a 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,6 +1,6 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=1.1.0
+version=1.1.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://github.com/lsd-rs/lsd"
 changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
 distfiles="https://github.com/lsd-rs/lsd/archive/refs/tags/v${version}.tar.gz"
-checksum=4bbd180deeef2674e55724bb4297ee0442bea956e36f9c4cd2fcca4e82bb4026
+checksum=7933e196bf7b164ea8879078f8a8e87381e0c49f71867e0036c82916199aba61
 conflicts="disputils"
 
 # The 'cannot_access_subdir_exit_status' fails on CI

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

* Re: [PR REVIEW] lsd: update to 1.1.1
  2024-03-23  7:21 [PR PATCH] lsd: update to 1.1.1 tranzystorekk
@ 2024-03-23 19:48 ` cinerea0
  2024-03-23 20:02 ` tranzystorekk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-23 19:48 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49474#discussion_r1536683628

Comment:
This file no longer seems to exist, do you think it was deleted accidentally upstream?

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

* Re: [PR REVIEW] lsd: update to 1.1.1
  2024-03-23  7:21 [PR PATCH] lsd: update to 1.1.1 tranzystorekk
  2024-03-23 19:48 ` [PR REVIEW] " cinerea0
@ 2024-03-23 20:02 ` tranzystorekk
  2024-03-23 20:06 ` [PR PATCH] [Updated] " tranzystorekk
  2024-03-23 20:31 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2024-03-23 20:02 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/49474#discussion_r1536685224

Comment:
Thanks for catching that! It was removed because the changelog was unmaintained: https://github.com/lsd-rs/lsd/commit/16181df25b3df555833b2f5f7e804b49b86515c1#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edL3

I'll point the template to the release page

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

* Re: [PR PATCH] [Updated] lsd: update to 1.1.1
  2024-03-23  7:21 [PR PATCH] lsd: update to 1.1.1 tranzystorekk
  2024-03-23 19:48 ` [PR REVIEW] " cinerea0
  2024-03-23 20:02 ` tranzystorekk
@ 2024-03-23 20:06 ` tranzystorekk
  2024-03-23 20:31 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2024-03-23 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages lsd
https://github.com/void-linux/void-packages/pull/49474

lsd: update to 1.1.1
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/49474.patch is attached

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

From 214f973cdeacc14dcc66a0c3200d39ebb55b2688 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Mar 2024 08:19:27 +0100
Subject: [PATCH] lsd: update to 1.1.1

---
 srcpkgs/lsd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template
index 5a41bba80a287f..0975fc93b1d550 100644
--- a/srcpkgs/lsd/template
+++ b/srcpkgs/lsd/template
@@ -1,6 +1,6 @@
 # Template file for 'lsd'
 pkgname=lsd
-version=1.1.0
+version=1.1.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -10,9 +10,9 @@ short_desc="Next gen ls command with lots of pretty colors and awesome icons"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/lsd-rs/lsd"
-changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
+changelog="https://github.com/lsd-rs/lsd/releases"
 distfiles="https://github.com/lsd-rs/lsd/archive/refs/tags/v${version}.tar.gz"
-checksum=4bbd180deeef2674e55724bb4297ee0442bea956e36f9c4cd2fcca4e82bb4026
+checksum=7933e196bf7b164ea8879078f8a8e87381e0c49f71867e0036c82916199aba61
 conflicts="disputils"
 
 # The 'cannot_access_subdir_exit_status' fails on CI

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

* Re: [PR PATCH] [Merged]: lsd: update to 1.1.1
  2024-03-23  7:21 [PR PATCH] lsd: update to 1.1.1 tranzystorekk
                   ` (2 preceding siblings ...)
  2024-03-23 20:06 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-03-23 20:31 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-23 20:31 UTC (permalink / raw)
  To: ml

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

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

lsd: update to 1.1.1
https://github.com/void-linux/void-packages/pull/49474

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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:[~2024-03-23 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-23  7:21 [PR PATCH] lsd: update to 1.1.1 tranzystorekk
2024-03-23 19:48 ` [PR REVIEW] " cinerea0
2024-03-23 20:02 ` tranzystorekk
2024-03-23 20:06 ` [PR PATCH] [Updated] " tranzystorekk
2024-03-23 20:31 ` [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).