summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:52:11 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:52:11 +0000
commit9e8be98c06e1b423afe5b9fcd1fae6eb4a2bbcf8 (patch)
tree13e19545b0523d4b3db451e8188b85d186788cba
parent839b4af69090910827c2bd6cd6c62df21d76ecb0 (diff)
automatic import of python-pulumi-gitlabopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-gitlab.spec36
-rw-r--r--sources2
3 files changed, 20 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index c6d9d32..a3d9310 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/pulumi_gitlab-4.10.0.tar.gz
/pulumi_gitlab-5.0.2.tar.gz
+/pulumi_gitlab-6.0.0.tar.gz
diff --git a/python-pulumi-gitlab.spec b/python-pulumi-gitlab.spec
index 6c71841..1767beb 100644
--- a/python-pulumi-gitlab.spec
+++ b/python-pulumi-gitlab.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pulumi-gitlab
-Version: 5.0.2
+Version: 6.0.0
Release: 1
Summary: A Pulumi package for creating and managing GitLab resources.
License: Apache-2.0
URL: https://pulumi.io
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/9d/4e798b1d4cf769762da95278833f8edcc22e6aefc0994e3335e23d6fa51e/pulumi_gitlab-5.0.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/97/11/e92fd5f6c6497ba994075ee1db341af84bb376e66be410e6a2ffe4665560/pulumi_gitlab-6.0.0.tar.gz
BuildArch: noarch
@@ -15,7 +15,7 @@ BuildArch: noarch
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgitlab.svg)](https://www.npmjs.com/package/@pulumi/gitlab)
[![Python version](https://badge.fury.io/py/pulumi-gitlab.svg)](https://pypi.org/project/pulumi-gitlab)
[![NuGet version](https://badge.fury.io/nu/pulumi.gitlab.svg)](https://badge.fury.io/nu/pulumi.gitlab)
-[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/go)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-gitlab/blob/master/LICENSE)
# GitLab provider
@@ -47,7 +47,7 @@ To use from Python, install using `pip`:
To use from Go, use `go get` to grab the latest version of the library
- $ go get github.com/pulumi/pulumi-gitlab/sdk/v5
+ $ go get github.com/pulumi/pulumi-gitlab/sdk/v6
### .NET
@@ -64,7 +64,7 @@ closely with GitLab resources.
The following configuration points are available:
-* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.
+* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.
* base_url (Optional) - This is the target GitLab base API endpoint. Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v4/. It is optional to provide this value and it can also be sourced from the GITLAB_BASE_URL environment variable. The value must end with a slash.
@@ -92,7 +92,7 @@ BuildRequires: python3-pip
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgitlab.svg)](https://www.npmjs.com/package/@pulumi/gitlab)
[![Python version](https://badge.fury.io/py/pulumi-gitlab.svg)](https://pypi.org/project/pulumi-gitlab)
[![NuGet version](https://badge.fury.io/nu/pulumi.gitlab.svg)](https://badge.fury.io/nu/pulumi.gitlab)
-[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/go)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-gitlab/blob/master/LICENSE)
# GitLab provider
@@ -124,7 +124,7 @@ To use from Python, install using `pip`:
To use from Go, use `go get` to grab the latest version of the library
- $ go get github.com/pulumi/pulumi-gitlab/sdk/v5
+ $ go get github.com/pulumi/pulumi-gitlab/sdk/v6
### .NET
@@ -141,7 +141,7 @@ closely with GitLab resources.
The following configuration points are available:
-* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.
+* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.
* base_url (Optional) - This is the target GitLab base API endpoint. Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v4/. It is optional to provide this value and it can also be sourced from the GITLAB_BASE_URL environment variable. The value must end with a slash.
@@ -166,7 +166,7 @@ Provides: python3-pulumi-gitlab-doc
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgitlab.svg)](https://www.npmjs.com/package/@pulumi/gitlab)
[![Python version](https://badge.fury.io/py/pulumi-gitlab.svg)](https://pypi.org/project/pulumi-gitlab)
[![NuGet version](https://badge.fury.io/nu/pulumi.gitlab.svg)](https://badge.fury.io/nu/pulumi.gitlab)
-[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/go)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-gitlab/blob/master/LICENSE)
# GitLab provider
@@ -198,7 +198,7 @@ To use from Python, install using `pip`:
To use from Go, use `go get` to grab the latest version of the library
- $ go get github.com/pulumi/pulumi-gitlab/sdk/v5
+ $ go get github.com/pulumi/pulumi-gitlab/sdk/v6
### .NET
@@ -215,7 +215,7 @@ closely with GitLab resources.
The following configuration points are available:
-* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.
+* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.
* base_url (Optional) - This is the target GitLab base API endpoint. Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v4/. It is optional to provide this value and it can also be sourced from the GITLAB_BASE_URL environment variable. The value must end with a slash.
@@ -232,7 +232,7 @@ For further information, please visit [the GitLab provider docs](https://www.pul
%prep
-%autosetup -n pulumi-gitlab-5.0.2
+%autosetup -n pulumi_gitlab-6.0.0
%build
%py3_build
@@ -246,20 +246,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 .
@@ -272,5 +272,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.0.0-1
- Package Spec generated
diff --git a/sources b/sources
index 5167b6f..8267cf7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0feac2b1d070f92d3eb8cd7b8a652e87 pulumi_gitlab-5.0.2.tar.gz
+3b8ec8fdf2752fb1ebd8b4c7ced196d9 pulumi_gitlab-6.0.0.tar.gz