[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sat May 22 01:12:34 UTC 2021


    Date: Saturday, May 22, 2021 @ 01:12:33
  Author: yan12125
Revision: 941145

upgpkg: python-cfn-lint 0.49.2-1

Upstream repo is renamed from cfn-python-lint to cfn-lint. I didn't find an announcement via a quick search, though.

Modified:
  python-cfn-lint/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-21 23:31:01 UTC (rev 941144)
+++ PKGBUILD	2021-05-22 01:12:33 UTC (rev 941145)
@@ -1,11 +1,11 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.49.1
+pkgver=0.49.2
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
+url='https://github.com/aws-cloudformation/cfn-lint'
 license=('custom:MIT No Attribution')
 depends=(python python-yaml python-six python-aws-sam-translator
          python-jsonpatch python-jsonschema python-networkx
@@ -15,16 +15,16 @@
 optdepends=(
   'python-pydot: for building graphs from templates'
 )
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
-sha256sums=('1c61300586d98981df422ddf2908dd0dc56bfcd302c48b9d90393e9d64492737')
+source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz")
+sha256sums=('b8285df2fdfae4d7b7f1b44f8611dcf066af7c66997949554f6c2aa1b59b9b95')
 
 build() {
-  cd cfn-python-lint-$pkgver
+  cd cfn-lint-$pkgver
   python setup.py build
 }
 
 check() {
-  cd cfn-python-lint-$pkgver
+  cd cfn-lint-$pkgver
 
   # Tests in test/integration need the cfn-lint binary
   python setup.py install_scripts --install-dir="$srcdir"/tmp_install
@@ -31,12 +31,12 @@
 
   export PYTHONPATH="$PWD/src"
   export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-python-lint as a git repo
+  # test_update_docs requires cfn-lint as a git repo
   pytest test -k 'not test_update_docs'
 }
 
 package() {
-  cd cfn-python-lint-$pkgver
+  cd cfn-lint-$pkgver
   # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
   PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 



More information about the arch-commits mailing list