* [PR PATCH] streamlink: update to 7.1.1 @ 2024-12-28 18:47 tstraus13 2024-12-28 18:59 ` [PR PATCH] [Updated] " tstraus13 ` (8 more replies) 0 siblings, 9 replies; 10+ messages in thread From: tstraus13 @ 2024-12-28 18:47 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 726 bytes --] There is a new pull request by tstraus13 against master on the void-packages repository https://github.com/tstraus13/void-packages streamlink-7.1.1 https://github.com/void-linux/void-packages/pull/53736 streamlink: update to 7.1.1 Version bump. Did not see any major/breaking changes in the release notes. I tested and it works fine. #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl - aarch64 - aarch64-musl A patch file from https://github.com/void-linux/void-packages/pull/53736.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-streamlink-7.1.1-53736.patch --] [-- Type: text/x-diff, Size: 1239 bytes --] From 1df8a8ebe4c36689681ef95187bdcf23a169a4b4 Mon Sep 17 00:00:00 2001 From: Tom Strausbaugh <tstrausbaugh@straustech.net> Date: Sat, 28 Dec 2024 13:44:23 -0500 Subject: [PATCH] streamlink: update to 7.1.1 --- srcpkgs/streamlink/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index 7d99f3df68011f..775121c3183b3a 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -1,7 +1,7 @@ # Template file for 'streamlink' pkgname=streamlink -version=7.0.0 -revision=2 +version=7.1.1 +revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-versioningit" depends="python3-lxml python3-pycryptodome python3-pycountry @@ -14,7 +14,7 @@ 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=51a4062862e6795d694046ca6e70549d6d13583c640d1505966804b0e03feff2 +checksum=c1881ed0bba53612d979d9a918b7dec056fc93cd202a5b07a080e5568dbdab4c make_check_pre="env PYTHONPATH=src" post_install() { ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 @ 2024-12-28 18:59 ` tstraus13 2024-12-28 19:07 ` tstraus13 ` (7 subsequent siblings) 8 siblings, 0 replies; 10+ messages in thread From: tstraus13 @ 2024-12-28 18:59 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 731 bytes --] There is an updated pull request by tstraus13 against master on the void-packages repository https://github.com/tstraus13/void-packages streamlink-7.1.1 https://github.com/void-linux/void-packages/pull/53736 streamlink: update to 7.1.1 Version bump. Did not see any major/breaking changes in the release notes. I tested and it works fine. #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl - aarch64 - aarch64-musl A patch file from https://github.com/void-linux/void-packages/pull/53736.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-streamlink-7.1.1-53736.patch --] [-- Type: text/x-diff, Size: 1728 bytes --] From 438602ac3dc4f1bbeeddcd9618f203be7c99412c Mon Sep 17 00:00:00 2001 From: Tom Strausbaugh <tstrausbaugh@straustech.net> Date: Sat, 28 Dec 2024 13:58:27 -0500 Subject: [PATCH] streamlink: update to 7.1.1 --- srcpkgs/streamlink/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index 7d99f3df68011f..de358345e127df 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -1,12 +1,12 @@ # Template file for 'streamlink' pkgname=streamlink -version=7.0.0 -revision=2 +version=7.1.1 +revision=1 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 - python3-urllib3 python3-certifi python3-typing_extensions python3-trio python3-trio-websocket" + python3-urllib3 python3-certifi python3-trio python3-trio-websocket" checkdepends="$depends python3-pytest python3-requests-mock python3-pytest-trio python3-freezegun" short_desc="Utility extracting streams from services, forked from livestreamer" maintainer="Tom Strausbaugh <tstrausbaugh@straustech.net>" @@ -14,7 +14,7 @@ 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=51a4062862e6795d694046ca6e70549d6d13583c640d1505966804b0e03feff2 +checksum=c1881ed0bba53612d979d9a918b7dec056fc93cd202a5b07a080e5568dbdab4c make_check_pre="env PYTHONPATH=src" post_install() { ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 2024-12-28 18:59 ` [PR PATCH] [Updated] " tstraus13 @ 2024-12-28 19:07 ` tstraus13 2024-12-28 19:28 ` tstraus13 ` (6 subsequent siblings) 8 siblings, 0 replies; 10+ messages in thread From: tstraus13 @ 2024-12-28 19:07 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 353 bytes --] New comment by tstraus13 on void-packages repository https://github.com/void-linux/void-packages/pull/53736#issuecomment-2564406586 Comment: I am unsure why the check/test stage is failing. It does build and run fine though. I'll take a look and see if I can fix but if someone knows from the error why its failing let me know and I will fix. Thanks. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 2024-12-28 18:59 ` [PR PATCH] [Updated] " tstraus13 2024-12-28 19:07 ` tstraus13 @ 2024-12-28 19:28 ` tstraus13 2025-01-11 5:00 ` Vinfall ` (5 subsequent siblings) 8 siblings, 0 replies; 10+ messages in thread From: tstraus13 @ 2024-12-28 19:28 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 531 bytes --] New comment by tstraus13 on void-packages repository https://github.com/void-linux/void-packages/pull/53736#issuecomment-2564413129 Comment: After some digging it looks like python3-freezegun needs updated (1.2.2 - 1.5.1). I updated it by version bumping it and also removed/deleted the patch it was using because it no longer worked. After that it runs the test(s) successfully locally. I can add that change to this pull request or if it would be better to open a separate request for freezegun I can do that too. Let me know. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 ` (2 preceding siblings ...) 2024-12-28 19:28 ` tstraus13 @ 2025-01-11 5:00 ` Vinfall 2025-01-11 13:03 ` tstraus13 ` (4 subsequent siblings) 8 siblings, 0 replies; 10+ messages in thread From: Vinfall @ 2025-01-11 5:00 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 13431 bytes --] New comment by Vinfall on void-packages repository https://github.com/void-linux/void-packages/pull/53736#issuecomment-2585070757 Comment: Hi, I met similar issue with python3-freezegun and updated package failed to pass unittest, with or without upstream patch https://github.com/spulec/freezegun/pull/550. How do you solve this? <details><summary>Build log</summary> <p> ```python => xbps-src: updating repositories for host (x86_64)... [*] Updating repository `https://repo-default.voidlinux.org/current/bootstrap/x86_64-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ... x86_64-repodata: 1936KB [avg rate: 2206KB/s] [*] Updating repository `https://repo-default.voidlinux.org/current/nonfree/x86_64-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/debug/x86_64-repodata' ... x86_64-repodata: 895KB [avg rate: 30GB/s] [*] Updating repository `https://repo-default.voidlinux.org/current/multilib/bootstrap/x86_64-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/multilib/x86_64-repodata' ... x86_64-repodata: 736KB [avg rate: 21GB/s] [*] Updating repository `https://repo-default.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... => xbps-src: updating software in / masterdir... => xbps-src: cleaning up / masterdir... => python3-freezegun-1.5.1_1: removing autodeps, please wait... => python3-freezegun-1.5.1_1: building with [python3-module] [python3] for x86_64... [host] python3-setuptools-75.8.0_1: found (https://repo-default.voidlinux.org/current) [host] python3-packaging-bootstrap-24.2_1: found (https://repo-default.voidlinux.org/current/bootstrap) [check] python3-dateutil-2.9.0_2: found (https://repo-default.voidlinux.org/current) [check] python3-pytest-xdist-3.6.1_2: found (https://repo-default.voidlinux.org/current) [target] python3-3.13.1_1: found (https://repo-default.voidlinux.org/current) [runtime] python3-dateutil-2.9.0_2: found (https://repo-default.voidlinux.org/current) => python3-freezegun-1.5.1_1: installing host dependencies: python3-setuptools-75.8.0_1 python3-packaging-bootstrap-24.2_1 python3-dateutil-2.9.0_2 python3-pytest-xdist-3.6.1_2 ... => python3-freezegun-1.5.1_1: installing target dependencies: python3-3.13.1_1 ... => python3-freezegun-1.5.1_1: running do_check ... ============================= test session starts ============================== platform linux -- Python 3.13.1, pytest-8.3.1, pluggy-1.5.0 rootdir: /builddir/python3-freezegun-1.5.1 configfile: pyproject.toml plugins: xdist-3.6.1 collected 137 items tests/test_asyncio.py ..... [ 3%] tests/test_class_import.py .............. [ 13%] tests/test_configure.py ..... [ 17%] tests/test_datetimes.py .................s.....s.....s.s................ [ 52%] FFF....................s [ 70%] tests/test_errors.py .. [ 71%] tests/test_import_alias.py ... [ 73%] tests/test_operations.py ............. [ 83%] tests/test_pickle.py ... [ 85%] tests/test_sqlite3.py .. [ 86%] tests/test_ticking.py .s.......... [ 95%] tests/test_utils.py .. [ 97%] tests/test_uuid.py .. [ 98%] tests/test_warnings.py .. [100%] =================================== FAILURES =================================== _ TestUnitTestMethodDecorator.test_method_decorator_works_on_unittest_kwarg_frozen_time _ self = <tests.test_datetimes.TestUnitTestMethodDecorator testMethod=test_method_decorator_works_on_unittest_kwarg_frozen_time> frozen_time = <freezegun.api.FrozenDateTimeFactory object at 0x7f2a9cdaea80> @freeze_time('2013-04-09', as_kwarg='frozen_time') def test_method_decorator_works_on_unittest_kwarg_frozen_time(self, frozen_time: Any) -> None: self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today()) > self.assertEqual(datetime.date(2013, 4, 9), frozen_time.time_to_freeze.today()) E AssertionError: FakeDate(2013, 4, 9) != datetime.datetime(2013, 4, 9, 0, 0) tests/test_datetimes.py:537: AssertionError _ TestUnitTestMethodDecorator.test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func _ self = <tests.test_datetimes.TestUnitTestMethodDecorator testMethod=test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func> frozen_time = <freezegun.api.FrozenDateTimeFactory object at 0x7f2a9cde5c70> @freeze_time(lambda: datetime.date(year=2013, month=4, day=9), as_kwarg='frozen_time') def test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func(self, frozen_time: Any) -> None: self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today()) > self.assertEqual(datetime.date(2013, 4, 9), frozen_time.time_to_freeze.today()) E AssertionError: FakeDate(2013, 4, 9) != datetime.datetime(2013, 4, 9, 0, 0) tests/test_datetimes.py:547: AssertionError _ TestUnitTestMethodDecorator.test_method_decorator_works_on_unittest_kwarg_hello _ self = <tests.test_datetimes.TestUnitTestMethodDecorator testMethod=test_method_decorator_works_on_unittest_kwarg_hello> kwargs = {'hello': <freezegun.api.FrozenDateTimeFactory object at 0x7f2a9cde5db0>} @freeze_time('2013-04-09', as_kwarg='hello') def test_method_decorator_works_on_unittest_kwarg_hello(self, **kwargs: Any) -> None: self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today()) > self.assertEqual(datetime.date(2013, 4, 9), kwargs.get('hello').time_to_freeze.today()) # type: ignore E AssertionError: FakeDate(2013, 4, 9) != datetime.datetime(2013, 4, 9, 0, 0) tests/test_datetimes.py:542: AssertionError =============================== warnings summary =============================== tests/test_datetimes.py::test_simple_api /builddir/python3-freezegun-1.5.1/tests/test_datetimes.py:75: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). assert datetime.datetime.utcnow() != datetime.datetime(2012, 1, 14) tests/test_datetimes.py::test_compare_datetime_and_time_with_timezone /builddir/python3-freezegun-1.5.1/tests/test_datetimes.py:795: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). assert now == datetime.datetime.utcfromtimestamp(time.time()) tests/test_datetimes.py::test_timestamp_with_tzoffset /builddir/python3-freezegun-1.5.1/tests/test_datetimes.py:812: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). assert utcnow == datetime.datetime.utcfromtimestamp(time.time()) tests/test_pickle.py::test_pickle /builddir/python3-freezegun-1.5.1/tests/test_pickle.py:13: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). utc_now = datetime.datetime.utcnow() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time FAILED tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func FAILED tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_hello ============= 3 failed, 128 passed, 6 skipped, 4 warnings in 0.79s ============= => ERROR: python3-freezegun-1.5.1_1: do_check: 'TZ="UTC" PYTHONPATH="${PWD}/build/lib" python3 -m pytest' exited with 1 => ERROR: in do_check() at srcpkgs/python3-freezegun/template:20 ``` </p> </details> <details><summary>git format-patch</summary> <p> ```diff --- .../python3-freezegun/patches/py3.13.patch | 81 +++++++++++++++++++ srcpkgs/python3-freezegun/template | 6 +- 2 files changed, 84 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/python3-freezegun/patches/py3.13.patch diff --git a/srcpkgs/python3-freezegun/patches/py3.13.patch b/srcpkgs/python3-freezegun/patches/py3.13.patch new file mode 100644 index 000000000..448df8cd2 --- /dev/null +++ b/srcpkgs/python3-freezegun/patches/py3.13.patch @@ -0,0 +1,81 @@ +Date: Fri, 28 Jun 2024 19:21:04 +0000 +Subject: [PATCH] Admin: Support Python 3.13 + +--- + .github/workflows/ci.yaml | 9 ++++++--- + tests/test_datetimes.py | 6 +++--- + 2 files changed, 9 insertions(+), 6 deletions(-) + +diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml +index 67c263e..59200ca 100644 +--- a/.github/workflows/ci.yaml ++++ b/.github/workflows/ci.yaml +@@ -11,18 +11,20 @@ jobs: + strategy: + matrix: + python-version: +- - '3.7' + - '3.8' + - '3.9' + - '3.10' + - '3.11' + - '3.12' ++ - '3.13.0-beta.2' + + steps: + - uses: actions/checkout@master + + - name: Set up Python + uses: actions/setup-python@v4 ++ with: ++ python-version: ${{ matrix.python-version }} + + - name: Install dependencies + run: | +@@ -44,16 +46,17 @@ jobs: + - '3.10' + - '3.11' + - '3.12' ++ - '3.13.0-beta.2' + implementation: + - '' # CPython + - 'pypy' # PyPy + exclude: # unreleased; +- - implementation: 'pypy' +- python-version: '3.10' + - implementation: 'pypy' + python-version: '3.11' + - implementation: 'pypy' + python-version: '3.12' ++ - implementation: 'pypy' ++ python-version: '3.13.0-beta.2' + + steps: + - uses: actions/checkout@master +diff --git a/tests/test_datetimes.py b/tests/test_datetimes.py +index a6f1989..b75ad3b 100644 +--- a/tests/test_datetimes.py ++++ b/tests/test_datetimes.py +@@ -534,17 +534,17 @@ def test_method_decorator_works_on_unittest(self) -> None: + @freeze_time('2013-04-09', as_kwarg='frozen_time') + def test_method_decorator_works_on_unittest_kwarg_frozen_time(self, frozen_time: Any) -> None: + self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today()) +- self.assertEqual(datetime.date(2013, 4, 9), frozen_time.time_to_freeze.today()) ++ assert frozen_time.time_to_freeze.today().strftime('%Y-%m-%d') == "2013-04-09" + + @freeze_time('2013-04-09', as_kwarg='hello') + def test_method_decorator_works_on_unittest_kwarg_hello(self, **kwargs: Any) -> None: + self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today()) +- self.assertEqual(datetime.date(2013, 4, 9), kwargs.get('hello').time_to_freeze.today()) # type: ignore ++ assert kwargs.get("hello").time_to_freeze.today().strftime('%Y-%m-%d') == "2013-04-09" # type: ignore + + @freeze_time(lambda: datetime.date(year=2013, month=4, day=9), as_kwarg='frozen_time') + def test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func(self, frozen_time: Any) -> None: + self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today()) +- self.assertEqual(datetime.date(2013, 4, 9), frozen_time.time_to_freeze.today()) ++ assert frozen_time.time_to_freeze.today().strftime('%Y-%m-%d') == "2013-04-09" + + + @freeze_time('2013-04-09') diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template index 653237b3f..dbc6f581e 100644 --- a/srcpkgs/python3-freezegun/template +++ b/srcpkgs/python3-freezegun/template @@ -1,7 +1,7 @@ # Template file for 'python3-freezegun' pkgname=python3-freezegun -version=1.2.2 -revision=4 +version=1.5.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dateutil" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/spulec/freezegun" changelog="https://raw.githubusercontent.com/spulec/freezegun/master/CHANGELOG" distfiles="${PYPI_SITE}/f/freezegun/freezegun-${version}.tar.gz" -checksum=cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446 +checksum=b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9 do_check() { # Timezone needs to be fixed due to -- 2.47.1 ``` </p> </details> Side note: I think a separate PR would be more appropriate. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 ` (3 preceding siblings ...) 2025-01-11 5:00 ` Vinfall @ 2025-01-11 13:03 ` tstraus13 2025-01-11 15:42 ` tstraus13 ` (3 subsequent siblings) 8 siblings, 0 replies; 10+ messages in thread From: tstraus13 @ 2025-01-11 13:03 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 367 bytes --] New comment by tstraus13 on void-packages repository https://github.com/void-linux/void-packages/pull/53736#issuecomment-2585261444 Comment: The patch I was talking about was the patch included with void's package of freezegun. All I had to do was update the version and the streamlink package build/tests worked. I will open up a separate PR for freezegun though. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 ` (4 preceding siblings ...) 2025-01-11 13:03 ` tstraus13 @ 2025-01-11 15:42 ` tstraus13 2025-01-11 22:59 ` [PR PATCH] [Updated] " tstraus13 ` (2 subsequent siblings) 8 siblings, 0 replies; 10+ messages in thread From: tstraus13 @ 2025-01-11 15:42 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 224 bytes --] New comment by tstraus13 on void-packages repository https://github.com/void-linux/void-packages/pull/53736#issuecomment-2585306987 Comment: I have opened a PR for python3-freezegun that should fix the tests here. #53929 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 ` (5 preceding siblings ...) 2025-01-11 15:42 ` tstraus13 @ 2025-01-11 22:59 ` tstraus13 2025-01-12 0:58 ` Vinfall 2025-01-23 20:25 ` [PR PATCH] [Merged]: " Johnnynator 8 siblings, 0 replies; 10+ messages in thread From: tstraus13 @ 2025-01-11 22:59 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 805 bytes --] There is an updated pull request by tstraus13 against master on the void-packages repository https://github.com/tstraus13/void-packages streamlink-7.1.1 https://github.com/void-linux/void-packages/pull/53736 streamlink: update to 7.1.1 Version bump. Did not see any major/breaking changes in the release notes. The one thing I did see is they removed the typing extensions dependency. I tested and it works fine. #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl - aarch64 - aarch64-musl A patch file from https://github.com/void-linux/void-packages/pull/53736.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-streamlink-7.1.1-53736.patch --] [-- Type: text/x-diff, Size: 1728 bytes --] From a471ac7607a7de6ea67f7433b38686ced1d3c9f5 Mon Sep 17 00:00:00 2001 From: Tom Strausbaugh <tstrausbaugh@straustech.net> Date: Sat, 28 Dec 2024 13:58:27 -0500 Subject: [PATCH] streamlink: update to 7.1.1 --- srcpkgs/streamlink/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index 7d99f3df68011f..de358345e127df 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -1,12 +1,12 @@ # Template file for 'streamlink' pkgname=streamlink -version=7.0.0 -revision=2 +version=7.1.1 +revision=1 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 - python3-urllib3 python3-certifi python3-typing_extensions python3-trio python3-trio-websocket" + python3-urllib3 python3-certifi python3-trio python3-trio-websocket" checkdepends="$depends python3-pytest python3-requests-mock python3-pytest-trio python3-freezegun" short_desc="Utility extracting streams from services, forked from livestreamer" maintainer="Tom Strausbaugh <tstrausbaugh@straustech.net>" @@ -14,7 +14,7 @@ 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=51a4062862e6795d694046ca6e70549d6d13583c640d1505966804b0e03feff2 +checksum=c1881ed0bba53612d979d9a918b7dec056fc93cd202a5b07a080e5568dbdab4c make_check_pre="env PYTHONPATH=src" post_install() { ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 ` (6 preceding siblings ...) 2025-01-11 22:59 ` [PR PATCH] [Updated] " tstraus13 @ 2025-01-12 0:58 ` Vinfall 2025-01-23 20:25 ` [PR PATCH] [Merged]: " Johnnynator 8 siblings, 0 replies; 10+ messages in thread From: Vinfall @ 2025-01-12 0:58 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 301 bytes --] New comment by Vinfall on void-packages repository https://github.com/void-linux/void-packages/pull/53736#issuecomment-2585506099 Comment: No idea why it did not work for me, probably a caching issue. Anyway I did not care now that it's merged. The update solves #53935 checks as well. Many thanks! ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Merged]: streamlink: update to 7.1.1 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 ` (7 preceding siblings ...) 2025-01-12 0:58 ` Vinfall @ 2025-01-23 20:25 ` Johnnynator 8 siblings, 0 replies; 10+ messages in thread From: Johnnynator @ 2025-01-23 20:25 UTC (permalink / raw) To: ml [-- Attachment #1: Type: text/plain, Size: 636 bytes --] There's a merged pull request on the void-packages repository streamlink: update to 7.1.1 https://github.com/void-linux/void-packages/pull/53736 Description: Version bump. Did not see any major/breaking changes in the release notes. The one thing I did see is they removed the typing extensions dependency. I tested and it works fine. #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl - aarch64 - aarch64-musl ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-01-23 20:25 UTC | newest] Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2024-12-28 18:47 [PR PATCH] streamlink: update to 7.1.1 tstraus13 2024-12-28 18:59 ` [PR PATCH] [Updated] " tstraus13 2024-12-28 19:07 ` tstraus13 2024-12-28 19:28 ` tstraus13 2025-01-11 5:00 ` Vinfall 2025-01-11 13:03 ` tstraus13 2025-01-11 15:42 ` tstraus13 2025-01-11 22:59 ` [PR PATCH] [Updated] " tstraus13 2025-01-12 0:58 ` Vinfall 2025-01-23 20:25 ` [PR PATCH] [Merged]: " Johnnynator
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).