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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:53:44
  Author: freswa
Revision: 1294407

add python-black dependency

fix FS#75809

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 09:49:27 UTC (rev 1294406)
+++ PKGBUILD2022-09-06 09:53:44 UTC (rev 1294407)
@@ -4,17 +4,18 @@
 
 pkgname=ansible-lint
 pkgver=6.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+depends=(python ansible-core yamllint 
+  
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(python-{build,installer,setuptools,wheel})
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
+b2sums=('0af95ceaf303a634db584e4202b4eec85fa8056915b92ea833918d6f835ea9c61843c7ce888754869e9b521ec18577edfd75b5a8e74427a4b7e32be14ac0a788'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:15:58
  Author: freswa
Revision: 1290369

upgpkg: ansible-lint 6.5.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 16:08:48 UTC (rev 1290368)
+++ PKGBUILD2022-09-01 16:15:58 UTC (rev 1290369)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.5.1
+pkgver=6.5.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
+b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-08-25 Thread Frederik Schwan via arch-commits
Date: Thursday, August 25, 2022 @ 12:32:14
  Author: freswa
Revision: 1278481

upgpkg: ansible-lint 6.5.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-25 12:04:15 UTC (rev 1278480)
+++ PKGBUILD2022-08-25 12:32:14 UTC (rev 1278481)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.5.0
-pkgrel=2
+pkgver=6.5.1
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -14,7 +14,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
+b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 13:37:14
  Author: freswa
Revision: 1274693

add dependency on python-filelock

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 13:25:49 UTC (rev 1274692)
+++ PKGBUILD2022-08-22 13:37:14 UTC (rev 1274693)
@@ -4,13 +4,12 @@
 
 pkgname=ansible-lint
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(python-{build,installer,setuptools,wheel})
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 12:02:54
  Author: freswa
Revision: 1274675

upgpkg: ansible-lint 6.5.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 11:45:39 UTC (rev 1274674)
+++ PKGBUILD2022-08-22 12:02:54 UTC (rev 1274675)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.4.0
+pkgver=6.5.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
   'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=(python-{build,installer,setuptools,wheel})
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('6397f35b1716e76b136eaa57dd0a1e6f0701c9a03555965e8bd63346a1d849734bde12464241bbd498606c02e343d84e7a53908f24e61c6ad0d6c134ddf878f5'
+b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-07-28 Thread Frederik Schwan via arch-commits
Date: Thursday, July 28, 2022 @ 13:36:27
  Author: freswa
Revision: 1258992

upgpkg: ansible-lint 6.4.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 13:27:59 UTC (rev 1258991)
+++ PKGBUILD2022-07-28 13:36:27 UTC (rev 1258992)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.3.0
+pkgver=6.4.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('3243e593a73762d4e47b670c1d9181f156d01cf58a6ebf0116ad38241bbd67a72e26dd9c0064af070e745c40eb49ca318ed4b1090c68821fbfbdaa842f1e8a53'
+b2sums=('6397f35b1716e76b136eaa57dd0a1e6f0701c9a03555965e8bd63346a1d849734bde12464241bbd498606c02e343d84e7a53908f24e61c6ad0d6c134ddf878f5'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-06-09 Thread Frederik Schwan via arch-commits
Date: Thursday, June 9, 2022 @ 21:37:35
  Author: freswa
Revision: 1229913

upgpkg: ansible-lint 6.3.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-09 21:34:12 UTC (rev 1229912)
+++ PKGBUILD2022-06-09 21:37:35 UTC (rev 1229913)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.2.2
+pkgver=6.3.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('571dce6dc348c1158fed396fc29054421d172964facd8cbb0f8c1560036de574aa304f59497c8c76415ac99424d0450c8b06509ced113c9a997808e960793621'
+b2sums=('3243e593a73762d4e47b670c1d9181f156d01cf58a6ebf0116ad38241bbd67a72e26dd9c0064af070e745c40eb49ca318ed4b1090c68821fbfbdaa842f1e8a53'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-05-30 Thread Frederik Schwan via arch-commits
Date: Monday, May 30, 2022 @ 11:29:43
  Author: freswa
Revision: 1216085

upgpkg: ansible-lint 6.2.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-30 11:29:41 UTC (rev 1216084)
+++ PKGBUILD2022-05-30 11:29:43 UTC (rev 1216085)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.2.1
+pkgver=6.2.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('b2ee53e609c2420657055b0f563df7477b960118b8012762784dd850bd230a4604074b66890c0ca6f180aa7af607d08cf4293cda4b3bc79718caf7e623347932'
+b2sums=('571dce6dc348c1158fed396fc29054421d172964facd8cbb0f8c1560036de574aa304f59497c8c76415ac99424d0450c8b06509ced113c9a997808e960793621'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-05-19 Thread Frederik Schwan via arch-commits
Date: Thursday, May 19, 2022 @ 10:16:34
  Author: freswa
Revision: 1209224

upgpkg: ansible-lint 6.2.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-19 10:14:07 UTC (rev 1209223)
+++ PKGBUILD2022-05-19 10:16:34 UTC (rev 1209224)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.2.0
-pkgrel=2
+pkgver=6.2.1
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('9ae6f4a1c6066e7f70803feea574262f5cdff36a0e93b330b7d1066e54ad3f99c5e7827751510d3cb58a5c44e6183f725c09f4be8ff3725d3b03e5d41ca7'
+b2sums=('b2ee53e609c2420657055b0f563df7477b960118b8012762784dd850bd230a4604074b66890c0ca6f180aa7af607d08cf4293cda4b3bc79718caf7e623347932'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-05-19 Thread Frederik Schwan via arch-commits
Date: Thursday, May 19, 2022 @ 10:05:19
  Author: freswa
Revision: 1209218

upgpkg: ansible-lint 6.2.0-2

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-19 09:47:44 UTC (rev 1209217)
+++ PKGBUILD2022-05-19 10:05:19 UTC (rev 1209218)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('dd6499e8f51878ba85977b753e3db94675579aae42f7921776fbb4380e200a0b3e9adc4f358481e50d7b20b6f832428350a000ba98a8bfb19b21d52f5c3456b5'
+b2sums=('9ae6f4a1c6066e7f70803feea574262f5cdff36a0e93b330b7d1066e54ad3f99c5e7827751510d3cb58a5c44e6183f725c09f4be8ff3725d3b03e5d41ca7'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-05-17 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 17, 2022 @ 23:48:47
  Author: freswa
Revision: 1207746

upgpkg: ansible-lint 6.2.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 22:24:15 UTC (rev 1207745)
+++ PKGBUILD2022-05-17 23:48:47 UTC (rev 1207746)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.1.0
-pkgrel=2
+pkgver=6.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";
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
+b2sums=('dd6499e8f51878ba85977b753e3db94675579aae42f7921776fbb4380e200a0b3e9adc4f358481e50d7b20b6f832428350a000ba98a8bfb19b21d52f5c3456b5'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-05-11 Thread Frederik Schwan via arch-commits
Date: Wednesday, May 11, 2022 @ 12:05:08
  Author: freswa
Revision: 1198310

upgpkg: ansible-lint 6.1.0-2

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 11:14:06 UTC (rev 1198309)
+++ PKGBUILD2022-05-11 12:05:08 UTC (rev 1198310)
@@ -4,13 +4,13 @@
 
 pkgname=ansible-lint
 pkgver=6.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
 makedepends=('python-build' 'python-installer' 'python-wheel')
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz



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

2022-05-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 10, 2022 @ 23:09:17
  Author: freswa
Revision: 1198248

upgpkg: ansible-lint 6.1.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:07:35 UTC (rev 1198247)
+++ PKGBUILD2022-05-10 23:09:17 UTC (rev 1198248)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=5
+pkgver=6.1.0
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
+b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-04-25 Thread Frederik Schwan via arch-commits
Date: Monday, April 25, 2022 @ 21:55:46
  Author: freswa
Revision: 1190134

remove python-tenacity from deps

fixes FS#74557

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-25 21:39:22 UTC (rev 1190133)
+++ PKGBUILD2022-04-25 21:55:46 UTC (rev 1190134)
@@ -4,13 +4,13 @@
 
 pkgname=ansible-lint
 pkgver=6.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat' 'yamllint')
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
 makedepends=('python-build' 'python-installer' 'python-wheel')
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz



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

2022-03-30 Thread Frederik Schwan via arch-commits
Date: Wednesday, March 30, 2022 @ 21:25:26
  Author: freswa
Revision: 1177864

upgpkg: ansible-lint 6.0.2-4

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-30 20:34:49 UTC (rev 1177863)
+++ PKGBUILD2022-03-30 21:25:26 UTC (rev 1177864)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=6.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'
+b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-03-26 Thread Frederik Schwan via arch-commits
Date: Saturday, March 26, 2022 @ 15:06:41
  Author: freswa
Revision: 1176834

upgpkg: ansible-lint 6.0.2-3

fix FS#74246

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-26 14:15:42 UTC (rev 1176833)
+++ PKGBUILD2022-03-26 15:06:41 UTC (rev 1176834)
@@ -4,16 +4,15 @@
 
 pkgname=ansible-lint
 pkgver=6.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat')
+  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat' 'yamllint')
 makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
+optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
 
b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'



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

2022-03-24 Thread Frederik Schwan via arch-commits
Date: Thursday, March 24, 2022 @ 11:57:49
  Author: freswa
Revision: 1174692

upgpkg: ansible-lint 6.0.2-2

fix FS#74221

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-24 11:53:13 UTC (rev 1174691)
+++ PKGBUILD2022-03-24 11:57:49 UTC (rev 1174692)
@@ -4,13 +4,13 @@
 
 pkgname=ansible-lint
 pkgver=6.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
+  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat')
 makedepends=('python-build' 'python-installer' 'python-wheel')
 optdepends=('yamllint: check for yaml syntax mistakes'
 'ansible: check official ansible collections')



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

2022-03-23 Thread Frederik Schwan via arch-commits
Date: Wednesday, March 23, 2022 @ 20:03:29
  Author: freswa
Revision: 1172032

upgpkg: ansible-lint 6.0.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-23 20:03:25 UTC (rev 1172031)
+++ PKGBUILD2022-03-23 20:03:29 UTC (rev 1172032)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('c604d81ded6070b362542421c8ef381e31271267354a4959e0f9b7e818bff50e86e95037b14a43d7088d8f6141ca5476f1897a99a14aa9e360c6582038d52f3e'
+b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-03-18 Thread Frederik Schwan via arch-commits
Date: Friday, March 18, 2022 @ 16:01:47
  Author: freswa
Revision: 1158541

upgpkg: ansible-lint 6.0.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-18 15:58:29 UTC (rev 1158540)
+++ PKGBUILD2022-03-18 16:01:47 UTC (rev 1158541)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('2568f5c9c2c0b9382d55d231e8323cb740e0bc6f041a2e3635652ca848a51cf4bfb2d3fab3eab3c641d26d1619c9d856f9bec1ffd495c0f72be47a73f0bcfcd8'
+b2sums=('c604d81ded6070b362542421c8ef381e31271267354a4959e0f9b7e818bff50e86e95037b14a43d7088d8f6141ca5476f1897a99a14aa9e360c6582038d52f3e'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



[arch-commits] Commit in ansible-lint/trunk (PKGBUILD disable_use_scm_version.patch)

2022-03-15 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 15, 2022 @ 11:23:50
  Author: freswa
Revision: 1154258

upgpkg: ansible-lint 6.0.0-1

Modified:
  ansible-lint/trunk/PKGBUILD
  ansible-lint/trunk/disable_use_scm_version.patch

---+
 PKGBUILD  |9 -
 disable_use_scm_version.patch |   12 ++--
 2 files changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-15 11:23:44 UTC (rev 1154257)
+++ PKGBUILD2022-03-15 11:23:50 UTC (rev 1154258)
@@ -3,12 +3,12 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.4.0
+pkgver=6.0.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=('MIT')
+license=('GPL3')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
   'python-wcmatch' 'python-enrich' 'python-tenacity')
 makedepends=('python-build' 'python-installer' 'python-wheel')
@@ -16,8 +16,8 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('9f41abdf1e9485afa4c8ed9498627b0dcbdcf57916f3b57c9886de8bd806e4e5b34e7e9c2e66b44ac8009a0afcea4d8566900ee8d391eaca61081fa23323c41c'
-
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
+b2sums=('2568f5c9c2c0b9382d55d231e8323cb740e0bc6f041a2e3635652ca848a51cf4bfb2d3fab3eab3c641d26d1619c9d856f9bec1ffd495c0f72be47a73f0bcfcd8'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -34,5 +34,4 @@
 package() {
   cd ${pkgname}-${pkgver}
   python -m installer --destdir="${pkgdir}" dist/*.whl
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }

Modified: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-03-15 11:23:44 UTC (rev 1154257)
+++ disable_use_scm_version.patch   2022-03-15 11:23:50 UTC (rev 1154258)
@@ -1,25 +1,25 @@
 diff --git a/pyproject.toml b/pyproject.toml
-index 0292abc..08c78d6 100644
+index 89592b8..abffa79 100644
 --- a/pyproject.toml
 +++ b/pyproject.toml
 @@ -1,8 +1,6 @@
  [build-system]
  requires = [
-   "setuptools >= 42.0.0",  # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0",  # required for "no-local-version" scheme
+   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
+-  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
 -  "setuptools_scm_git_archive >= 1.0",
"wheel",
  ]
  build-backend = "setuptools.build_meta"
 diff --git a/setup.cfg b/setup.cfg
-index 135404d..9ccd41b 100644
+index 5301b4f..5aa5d1e 100644
 --- a/setup.cfg
 +++ b/setup.cfg
-@@ -56,7 +56,6 @@ keywords =
+@@ -54,7 +54,6 @@ keywords =
lint
  
  [options]
 -use_scm_version = True
- python_requires = >=3.6
+ python_requires = >=3.8
  package_dir =
= src



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

2022-02-12 Thread Frederik Schwan via arch-commits
Date: Saturday, February 12, 2022 @ 14:47:11
  Author: freswa
Revision: 1132800

upgpkg: ansible-lint 5.4.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-12 14:38:33 UTC (rev 1132799)
+++ PKGBUILD2022-02-12 14:47:11 UTC (rev 1132800)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.3.2
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('e18531013d1d0bcf5e3778259530c42faa1b1bc58d6a570cd9640d3de905f616b50c0acd2acd3f4a7c299f8b14b539556f3904e087564ebcfa141a482f88d993'
+b2sums=('9f41abdf1e9485afa4c8ed9498627b0dcbdcf57916f3b57c9886de8bd806e4e5b34e7e9c2e66b44ac8009a0afcea4d8566900ee8d391eaca61081fa23323c41c'
 
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
 
 prepare() {



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

2022-01-10 Thread Frederik Schwan via arch-commits
Date: Monday, January 10, 2022 @ 14:31:45
  Author: freswa
Revision: 1099302

upgpkg: ansible-lint 5.3.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-10 14:30:46 UTC (rev 1099301)
+++ PKGBUILD2022-01-10 14:31:45 UTC (rev 1099302)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('c297f1bdc4bfcf57cd16a77ee6576fb60b471ee72a280fad45573a7237b650df107321359230a0791e951c9027abcde17951166a7b81306fde34f650dd5f5dcb'
+b2sums=('e18531013d1d0bcf5e3778259530c42faa1b1bc58d6a570cd9640d3de905f616b50c0acd2acd3f4a7c299f8b14b539556f3904e087564ebcfa141a482f88d993'
 
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
 
 prepare() {



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

2021-12-07 Thread Frederik Schwan via arch-commits
Date: Tuesday, December 7, 2021 @ 21:36:18
  Author: freswa
Revision: 1065570

upgpkg: ansible-lint 5.3.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-07 21:05:55 UTC (rev 1065569)
+++ PKGBUILD2021-12-07 21:36:18 UTC (rev 1065570)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('17f4699ef68d24bad65b8ce33272cc1fe7d28416baac55d521080b2a89a7cad5dce5ece53c24447014fb3f7a80bff107398c7d8015f166cabca2d0010506b3f0'
+b2sums=('c297f1bdc4bfcf57cd16a77ee6576fb60b471ee72a280fad45573a7237b650df107321359230a0791e951c9027abcde17951166a7b81306fde34f650dd5f5dcb'
 
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
 
 prepare() {



[arch-commits] Commit in ansible-lint/trunk (PKGBUILD disable_use_scm_version.patch)

2021-12-07 Thread Frederik Schwan via arch-commits
Date: Tuesday, December 7, 2021 @ 12:47:33
  Author: freswa
Revision: 1065521

upgpkg: ansible-lint 5.3.0-1

Modified:
  ansible-lint/trunk/PKGBUILD
  ansible-lint/trunk/disable_use_scm_version.patch

---+
 PKGBUILD  |   15 +++---
 disable_use_scm_version.patch |   42 +---
 2 files changed, 26 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-07 12:44:44 UTC (rev 1065520)
+++ PKGBUILD2021-12-07 12:47:33 UTC (rev 1065521)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.2.1
-pkgrel=3
+pkgver=5.3.0
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -11,13 +11,13 @@
 license=('MIT')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
   'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
+makedepends=('python-build' 'python-install' 'python-wheel')
 optdepends=('yamllint: check for yaml syntax mistakes'
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('52788dc9f4b2fe62cf02d8341bc6786644d369a31ddd4c4143dc275db10610d676c8b3fca5c790a4a7471bcfc2e45850ce03f6433ab3810e4a9aa5daeb5f162a'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+b2sums=('17f4699ef68d24bad65b8ce33272cc1fe7d28416baac55d521080b2a89a7cad5dce5ece53c24447014fb3f7a80bff107398c7d8015f166cabca2d0010506b3f0'
+
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -28,11 +28,12 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
+  python -m install --optimize=1 --destdir="${pkgdir}" dist/*.whl
+  chmod +x "${pkgdir}"/usr/bin/*
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }

Modified: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-12-07 12:44:44 UTC (rev 1065520)
+++ disable_use_scm_version.patch   2021-12-07 12:47:33 UTC (rev 1065521)
@@ -1,7 +1,21 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
+diff --git a/pyproject.toml b/pyproject.toml
+index 0292abc..08c78d6 100644
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -1,8 +1,6 @@
+ [build-system]
+ requires = [
+   "setuptools >= 42.0.0",  # required by pyproject+setuptools_scm integration
+-  "setuptools_scm[toml] >= 3.5.0",  # required for "no-local-version" scheme
+-  "setuptools_scm_git_archive >= 1.0",
+   "wheel",
+ ]
+ build-backend = "setuptools.build_meta"
+diff --git a/setup.cfg b/setup.cfg
+index 135404d..9ccd41b 100644
+--- a/setup.cfg
 b/setup.cfg
+@@ -56,7 +56,6 @@ keywords =
lint
  
  [options]
@@ -9,23 +23,3 @@
  python_requires = >=3.6
  package_dir =
= src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  setuptools_scm>=1.15.0
--  setuptools_scm_git_archive>=1.0
--
- # These are required in actual runtime:
- install_requires =
-   # ansible-lint does not list ansible as direct dependency in order to
-diff -aur origsrc/ansible-lint-5.0.0/setup.py src/ansible-lint-5.0.0/setup.py
 aaa/setup.py   2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.py   2021-02-09 19:19:42.271693765 +0100
-@@ -9,5 +9,4 @@
- # https://github.com/jazzband/pip-tools/issues/1278
- setuptools.setup(
- use_scm_version={"local_scheme": "no-local-version"},
--setup_requires=["setuptools_scm[toml]>=3.5.0"],
- )



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

2021-12-02 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 23:07:07
  Author: felixonmars
Revision: 1062908

upgpkg: ansible-lint 5.2.1-3: Python 3.10 rebuild

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 23:06:47 UTC (rev 1062907)
+++ PKGBUILD2021-12-02 23:07:07 UTC (rev 1062908)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 13:50:55
  Author: foutrelis
Revision: 1059276

upgpkg: ansible-lint 5.2.1-2: Python 3.10 rebuild

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 13:50:32 UTC (rev 1059275)
+++ PKGBUILD2021-12-01 13:50:55 UTC (rev 1059276)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 13:50:32
  Author: foutrelis
Revision: 1059275

Refresh checksum

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 13:49:45 UTC (rev 1059274)
+++ PKGBUILD2021-12-01 13:50:32 UTC (rev 1059275)
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('5ea3e234ac1662419abdec461708b25b960b3656d6c2426f17972ff1dda7611a74d17adf9bf1ca2951c755a28ede46ec76a6183834f671627aa0680f9810d89c'
+b2sums=('52788dc9f4b2fe62cf02d8341bc6786644d369a31ddd4c4143dc275db10610d676c8b3fca5c790a4a7471bcfc2e45850ce03f6433ab3810e4a9aa5daeb5f162a'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {



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

2021-10-19 Thread Frederik Schwan via arch-commits
Date: Tuesday, October 19, 2021 @ 14:03:42
  Author: freswa
Revision: 1030978

upgpkg: ansible-lint 5.2.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-19 13:44:33 UTC (rev 1030977)
+++ PKGBUILD2021-10-19 14:03:42 UTC (rev 1030978)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('b5a142d1ff52e0126fb5089e3d90f7b9e3559aebdb37a38be6950199c8f1f2f5b492ebe6df376ba9546f6f46b52d3735ec7e75dc65efa3cbbe641639adacb5b6'
+b2sums=('5ea3e234ac1662419abdec461708b25b960b3656d6c2426f17972ff1dda7611a74d17adf9bf1ca2951c755a28ede46ec76a6183834f671627aa0680f9810d89c'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {



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

2021-10-01 Thread Frederik Schwan via arch-commits
Date: Friday, October 1, 2021 @ 20:30:49
  Author: freswa
Revision: 1026581

upgpkg: ansible-lint 5.2.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-01 20:25:40 UTC (rev 1026580)
+++ PKGBUILD2021-10-01 20:30:49 UTC (rev 1026581)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.1.3
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('7850f8463ff1c7b7ad86f58c3aab22110e0ddf6d0ada8122ebe48b6cfc38e3391d43710e858806f6dd13d4d400d6cb1977f805df2d62ec3c86287b5a51d64ba5'
+b2sums=('b5a142d1ff52e0126fb5089e3d90f7b9e3559aebdb37a38be6950199c8f1f2f5b492ebe6df376ba9546f6f46b52d3735ec7e75dc65efa3cbbe641639adacb5b6'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {



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

2021-09-01 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 1, 2021 @ 18:57:28
  Author: freswa
Revision: 1010362

upgpkg: ansible-lint 5.1.3-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-01 18:57:02 UTC (rev 1010361)
+++ PKGBUILD2021-09-01 18:57:28 UTC (rev 1010362)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('a0f3bd8d74a307b81ff1d71032be9fb60cf6be2498a93fcb701ec158f2001f95650d3b425232cfc4e72bf4fd7a527dc3c2d7ae6bee40f49063d44ffb83c40176'
+b2sums=('7850f8463ff1c7b7ad86f58c3aab22110e0ddf6d0ada8122ebe48b6cfc38e3391d43710e858806f6dd13d4d400d6cb1977f805df2d62ec3c86287b5a51d64ba5'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {



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

2021-07-17 Thread Frederik Schwan via arch-commits
Date: Saturday, July 17, 2021 @ 16:13:24
  Author: freswa
Revision: 978397

upgpkg: ansible-lint 5.1.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 16:00:37 UTC (rev 978396)
+++ PKGBUILD2021-07-17 16:13:24 UTC (rev 978397)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('1b8399f257a9769ddf03295a9ad5147ac04a1bda978b84374385e74e09680d3201ee7844f3453dab5ba49a9ba9bce09975b4bfcefa9d0cc66538ee2ea8090070'
+b2sums=('a0f3bd8d74a307b81ff1d71032be9fb60cf6be2498a93fcb701ec158f2001f95650d3b425232cfc4e72bf4fd7a527dc3c2d7ae6bee40f49063d44ffb83c40176'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {



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

2021-07-16 Thread Frederik Schwan via arch-commits
Date: Friday, July 16, 2021 @ 17:46:57
  Author: freswa
Revision: 977674

upgpkg: ansible-lint 5.1.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 17:46:44 UTC (rev 977673)
+++ PKGBUILD2021-07-16 17:46:57 UTC (rev 977674)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.12
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('b3a79edd1a77be80cee690b02ef1679af3bf332bb8ba18f98b5a016f0ce4b35289c5b19a9a4fa247bd3210e170a661a6605b3efa011b0934df902c5e4650679a'
+b2sums=('1b8399f257a9769ddf03295a9ad5147ac04a1bda978b84374385e74e09680d3201ee7844f3453dab5ba49a9ba9bce09975b4bfcefa9d0cc66538ee2ea8090070'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {



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

2021-07-07 Thread Frederik Schwan via arch-commits
Date: Wednesday, July 7, 2021 @ 12:50:17
  Author: freswa
Revision: 975167

change dependency from ansible-base to ansible-core

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-07 12:39:34 UTC (rev 975166)
+++ PKGBUILD2021-07-07 12:50:17 UTC (rev 975167)
@@ -9,7 +9,7 @@
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('MIT')
-depends=('python' 'ansible-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
   'python-wcmatch' 'python-enrich' 'python-tenacity')
 checkdepends=('python-pytest')
 optdepends=('yamllint: check for yaml syntax mistakes'



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

2021-06-04 Thread Frederik Schwan via arch-commits
Date: Friday, June 4, 2021 @ 11:39:09
  Author: freswa
Revision: 955915

upgpkg: ansible-lint 5.0.12-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-04 11:08:54 UTC (rev 955914)
+++ PKGBUILD2021-06-04 11:39:09 UTC (rev 955915)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.11
+pkgver=5.0.12
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('a2b3df9a3dddc6b038afcbd26377dd3e27e91e9ed4b9492b0d681df6f5f857fa947d48fd6d657c3c95eb6ed89f03b19d162c7042c2c62f5c1837d569854874e0'
+b2sums=('b3a79edd1a77be80cee690b02ef1679af3bf332bb8ba18f98b5a016f0ce4b35289c5b19a9a4fa247bd3210e170a661a6605b3efa011b0934df902c5e4650679a'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-05-24 Thread Frederik Schwan via arch-commits
Date: Monday, May 24, 2021 @ 11:46:11
  Author: freswa
Revision: 944693

upgpkg: ansible-lint 5.0.11-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-24 11:44:08 UTC (rev 944692)
+++ PKGBUILD2021-05-24 11:46:11 UTC (rev 944693)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.10
-pkgrel=2
+pkgver=5.0.11
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -15,11 +15,9 @@
 optdepends=('yamllint: check for yaml syntax mistakes'
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch
-
fix_32_excludes_paths_limit.patch::https://github.com/ansible-community/ansible-lint/commit/281402e4e28a67da9d4075d9faec03da2386c0ba.patch)
-b2sums=('59924ea6298839bba9e26fdc550e2ab103e2577535d1da5428b1595ab077daf893cb13cfd924fefc4069e5c85f596d7a9069d3e410a243448b3bceac2a4c23a7'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60'
-
'0293b57a5cf78d0adcef9d3bd44c4542a659104ad4d8d39000a61e7135cef2190e7f99fffdfa6fc2bdb85ef348db41ccb527b79814312b0682baf048f69a4adf')
+disable_use_scm_version.patch)
+b2sums=('a2b3df9a3dddc6b038afcbd26377dd3e27e91e9ed4b9492b0d681df6f5f857fa947d48fd6d657c3c95eb6ed89f03b19d162c7042c2c62f5c1837d569854874e0'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -26,9 +24,6 @@
   # stop setuptools from using the scm version which doesn't exist in this 
context
   patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
   sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-
-  # fix infrastructure.git pls
-  patch -Np1 < "${srcdir}"/fix_32_excludes_paths_limit.patch
 }
 
 build() {


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

2021-05-22 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 22, 2021 @ 18:44:21
  Author: jelle
Revision: 942168

Make devops merge again!

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-22 18:43:15 UTC (rev 942167)
+++ PKGBUILD2021-05-22 18:44:21 UTC (rev 942168)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=5.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -15,9 +15,11 @@
 optdepends=('yamllint: check for yaml syntax mistakes'
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('f50ec3c33521501f321414bb161a265fee0549b96760a67f80c2db60c24da70d4d71453b65221b14c3c074a71c87d44db621fbf45ecc285cef0c54d0520a649b'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+disable_use_scm_version.patch
+
fix_32_excludes_paths_limit.patch::https://github.com/ansible-community/ansible-lint/commit/281402e4e28a67da9d4075d9faec03da2386c0ba.patch)
+b2sums=('59924ea6298839bba9e26fdc550e2ab103e2577535d1da5428b1595ab077daf893cb13cfd924fefc4069e5c85f596d7a9069d3e410a243448b3bceac2a4c23a7'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60'
+
'0293b57a5cf78d0adcef9d3bd44c4542a659104ad4d8d39000a61e7135cef2190e7f99fffdfa6fc2bdb85ef348db41ccb527b79814312b0682baf048f69a4adf')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -24,6 +26,9 @@
   # stop setuptools from using the scm version which doesn't exist in this 
context
   patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
   sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+
+  # fix infrastructure.git pls
+  patch -Np1 < "${srcdir}"/fix_32_excludes_paths_limit.patch
 }
 
 build() {


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

2021-05-21 Thread Frederik Schwan via arch-commits
Date: Friday, May 21, 2021 @ 16:27:35
  Author: freswa
Revision: 940765

upgpkg: ansible-lint 5.0.10-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-21 16:14:27 UTC (rev 940764)
+++ PKGBUILD2021-05-21 16:27:35 UTC (rev 940765)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.9
+pkgver=5.0.10
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('341cde327f583dd87ca9ed0837623dd0626eecff6cdfeabcce77c7741701ab22ba3e0451ff4c1b127aa2c0be2a467e8b82a02232e545034813e410b06dde6149'
+b2sums=('f50ec3c33521501f321414bb161a265fee0549b96760a67f80c2db60c24da70d4d71453b65221b14c3c074a71c87d44db621fbf45ecc285cef0c54d0520a649b'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-05-20 Thread Frederik Schwan via arch-commits
Date: Thursday, May 20, 2021 @ 09:39:55
  Author: freswa
Revision: 938042

upgpkg: ansible-lint 5.0.9-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-20 09:30:01 UTC (rev 938041)
+++ PKGBUILD2021-05-20 09:39:55 UTC (rev 938042)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.8
+pkgver=5.0.9
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('c1c0102a73acff2300966dd58a54adf6722e5ff89463a50674f505386a961a30857159a8d94e7c6cbfbe5677cbed53eea3c44b48d893a87e1bf54748b8ea969f'
+b2sums=('341cde327f583dd87ca9ed0837623dd0626eecff6cdfeabcce77c7741701ab22ba3e0451ff4c1b127aa2c0be2a467e8b82a02232e545034813e410b06dde6149'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-05-03 Thread Frederik Schwan via arch-commits
Date: Monday, May 3, 2021 @ 20:45:51
  Author: freswa
Revision: 927288

upgpkg: ansible-lint 5.0.8-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-03 20:40:29 UTC (rev 927287)
+++ PKGBUILD2021-05-03 20:45:51 UTC (rev 927288)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.7
-pkgrel=3
+pkgver=5.0.8
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('d9b0941aee9e41ff66c247db13172dc83b0aafb3fc29d10f80415562b5054732fb1001c92c73dd77bd1f3c59f852916b54c9bdec765390be51a5c7ea42b62fcf'
+b2sums=('c1c0102a73acff2300966dd58a54adf6722e5ff89463a50674f505386a961a30857159a8d94e7c6cbfbe5677cbed53eea3c44b48d893a87e1bf54748b8ea969f'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-04-26 Thread Frederik Schwan via arch-commits
Date: Monday, April 26, 2021 @ 13:55:23
  Author: freswa
Revision: 924507

fix changed upstream archive

fixes #70579

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 13:54:30 UTC (rev 924506)
+++ PKGBUILD2021-04-26 13:55:23 UTC (rev 924507)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=5.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('558d7c1bfbc92fe24c78ad18e2f63485fa6ae7fe6bf58f25d0642251e16105e7847c274eaa9b1a092c1cf4aefb5accf409c1258c9c86c75c0dfe00810e6e1516'
+b2sums=('d9b0941aee9e41ff66c247db13172dc83b0aafb3fc29d10f80415562b5054732fb1001c92c73dd77bd1f3c59f852916b54c9bdec765390be51a5c7ea42b62fcf'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-04-08 Thread Frederik Schwan via arch-commits
Date: Thursday, April 8, 2021 @ 11:59:57
  Author: freswa
Revision: 913903

add python-tenacity as dependency

fixes FS#70365

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-08 11:54:44 UTC (rev 913902)
+++ PKGBUILD2021-04-08 11:59:57 UTC (rev 913903)
@@ -4,13 +4,13 @@
 
 pkgname=ansible-lint
 pkgver=5.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('MIT')
 depends=('python' 'ansible-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich')
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
 checkdepends=('python-pytest')
 optdepends=('yamllint: check for yaml syntax mistakes'
 'ansible: check official ansible collections')


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

2021-04-07 Thread Frederik Schwan via arch-commits
Date: Wednesday, April 7, 2021 @ 22:12:29
  Author: freswa
Revision: 912882

upgpkg: ansible-lint 5.0.7-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-07 22:12:20 UTC (rev 912881)
+++ PKGBUILD2021-04-07 22:12:29 UTC (rev 912882)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.6
+pkgver=5.0.7
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('ae749b2c99695e0f4544ba0751c4a730449950d492ea9726d8b2bd694c9f4831735dc3552e08ac0055327c2fb73ed11a4668d46aacb27fca9a339ea35f75e729'
+b2sums=('558d7c1bfbc92fe24c78ad18e2f63485fa6ae7fe6bf58f25d0642251e16105e7847c274eaa9b1a092c1cf4aefb5accf409c1258c9c86c75c0dfe00810e6e1516'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-03-25 Thread Frederik Schwan via arch-commits
Date: Thursday, March 25, 2021 @ 14:02:36
  Author: freswa
Revision: 903047

upgpkg: ansible-lint 5.0.6-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-25 13:55:59 UTC (rev 903046)
+++ PKGBUILD2021-03-25 14:02:36 UTC (rev 903047)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('95190a27ee48e6f0b0d63008439e80140c9a29be6d7cc244a5201ca03ac52e1c64a14abe235632fa936d835301a773158e17b607ecd3ffa9f0c40f33a2688e9a'
+b2sums=('ae749b2c99695e0f4544ba0751c4a730449950d492ea9726d8b2bd694c9f4831735dc3552e08ac0055327c2fb73ed11a4668d46aacb27fca9a339ea35f75e729'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-03-23 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 23, 2021 @ 10:41:16
  Author: freswa
Revision: 900273

upgpkg: ansible-lint 5.0.5-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-23 10:39:06 UTC (rev 900272)
+++ PKGBUILD2021-03-23 10:41:16 UTC (rev 900273)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('95099b38636afda029c556bd662167efa6fac459aeeca49c1649d08ed137fb6d18f3423d1a90cebe9cced3b0ce5ffc146e9942eb925ff525276c8bc324efe128'
+b2sums=('95190a27ee48e6f0b0d63008439e80140c9a29be6d7cc244a5201ca03ac52e1c64a14abe235632fa936d835301a773158e17b607ecd3ffa9f0c40f33a2688e9a'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-03-18 Thread Frederik Schwan via arch-commits
Date: Thursday, March 18, 2021 @ 20:14:48
  Author: freswa
Revision: 894515

upgpkg: ansible-lint 5.0.4-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-18 20:13:29 UTC (rev 894514)
+++ PKGBUILD2021-03-18 20:14:48 UTC (rev 894515)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.3
-pkgrel=3
+pkgver=5.0.4
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
+b2sums=('95099b38636afda029c556bd662167efa6fac459aeeca49c1649d08ed137fb6d18f3423d1a90cebe9cced3b0ce5ffc146e9942eb925ff525276c8bc324efe128'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-03-15 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 16, 2021 @ 01:41:49
  Author: freswa
Revision: 891696

add ansible to optdepends

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-16 00:31:49 UTC (rev 891695)
+++ PKGBUILD2021-03-16 01:41:49 UTC (rev 891696)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=5.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -12,7 +12,8 @@
 depends=('python' 'ansible-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
   'python-wcmatch' 'python-enrich')
 checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
 
b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'


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

2021-03-14 Thread Frederik Schwan via arch-commits
Date: Sunday, March 14, 2021 @ 17:52:26
  Author: freswa
Revision: 891269

upgpkg: ansible-lint 5.0.3-2

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-14 17:29:43 UTC (rev 891268)
+++ PKGBUILD2021-03-14 17:52:26 UTC (rev 891269)
@@ -4,12 +4,12 @@
 
 pkgname=ansible-lint
 pkgver=5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 
'python-packaging'
+depends=('python' 'ansible-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
   'python-wcmatch' 'python-enrich')
 checkdepends=('python-pytest')
 optdepends=('yamllint: check for yaml syntax mistakes')


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

2021-03-11 Thread Frederik Schwan via arch-commits
Date: Thursday, March 11, 2021 @ 19:07:11
  Author: freswa
Revision: 887564

upgpkg: ansible-lint 5.0.3-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 19:04:42 UTC (rev 887563)
+++ PKGBUILD2021-03-11 19:07:11 UTC (rev 887564)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('yamllint: check for yaml syntax mistakes')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('01e26c3362192efa971025877b8413bff6ef0f27a106b09b8c34f1046d1dde7e1b0ba9d099695256b780f182e9346b4f15c7fbe6727e4b5cf3888e51f13a'
+b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-03-09 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 9, 2021 @ 12:01:05
  Author: freswa
Revision: 886978

Remove unused makedepend 'git'

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 09:58:33 UTC (rev 886977)
+++ PKGBUILD2021-03-09 12:01:05 UTC (rev 886978)
@@ -11,7 +11,6 @@
 license=('MIT')
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 
'python-packaging'
   'python-wcmatch' 'python-enrich')
-makedepends=('git')
 checkdepends=('python-pytest')
 optdepends=('yamllint: check for yaml syntax mistakes')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz


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

2021-02-21 Thread Frederik Schwan via arch-commits
Date: Sunday, February 21, 2021 @ 19:52:18
  Author: freswa
Revision: 867921

upgpkg: ansible-lint 5.0.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-21 19:51:40 UTC (rev 867920)
+++ PKGBUILD2021-02-21 19:52:18 UTC (rev 867921)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('yamllint: check for yaml syntax mistakes')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('220dd72cdba3205138ddfca41ad078716a2dfa7f12edbe68bec9a0d1bb82eb4e55a8dfdc1fd6c7f017417f6ba886ab9886c60bf6482f5e765744995d44985a80'
+b2sums=('01e26c3362192efa971025877b8413bff6ef0f27a106b09b8c34f1046d1dde7e1b0ba9d099695256b780f182e9346b4f15c7fbe6727e4b5cf3888e51f13a'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


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

2021-02-18 Thread Frederik Schwan via arch-commits
Date: Thursday, February 18, 2021 @ 22:31:45
  Author: freswa
Revision: 865310

upgpkg: ansible-lint 5.0.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-18 22:30:24 UTC (rev 865309)
+++ PKGBUILD2021-02-18 22:31:45 UTC (rev 865310)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('yamllint: check for yaml syntax mistakes')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('b473196f5f6ebd32069c0ae11c1fecbb54c5b50811dfc1ca5e74ee9a9c084f66b2799e8a4436118eb0ab65847e77888faa58f87b6c2e399e25101dbc3b2cdd2c'
+b2sums=('220dd72cdba3205138ddfca41ad078716a2dfa7f12edbe68bec9a0d1bb82eb4e55a8dfdc1fd6c7f017417f6ba886ab9886c60bf6482f5e765744995d44985a80'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD disable_use_scm_version.patch)

2021-02-09 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 9, 2021 @ 18:53:25
  Author: freswa
Revision: 851329

upgpkg: ansible-lint 5.0.0-1

Added:
  ansible-lint/trunk/disable_use_scm_version.patch
Modified:
  ansible-lint/trunk/PKGBUILD

---+
 PKGBUILD  |   16 ++--
 disable_use_scm_version.patch |   31 +++
 2 files changed, 41 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 18:53:13 UTC (rev 851328)
+++ PKGBUILD2021-02-09 18:53:25 UTC (rev 851329)
@@ -3,23 +3,27 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.7
-pkgrel=5
+pkgver=5.0.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=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 
'python-packaging')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 
'python-packaging'
+  'python-wcmatch' 'python-enrich')
 makedepends=('git')
 checkdepends=('python-pytest')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a20e49e3b50130d1c3baa46db0e926ebfd6616cb99dd920952cb1481e7b267b3')
+optdepends=('yamllint: check for yaml syntax mistakes')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('b473196f5f6ebd32069c0ae11c1fecbb54c5b50811dfc1ca5e74ee9a9c084f66b2799e8a4436118eb0ab65847e77888faa58f87b6c2e399e25101dbc3b2cdd2c'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
   sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
 }
 
 build() {

Added: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   (rev 0)
+++ disable_use_scm_version.patch   2021-02-09 18:53:25 UTC (rev 851329)
@@ -0,0 +1,31 @@
+diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
+--- aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
 bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
+@@ -54,18 +54,12 @@
+   lint
+ 
+ [options]
+-use_scm_version = True
+ python_requires = >=3.6
+ package_dir =
+   = src
+ packages = find:
+ zip_safe = False
+ 
+-# These are required during `setup.py` run:
+-setup_requires =
+-  setuptools_scm>=1.15.0
+-  setuptools_scm_git_archive>=1.0
+-
+ # These are required in actual runtime:
+ install_requires =
+   # ansible-lint does not list ansible as direct dependency in order to
+diff -aur origsrc/ansible-lint-5.0.0/setup.py src/ansible-lint-5.0.0/setup.py
+--- aaa/setup.py   2021-02-09 19:19:11.689518714 +0100
 bbb/setup.py   2021-02-09 19:19:42.271693765 +0100
+@@ -9,5 +9,4 @@
+ # https://github.com/jazzband/pip-tools/issues/1278
+ setuptools.setup(
+ use_scm_version={"local_scheme": "no-local-version"},
+-setup_requires=["setuptools_scm[toml]>=3.5.0"],
+ )