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

David Runge dvzrv at gemini.archlinux.org
Fri Sep 17 18:14:57 UTC 2021


    Date: Friday, September 17, 2021 @ 18:14:57
  Author: dvzrv
Revision: 1016870

upgpkg: molecule 3.5.1-1: Upgarde to 3.5.1.

Remove unneeded depends, makedepends and checkdepends.

Modified:
  molecule/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-17 18:13:14 UTC (rev 1016869)
+++ PKGBUILD	2021-09-17 18:14:57 UTC (rev 1016870)
@@ -1,20 +1,19 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=molecule
-pkgver=3.4.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
 url="https://github.com/ansible-community/molecule"
 license=('MIT')
-depends=('ansible' 'ansible-lint' 'python-cerberus' 'python-click'
-'python-click-help-colors' 'python-cookiecutter' 'python-enrich' 'python-jinja'
-'python-packaging' 'python-paramiko' 'python-pluggy' 'python-rich'
-'python-selinux' 'python-setuptools' 'python-subprocess-tee' 'python-yaml')
+depends=('ansible' 'ansible-lint' 'python-ansible-compat' 'python-cerberus'
+'python-click' 'python-click-help-colors' 'python-cookiecutter' 'python-enrich'
+'python-jinja' 'python-packaging' 'python-paramiko' 'python-pluggy'
+'python-rich' 'python-selinux' 'python-subprocess-tee' 'python-yaml')
 makedepends=('python-setuptools-scm' 'python-setuptools-scm-git-archive' 'python-simplejson' 'python-toml')
-checkdepends=('python-ansi2html' 'python-mock' 'python-pexpect'
-'python-pytest' 'python-pytest-helpers-namespace' 'python-pytest-html'
-'python-pytest-mock' 'python-pytest-testinfra'
+checkdepends=('python-ansi2html' 'python-pexpect' 'python-pytest'
+'python-pytest-html' 'python-pytest-mock' 'python-pytest-testinfra'
 'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'yamllint')
 optdepends=('molecule-docker: for the docker driver'
             'molecule-podman: for the podman driver'
@@ -22,8 +21,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=('a98892e86424acf34b3efb426b6e3a31bcf35a4b8a29e8d7a142bffdb00713c6bbc21b629690e69f96648f678f950d79a2904368a774948c8bae6dbade1cca43')
-b2sums=('0ebea089879cb34a409abc0e2517ac193e524430edb75a8ab5360fb64cf8cff534ab74f03d463370cc6eea9da592492a92232edfa8ca689403a84e6828d2a9fb')
+sha512sums=('b59e54a991fb5ea2801dc4d6f26b17283271ddd00c4f4ec21f1568f6d39bfb87a75c3adedad5307a684098c67a45e2680ec9256f0de23bf8640ad1c2973bdad8')
+b2sums=('7dd9d1e1271228d302a4d19bdf6e219c701ef17a04be3938d706275bdcf1a203eabfa1ecd0a8fe3d9925a6e4887f81da1bff9897c2b2c6df7ce0b21a932598d8')
 
 prepare() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list