diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:08:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:08:04 +0000 |
commit | dfbe6cdfa84efbda3359d1bc3a3e627d013e3490 (patch) | |
tree | 24d2f6fe6ab5456dbdd5c0bc3e3efd83bdbe35e2 | |
parent | c67be29d5ac475a8c6a3b9c5ae8fe2308232bee1 (diff) |
automatic import of python-cloudformation-cli-java-pluginopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cloudformation-cli-java-plugin.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /cloudformation-cli-java-plugin-2.0.14.tar.gz +/cloudformation-cli-java-plugin-2.0.15.tar.gz diff --git a/python-cloudformation-cli-java-plugin.spec b/python-cloudformation-cli-java-plugin.spec index 494ffd1..d76250b 100644 --- a/python-cloudformation-cli-java-plugin.spec +++ b/python-cloudformation-cli-java-plugin.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cloudformation-cli-java-plugin -Version: 2.0.14 +Version: 2.0.15 Release: 1 Summary: please add a summary manually as the author left a blank one License: Apache License 2.0 URL: https://github.com/aws-cloudformation/aws-cloudformation-rpdk-java-plugin/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fa/ad/70dbfb5920c4d4695337c340bea5051836380d8ee4a44690fbc80740eb05/cloudformation-cli-java-plugin-2.0.14.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6a/22/a631165eadffa8b874ed25fe18bb1f61e6cbc1a70c6be8f4bc06d455f79b/cloudformation-cli-java-plugin-2.0.15.tar.gz BuildArch: noarch Requires: python3-cloudformation-cli @@ -104,7 +104,7 @@ For example, the below schema for a property would generate a variable of type ` ``` %prep -%autosetup -n cloudformation-cli-java-plugin-2.0.14 +%autosetup -n cloudformation-cli-java-plugin-2.0.15 %build %py3_build @@ -144,5 +144,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.14-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.15-1 - Package Spec generated @@ -1 +1 @@ -e073463d8464fd01e13ff5b6473122c6 cloudformation-cli-java-plugin-2.0.14.tar.gz +5617e951eaff08508e68c5366bf9b61d cloudformation-cli-java-plugin-2.0.15.tar.gz |