diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:43:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:43:35 +0000 |
commit | 7a5006496f0af210e7de424bb6e5d34a4b52871c (patch) | |
tree | 2592f084537508cc3960ecc250a41d2ad3d3b479 | |
parent | 4b8d233605ba155be3f8665b8a21564a039fa554 (diff) |
automatic import of python-dslashopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dslash.spec | 24 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 14 insertions, 13 deletions
@@ -1 +1,2 @@ /dslash-0.6.3.tar.gz +/dslash-0.6.4.tar.gz diff --git a/python-dslash.spec b/python-dslash.spec index e045226..3291ead 100644 --- a/python-dslash.spec +++ b/python-dslash.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dslash -Version: 0.6.3 +Version: 0.6.4 Release: 1 Summary: A library which supplements Nextcord by adding support for slash commands. License: MIT URL: https://github.com/artemis21/dslash -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/84/998766ed1d522f28f1ea20e703d20db6ade7def53e73ed9df8a6b4fe0a3b/dslash-0.6.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e4/1a/0fd2e4d860d291f771e308928cd9654447e3b08caf095d837f4d15956ce6/dslash-0.6.4.tar.gz BuildArch: noarch Requires: python3-docstring-parser @@ -14,7 +14,7 @@ Requires: python3-nextcord %description # DSlash - + [](https://github.com/psf/black) [](./LICENSE) [](https://pypi.org/project/dslash) @@ -195,7 +195,7 @@ BuildRequires: python3-pip %description -n python3-dslash # DSlash - + [](https://github.com/psf/black) [](./LICENSE) [](https://pypi.org/project/dslash) @@ -373,7 +373,7 @@ Provides: python3-dslash-doc %description help # DSlash - + [](https://github.com/psf/black) [](./LICENSE) [](https://pypi.org/project/dslash) @@ -546,7 +546,7 @@ Prefix these with `poetry run` if outside of the Poetry shell. %prep -%autosetup -n dslash-0.6.3 +%autosetup -n dslash-0.6.4 %build %py3_build @@ -560,20 +560,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 . @@ -586,5 +586,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.4-1 - Package Spec generated @@ -1 +1 @@ -997be193e19a9e3ca2ff6637defc916d dslash-0.6.3.tar.gz +3070298ef6940a9e818ad8af53cc7fb3 dslash-0.6.4.tar.gz |