[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-06-21 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 21, 2019 @ 06:59:36
  Author: yan12125
Revision: 482570

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 482569, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 482569, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   84 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 06:59:16 UTC (rev 482569)
+++ PKGBUILD2019-06-21 06:59:36 UTC (rev 482570)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.21.5
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('c7a31318c67a28c774cbd44ba72a79c7bba2efbe93a5c33fa943e0d813aa9b0f'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-
-  # mimic https://github.com/awslabs/serverless-application-model/pull/927
-  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 482569, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 06:59:36 UTC (rev 482570)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.21.6
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('dc4544a9f46a3b6393f29a2edc7490a0df99827dc602bca3f3bfd8e2bfd61f97'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+
+  # mimic https://github.com/awslabs/serverless-application-model/pull/927
+  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-06-21 06:59:16 UTC (rev 482569)
+++ fix-tests.patch 2019-06-21 06:59:36 UTC (rev 482570)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 482569, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-06-21 06:59:36 UTC (rev 482570)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-06-13 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, June 13, 2019 @ 12:27:34
  Author: yan12125
Revision: 481270

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 481269, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 481269, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   84 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-13 12:27:14 UTC (rev 481269)
+++ PKGBUILD2019-06-13 12:27:34 UTC (rev 481270)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.21.4
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('3f700ebcadc8bda9916c52dd2cc88f01cbb8f98521bcae3a74ac967ebeb8908c'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-
-  # mimic https://github.com/awslabs/serverless-application-model/pull/927
-  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 481269, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-13 12:27:34 UTC (rev 481270)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.21.5
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('c7a31318c67a28c774cbd44ba72a79c7bba2efbe93a5c33fa943e0d813aa9b0f'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+
+  # mimic https://github.com/awslabs/serverless-application-model/pull/927
+  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-06-13 12:27:14 UTC (rev 481269)
+++ fix-tests.patch 2019-06-13 12:27:34 UTC (rev 481270)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 481269, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-06-13 12:27:34 UTC (rev 481270)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-05-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, May 25, 2019 @ 05:46:08
  Author: yan12125
Revision: 469747

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 469745, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 469745, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-25 05:46:03 UTC (rev 469746)
+++ PKGBUILD2019-05-25 05:46:08 UTC (rev 469747)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('fcf6eac10c4b052267416d5baaa637491ff12e6a2218b6957b95cdb563e09bf9'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-  sed -i 's|,<=2.21.0||' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 469745, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-25 05:46:08 UTC (rev 469747)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.21.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('75f81dbc43406cd1ccbfc33193bdb6c98cdd637910d4fa48875ca5f4996e3bfb'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-25 05:46:03 UTC (rev 469746)
+++ fix-tests.patch 2019-05-25 05:46:08 UTC (rev 469747)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 469745, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-25 05:46:08 UTC (rev 469747)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-05-22 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, May 22, 2019 @ 14:11:38
  Author: yan12125
Revision: 468453

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 468452, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 468452, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   81 ++
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 14:11:17 UTC (rev 468452)
+++ PKGBUILD2019-05-22 14:11:38 UTC (rev 468453)
@@ -1,41 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.20.3
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-  sed -i 's|,<=2.21.0||' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 468452, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 14:11:38 UTC (rev 468453)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('fcf6eac10c4b052267416d5baaa637491ff12e6a2218b6957b95cdb563e09bf9'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-22 14:11:17 UTC (rev 468452)
+++ fix-tests.patch 2019-05-22 14:11:38 UTC (rev 468453)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 468452, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-22 14:11:38 UTC (rev 468453)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-05-22 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, May 22, 2019 @ 14:12:20
  Author: yan12125
Revision: 468454

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 468453, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 468453, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 14:11:38 UTC (rev 468453)
+++ PKGBUILD2019-05-22 14:12:20 UTC (rev 468454)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('fcf6eac10c4b052267416d5baaa637491ff12e6a2218b6957b95cdb563e09bf9'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-  sed -i 's|,<=2.21.0||' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 468453, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 14:12:20 UTC (rev 468454)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('fcf6eac10c4b052267416d5baaa637491ff12e6a2218b6957b95cdb563e09bf9'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-22 14:11:38 UTC (rev 468453)
+++ fix-tests.patch 2019-05-22 14:12:20 UTC (rev 468454)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 468453, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-22 14:12:20 UTC (rev 468454)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, May 17, 2019 @ 14:47:08
  Author: yan12125
Revision: 467701

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 467700, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 467700, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   82 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 14:46:44 UTC (rev 467700)
+++ PKGBUILD2019-05-17 14:47:08 UTC (rev 467701)
@@ -1,41 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.20.3
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-  sed -i 's|,<=2.21.0||' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 467700, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 14:47:08 UTC (rev 467701)
@@ -0,0 +1,41 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.20.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-17 14:46:44 UTC (rev 467700)
+++ fix-tests.patch 2019-05-17 14:47:08 UTC (rev 467701)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 467700, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-17 14:47:08 UTC (rev 467701)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, May 17, 2019 @ 14:46:44
  Author: yan12125
Revision: 467700

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 467699, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 467699, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   81 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 14:46:26 UTC (rev 467699)
+++ PKGBUILD2019-05-17 14:46:44 UTC (rev 467700)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.20.2
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('e959c6cdd1ca227a9b48eaf602ed3332e887002abab550c169296979146724d3'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 467699, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 14:46:44 UTC (rev 467700)
@@ -0,0 +1,41 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.20.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-17 14:46:26 UTC (rev 467699)
+++ fix-tests.patch 2019-05-17 14:46:44 UTC (rev 467700)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 467699, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-17 14:46:44 UTC (rev 467700)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-05-16 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 16, 2019 @ 14:34:36
  Author: yan12125
Revision: 467516

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 467515, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 467515, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-16 14:34:18 UTC (rev 467515)
+++ PKGBUILD2019-05-16 14:34:36 UTC (rev 467516)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.20.1
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('8a12476ae01146f8dc476c23447f8c94f92302fb04e3503745c9a2296df1f3a5'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 467515, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-16 14:34:36 UTC (rev 467516)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.20.2
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('e959c6cdd1ca227a9b48eaf602ed3332e887002abab550c169296979146724d3'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-16 14:34:18 UTC (rev 467515)
+++ fix-tests.patch 2019-05-16 14:34:36 UTC (rev 467516)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 467515, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-16 14:34:36 UTC (rev 467516)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-05-09 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 9, 2019 @ 12:18:44
  Author: yan12125
Revision: 464482

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 464481, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 464481, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-09 12:18:26 UTC (rev 464481)
+++ PKGBUILD2019-05-09 12:18:44 UTC (rev 464482)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.19.1
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('c6e972420ce9d878efe6095203a32ce5afd108d736fb3b6af20a7a4d4e6e2daa'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 464481, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-09 12:18:44 UTC (rev 464482)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.20.1
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('8a12476ae01146f8dc476c23447f8c94f92302fb04e3503745c9a2296df1f3a5'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-09 12:18:26 UTC (rev 464481)
+++ fix-tests.patch 2019-05-09 12:18:44 UTC (rev 464482)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 464481, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-09 12:18:44 UTC (rev 464482)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-04-20 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 20, 2019 @ 12:37:00
  Author: yan12125
Revision: 452084

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 452083, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 452083, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 12:36:41 UTC (rev 452083)
+++ PKGBUILD2019-04-20 12:37:00 UTC (rev 452084)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.19.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('15720d30abce705daf8ef026613a3aa1ebce4dae0e1933323c6d67166babe10e'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 452083, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 12:37:00 UTC (rev 452084)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.19.1
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('c6e972420ce9d878efe6095203a32ce5afd108d736fb3b6af20a7a4d4e6e2daa'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-04-20 12:36:41 UTC (rev 452083)
+++ fix-tests.patch 2019-04-20 12:37:00 UTC (rev 452084)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 452083, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-04-20 12:37:00 UTC (rev 452084)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-04-18 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, April 18, 2019 @ 12:17:15
  Author: yan12125
Revision: 451977

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 451976, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 451976, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-18 12:16:56 UTC (rev 451976)
+++ PKGBUILD2019-04-18 12:17:15 UTC (rev 451977)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('66cee59dd524c1726326bbf448d5c99761b5dd151124a74f1d83b7e06e76c6bc'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 451976, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-18 12:17:15 UTC (rev 451977)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('15720d30abce705daf8ef026613a3aa1ebce4dae0e1933323c6d67166babe10e'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-04-18 12:16:56 UTC (rev 451976)
+++ fix-tests.patch 2019-04-18 12:17:15 UTC (rev 451977)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 451976, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-04-18 12:17:15 UTC (rev 451977)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-04-06 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 6, 2019 @ 10:56:41
  Author: yan12125
Revision: 449977

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 449976, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 449976, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 10:56:23 UTC (rev 449976)
+++ PKGBUILD2019-04-06 10:56:41 UTC (rev 449977)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.17.1
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('2c017663afb2bf8ed76740431d8775ff6503d5f910f788b9cc15b2b280c25266'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 449976, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 10:56:41 UTC (rev 449977)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('66cee59dd524c1726326bbf448d5c99761b5dd151124a74f1d83b7e06e76c6bc'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-04-06 10:56:23 UTC (rev 449976)
+++ fix-tests.patch 2019-04-06 10:56:41 UTC (rev 449977)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 449976, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-04-06 10:56:41 UTC (rev 449977)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-03-30 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 30, 2019 @ 10:44:27
  Author: yan12125
Revision: 446262

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 446261, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 446261, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-30 10:43:52 UTC (rev 446261)
+++ PKGBUILD2019-03-30 10:44:27 UTC (rev 446262)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('b25f47ff25ca12a0e1fddb9a50778d3e1837b2dfd08c9632b993a0c19f7c3415'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 446261, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-30 10:44:27 UTC (rev 446262)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.17.1
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('2c017663afb2bf8ed76740431d8775ff6503d5f910f788b9cc15b2b280c25266'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-03-30 10:43:52 UTC (rev 446261)
+++ fix-tests.patch 2019-03-30 10:44:27 UTC (rev 446262)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 446261, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-03-30 10:44:27 UTC (rev 446262)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-03-23 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 23, 2019 @ 09:10:51
  Author: yan12125
Revision: 443223

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 443222, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 443222, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 09:10:35 UTC (rev 443222)
+++ PKGBUILD2019-03-23 09:10:51 UTC (rev 443223)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('50909f990ed57e17c4ec38dd0c99aae1453a41c9159f166a7f200ed8c8d81618'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 443222, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 09:10:51 UTC (rev 443223)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('b25f47ff25ca12a0e1fddb9a50778d3e1837b2dfd08c9632b993a0c19f7c3415'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-03-23 09:10:35 UTC (rev 443222)
+++ fix-tests.patch 2019-03-23 09:10:51 UTC (rev 443223)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 443222, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-03-23 09:10:51 UTC (rev 443223)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

[arch-commits] Commit in python-cfn-lint/repos/community-any (4 files)

2019-03-14 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, March 14, 2019 @ 14:59:05
  Author: yan12125
Revision: 441031

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 441030, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 441030, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   24 +++-
 2 files changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 14:58:43 UTC (rev 441030)
+++ PKGBUILD2019-03-14 14:59:05 UTC (rev 441031)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/awslabs/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/awslabs/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('53ad1177d3c85a7c20adb38cac9cd08751d7f3f1a0fd40cce790d96dfae1cb76'
-'c36881e4d33092bdd5173e42e5b2bf4b04d521c95e4365b7eaa94dd93dbaf0ea')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 441030, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 14:59:05 UTC (rev 441031)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('50909f990ed57e17c4ec38dd0c99aae1453a41c9159f166a7f200ed8c8d81618'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-03-14 14:58:43 UTC (rev 441030)
+++ fix-tests.patch 2019-03-14 14:59:05 UTC (rev 441031)
@@ -1,13 +0,0 @@
-diff --git a/src/cfnlint/config.py b/src/cfnlint/config.py
-index a130acb..2a5f4c9 100644
 a/src/cfnlint/config.py
-+++ b/src/cfnlint/config.py
-@@ -448,7 +448,7 @@ class ConfigMixIn(TemplateArgs, CliArgs, ConfigFileArgs, 
object):
- else:
- all_filenames.extend(add_filenames)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- @property
- def append_rules(self):

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 441030, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-03-14 14:59:05 UTC (rev 441031)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ templates """