diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:52:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:52:11 +0000 |
commit | 9e8be98c06e1b423afe5b9fcd1fae6eb4a2bbcf8 (patch) | |
tree | 13e19545b0523d4b3db451e8188b85d186788cba | |
parent | 839b4af69090910827c2bd6cd6c62df21d76ecb0 (diff) |
automatic import of python-pulumi-gitlabopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pulumi-gitlab.spec | 36 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 20 insertions, 19 deletions
@@ -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 [](https://www.npmjs.com/package/@pulumi/gitlab) [](https://pypi.org/project/pulumi-gitlab) [](https://badge.fury.io/nu/pulumi.gitlab) -[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/go) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go) [](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 [](https://www.npmjs.com/package/@pulumi/gitlab) [](https://pypi.org/project/pulumi-gitlab) [](https://badge.fury.io/nu/pulumi.gitlab) -[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/go) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go) [](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 [](https://www.npmjs.com/package/@pulumi/gitlab) [](https://pypi.org/project/pulumi-gitlab) [](https://badge.fury.io/nu/pulumi.gitlab) -[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/go) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go) [](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 @@ -1 +1 @@ -0feac2b1d070f92d3eb8cd7b8a652e87 pulumi_gitlab-5.0.2.tar.gz +3b8ec8fdf2752fb1ebd8b4c7ced196d9 pulumi_gitlab-6.0.0.tar.gz |