diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:32:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:32:07 +0000 |
| commit | 2e9ea64dce6e683922298678c60adf080bb5bf40 (patch) | |
| tree | 2608c0f9daa52cd5c3bd592ec10f4cdf05c808cd | |
| parent | 36ffa95dc8add270ffc7dbb522e60590ab9d5bcf (diff) | |
automatic import of python-cdktf-cdktf-provider-archiveopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cdktf-cdktf-provider-archive.spec | 41 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 30 insertions, 14 deletions
@@ -1 +1,2 @@ /cdktf-cdktf-provider-archive-5.0.1.tar.gz +/cdktf-cdktf-provider-archive-6.0.0.tar.gz diff --git a/python-cdktf-cdktf-provider-archive.spec b/python-cdktf-cdktf-provider-archive.spec index c72fee6..10133c1 100644 --- a/python-cdktf-cdktf-provider-archive.spec +++ b/python-cdktf-cdktf-provider-archive.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cdktf-cdktf-provider-archive -Version: 5.0.1 +Version: 6.0.0 Release: 1 Summary: Prebuilt archive Provider for Terraform CDK (cdktf) License: MPL-2.0 URL: https://github.com/cdktf/cdktf-provider-archive.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a6/2f/71472d4ee9ab52a13f1d6ed5bd283f4ffae7f2ea1ebaad8a0e9ad6eed165/cdktf-cdktf-provider-archive-5.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/10/24/506df659d144759628d9e5c19b567fa2e629430e3d11ca04bdcf24ea3fac/cdktf-cdktf-provider-archive-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-archive-g ## 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-archive). ## 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-archive Summary: Prebuilt archive Provider for Terraform CDK (cdktf) Provides: python-cdktf-cdktf-provider-archive @@ -153,7 +158,14 @@ The go package is generated into the [`github.com/cdktf/cdktf-provider-archive-g ## 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-archive). ## 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-archive Provides: python3-cdktf-cdktf-provider-archive-doc @@ -244,7 +254,14 @@ The go package is generated into the [`github.com/cdktf/cdktf-provider-archive-g ## 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-archive). ## 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-archive-5.0.1 +%autosetup -n cdktf-cdktf-provider-archive-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.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 6.0.0-1 - Package Spec generated @@ -1 +1 @@ -da7cacec536581a31d9ec9afc49fcfd4 cdktf-cdktf-provider-archive-5.0.1.tar.gz +356d7efc51e9d17e0be494351f2d7f78 cdktf-cdktf-provider-archive-6.0.0.tar.gz |
