diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:13:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:13:19 +0000 |
commit | a16d166200f72fb72954afb73588515ae5e0a970 (patch) | |
tree | fa3357bd427a7b9ddcd0e64acbd015fcb0072759 | |
parent | fb9e094709e77d2a4026ea3e6eebcfa95b346d7a (diff) |
automatic import of python-streamlinkopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-streamlink.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /streamlink-5.3.1.tar.gz +/streamlink-5.4.0.tar.gz diff --git a/python-streamlink.spec b/python-streamlink.spec index d830523..416555d 100644 --- a/python-streamlink.spec +++ b/python-streamlink.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-streamlink -Version: 5.3.1 +Version: 5.4.0 Release: 1 Summary: Streamlink is a command-line utility that extracts streams from various services and pipes them into a video player of choice. License: Simplified BSD URL: https://github.com/streamlink/streamlink -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/69/e2/a30254048c9be8667ff647d6c79f1aae3fc20fc9cfcfbced15b1256a6d55/streamlink-5.3.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/02/0c1e470c69976555ba19209dbea022c1319fc299c46c8a10b98948240b15/streamlink-5.4.0.tar.gz Requires: python3-certifi Requires: python3-isodate @@ -292,7 +292,7 @@ Your support is very much appreciated, thank you! %prep -%autosetup -n streamlink-5.3.1 +%autosetup -n streamlink-5.4.0 %build %py3_build @@ -332,5 +332,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.4.0-1 - Package Spec generated @@ -1 +1 @@ -20231a421417118ebb4cbe97fc6f7f7d streamlink-5.3.1.tar.gz +b34f814733154266b362ad16a7aabfa0 streamlink-5.4.0.tar.gz |