summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:09:11 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:09:11 +0000
commit851f03bbfb6153697d3e3590a88706c2f6d6a926 (patch)
treedcb0d12af38bbff27e5f2e31f43522e1a49d2437
parentd583ddbe3f1f32f0df17feff911b9ca5e6a7d4d9 (diff)
automatic import of python-pulumi-mongodbatlasopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-mongodbatlas.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index c9ea02e..e146f56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pulumi_mongodbatlas-3.7.2.tar.gz
+/pulumi_mongodbatlas-3.8.1.tar.gz
diff --git a/python-pulumi-mongodbatlas.spec b/python-pulumi-mongodbatlas.spec
index 9724995..926b797 100644
--- a/python-pulumi-mongodbatlas.spec
+++ b/python-pulumi-mongodbatlas.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pulumi-mongodbatlas
-Version: 3.7.2
+Version: 3.8.1
Release: 1
Summary: A Pulumi package for creating and managing mongodbatlas cloud resources.
License: Apache-2.0
URL: https://pulumi.io
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c0/4b/216857ca3584a286f62510badfb4a300c418b39d235efa7bf85845bec87f/pulumi_mongodbatlas-3.7.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/0f/e6/20b64a47cf1ae2dd3830bd6298627d1b126d3af0ac3a823ec461516ed8e9/pulumi_mongodbatlas-3.8.1.tar.gz
BuildArch: noarch
@@ -205,7 +205,7 @@ For further information, please visit [the MongoDB Atlas provider docs](https://
%prep
-%autosetup -n pulumi-mongodbatlas-3.7.2
+%autosetup -n pulumi_mongodbatlas-3.8.1
%build
%py3_build
@@ -219,20 +219,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 .
@@ -245,5 +245,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.8.1-1
- Package Spec generated
diff --git a/sources b/sources
index 0cd58aa..49e6c59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77539a9fd8b0b00d821d77196fba4466 pulumi_mongodbatlas-3.7.2.tar.gz
+2ba768d783bf02cd17d7889bf8fe0f9c pulumi_mongodbatlas-3.8.1.tar.gz