Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-cfn-lint
Commits: a3bf030e by Chih-Hsuan Yen at 2024-06-21T13:22:32+08:00 Pin 0.x for compatibility with python-moto - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,3 +1,6 @@ [python-cfn-lint] source = "pypi" pypi = "cfn-lint" +# python-moto is not compatible with cfn-lint 1.x yet +# That should likely be fixed with https://github.com/getmoto/moto/pull/7784 +include_regex = "^0\\..*" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/a3bf030e93bc8919b77d1795db76c52d8c5863b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/a3bf030e93bc8919b77d1795db76c52d8c5863b3 You're receiving this email because of your account on gitlab.archlinux.org.
