diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cdktf-cdktf-provider-tls.spec | 41 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 30 insertions, 14 deletions
@@ -1 +1,2 @@ /cdktf-cdktf-provider-tls-5.0.0.tar.gz +/cdktf-cdktf-provider-tls-6.0.0.tar.gz diff --git a/python-cdktf-cdktf-provider-tls.spec b/python-cdktf-cdktf-provider-tls.spec index 611dfa5..d34ef6e 100644 --- a/python-cdktf-cdktf-provider-tls.spec +++ b/python-cdktf-cdktf-provider-tls.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cdktf-cdktf-provider-tls -Version: 5.0.0 +Version: 6.0.0 Release: 1 Summary: Prebuilt tls Provider for Terraform CDK (cdktf) License: MPL-2.0 URL: https://github.com/cdktf/cdktf-provider-tls.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/64/a5473ae739d5b484ebc45ba0351e77aea93201e6144bb33157c311069fe4/cdktf-cdktf-provider-tls-5.0.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0d/59/c72d0c3337c7fe62874eaa832e5b051fdab58692dc23856c135ab9975538/cdktf-cdktf-provider-tls-6.0.0.tar.gz BuildArch: noarch Requires: python3-cdktf @@ -59,7 +59,14 @@ The go package is generated into the [`github.com/cdktf/cdktf-provider-tls-go`]( ## Docs -Find auto-generated docs for this provider here: [./API.md](./API.md) +Find auto-generated docs for this provider here: + +* [Typescript](./docs/API.typescript.md) +* [Python](./docs/API.python.md) +* [Java](./docs/API.java.md) +* [C#](./docs/API.csharp.md) +* [Go](./docs/API.go.md) + You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-tls). ## Versioning @@ -100,8 +107,6 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js). The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/) - - %package -n python3-cdktf-cdktf-provider-tls Summary: Prebuilt tls Provider for Terraform CDK (cdktf) Provides: python-cdktf-cdktf-provider-tls @@ -153,7 +158,14 @@ The go package is generated into the [`github.com/cdktf/cdktf-provider-tls-go`]( ## Docs -Find auto-generated docs for this provider here: [./API.md](./API.md) +Find auto-generated docs for this provider here: + +* [Typescript](./docs/API.typescript.md) +* [Python](./docs/API.python.md) +* [Java](./docs/API.java.md) +* [C#](./docs/API.csharp.md) +* [Go](./docs/API.go.md) + You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-tls). ## Versioning @@ -194,8 +206,6 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js). The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/) - - %package help Summary: Development documents and examples for cdktf-cdktf-provider-tls Provides: python3-cdktf-cdktf-provider-tls-doc @@ -244,7 +254,14 @@ The go package is generated into the [`github.com/cdktf/cdktf-provider-tls-go`]( ## Docs -Find auto-generated docs for this provider here: [./API.md](./API.md) +Find auto-generated docs for this provider here: + +* [Typescript](./docs/API.typescript.md) +* [Python](./docs/API.python.md) +* [Java](./docs/API.java.md) +* [C#](./docs/API.csharp.md) +* [Go](./docs/API.go.md) + You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-tls). ## Versioning @@ -285,10 +302,8 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js). The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/) - - %prep -%autosetup -n cdktf-cdktf-provider-tls-5.0.0 +%autosetup -n cdktf-cdktf-provider-tls-6.0.0 %build %py3_build @@ -328,5 +343,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 6.0.0-1 - Package Spec generated @@ -1 +1 @@ -296bb3489e15202b6d91ab87b5d22b81 cdktf-cdktf-provider-tls-5.0.0.tar.gz +299b34c90fa45d7f7f13d405ce908b2b cdktf-cdktf-provider-tls-6.0.0.tar.gz |
