Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pylint: update to 3.1.0, adopt
@ 2024-03-03 20:02 andrelcmoreira
  2024-03-03 20:06 ` [PR PATCH] [Updated] " andrelcmoreira
  2024-03-04 16:28 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: andrelcmoreira @ 2024-03-03 20:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_pylint
https://github.com/void-linux/void-packages/pull/49061

pylint: update to 3.1.0, adopt
#### 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-glibc)

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

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

From 78fa27f50a82b3a1fbaeddc42276b1a06aad204f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Sun, 3 Mar 2024 16:55:47 -0300
Subject: [PATCH] pylint: update to 3.1.0, adopt

---
 srcpkgs/pylint/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 4750ba4905ac29..55c50e970f270c 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,6 +1,6 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.17.4
+version=3.1.0
 revision=2
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
@@ -11,11 +11,11 @@ depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
 checkdepends="$depends python3-pytest python3-tkinter python3-six
  python3-GitPython git"
 short_desc="Python code static checker"
-maintainer="Orphaned <orphan@voidlinux.org>"
+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=a4be4ce65a5ab900fec8a6f38670e84c9720cb1b611991845c2c5ff136afb794
+checksum=c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092
 
 do_check() {
 	# FIXME: run upstream test suite

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

* Re: [PR PATCH] [Updated] pylint: update to 3.1.0, adopt
  2024-03-03 20:02 [PR PATCH] pylint: update to 3.1.0, adopt andrelcmoreira
@ 2024-03-03 20:06 ` andrelcmoreira
  2024-03-04 16:28 ` [PR PATCH] [Closed]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: andrelcmoreira @ 2024-03-03 20:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by andrelcmoreira against master on the void-packages repository

https://github.com/andrelcmoreira/void-packages update_pylint
https://github.com/void-linux/void-packages/pull/49061

pylint: update to 3.1.0, adopt
#### 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-glibc)

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

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

From ea245b6d044e13afaa5204b829ae0b2c8a5373fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Sun, 3 Mar 2024 16:55:47 -0300
Subject: [PATCH] pylint: update to 3.1.0, adopt

---
 srcpkgs/pylint/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 4750ba4905ac29..1c3d1d455ce90b 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.17.4
-revision=2
+version=3.1.0
+revision=1
 build_style=python3-pep517
 make_build_args="--skip-dependency-check"
 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
@@ -11,11 +11,11 @@ depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
 checkdepends="$depends python3-pytest python3-tkinter python3-six
  python3-GitPython git"
 short_desc="Python code static checker"
-maintainer="Orphaned <orphan@voidlinux.org>"
+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=a4be4ce65a5ab900fec8a6f38670e84c9720cb1b611991845c2c5ff136afb794
+checksum=c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092
 
 do_check() {
 	# FIXME: run upstream test suite

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

* Re: [PR PATCH] [Closed]: pylint: update to 3.1.0, adopt
  2024-03-03 20:02 [PR PATCH] pylint: update to 3.1.0, adopt andrelcmoreira
  2024-03-03 20:06 ` [PR PATCH] [Updated] " andrelcmoreira
@ 2024-03-04 16:28 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-03-04 16:28 UTC (permalink / raw)
  To: ml

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

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

pylint: update to 3.1.0, adopt
https://github.com/void-linux/void-packages/pull/49061

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-glibc)

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

end of thread, other threads:[~2024-03-04 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-03 20:02 [PR PATCH] pylint: update to 3.1.0, adopt andrelcmoreira
2024-03-03 20:06 ` [PR PATCH] [Updated] " andrelcmoreira
2024-03-04 16:28 ` [PR PATCH] [Closed]: " ahesford

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).