diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:19:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:19:14 +0000 |
commit | 973322c4eaf3b4b2d45cd59549a5685535a08ba7 (patch) | |
tree | 04d4fcf9791ede4f3fa996fc0fd0b82370b8dd61 | |
parent | 54de07b411cb774e5eca90351e8fbab35ec1d1e1 (diff) |
automatic import of python-chat-downloaderopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-chat-downloader.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /chat-downloader-0.2.5.tar.gz +/chat-downloader-0.2.7.tar.gz diff --git a/python-chat-downloader.spec b/python-chat-downloader.spec index ea7e8be..d76f5f4 100644 --- a/python-chat-downloader.spec +++ b/python-chat-downloader.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-chat-downloader -Version: 0.2.5 +Version: 0.2.7 Release: 1 Summary: A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed! License: MIT license URL: https://github.com/xenova/chat-downloader -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/60/a27e17c8503b994006a4d3ece28997c323979b24a7d991513d7b76d9f245/chat-downloader-0.2.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e9/e2/e4404ca01fd477d60d1d5d97a42b5af518f8fdac41e0bbc5b6723d3f5c33/chat-downloader-0.2.7.tar.gz BuildArch: noarch Requires: python3-requests @@ -102,7 +102,7 @@ For example, to save messages from a livestream to a JSON file, you can use: For a description of these options, as well as advanced command line use-cases and examples, consult the `Command Line Usage <https://chat-downloader.readthedocs.io/en/latest/cli.html#command-line-usage>`_ page. %prep -%autosetup -n chat-downloader-0.2.5 +%autosetup -n chat-downloader-0.2.7 %build %py3_build @@ -116,20 +116,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -142,5 +142,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.7-1 - Package Spec generated @@ -1 +1 @@ -3a2be31633d8c16b13b363245fbf4763 chat-downloader-0.2.5.tar.gz +ed6e753df112adf5e94ad40a6c018f1c chat-downloader-0.2.7.tar.gz |