diff options
Diffstat (limited to 'python-cfn-lint.spec')
-rw-r--r-- | python-cfn-lint.spec | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/python-cfn-lint.spec b/python-cfn-lint.spec index d20d710..ee44557 100644 --- a/python-cfn-lint.spec +++ b/python-cfn-lint.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cfn-lint -Version: 0.76.2 +Version: 0.77.2 Release: 1 Summary: Checks CloudFormation templates for practices and behaviour that could potentially be improved License: MIT no attribution URL: https://github.com/aws-cloudformation/cfn-python-lint -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/f1/2df089f77ffe93acc2b96145f1d33b6493336f13c46d598035630e0a9df2/cfn-lint-0.76.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/6a/fc3938d6adc121ba33052dff024a2048137dcffb6c1ef98b01ccd2621c31/cfn-lint-0.77.2.tar.gz BuildArch: noarch Requires: python3-pyyaml @@ -17,6 +17,7 @@ Requires: python3-junit-xml Requires: python3-jschema-to-python Requires: python3-sarif-om Requires: python3-sympy +Requires: python3-regex %description # AWS CloudFormation Linter @@ -345,7 +346,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v0.76.2 # The version of cfn-lint to use + rev: v0.77.2 # The version of cfn-lint to use hooks: - id: cfn-lint files: path/to/cfn/dir/.*\.(json|yml|yaml)$ @@ -355,7 +356,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v0.76.2 # The version of cfn-lint to use + rev: v0.77.2 # The version of cfn-lint to use hooks: - id: cfn-lint-rc ``` @@ -698,7 +699,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v0.76.2 # The version of cfn-lint to use + rev: v0.77.2 # The version of cfn-lint to use hooks: - id: cfn-lint files: path/to/cfn/dir/.*\.(json|yml|yaml)$ @@ -708,7 +709,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v0.76.2 # The version of cfn-lint to use + rev: v0.77.2 # The version of cfn-lint to use hooks: - id: cfn-lint-rc ``` @@ -1048,7 +1049,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v0.76.2 # The version of cfn-lint to use + rev: v0.77.2 # The version of cfn-lint to use hooks: - id: cfn-lint files: path/to/cfn/dir/.*\.(json|yml|yaml)$ @@ -1058,7 +1059,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v0.76.2 # The version of cfn-lint to use + rev: v0.77.2 # The version of cfn-lint to use hooks: - id: cfn-lint-rc ``` @@ -1069,7 +1070,7 @@ repos: %prep -%autosetup -n cfn-lint-0.76.2 +%autosetup -n cfn-lint-0.77.2 %build %py3_build @@ -1109,5 +1110,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.76.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.77.2-1 - Package Spec generated |