summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-spotinst.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 2fe5d0b..2a16a51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/pulumi_spotinst-3.32.0.tar.gz
/pulumi_spotinst-3.34.0.tar.gz
+/pulumi_spotinst-3.36.1.tar.gz
diff --git a/python-pulumi-spotinst.spec b/python-pulumi-spotinst.spec
index 73dd003..e864bfd 100644
--- a/python-pulumi-spotinst.spec
+++ b/python-pulumi-spotinst.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pulumi-spotinst
-Version: 3.34.0
+Version: 3.36.1
Release: 1
Summary: A Pulumi package for creating and managing spotinst cloud resources.
License: Apache-2.0
URL: https://pulumi.io
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/29/95/e594ceae847a1fa18a5a02f9182a08677367e761474e5c36ea0a78d9a1a7/pulumi_spotinst-3.34.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/97/75/245041854ec0d3cd814adf909a29a6a7a7d22a95635a967d0caa6ac95a34/pulumi_spotinst-3.36.1.tar.gz
BuildArch: noarch
@@ -196,7 +196,7 @@ For further information, please visit [the Spotinst provider docs](https://www.p
%prep
-%autosetup -n pulumi-spotinst-3.34.0
+%autosetup -n pulumi_spotinst-3.36.1
%build
%py3_build
@@ -210,20 +210,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 .
@@ -236,5 +236,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.34.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.36.1-1
- Package Spec generated
diff --git a/sources b/sources
index 3e15b48..946c3a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9688984dc46440a0cdfe4d7b68e571a pulumi_spotinst-3.34.0.tar.gz
+062b88a51dcde04d9d50bcea4de0607f pulumi_spotinst-3.36.1.tar.gz