Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] streamlink: update to 4.0.1.
@ 2022-05-01 19:47 paper42
  2022-05-01 19:50 ` [PR PATCH] [Updated] " paper42
  2022-05-04  8:42 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2022-05-01 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages streamlink4
https://github.com/void-linux/void-packages/pull/36943

streamlink: update to 4.0.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36943.patch is attached

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

From e29635901fd29240c0b195f4d8e91663c0ff6838 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 13:41:23 +0200
Subject: [PATCH 1/2] New package: python3-versioningit-1.1.1

---
 srcpkgs/python3-versioningit/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-versioningit/template

diff --git a/srcpkgs/python3-versioningit/template b/srcpkgs/python3-versioningit/template
new file mode 100644
index 000000000000..ab0c76164ff4
--- /dev/null
+++ b/srcpkgs/python3-versioningit/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-versioningit'
+pkgname=python3-versioningit
+version=1.1.1
+revision=1
+wrksrc="versioningit-$version"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+makedepends=""
+depends="python3-packaging python3-setuptools python3-tomli"
+short_desc="Versioning It with your Version In Git"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="MIT"
+homepage="https://github.com/jwodder/versioningit"
+#changelog=""
+distfiles="https://github.com/jwodder/versioningit/archive/refs/tags/v1.1.1.tar.gz"
+checksum=45d611fa50f3ef25f678468927b6295e27e295f39d55a5d8c0c426a0fae69445

From baab854e7e920c0a78cb2900fbf72a335c1c77fd Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 13:44:17 +0200
Subject: [PATCH 2/2] streamlink: update to 4.0.1.

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index 5b8427c56e96..ee0a31a9aa05 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,10 +1,10 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=3.2.0
+version=4.0.1
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-versioningit"
+depends="python3-lxml python3-pycryptodome python3-pycountry
  python3-pysocks python3-requests python3-websocket-client python3-isodate"
 checkdepends="$depends python3-pytest python3-mock python3-requests-mock
  python3-freezegun"
@@ -13,8 +13,8 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="BSD-2-Clause"
 homepage="https://streamlink.github.io/"
 changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
-distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
-checksum=9770d2d83844c5378a73e14130dcb760abc856566caa0a41fc5b97a0ded5d926
+distfiles="https://github.com/streamlink/streamlink/releases/download/$version/streamlink-$version.tar.gz"
+checksum=f38a4fd5c45b1628e7ebee43ba7f8522be5045565aa7c64009740baf853f20f5
 make_check=ci-skip # some tests fail when running as root
 
 post_install() {

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

* Re: [PR PATCH] [Updated] streamlink: update to 4.0.1.
  2022-05-01 19:47 [PR PATCH] streamlink: update to 4.0.1 paper42
@ 2022-05-01 19:50 ` paper42
  2022-05-04  8:42 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-05-01 19:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages streamlink4
https://github.com/void-linux/void-packages/pull/36943

streamlink: update to 4.0.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36943.patch is attached

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

From 75bfa7812c2eecfc7161b3b012cbaba932d7b546 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 13:41:23 +0200
Subject: [PATCH 1/2] New package: python3-versioningit-1.1.1

---
 srcpkgs/python3-versioningit/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-versioningit/template

diff --git a/srcpkgs/python3-versioningit/template b/srcpkgs/python3-versioningit/template
new file mode 100644
index 000000000000..4751d63ffa00
--- /dev/null
+++ b/srcpkgs/python3-versioningit/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-versioningit'
+pkgname=python3-versioningit
+version=1.1.1
+revision=1
+wrksrc="versioningit-$version"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-packaging python3-setuptools python3-tomli"
+short_desc="Versioning It with your Version In Git"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="MIT"
+homepage="https://github.com/jwodder/versioningit"
+changelog="https://raw.githubusercontent.com/jwodder/versioningit/master/CHANGELOG.md"
+distfiles="https://github.com/jwodder/versioningit/archive/refs/tags/v$version.tar.gz"
+checksum=45d611fa50f3ef25f678468927b6295e27e295f39d55a5d8c0c426a0fae69445
+
+post_install() {
+	vlicense LICENSE
+}

From a48a19cee276c8da0db610dcb8cbd41cc8ecf79c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 13:44:17 +0200
Subject: [PATCH 2/2] streamlink: update to 4.0.1.

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index 5b8427c56e96..ee0a31a9aa05 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,10 +1,10 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=3.2.0
+version=4.0.1
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-versioningit"
+depends="python3-lxml python3-pycryptodome python3-pycountry
  python3-pysocks python3-requests python3-websocket-client python3-isodate"
 checkdepends="$depends python3-pytest python3-mock python3-requests-mock
  python3-freezegun"
@@ -13,8 +13,8 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="BSD-2-Clause"
 homepage="https://streamlink.github.io/"
 changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
-distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
-checksum=9770d2d83844c5378a73e14130dcb760abc856566caa0a41fc5b97a0ded5d926
+distfiles="https://github.com/streamlink/streamlink/releases/download/$version/streamlink-$version.tar.gz"
+checksum=f38a4fd5c45b1628e7ebee43ba7f8522be5045565aa7c64009740baf853f20f5
 make_check=ci-skip # some tests fail when running as root
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: streamlink: update to 4.0.1.
  2022-05-01 19:47 [PR PATCH] streamlink: update to 4.0.1 paper42
  2022-05-01 19:50 ` [PR PATCH] [Updated] " paper42
@ 2022-05-04  8:42 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-05-04  8:42 UTC (permalink / raw)
  To: ml

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

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

streamlink: update to 4.0.1.
https://github.com/void-linux/void-packages/pull/36943

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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:[~2022-05-04  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 19:47 [PR PATCH] streamlink: update to 4.0.1 paper42
2022-05-01 19:50 ` [PR PATCH] [Updated] " paper42
2022-05-04  8:42 ` [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).