From 7a5006496f0af210e7de424bb6e5d34a4b52871c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 12:43:35 +0000 Subject: automatic import of python-dslash --- .gitignore | 1 + python-dslash.spec | 24 ++++++++++++------------ sources | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 34ec712..a080cf9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-red?style=flat-square) +![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-red?style=flat-square) [![Code Style: black](https://img.shields.io/badge/Code%20Style-black-black?style=flat-square)](https://github.com/psf/black) [![License: MIT](https://img.shields.io/badge/License-MIT-orange?style=flat-square)](./LICENSE) [![PyPI: dslash](https://img.shields.io/badge/PyPI-dslash-green?style=flat-square)](https://pypi.org/project/dslash) @@ -195,7 +195,7 @@ BuildRequires: python3-pip %description -n python3-dslash # DSlash -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-red?style=flat-square) +![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-red?style=flat-square) [![Code Style: black](https://img.shields.io/badge/Code%20Style-black-black?style=flat-square)](https://github.com/psf/black) [![License: MIT](https://img.shields.io/badge/License-MIT-orange?style=flat-square)](./LICENSE) [![PyPI: dslash](https://img.shields.io/badge/PyPI-dslash-green?style=flat-square)](https://pypi.org/project/dslash) @@ -373,7 +373,7 @@ Provides: python3-dslash-doc %description help # DSlash -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-red?style=flat-square) +![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-red?style=flat-square) [![Code Style: black](https://img.shields.io/badge/Code%20Style-black-black?style=flat-square)](https://github.com/psf/black) [![License: MIT](https://img.shields.io/badge/License-MIT-orange?style=flat-square)](./LICENSE) [![PyPI: dslash](https://img.shields.io/badge/PyPI-dslash-green?style=flat-square)](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 - 0.6.3-1 +* Thu Jun 08 2023 Python_Bot - 0.6.4-1 - Package Spec generated diff --git a/sources b/sources index e57ab2c..3fd4c03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -997be193e19a9e3ca2ff6637defc916d dslash-0.6.3.tar.gz +3070298ef6940a9e818ad8af53cc7fb3 dslash-0.6.4.tar.gz -- cgit v1.2.3