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

David Runge dvzrv at archlinux.org
Fri Mar 26 17:35:52 UTC 2021


    Date: Friday, March 26, 2021 @ 17:35:51
  Author: dvzrv
Revision: 904623

upgpkg: molecule 3.3.0-1: Upgrade to 3.3.0.

Fix https://bugs.archlinux.org/task/70029 by adding python-toml
to makedepends.

Modified:
  molecule/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 17:15:09 UTC (rev 904622)
+++ PKGBUILD	2021-03-26 17:35:51 UTC (rev 904623)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=molecule
-pkgver=3.2.4
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
@@ -12,7 +12,7 @@
 'python-packaging' 'python-paramiko' 'python-pluggy' 'python-rich'
 'python-selinux' 'python-setuptools' 'python-subprocess-tee' 'python-yaml'
 'yamllint')
-makedepends=('python-setuptools-scm' 'python-simplejson')
+makedepends=('python-setuptools-scm' 'python-simplejson' 'python-toml')
 checkdepends=('ansible-lint' 'python-ansi2html' 'python-mock' 'python-pexpect'
 'python-pytest' 'python-pytest-helpers-namespace' 'python-pytest-html'
 'python-pytest-mock' 'python-pytest-testinfra'
@@ -23,8 +23,8 @@
             'python-pywinrm: for Windows support'
             'python-pytest-testinfra: for the testinfra verifier')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('f4a4f33faf124da50748e15ea3996491ed389568fb114ae1a0a009fbad214c2fdaa3905b83f17c4b891f04c1b1e1a0d676e6377d1bb2cca301a1f916dec3a784')
-b2sums=('54e31b2f0b3dbfb2356fc9ee573863500f9d533cf92a1c74021a994a035877d00ff4288bf4f495777b81553cbb436a3f04991060b273db0ee07608e6361353ff')
+sha512sums=('2d72ad4da9c654adc62a9263593ed17c2ddb21ee5dfbe6479eaa5a71c52329098b2c5eec3a8995ce1016cf62c39cd48116d45c66eb2288622dbf24b1d9ba0423')
+b2sums=('fa94d9637a5262c307539e1ea2c46238effe388d50eca13eff22e71e40c537e872b75e0c75695c17358d4493360213ee4c15b395df226d5ae187bb6595fdc5a1')
 
 prepare() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list