Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pylint 3.15, python3-astroid 2.12
Date: Tue, 08 Nov 2022 18:14:29 +0100	[thread overview]
Message-ID: <20221108171429.mVklaYmb5r4vuWmv7M7FUIpTFNNjiMVwr1EX7e3SDEg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40340@inbox.vuxu.org>

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

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

https://github.com/paper42/void-packages pylint-3.15
https://github.com/void-linux/void-packages/pull/40340

pylint 3.15, python3-astroid 2.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b585bfc6a8d55223911b6df855ba2f3c161a3a42 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 5 Nov 2022 13:10:38 +0100
Subject: [PATCH 1/2] python3-astroid: update to 2.12.12.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index cd3d0e906bf0..dec40315fd22 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.11.6
-revision=2
+version=2.12.12
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
+depends="python3-lazy-object-proxy python3-wrapt"
 checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
 short_desc="Abstract syntax tree for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
@@ -12,4 +12,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=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2
+checksum=df8409e1aaa1119b1417b37aa5ec4987477730bdd7c132c51f650e34363b0418

From c706fb06e883701556557a1940892aeaa03c9941 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 5 Nov 2022 12:35:44 +0100
Subject: [PATCH 2/2] pylint: update to 2.15.5.

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index e8f7221bd3b9..a25058b54423 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,10 +1,10 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.14.5
-revision=2
-build_style=python3-module
+version=2.15.5
+revision=1
+build_style=python3-pep517
 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-wheel"
 depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
  python3-tomli python3-platformdirs python3-dill"
 checkdepends="$depends python3-pytest python3-tkinter python3-six
@@ -13,9 +13,8 @@ short_desc="Python code static checker"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later"
 homepage="https://pylint.pycqa.org"
-changelog="https://raw.githubusercontent.com/PyCQA/pylint/main/doc/whatsnew/${version%.*.*}/${version%.*}/summary.rst"
 distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
-checksum=be7c852b6b3ef1b1cbd56511c4ae51abdf933eb79684bcf7e2c4fb31b545cfaf
+checksum=05a51f3382651642bae32a4e5036b340f6d3b2e666713fb139ce3bbc274f04dc
 make_check=no # FIXME
 
 post_install() {

  reply	other threads:[~2022-11-08 17:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05 12:49 [PR PATCH] " paper42
2022-11-08 17:14 ` paper42 [this message]
2022-11-08 17:23 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221108171429.mVklaYmb5r4vuWmv7M7FUIpTFNNjiMVwr1EX7e3SDEg@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).