Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ansible-lint


Commits:
09af9862 by Robin Candau at 2024-02-27T13:07:16+01:00
upgpkg: 24.2.0-1: New upstream release
https://github.com/ansible/ansible-lint/releases/tag/v24.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = ansible-lint
        pkgdesc = Checks playbooks for practices and behaviour that could 
potentially be improved.
-       pkgver = 6.22.1
+       pkgver = 24.2.0
        pkgrel = 1
        url = https://github.com/ansible/ansible-lint
        arch = any
-       license = GPL3
+       license = GPL-3.0-or-later
        checkdepends = mypy
        checkdepends = python-jmespath
        checkdepends = python-pylint
@@ -30,7 +30,7 @@ pkgbase = ansible-lint
        depends = python-ruamel-yaml
        depends = python-wcmatch
        optdepends = ansible: check official ansible collections
-       source = 
git+https://github.com/ansible/ansible-lint.git#commit=4113104583a59ba2d1f04fee3b049c5f43f6578c
+       source = 
git+https://github.com/ansible/ansible-lint.git#commit=a3fc7e4def4c3576a221fd1e0e58c0ee43f73af5
        source = disable_version_check.patch
        b2sums = SKIP
        b2sums = 
98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 # Maintainer: Robin Candau <an...@archlinux.org>
 # Contributor: Sander Boom <sanderb...@gmail.com>
 
-_commit=4113104583a59ba2d1f04fee3b049c5f43f6578c
+_commit=a3fc7e4def4c3576a221fd1e0e58c0ee43f73af5
 pkgname=ansible-lint
-pkgver=6.22.1
+pkgver=24.2.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=(python ansible-core git yamllint
   
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(python-{build,installer,setuptools,setuptools-scm,wheel})
@@ -54,6 +54,9 @@ check() {
     --deselect 
'test/test_main.py::test_get_version_warning[v1.2.2-True-pre-release-1]'
     --deselect 'test/test_main.py::test_get_version_warning[v1.2.3-False--1]'
     --deselect 'test/test_main.py::test_get_version_warning[v1.2.4-True-new 
release-2]'
+    --deselect 'test/test_main.py::test_nodeps[1]'
+    --deselect 'test/test_main.py::test_nodeps[2]'
+    --deselect 'test/test_main.py::test_broken_ansible_cfg'
    )
 
   # install to temporary location, as importlib is used



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/09af98624d8af25b8ff61d814c2be3aadf170881

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/09af98624d8af25b8ff61d814c2be3aadf170881
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to