[arch-commits] Commit in molecule/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Aug 18 12:55:10 UTC 2020


    Date: Tuesday, August 18, 2020 @ 12:55:10
  Author: dvzrv
Revision: 683898

upgpkg: molecule 3.0.7-1: Upgrade to 3.0.7.

Fix pytest call (-k does not accept single-quoted statements since 6.0.0).

Modified:
  molecule/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-18 12:49:03 UTC (rev 683897)
+++ PKGBUILD	2020-08-18 12:55:10 UTC (rev 683898)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=molecule
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
@@ -10,8 +10,8 @@
 depends=('ansible' 'python-cerberus' 'python-click' 'python-click-completion'
 'python-click-help-colors' 'python-colorama' 'python-cookiecutter'
 'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
-'python-selinux' 'python-sh' 'python-six' 'python-tabulate'
-'python-tree-format' 'python-yaml' 'yamllint')
+'python-selinux' 'python-sh' 'python-tabulate' 'python-tree-format'
+'python-yaml' 'yamllint')
 makedepends=('python-setuptools-scm' 'python-simplejson')
 # TODO: potentially add 'python-shade'
 checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'
@@ -24,8 +24,8 @@
             'python-pywinrm: for Windows support'
             'python-testinfra: for the testinfra verifier')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2e599d02bfdcabe51136722314894e51d36d170370f6571380a2d78ce2d060a5fbc11b09037af54ba438c8b697b9111123bcad267eef9a8d7d216b02f4e0b239')
-b2sums=('4744e2d0427a12f11a5db7bd06fc166135642a9f85e8befad60fc1d38536520be340ce4d116cc1086553fe019ffe9a8e7d7447c7415440cc857e0dd1f2b80a67')
+sha512sums=('9624a732d56fb3b576a3ad748a6d8f6f2417d3b0093aebfe77836786b27030af104d0608a92aa31697f59f7d61dd6cea3e493b1b2ba9c17e3ac66bd0ec60b090')
+b2sums=('a00595ef9e084dc94b996af2bd05bba5a3a35380525018e5b69a714eeeb15061b0430b9d582147bc263b98f909366f74df5441058c0b5a7ca7d8b5bd97d4cf22')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -53,10 +53,10 @@
   pytest -v \
          --ignore='molecule/test/functional/docker/' \
          --ignore='molecule/test/functional/test_command.py' \
-         -k 'not test_execute \
+         -k "not test_execute \
              and not test_execute_bakes \
              and not test_execute_bakes_with_ansible_args \
-             and not test_executes_cathces_and_exits_return_code_with_stdout'
+             and not test_executes_cathces_and_exits_return_code_with_stdout"
 }
 
 package() {



More information about the arch-commits mailing list