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 =================================================================== --- PKGBUILD 2022-03-15 11:23:44 UTC (rev 1154257) +++ PKGBUILD 2022-03-15 11:23:50 UTC (rev 1154258) @@ -3,12 +3,12 @@ # Contributor: Sander Boom <[email protected]> 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
