Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yt-dlp: update to 2023.10.13.
@ 2023-10-15 11:35 daniel-eys
  2023-10-30  8:35 ` biopsin
  2023-10-30 12:27 ` [PR PATCH] [Closed]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: daniel-eys @ 2023-10-15 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages yt-dlp
https://github.com/void-linux/void-packages/pull/46697

yt-dlp: update to 2023.10.13.
<!-- 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/46697.patch is attached

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

From d2a78f0def66e4b2749446651f41d2afeb2b6a86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sun, 15 Oct 2023 13:22:17 +0200
Subject: [PATCH] yt-dlp: update to 2023.10.13.

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

diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template
index 61df7664f22ae..0a223698441de 100644
--- a/srcpkgs/yt-dlp/template
+++ b/srcpkgs/yt-dlp/template
@@ -1,7 +1,7 @@
 # Template file for 'yt-dlp'
 pkgname=yt-dlp
-version=2023.09.24
-revision=2
+version=2023.10.13
+revision=1
 build_style=python3-module
 make_check_args="-k not(download)"
 hostmakedepends="python3-setuptools"
@@ -13,4 +13,4 @@ license="Unlicense"
 homepage="https://github.com/yt-dlp/yt-dlp"
 changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md"
 distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.tar.gz"
-checksum=689aaab448763a9efb339e608346d42aa3d4f776288fc1f4f223142ac23a5abf
+checksum=64944f4452a7657b5fb31ae55d823d9411a1a29f9c1071d33fa3e6286e20522a

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

* Re: yt-dlp: update to 2023.10.13.
  2023-10-15 11:35 [PR PATCH] yt-dlp: update to 2023.10.13 daniel-eys
@ 2023-10-30  8:35 ` biopsin
  2023-10-30 12:27 ` [PR PATCH] [Closed]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: biopsin @ 2023-10-30  8:35 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/46697#issuecomment-1784715288

Comment:
merged at 614f7f9f4ea577fc18de3fe4cbf1d04c2d08872d

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

* Re: [PR PATCH] [Closed]: yt-dlp: update to 2023.10.13.
  2023-10-15 11:35 [PR PATCH] yt-dlp: update to 2023.10.13 daniel-eys
  2023-10-30  8:35 ` biopsin
@ 2023-10-30 12:27 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-10-30 12:27 UTC (permalink / raw)
  To: ml

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

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

yt-dlp: update to 2023.10.13.
https://github.com/void-linux/void-packages/pull/46697

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

end of thread, other threads:[~2023-10-30 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-15 11:35 [PR PATCH] yt-dlp: update to 2023.10.13 daniel-eys
2023-10-30  8:35 ` biopsin
2023-10-30 12:27 ` [PR PATCH] [Closed]: " 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).