diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 09:41:06 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 09:41:06 +0000 |
| commit | 601b076237f00091dcb881d1b413cb37c4f22a76 (patch) | |
| tree | 0c16320674035f7c5de021b19541d5a559713a54 | |
| parent | d0bd1c41f0b98858e094d5508567831e2803697c (diff) | |
automatic import of python-cdk8sopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cdk8s.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /cdk8s-2.7.55.tar.gz +/cdk8s-2.7.56.tar.gz diff --git a/python-cdk8s.spec b/python-cdk8s.spec index d242e17..38faadf 100644 --- a/python-cdk8s.spec +++ b/python-cdk8s.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cdk8s -Version: 2.7.55 +Version: 2.7.56 Release: 1 Summary: This is the core library of Cloud Development Kit (CDK) for Kubernetes (cdk8s). cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster. License: Apache-2.0 URL: https://github.com/cdk8s-team/cdk8s-core.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/83/0107701beed5322d7418471eabc3c3b8709748bd4d7b88b8b924322973e5/cdk8s-2.7.55.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/14/6dc2ebb8e0442be3b31635d21c378594cbc38ec4ee96e79ee9e935298cb4/cdk8s-2.7.56.tar.gz BuildArch: noarch Requires: python3-constructs @@ -110,7 +110,7 @@ This module is part of the [cdk8s project](https://github.com/cdk8s-team/cdk8s). %prep -%autosetup -n cdk8s-2.7.55 +%autosetup -n cdk8s-2.7.56 %build %py3_build @@ -150,5 +150,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.55-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.56-1 - Package Spec generated @@ -1 +1 @@ -a7f49646ce342ee3400ae7260181e2a9 cdk8s-2.7.55.tar.gz +994d907111835090c0ebeaf613becab9 cdk8s-2.7.56.tar.gz |
