17
0

64 Commits

Author SHA256 Message Date
f018405bf7 - do not build Python2 for distros greater than 12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=14
2020-11-25 23:19:46 +00:00
4c12835158 Accepting request 840418 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/840418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfn-lint?expand=0&rev=6
2020-10-09 22:29:50 +00:00
935d6c5732 Accepting request 840391 from home:glaubitz:branches:devel:languages:python:aws
- Update to 0.37.1
  * Update CloudFormation specs to 18.6.0
  * Add `AllowedValues` for `AWS::DMS::Endpoint.EngineName`
  * Fix an issue with rule E2521 and E2520 to handle `Ref: AWS::Novalue`
- from version 0.37.0
  * Update CloudFormation specs to 18.5.0
  * Get `AllowedValues` from Botocore during `--update-specs`
  * Add string length requirements for `AWS::Config::ConfigRule.Description`
  * Patch `AWS::StepFunctions::Activity` to include `Name` and remove `Arn`
  * Fix an issue with rule `E3002` to better handle when conditions
    are used at the root level of a list
  * Update core node libraries to remove `Ref: AWS::NoValue` from returned properties
- from version 0.36.1
  * Update CloudFormation specs to 18.4.0
  * Add `ap-northeast-3` to `scripts/update_specs_services_from_ssm.py`
- from version 0.36.0
  * Update rule E2541 to validate that input artifacts are output artifacts from
    a previous action and that output artifact names are unique in the pipeline
  * New rule E3007 to validate parameter and resource names are unique
  * Update CloudFormation specs to 18.3.0
  * Expand `AllowedValues` for `AWS::AmazonMQ::Broker.EngineVersion` and `AWS::Glue::Trigger.Condition.State`
  * Expand `templated_exceptions` property types that require package command for rule E3002 and W3002
  * Pin pyrsistent to `0.16.0` with Python versions less than `3.5`
  * Fix an issue with SSM Spec patching that resulted in resource `PropertyTypes`
    not being added to the spec patches
  * Update directives to use the resource name key as the start

OBS-URL: https://build.opensuse.org/request/show/840391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=12
2020-10-09 11:28:08 +00:00
0514e69cbe Accepting request 832985 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/832985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfn-lint?expand=0&rev=5
2020-09-15 14:16:20 +00:00
09c3c6dcbb Accepting request 832949 from home:glaubitz:branches:devel:languages:python:aws
- Update to 0.35.1
  * Update CloudFormation specs to 18.1.0
  * Expand `AllowedValues` for `AWS::CloudFront::Distribution.MinimumProtocolVersion`,
    `AWS::Config::ConfigurationRecorder.ResourceTypes`, and `AWS::Glue::Connection.
    ConnectionInput.ConnectionType`
  * Add localzone `us-west-2-lax-1b`
  * Update rule E2503 to include `routing.http.desync_mitigation_mode`
  * Update excludes for rule E1029 to include `ResponseMappingTemplate`
  * Update rule E1019 and E1010 to handle resource attributes of type `Map
- from version 0.35.0
  * Update CloudFormation specs to 17.0.0
  * Fix ElasticMapReduce and ManagedBlockchain InstanceType patching
  * Include a regex pattern to check MetricValue is either a number or starts with `$`
  * Add more types to `AWS::ApplicationAutoScaling::ScalingPolicy.
    PredefinedMetricSpecification.PredefinedMetricType`
  * Add more values to `AWS::Lambda::Function.Runtime`
  * Add more values to `AWS::Budgets::Budget.BudgetType`
  * Update rule E3031 to convert int or float to string before doing an allowed pattern
    match on it
  * Add exceptions to rule E1029
  * Update rule E8003 to look for string based parameters
- from version 0.34.1
  * Update CloudFormation specs to 16.3.0
  * Update rule E3001 to catch when Resource `Type` is not a string
  * Update rule E1029 to handle `${}` in Step Function State Machines and Definition Substitutions
  * Update rule W4002 to only look at `Ref` and `Sub`
- from version 0.34.0
  * Add rule W4002 that checks if `Metadata` references a `NoEcho` parameter
  * Update CloudFormation specs to 16.1.0
  * Remove `AWS::EC2::LaunchTemplate.BlockDeviceMapping` from `OnlyOne`

OBS-URL: https://build.opensuse.org/request/show/832949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=10
2020-09-08 13:06:23 +00:00
349d171cba Accepting request 821880 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/821880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfn-lint?expand=0&rev=4
2020-07-20 19:05:21 +00:00
52a9e9fd83 Accepting request 818609 from home:mcalabkova:branches:devel:languages:python:aws
- Update to 0.33.2
  * few new rules and specification update

OBS-URL: https://build.opensuse.org/request/show/818609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=8
2020-07-20 12:07:50 +00:00
95d88cc573 Accepting request 800033 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/800033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfn-lint?expand=0&rev=3
2020-05-09 17:52:21 +00:00
b605095055 Accepting request 799982 from home:scarabeus_iv:branches:devel:languages:python:aws
- Update to 0.30.1:
  * Fix many various issues and support new regions
- Drop merged patches:
  * cl_drop-compatible-releases-operator.patch
  * cl_fix-config-expand-paths-test.patch
  * cl_fix-lambda-runtimes-EOL-dates.patch

- Fix build without python2
- Fix cfn-lint subpackage by moving it back to the python*-cfn-lint
  it is setuptools entrypoint, no reason to split it out
  * use update-alternatives to switch between binaries

OBS-URL: https://build.opensuse.org/request/show/799982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=6
2020-05-04 11:40:02 +00:00
9ce5e5cc86 Accepting request 728480 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/728480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfn-lint?expand=0&rev=2
2019-09-07 09:50:10 +00:00
829ea6f91e Accepting request 728479 from home:glaubitz:branches:devel:languages:python:aws
- Add upstream patch to fix EOL dates for lambda runtimes
  + cl_fix-lambda-runtimes-EOL-dates.patch
- Add upstream patch to fix test_config_expand_paths test
  + cl_fix-config-expand-paths-test.patch
- Add python to BuildRequires for suse_version < 1500

OBS-URL: https://build.opensuse.org/request/show/728479
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=4
2019-09-05 11:25:51 +00:00
f45fd9d12c Accepting request 709684 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/709684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfn-lint?expand=0&rev=1
2019-06-18 12:56:55 +00:00
Tomáš Chvátal
45758a474b - Fix license string and test execution
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=2
2019-06-13 08:11:59 +00:00
9b858c4cd5 Accepting request 707940 from home:TheBlackCat:branches:devel:languages:python:aws
- Rename to python-cfn-lint.  This package has a python API, which is required by python-moto.
- Update to version 0.21.4
- Rebase cl_drop-compatible-releases-operator.patch

Once this is accepted in openSUSE:Factory, this can be linked in  Cloud:Tools and  Cloud:Tools/cfn-lint can be dropped.  It is not current in openSUSE:Factory so a delete there is not needed.

OBS-URL: https://build.opensuse.org/request/show/707940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-cfn-lint?expand=0&rev=1
2019-06-05 22:51:15 +00:00