summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 11:08:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 11:08:05 +0000
commit667ed638860b8d36a4288eb4b5f2f0211ec7ca4a (patch)
tree8e65513897580d83554ddf880197a924fac187bd
parent40dd718658bcf60430dedb7845746e95e5b49cce (diff)
automatic import of python-cfn-lintopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-cfn-lint.spec21
-rw-r--r--sources2
3 files changed, 13 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 448ed69..7e022d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/cfn-lint-0.76.2.tar.gz
+/cfn-lint-0.77.2.tar.gz
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
diff --git a/sources b/sources
index 21d887f..c13f4a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-915ce8c2dd7e8bfc6a24450737c60136 cfn-lint-0.76.2.tar.gz
+b0310bd86666b03814896cc6adbf431e cfn-lint-0.77.2.tar.gz