Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flake8: update to 7.0.0.
@ 2024-03-12 20:19 icp1994
  2024-03-13 15:58 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2024-03-12 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages flake8
https://github.com/void-linux/void-packages/pull/49261

flake8: update to 7.0.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/49261.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flake8-49261.patch --]
[-- Type: text/x-diff, Size: 3635 bytes --]

From bc365064f3f309f79687a70b97e2d827ac31cf03 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
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 <orphan@voidlinux.org>"
 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 <pangolin@vivaldi.net>
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 <pangolin@vivaldi.net>
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() {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: flake8: update to 7.0.0.
  2024-03-12 20:19 [PR PATCH] flake8: update to 7.0.0 icp1994
@ 2024-03-13 15:58 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-03-13 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There's a merged pull request on the void-packages repository

flake8: update to 7.0.0.
https://github.com/void-linux/void-packages/pull/49261

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-13 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-12 20:19 [PR PATCH] flake8: update to 7.0.0 icp1994
2024-03-13 15:58 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).