logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6848fa042ff03c4b896dae6585cb88b587abed84
parent edc2c4d68a6e6681c6881e959396404f95c2ef65
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  5 Jul 2019 19:50:22 -0700

youtube-dl: Update to 2019.07.02

Diffstat:

Mpkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch12++++++------
Mpkg/youtube-dl/ver2+-
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch b/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch @@ -1,4 +1,4 @@ -From 6c8d22e1114e26ab363fae5e206d504ecda77030 Mon Sep 17 00:00:00 2001 +From bd3a8fe889aee622de3b25e17b42db9446712b85 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Mon, 4 Jul 2016 16:14:18 -0700 Subject: [PATCH] Disable use of ctypes and dynamic loading @@ -54,7 +54,7 @@ index c75ab131b..5af6cdd36 100644 'compat_etree_fromstring', 'compat_etree_register_namespace', diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py -index 9be9b2e76..44dae10e4 100644 +index 798757241..b10339f97 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -8,7 +8,6 @@ import binascii @@ -73,7 +73,7 @@ index 9be9b2e76..44dae10e4 100644 compat_etree_fromstring, compat_expanduser, compat_html_entities, -@@ -1406,90 +1404,11 @@ def platform_name(): +@@ -2990,90 +2988,11 @@ def platform_name(): return res @@ -164,7 +164,7 @@ index 9be9b2e76..44dae10e4 100644 if ('b' in getattr(out, 'mode', '') or sys.version_info[0] < 3): # Python 2 lies about mode of sys.stderr byt = s.encode(encoding or preferredencoding(), 'ignore') -@@ -1519,78 +1438,22 @@ def intlist_to_bytes(xs): +@@ -3103,78 +3022,22 @@ def intlist_to_bytes(xs): # Cross-platform file locking @@ -253,7 +253,7 @@ index 9be9b2e76..44dae10e4 100644 class locked_file(object): -@@ -1836,29 +1699,7 @@ def fix_xml_ampersands(xml_str): +@@ -3420,29 +3283,7 @@ def fix_xml_ampersands(xml_str): def setproctitle(title): @@ -285,5 +285,5 @@ index 9be9b2e76..44dae10e4 100644 def remove_start(s, start): -- -2.21.0 +2.22.0 diff --git a/pkg/youtube-dl/ver b/pkg/youtube-dl/ver @@ -1 +1 @@ -2019.06.27 r0 +2019.07.02 r0