diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pulumi-gitlab.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /pulumi_gitlab-4.10.0.tar.gz +/pulumi_gitlab-5.0.2.tar.gz diff --git a/python-pulumi-gitlab.spec b/python-pulumi-gitlab.spec index 1c8b632..6c71841 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: 4.10.0 +Version: 5.0.2 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/55/83/cdc1eac3794451db99d550882946549ba51fb08570108a326b8c2e32da1b/pulumi_gitlab-4.10.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/9d/4e798b1d4cf769762da95278833f8edcc22e6aefc0994e3335e23d6fa51e/pulumi_gitlab-5.0.2.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/v4/go) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/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/v4 + $ go get github.com/pulumi/pulumi-gitlab/sdk/v5 ### .NET @@ -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/v4/go) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/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/v4 + $ go get github.com/pulumi/pulumi-gitlab/sdk/v5 ### .NET @@ -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/v4/go) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v5/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/v4 + $ go get github.com/pulumi/pulumi-gitlab/sdk/v5 ### .NET @@ -232,7 +232,7 @@ For further information, please visit [the GitLab provider docs](https://www.pul %prep -%autosetup -n pulumi-gitlab-4.10.0 +%autosetup -n pulumi-gitlab-5.0.2 %build %py3_build @@ -272,5 +272,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.10.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.2-1 - Package Spec generated @@ -1 +1 @@ -1c80711789ba4fb9bf012343f6207c73 pulumi_gitlab-4.10.0.tar.gz +0feac2b1d070f92d3eb8cd7b8a652e87 pulumi_gitlab-5.0.2.tar.gz |