summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:57:11 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:57:11 +0000
commit2d9b280871bbe3d8e5c8536a9afc5c4c91607d81 (patch)
treee3263b8893abe358aa1592dac77bf1fd07afbf25
parent3b69af258cfef8d607ba2d6e901cb7aaa7351d86 (diff)
automatic import of python-pulumi-google-nativeopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-google-native.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 6019906..95c1004 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pulumi_google_native-0.30.0.tar.gz
+/pulumi_google_native-0.31.0.tar.gz
diff --git a/python-pulumi-google-native.spec b/python-pulumi-google-native.spec
index 55989cb..a9ca381 100644
--- a/python-pulumi-google-native.spec
+++ b/python-pulumi-google-native.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pulumi-google-native
-Version: 0.30.0
+Version: 0.31.0
Release: 1
Summary: A native Pulumi package for creating and managing Google Cloud resources.
License: Apache-2.0
URL: https://pulumi.com
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9b/ee/2e8589ff8a3027dbf86108519f78fa361fa3653aa496ef3373a276f06c1d/pulumi_google_native-0.30.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/20/f5/295cfa9a3b42634fc32f48319fdf2805ab6526a0e47182d32a79201c0eb6/pulumi_google_native-0.31.0.tar.gz
BuildArch: noarch
@@ -352,7 +352,7 @@ pulumi up
```
%prep
-%autosetup -n pulumi-google-native-0.30.0
+%autosetup -n pulumi_google_native-0.31.0
%build
%py3_build
@@ -366,20 +366,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 .
@@ -392,5 +392,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.30.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.31.0-1
- Package Spec generated
diff --git a/sources b/sources
index 0368a65..fe340ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea287d5864b99b539880f7276f6325f4 pulumi_google_native-0.30.0.tar.gz
+fb9df005b55463f3690d6993670f75d7 pulumi_google_native-0.31.0.tar.gz