summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:45:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:45:20 +0000
commit4a811f718dc880d448b32fdf959a69961ba61052 (patch)
tree6607f88e0155203f242f2f3f8143ae9654635c5b
parent39d23bf74d1868163cd7709defea8e6d84359a7a (diff)
automatic import of python-goblet-gcpopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-goblet-gcp.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 9b113d6..cecb78d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/goblet-gcp-0.11.0.tar.gz
+/goblet-gcp-0.11.1.tar.gz
diff --git a/python-goblet-gcp.spec b/python-goblet-gcp.spec
index 32dca61..250c38e 100644
--- a/python-goblet-gcp.spec
+++ b/python-goblet-gcp.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-goblet-gcp
-Version: 0.11.0
+Version: 0.11.1
Release: 1
Summary: Google Cloud functions wrapper
License: MIT
URL: https://github.com/goblet/goblet
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4c/52/6e7b12b1d3ba8b19cfe42c2fae3760a336933e93b433e0a8094e21a83879/goblet-gcp-0.11.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8b/63/446678bd639ddebb1bfd37cf94cd8a5c85db43178ad5a4c4a411253d3d18/goblet-gcp-0.11.1.tar.gz
BuildArch: noarch
Requires: python3-apispec
@@ -992,7 +992,7 @@ Based on [chalice](https://github.com/aws/chalice)
%prep
-%autosetup -n goblet-gcp-0.11.0
+%autosetup -n goblet-gcp-0.11.1
%build
%py3_build
@@ -1006,20 +1006,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 .
@@ -1032,5 +1032,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.1-1
- Package Spec generated
diff --git a/sources b/sources
index 8bda5d8..dc64381 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4495de7290e156b82f061e6a594c053 goblet-gcp-0.11.0.tar.gz
+d2a2af199dc3a6c200ca921e944b9697 goblet-gcp-0.11.1.tar.gz