Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package streamlink for openSUSE:Factory 
checked in at 2021-08-31 19:55:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/streamlink (Old)
 and      /work/SRC/openSUSE:Factory/.streamlink.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "streamlink"

Tue Aug 31 19:55:40 2021 rev:7 rq:915215 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/streamlink/streamlink.changes    2021-08-19 
10:02:07.499183263 +0200
+++ /work/SRC/openSUSE:Factory/.streamlink.new.1899/streamlink.changes  
2021-08-31 19:56:34.506028661 +0200
@@ -1,0 +2,7 @@
+Mon Aug 30 15:51:53 UTC 2021 - Simon Puchert <[email protected]>
+
+- Add python-requests-version.patch:
+  * Revert a commit that increased the version requirements as the
+    required version is not available in Factory.
+
+-------------------------------------------------------------------

New:
----
  python-requests-version.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ streamlink.spec ++++++
--- /var/tmp/diff_new_pack.hENird/_old  2021-08-31 19:56:34.950029275 +0200
+++ /var/tmp/diff_new_pack.hENird/_new  2021-08-31 19:56:34.958029286 +0200
@@ -26,6 +26,9 @@
 URL:            https://streamlink.github.io/
 Source:         
https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:        
https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
+# Revert the increased requirements for now since we don't have
+# python-requests 2.26 yet.
+Patch0:         python-requests-version.patch
 
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -66,6 +69,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %python3_build

++++++ python-requests-version.patch ++++++
diff -Nur streamlink-2.3.0/setup.py streamlink-2.3.0-patched/setup.py
--- streamlink-2.3.0/setup.py   2021-07-26 02:24:06.000000000 +0200
+++ streamlink-2.3.0-patched/setup.py   2021-08-30 16:54:33.133224469 +0200
@@ -12,7 +12,7 @@
 deps = [
     # Temporarily set requests to 2.25.1 on Windows to fix issues with 
randomly failing tests
     # Don't force an older requests version on non-Windows systems due to 
packaging reasons
-    "requests>=2.26.0,<3.0 ; platform_system!='Windows'",
+    "requests>=2.21.0,<3.0 ; platform_system!='Windows'",
     "requests==2.25.1      ; platform_system=='Windows'",
     "isodate",
     "websocket-client>=0.58.0",

Reply via email to