Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-cfn-lint
Commits: adeade37 by Chih-Hsuan Yen at 2024-01-19T10:51:36+08:00 upgpkg: 0.84.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = python-cfn-lint pkgdesc = CloudFormation Linter - pkgver = 0.83.6 + pkgver = 0.84.0 pkgrel = 1 url = https://github.com/aws-cloudformation/cfn-lint arch = any - license = custom:MIT No Attribution + license = MIT-0 checkdepends = python-pydot makedepends = python-build makedepends = python-installer @@ -22,9 +22,9 @@ pkgbase = python-cfn-lint depends = python-sympy depends = python-regex optdepends = python-pydot: for building graphs from templates - source = https://github.com/aws-cloudformation/cfn-lint/archive/v0.83.6/cfn-lint-0.83.6.tar.gz + source = https://github.com/aws-cloudformation/cfn-lint/archive/v0.84.0/cfn-lint-0.84.0.tar.gz source = skip-tests-that-require-git.diff - sha256sums = 5ed18db9dfeb50cf8bd67dbcaaa257e1b87d812d386c9c6afbec18843d2ca89f + sha256sums = d6e7711e71a0a27dce5a01cb6f417dd9338feda15327512a1f93c9f8cdc53826 sha256sums = 2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879 pkgname = python-cfn-lint ===================================== PKGBUILD ===================================== @@ -2,12 +2,14 @@ pkgname=python-cfn-lint # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md -pkgver=0.83.6 +pkgver=0.84.0 pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) url='https://github.com/aws-cloudformation/cfn-lint' -license=('custom:MIT No Attribution') +# https://github.com/aws-cloudformation/cfn-lint/blob/v0.84.0/setup.py#L63 uses "MIT no attribution", +# which corresponds to https://spdx.org/licenses/MIT-0.html +license=('MIT-0') depends=(python python-yaml python-aws-sam-translator python-jsonpatch python-jsonschema python-networkx python-junit-xml python-jschema-to-python python-sarif-om @@ -19,7 +21,7 @@ optdepends=( ) source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz" 'skip-tests-that-require-git.diff') -sha256sums=('5ed18db9dfeb50cf8bd67dbcaaa257e1b87d812d386c9c6afbec18843d2ca89f' +sha256sums=('d6e7711e71a0a27dce5a01cb6f417dd9338feda15327512a1f93c9f8cdc53826' '2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/adeade372b8b42d4b863189c1fe2a5b57cd315e8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/adeade372b8b42d4b863189c1fe2a5b57cd315e8 You're receiving this email because of your account on gitlab.archlinux.org.