Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-cfn-lint


Commits:
96dc96a6 by Chih-Hsuan Yen at 2024-05-10T12:09:35+08:00
upgpkg: 0.87.2-1; add missing dep python-typing_extensions

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-cfn-lint
        pkgdesc = CloudFormation Linter
-       pkgver = 0.86.2
+       pkgver = 0.87.2
        pkgrel = 1
        url = https://github.com/aws-cloudformation/cfn-lint
        arch = any
@@ -21,10 +21,11 @@ pkgbase = python-cfn-lint
        depends = python-sarif-om
        depends = python-sympy
        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.86.2/cfn-lint-0.86.2.tar.gz
+       source = 
https://github.com/aws-cloudformation/cfn-lint/archive/v0.87.2/cfn-lint-0.87.2.tar.gz
        source = skip-tests-that-require-git.diff
-       sha256sums = 
fe34f629c017a93b99d660f730b9fc492bbc7bf0409755974e4977c5193f9d09
+       sha256sums = 
961c8afdd1c1689e79a907861e0af1ba2ee99ecb723eafdd02014117162a7e92
        sha256sums = 
2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879
 
 pkgname = python-cfn-lint


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.86.2
+pkgver=0.87.2
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -13,7 +13,10 @@ 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
-         python-sympy python-regex)
+         python-sympy python-regex
+         # Unconditionally imported since long time ago, while not listed in 
setup.py
+         # 
https://github.com/aws-cloudformation/cfn-lint/blob/v0.87.2/src/cfnlint/template/transforms/_protocols.py#L10
+         python-typing_extensions)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pydot)
 optdepends=(
@@ -21,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=('fe34f629c017a93b99d660f730b9fc492bbc7bf0409755974e4977c5193f9d09'
+sha256sums=('961c8afdd1c1689e79a907861e0af1ba2ee99ecb723eafdd02014117162a7e92'
             '2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/96dc96a6e83a3ac96eeaabf57bea01c4c1b1691b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/96dc96a6e83a3ac96eeaabf57bea01c4c1b1691b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to