Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tealdeer: update to 1.6.0
@ 2022-10-02  7:28 tranzystorek-io
  2022-10-02 23:26 ` Piraty
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tranzystorek-io @ 2022-10-02  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tealdeer
https://github.com/void-linux/void-packages/pull/39609

tealdeer: update to 1.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/39609.patch is attached

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

From f36646fc899e52abc5ed2a44b4077d58ad009641 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 2 Oct 2022 09:24:34 +0200
Subject: [PATCH] tealdeer: update to 1.6.0

---
 srcpkgs/tealdeer/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index b85558712230..ee71616f66c5 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,6 +1,6 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
-version=1.5.0
+version=1.6.0
 revision=1
 # uses rustls/ring
 archs="x86_64* aarch64* i686* armv[67]*"
@@ -10,15 +10,15 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
-distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
-checksum=00902a50373ab75fedec4578c6c2c02523fad435486918ad9a86ed01f804358a
+distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
+checksum=7e957b8f440264524822d855af856a634d48a8150a11089bcf8252e42a9ec5e4
 alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
 
 post_install() {
 	vlicense LICENSE-MIT
 	vlicense LICENSE-APACHE
 	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
-	vcompletion bash_tealdeer bash
-	vcompletion fish_tealdeer fish
-	vcompletion zsh_tealdeer zsh
+	vcompletion completion/bash_tealdeer bash
+	vcompletion completion/fish_tealdeer fish
+	vcompletion completion/zsh_tealdeer zsh
 }

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

* Re: tealdeer: update to 1.6.0
  2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
@ 2022-10-02 23:26 ` Piraty
  2022-10-03  9:15 ` jcgruenhage
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2022-10-02 23:26 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/39609#issuecomment-1264762306

Comment:
ping @jcgruenhage 

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

* Re: tealdeer: update to 1.6.0
  2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
  2022-10-02 23:26 ` Piraty
@ 2022-10-03  9:15 ` jcgruenhage
  2022-10-03  9:31 ` tranzystorek-io
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-10-03  9:15 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/39609#issuecomment-1265159222

Comment:
lgtm :)

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

* Re: tealdeer: update to 1.6.0
  2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
  2022-10-02 23:26 ` Piraty
  2022-10-03  9:15 ` jcgruenhage
@ 2022-10-03  9:31 ` tranzystorek-io
  2022-10-03  9:59 ` jcgruenhage
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tranzystorek-io @ 2022-10-03  9:31 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39609#issuecomment-1265177009

Comment:
@jcgruenhage if you don't like your maintained packages bumped by others, let me know, don't want to be annoying

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

* Re: tealdeer: update to 1.6.0
  2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-10-03  9:31 ` tranzystorek-io
@ 2022-10-03  9:59 ` jcgruenhage
  2022-10-03 14:08 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-10-03  9:59 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/39609#issuecomment-1265208636

Comment:
no, don't worry, feel free to bump those packages. I like a ping to give approval on it because of experiences in the past where random people updated the package without reading the changelog, breaking my setup in the progress...

As long as people take the required care while updating packages I'm very happy about people bumping the packages, less work for me ;)

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

* Re: [PR REVIEW] tealdeer: update to 1.6.0
  2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-10-03  9:59 ` jcgruenhage
@ 2022-10-03 14:08 ` classabbyamp
  2022-10-03 14:14 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-10-03 14:29 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-10-03 14:08 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39609#discussion_r985826736

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] tealdeer: update to 1.6.0
  2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-10-03 14:08 ` [PR REVIEW] " classabbyamp
@ 2022-10-03 14:14 ` tranzystorek-io
  2022-10-03 14:29 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: tranzystorek-io @ 2022-10-03 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tealdeer
https://github.com/void-linux/void-packages/pull/39609

tealdeer: update to 1.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/39609.patch is attached

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

From 80497ec7b8f3cca702952dc0fd32065caf298657 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 2 Oct 2022 09:24:34 +0200
Subject: [PATCH] tealdeer: update to 1.6.0

---
 srcpkgs/tealdeer/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index b85558712230..606d854a30fa 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,6 +1,6 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
-version=1.5.0
+version=1.6.0
 revision=1
 # uses rustls/ring
 archs="x86_64* aarch64* i686* armv[67]*"
@@ -9,16 +9,16 @@ short_desc="Very fast implementation of tldr in Rust"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/dbrgn/tealdeer"
-changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
-distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
-checksum=00902a50373ab75fedec4578c6c2c02523fad435486918ad9a86ed01f804358a
+changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
+distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
+checksum=7e957b8f440264524822d855af856a634d48a8150a11089bcf8252e42a9ec5e4
 alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
 
 post_install() {
 	vlicense LICENSE-MIT
 	vlicense LICENSE-APACHE
 	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
-	vcompletion bash_tealdeer bash
-	vcompletion fish_tealdeer fish
-	vcompletion zsh_tealdeer zsh
+	vcompletion completion/bash_tealdeer bash
+	vcompletion completion/fish_tealdeer fish
+	vcompletion completion/zsh_tealdeer zsh
 }

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

* Re: [PR PATCH] [Merged]: tealdeer: update to 1.6.0
  2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-10-03 14:14 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-10-03 14:29 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-10-03 14:29 UTC (permalink / raw)
  To: ml

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

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

tealdeer: update to 1.6.0
https://github.com/void-linux/void-packages/pull/39609

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

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

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

end of thread, other threads:[~2022-10-03 14:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
2022-10-02 23:26 ` Piraty
2022-10-03  9:15 ` jcgruenhage
2022-10-03  9:31 ` tranzystorek-io
2022-10-03  9:59 ` jcgruenhage
2022-10-03 14:08 ` [PR REVIEW] " classabbyamp
2022-10-03 14:14 ` [PR PATCH] [Updated] " tranzystorek-io
2022-10-03 14:29 ` [PR PATCH] [Merged]: " classabbyamp

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