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

David Runge dvzrv at archlinux.org
Tue Sep 1 22:14:08 UTC 2020


    Date: Tuesday, September 1, 2020 @ 22:14:08
  Author: dvzrv
Revision: 696047

upgpkg: molecule 3.0.8-1: Upgrade to 3.0.8.

Remove version pinning towards python-sh (which has now been fixed to work with python > 3.8).
Remove additional options to pytest.

Modified:
  molecule/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 22:10:38 UTC (rev 696046)
+++ PKGBUILD	2020-09-01 22:14:08 UTC (rev 696047)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=molecule
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
@@ -24,13 +24,18 @@
             '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=('9624a732d56fb3b576a3ad748a6d8f6f2417d3b0093aebfe77836786b27030af104d0608a92aa31697f59f7d61dd6cea3e493b1b2ba9c17e3ac66bd0ec60b090')
-b2sums=('a00595ef9e084dc94b996af2bd05bba5a3a35380525018e5b69a714eeeb15061b0430b9d582147bc263b98f909366f74df5441058c0b5a7ca7d8b5bd97d4cf22')
+sha512sums=('e097cb997722e00d2eff491be0b571dfab5682708052836ce56cda54fb9ad44912d6c8cdf24e8fffdeea53f051b2e836e0173589573ef522a31a3dc04e59b7a9')
+b2sums=('a9f60969d202fbac3fd19796613678492f4e554e1138bbccb84dbb2e95e9f6b88ed30a6fb357d828fe09a74b33b6ecf12b7df2569019693e065a4f42a024b2c5')
 
 prepare() {
   cd "$pkgname-$pkgver"
   # python-pre-commit is absolutely not a runtime dependency
-  sed -e '/pre-commit/d' -i setup.cfg
+  # remove additional pytest options
+  # unpin python-sh
+  sed -e '/pre-commit/d' \
+      -e '/addopts/d' \
+      -e 's/, < 1.14//g' \
+      -i setup.cfg
 }
 
 build() {



More information about the arch-commits mailing list