From 4b46ca1c8440c281d88a023aaf2926efd21bfd4d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 6 Dec 2021 11:25:53 +0100 Subject: [PATCH 1/3] python3-isort: update to 5.10.1. --- srcpkgs/python3-isort/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template index f7956a7dcbd3..fac655ae70ba 100644 --- a/srcpkgs/python3-isort/template +++ b/srcpkgs/python3-isort/template @@ -1,7 +1,7 @@ # Template file for 'python3-isort' pkgname=python3-isort -version=5.9.3 -revision=2 +version=5.10.1 +revision=1 wrksrc="isort-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/PyCQA/isort" changelog="https://raw.githubusercontent.com/PyCQA/isort/main/CHANGELOG.md" distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz" -checksum=9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899 +checksum=e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951 conflicts="python-isort>=0" make_check=no # needs many unpackaged dependencies From 3b98f4488c1116fca5e3007ab21a76a0e6da6aae Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 6 Dec 2021 11:25:41 +0100 Subject: [PATCH 2/3] python3-astroid: update to 2.9.0. --- srcpkgs/python3-astroid/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index b6310c002b1d..be93234e9037 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -1,6 +1,6 @@ # Template file for 'python3-astroid' pkgname=python3-astroid -version=2.8.3 +version=2.9.0 revision=1 wrksrc="astroid-${version}" build_style=python3-module @@ -13,4 +13,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=4cccf37b45f72a2107c2541829f36b00348679967868ba54a03a52a1bd4ae7ff +checksum=35ceb3584637c7ad7c0238024ec8d4a7693f868238e03d37ae77975fdb45b76d From 690a411b55f0d2eca3f9a58555939582f5c4e35b Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 17 Oct 2021 14:53:48 +0200 Subject: [PATCH 3/3] pylint: update to 2.12.2. --- srcpkgs/pylint/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index a28415cd17c4..4eb6c572756b 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,20 +1,21 @@ # Template file for 'pylint' pkgname=pylint -version=2.11.1 -revision=2 +version=2.12.2 +revision=1 build_style=python3-module make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" hostmakedepends="python3-setuptools" depends="python3-astroid python3-isort python3-mccabe python3-toml - python3-platformdirs python3-typing_extensions" -checkdepends="$depends python3-pytest python3-tkinter python3-six" + python3-platformdirs" +checkdepends="$depends python3-pytest python3-tkinter python3-six + python3-GitPython git" short_desc="Python code static checker" maintainer="Michal Vasilek " license="GPL-2.0-or-later" homepage="https://www.pylint.org/" changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog" distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz" -checksum=b797b4906068c616db2aaf364e56506d42b130474e98a16a0e2b9eb72fa0b1b7 +checksum=411308682f3d4578bb769e7fa549c8f34edf1033871d2e8cd5c3ce16a5741c59 post_install() { # install example config and emacs files