From bc365064f3f309f79687a70b97e2d827ac31cf03 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 2 Mar 2024 16:42:24 +0530 Subject: [PATCH 1/3] flake8: update to 7.0.0. --- srcpkgs/flake8/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template index 44b4df41126c27..3708cf9574ca7a 100644 --- a/srcpkgs/flake8/template +++ b/srcpkgs/flake8/template @@ -1,7 +1,7 @@ # Template file for 'flake8' pkgname=flake8 -version=6.1.0 -revision=2 +version=7.0.0 +revision=1 build_style=python3-pep517 make_check_target="tests/unit" make_check_args="--ignore=tests/unit/plugins/pycodestyle_test.py @@ -13,9 +13,9 @@ short_desc="Modular source code checker: pycodestyle, pyflakes, mccabe" maintainer="Orphaned " license="MIT" homepage="https://flake8.pycqa.org/" -changelog="https://raw.githubusercontent.com/PyCQA/flake8/main/docs/source/release-notes/${version}.rst" +changelog="https://flake8.pycqa.org/en/latest/release-notes/index.html" distfiles="https://github.com/PyCQA/flake8/archive/refs/tags/${version}.tar.gz" -checksum=bcb01efc0c83d3c9362e200b5359fe22e11b859962dd27e5bebf3ada7620ae2f +checksum=9b649d29d4bc2562e2d814ffdc63b90828e3f43b50bc146021901b4446bae7fb post_install() { vlicense LICENSE From d8bdcfecc7e50163887f300c53803de6e4b75184 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 2 Mar 2024 16:43:02 +0530 Subject: [PATCH 2/3] python3-pycodestyle: update to 2.11.1. --- srcpkgs/python3-pycodestyle/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template index 44b5f9e03d8687..0eec022a3f4eb9 100644 --- a/srcpkgs/python3-pycodestyle/template +++ b/srcpkgs/python3-pycodestyle/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycodestyle' pkgname=python3-pycodestyle -version=2.11.0 -revision=2 +version=2.11.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/PyCQA/pycodestyle" changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt" distfiles="https://github.com/PyCQA/pycodestyle/archive/refs/tags/${version}.tar.gz" -checksum=757a3dba55dce2ae8b01fe7b46c20cd1e4c0fe794fe6119bce66b942f35e2db0 +checksum=a01fdd890c6472eebc32e8baf21e29173c35776e765c64cc83ccd09b99dc5399 post_install() { vlicense LICENSE From c269b932f4e1394def4cc2870e4f1f62facba540 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 2 Mar 2024 16:44:22 +0530 Subject: [PATCH 3/3] python3-pyflakes: update to 3.2.0. --- srcpkgs/python3-pyflakes/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template index 1453b002751cd8..8dfff07ea5b970 100644 --- a/srcpkgs/python3-pyflakes/template +++ b/srcpkgs/python3-pyflakes/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyflakes' pkgname=python3-pyflakes -version=3.1.0 +version=3.2.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/PyCQA/pyflakes" changelog="https://raw.githubusercontent.com/PyCQA/pyflakes/master/NEWS.rst" distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz" -checksum=a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc +checksum=1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f conflicts="python-pyflakes>=0" post_install() {