[arch-commits] Commit in python-cfn-lint/trunk (fix-tests.patch)

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Jun 27 15:06:40 UTC 2019


    Date: Thursday, June 27, 2019 @ 15:06:39
  Author: yan12125
Revision: 484903

upgpkg: python-cfn-lint 0.22.0-1

* fix-tests.patch is upstreamed [1]

[1] https://github.com/aws-cloudformation/cfn-python-lint/pull/974

Deleted:
  python-cfn-lint/trunk/fix-tests.patch

-----------------+
 fix-tests.patch |   11 -----------
 1 file changed, 11 deletions(-)

Deleted: fix-tests.patch
===================================================================
--- fix-tests.patch	2019-06-27 15:05:34 UTC (rev 484902)
+++ fix-tests.patch	2019-06-27 15:06:39 UTC (rev 484903)
@@ -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 """



More information about the arch-commits mailing list