Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-cfn-lint
Commits:
8c9b1211 by Chih-Hsuan Yen at 2024-06-29T16:49:39+08:00
upgpkg: 0.87.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cfn-lint
pkgdesc = CloudFormation Linter
- pkgver = 0.87.7
+ pkgver = 0.87.9
pkgrel = 1
url = https://github.com/aws-cloudformation/cfn-lint
arch = any
@@ -23,9 +23,9 @@ pkgbase = python-cfn-lint
depends = python-regex
depends = python-typing_extensions
optdepends = python-pydot: for building graphs from templates
- source =
https://github.com/aws-cloudformation/cfn-lint/archive/v0.87.7/cfn-lint-0.87.7.tar.gz
+ source =
https://github.com/aws-cloudformation/cfn-lint/archive/v0.87.9/cfn-lint-0.87.9.tar.gz
source = skip-tests-that-require-git.diff
- sha256sums =
c9eaee5b759e06855405c8dd628b4a94a081394a8c6ebdfb82ca4ce0a17d06e8
+ sha256sums =
9ec412debea53bda9c05662d204f29efae21371997ef0bd298ff79aa88ab92bc
sha256sums =
2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879
pkgname = python-cfn-lint
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-cfn-lint
# https://github.com/aws-cloudformation/cfn-lint/blob/v0/CHANGELOG.md
-pkgver=0.87.7
+pkgver=0.87.9
pkgrel=1
pkgdesc='CloudFormation Linter'
arch=(any)
@@ -24,7 +24,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=('c9eaee5b759e06855405c8dd628b4a94a081394a8c6ebdfb82ca4ce0a17d06e8'
+sha256sums=('9ec412debea53bda9c05662d204f29efae21371997ef0bd298ff79aa88ab92bc'
'2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/8c9b12112934a923477133c458a1df6cb14c53bb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/8c9b12112934a923477133c458a1df6cb14c53bb
You're receiving this email because of your account on gitlab.archlinux.org.