diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-eptools.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /eptools-8.5.8.tar.gz /eptools-8.6.3.tar.gz +/eptools-8.6.4.tar.gz diff --git a/python-eptools.spec b/python-eptools.spec index c7ae838..1c69821 100644 --- a/python-eptools.spec +++ b/python-eptools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-eptools -Version: 8.6.3 +Version: 8.6.4 Release: 1 Summary: EasyPost Tools License: MIT License URL: https://pypi.org/project/eptools/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/5c/ae85b1e7c7de37580cbeb4428c9af4bef3419444cbf984fc7645a4e4df09/eptools-8.6.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/bf/de41ee9f87df717b479ee360a31791c17c3553502857d0fd194569ef3471/eptools-8.6.4.tar.gz BuildArch: noarch Requires: python3-slack-sdk @@ -106,7 +106,7 @@ add config.py of with following methods! %prep -%autosetup -n eptools-8.6.3 +%autosetup -n eptools-8.6.4 %build %py3_build @@ -120,20 +120,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 . @@ -146,5 +146,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 8.6.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 8.6.4-1 - Package Spec generated @@ -1 +1 @@ -435a87385383c6ff03a618ff1bb39cbf eptools-8.6.3.tar.gz +f5ed1f01c869fdd514dec7e4bf66ac66 eptools-8.6.4.tar.gz |