Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yaydl: update to 0.16.0
@ 2024-10-28  9:28 atk
  2024-10-28 13:04 ` [PR PATCH] [Updated] " atk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: atk @ 2024-10-28  9:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages yaydl-0.16.0
https://github.com/void-linux/void-packages/pull/52807

yaydl: update to 0.16.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/52807.patch is attached

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

From c6856e1a22c6fb04e1bf0097e7193fbecdb68b12 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Mon, 28 Oct 2024 10:27:05 +0100
Subject: [PATCH] yaydl: update to 0.16.0

---
 srcpkgs/yaydl/patches/cargo-lock.patch | 10 +++++-----
 srcpkgs/yaydl/template                 |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/yaydl/patches/cargo-lock.patch b/srcpkgs/yaydl/patches/cargo-lock.patch
index 1a0011a556c5f3..62b9dd4faab40f 100644
--- a/srcpkgs/yaydl/patches/cargo-lock.patch
+++ b/srcpkgs/yaydl/patches/cargo-lock.patch
@@ -1,11 +1,11 @@
---- a/Cargo.lock	2024-09-16 10:47:59.500660845 +0200
-+++ b/Cargo.lock	2024-09-16 10:49:17.816085825 +0200
-@@ -1923,7 +1923,7 @@
+--- Cargo.lock.orig	2024-10-28 09:53:55.297783572 +0100
++++ Cargo.lock	2024-10-28 09:57:30.406862896 +0100
+@@ -1881,7 +1881,7 @@
  
  [[package]]
  name = "yaydl"
--version = "0.16.0"
-+version = "0.15.5"
+-version = "0.15.5"
++version = "0.16.0"
  dependencies = [
   "anyhow",
   "cienli",
diff --git a/srcpkgs/yaydl/template b/srcpkgs/yaydl/template
index 264453d4af1069..0a60b8c1ce143a 100644
--- a/srcpkgs/yaydl/template
+++ b/srcpkgs/yaydl/template
@@ -1,6 +1,6 @@
 # Template file for 'yaydl'
 pkgname=yaydl
-version=0.15.5
+version=0.16.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://code.rosaelefanten.org/yaydl/index"
 changelog="https://github.com/dertuxmalwieder/yaydl/tags"
 distfiles="https://github.com/dertuxmalwieder/yaydl/archive/refs/tags/release-${version}.tar.gz"
-checksum=c30af51ec5ede5343e636b0dc457af824bc01fd34d8854561d6fae4a210d3eff
+checksum=e60bee00ce373b874a0ba11006c9a703e69e5e8a2ec798e14610fbf6cf0f60a9

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

* Re: [PR PATCH] [Updated] yaydl: update to 0.16.0
  2024-10-28  9:28 [PR PATCH] yaydl: update to 0.16.0 atk
@ 2024-10-28 13:04 ` atk
  2024-10-28 19:15 ` [PR REVIEW] " tranzystorekk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2024-10-28 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages yaydl-0.16.0
https://github.com/void-linux/void-packages/pull/52807

yaydl: update to 0.16.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/52807.patch is attached

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

From 5f8bdb6b62aef2f284eb60afd286a83576918655 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Mon, 28 Oct 2024 14:04:51 +0100
Subject: [PATCH] yaydl: update to 0.16.0

---
 srcpkgs/yaydl/patches/cargo-lock.patch | 10 +++++-----
 srcpkgs/yaydl/template                 |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/yaydl/patches/cargo-lock.patch b/srcpkgs/yaydl/patches/cargo-lock.patch
index 1a0011a556c5f3..b533ecea32ff8b 100644
--- a/srcpkgs/yaydl/patches/cargo-lock.patch
+++ b/srcpkgs/yaydl/patches/cargo-lock.patch
@@ -1,11 +1,11 @@
---- a/Cargo.lock	2024-09-16 10:47:59.500660845 +0200
-+++ b/Cargo.lock	2024-09-16 10:49:17.816085825 +0200
-@@ -1923,7 +1923,7 @@
+--- a/Cargo.lock	2024-10-28 09:53:55.297783572 +0100
++++ b/Cargo.lock	2024-10-28 09:57:30.406862896 +0100
+@@ -1881,7 +1881,7 @@
  
  [[package]]
  name = "yaydl"
--version = "0.16.0"
-+version = "0.15.5"
+-version = "0.15.5"
++version = "0.16.0"
  dependencies = [
   "anyhow",
   "cienli",
diff --git a/srcpkgs/yaydl/template b/srcpkgs/yaydl/template
index 264453d4af1069..0a60b8c1ce143a 100644
--- a/srcpkgs/yaydl/template
+++ b/srcpkgs/yaydl/template
@@ -1,6 +1,6 @@
 # Template file for 'yaydl'
 pkgname=yaydl
-version=0.15.5
+version=0.16.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://code.rosaelefanten.org/yaydl/index"
 changelog="https://github.com/dertuxmalwieder/yaydl/tags"
 distfiles="https://github.com/dertuxmalwieder/yaydl/archive/refs/tags/release-${version}.tar.gz"
-checksum=c30af51ec5ede5343e636b0dc457af824bc01fd34d8854561d6fae4a210d3eff
+checksum=e60bee00ce373b874a0ba11006c9a703e69e5e8a2ec798e14610fbf6cf0f60a9

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

* Re: [PR REVIEW] yaydl: update to 0.16.0
  2024-10-28  9:28 [PR PATCH] yaydl: update to 0.16.0 atk
  2024-10-28 13:04 ` [PR PATCH] [Updated] " atk
@ 2024-10-28 19:15 ` tranzystorekk
  2024-10-29  8:04 ` [PR PATCH] [Updated] " atk
  2024-10-29 10:27 ` [PR PATCH] [Merged]: " tranzystorekk
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2024-10-28 19:15 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/52807#discussion_r1819617396

Comment:
This patch can be dropped

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

* Re: [PR PATCH] [Updated] yaydl: update to 0.16.0
  2024-10-28  9:28 [PR PATCH] yaydl: update to 0.16.0 atk
  2024-10-28 13:04 ` [PR PATCH] [Updated] " atk
  2024-10-28 19:15 ` [PR REVIEW] " tranzystorekk
@ 2024-10-29  8:04 ` atk
  2024-10-29 10:27 ` [PR PATCH] [Merged]: " tranzystorekk
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2024-10-29  8:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages yaydl-0.16.0
https://github.com/void-linux/void-packages/pull/52807

yaydl: update to 0.16.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/52807.patch is attached

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

From 999e9819bee18c45a752670dae5989e3c3c946da Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Mon, 28 Oct 2024 14:04:51 +0100
Subject: [PATCH] yaydl: update to 0.16.0

---
 srcpkgs/yaydl/patches/cargo-lock.patch | 11 -----------
 srcpkgs/yaydl/template                 |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/yaydl/patches/cargo-lock.patch

diff --git a/srcpkgs/yaydl/patches/cargo-lock.patch b/srcpkgs/yaydl/patches/cargo-lock.patch
deleted file mode 100644
index 1a0011a556c5f3..00000000000000
--- a/srcpkgs/yaydl/patches/cargo-lock.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Cargo.lock	2024-09-16 10:47:59.500660845 +0200
-+++ b/Cargo.lock	2024-09-16 10:49:17.816085825 +0200
-@@ -1923,7 +1923,7 @@
- 
- [[package]]
- name = "yaydl"
--version = "0.16.0"
-+version = "0.15.5"
- dependencies = [
-  "anyhow",
-  "cienli",
diff --git a/srcpkgs/yaydl/template b/srcpkgs/yaydl/template
index 264453d4af1069..0a60b8c1ce143a 100644
--- a/srcpkgs/yaydl/template
+++ b/srcpkgs/yaydl/template
@@ -1,6 +1,6 @@
 # Template file for 'yaydl'
 pkgname=yaydl
-version=0.15.5
+version=0.16.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://code.rosaelefanten.org/yaydl/index"
 changelog="https://github.com/dertuxmalwieder/yaydl/tags"
 distfiles="https://github.com/dertuxmalwieder/yaydl/archive/refs/tags/release-${version}.tar.gz"
-checksum=c30af51ec5ede5343e636b0dc457af824bc01fd34d8854561d6fae4a210d3eff
+checksum=e60bee00ce373b874a0ba11006c9a703e69e5e8a2ec798e14610fbf6cf0f60a9

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

* Re: [PR PATCH] [Merged]: yaydl: update to 0.16.0
  2024-10-28  9:28 [PR PATCH] yaydl: update to 0.16.0 atk
                   ` (2 preceding siblings ...)
  2024-10-29  8:04 ` [PR PATCH] [Updated] " atk
@ 2024-10-29 10:27 ` tranzystorekk
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2024-10-29 10:27 UTC (permalink / raw)
  To: ml

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

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

yaydl: update to 0.16.0
https://github.com/void-linux/void-packages/pull/52807

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

end of thread, other threads:[~2024-10-29 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-28  9:28 [PR PATCH] yaydl: update to 0.16.0 atk
2024-10-28 13:04 ` [PR PATCH] [Updated] " atk
2024-10-28 19:15 ` [PR REVIEW] " tranzystorekk
2024-10-29  8:04 ` [PR PATCH] [Updated] " atk
2024-10-29 10:27 ` [PR PATCH] [Merged]: " tranzystorekk

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