pylint: update to 3.2.6
This commit is contained in:
parent
93fec52537
commit
220316c1b6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pylint'
|
||||
pkgname=pylint
|
||||
version=3.1.0
|
||||
version=3.2.6
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_build_args="--skip-dependency-check"
|
||||
|
@ -15,7 +15,7 @@ maintainer="André L. C. Moreira <andrelcmoreira@disroot.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://pylint.pycqa.org"
|
||||
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092
|
||||
checksum=66c917c27c74b84d44aecacd9725defeb3ef51bdf916213e52c647f5545dda75
|
||||
|
||||
do_check() {
|
||||
# FIXME: run upstream test suite
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-astroid'
|
||||
pkgname=python3-astroid
|
||||
version=3.0.2
|
||||
version=3.2.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="
|
||||
|
@ -17,4 +17,4 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|||
homepage="https://github.com/PyCQA/astroid"
|
||||
changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog"
|
||||
distfiles="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=f6c40778700e01135a5e7d30ec2af607150a234fbf5c02f20a7c4df29322e593
|
||||
checksum=e668c1d31790c6dcc4ab0ec6251cb02ed3c610a860d66ffeb6f72f1811f13605
|
||||
|
|
Loading…
Reference in New Issue