Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ytcc: update to 2.6.1.
@ 2022-12-15 19:20 icp1994
  2022-12-15 19:24 ` [PR PATCH] [Updated] " icp1994
  2022-12-16 18:32 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2022-12-15 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ytcc
https://github.com/void-linux/void-packages/pull/41116

ytcc: update to 2.6.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From 742c7feaf254618ae03eb0bd8f77a49209b1faa9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Dec 2022 01:34:15 +0530
Subject: [PATCH] ytcc: update to 2.6.1.

---
 srcpkgs/ytcc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index 8dcaa81177dd..d4acc88f3817 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,7 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
-version=2.6.0
-revision=2
+version=2.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mpv yt-dlp python3-click python3-wcwidth"
@@ -10,8 +10,8 @@ short_desc="Cmdline tool to track your youtube channels"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/woefe/ytcc"
-distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
-checksum=3d69104a20b9a6861a2663a0ffcbd6054fe05a62caccf2126c0b0cf3a446dbec
+distfiles="https://github.com/woefe/ytcc/archive/refs/tags/v{version}.tar.gz"
+checksum=abd6d26d8c1a0ad5787cf890b08ddf1cb685c2e26f353abb168da49a40974e3c
 
 do_check() {
 	PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -m "not flaky" test

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

* Re: [PR PATCH] [Updated] ytcc: update to 2.6.1.
  2022-12-15 19:20 [PR PATCH] ytcc: update to 2.6.1 icp1994
@ 2022-12-15 19:24 ` icp1994
  2022-12-16 18:32 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2022-12-15 19:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ytcc
https://github.com/void-linux/void-packages/pull/41116

ytcc: update to 2.6.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From d0e8c067b2b7c7ce301e7cb2985cdf99cbe61dd8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Dec 2022 01:34:15 +0530
Subject: [PATCH] ytcc: update to 2.6.1.

---
 srcpkgs/ytcc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index 8dcaa81177dd..1abe01e22c10 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,7 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
-version=2.6.0
-revision=2
+version=2.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mpv yt-dlp python3-click python3-wcwidth"
@@ -10,8 +10,8 @@ short_desc="Cmdline tool to track your youtube channels"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/woefe/ytcc"
-distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
-checksum=3d69104a20b9a6861a2663a0ffcbd6054fe05a62caccf2126c0b0cf3a446dbec
+distfiles="https://github.com/woefe/ytcc/archive/refs/tags/v${version}.tar.gz"
+checksum=abd6d26d8c1a0ad5787cf890b08ddf1cb685c2e26f353abb168da49a40974e3c
 
 do_check() {
 	PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -m "not flaky" test

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

* Re: [PR PATCH] [Merged]: ytcc: update to 2.6.1.
  2022-12-15 19:20 [PR PATCH] ytcc: update to 2.6.1 icp1994
  2022-12-15 19:24 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-16 18:32 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-12-16 18:32 UTC (permalink / raw)
  To: ml

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

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

ytcc: update to 2.6.1.
https://github.com/void-linux/void-packages/pull/41116

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

end of thread, other threads:[~2022-12-16 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 19:20 [PR PATCH] ytcc: update to 2.6.1 icp1994
2022-12-15 19:24 ` [PR PATCH] [Updated] " icp1994
2022-12-16 18:32 ` [PR PATCH] [Merged]: " 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).