summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 04:24:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 04:24:02 +0000
commit53cb80a064c2a17ab204603082adc19d9ff35b3c (patch)
treeecc559601a91ef994f06f7bc5a08b95d0781f347
parent9f2b0516adcc20fc9ba196a3568248f4dabf7266 (diff)
automatic import of python-eptoolsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-eptools.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index fb528e7..fd9a1c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 9cd3e0b..646b429 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-435a87385383c6ff03a618ff1bb39cbf eptools-8.6.3.tar.gz
+f5ed1f01c869fdd514dec7e4bf66ac66 eptools-8.6.4.tar.gz