Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pylint 3.15, python3-astroid 2.12
@ 2022-11-05 12:49 paper42
  2022-11-08 17:14 ` [PR PATCH] [Updated] " paper42
  2022-11-08 17:23 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2022-11-05 12:49 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2988 bytes --]

From f1bc5f4b517c906815113ffb99a716f6a040a847 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 6716dd511ef2..a18caabec991 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.11.6
-revision=2
+version=2.12.12
+revision=1
 wrksrc="astroid-${version}"
 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>"
@@ -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=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2
+checksum=df8409e1aaa1119b1417b37aa5ec4987477730bdd7c132c51f650e34363b0418

From 8cce14f4ae539376d987c4e276d06d944986fb6b 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() {

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

* Re: [PR PATCH] [Updated] pylint 3.15, python3-astroid 2.12
  2022-11-05 12:49 [PR PATCH] pylint 3.15, python3-astroid 2.12 paper42
@ 2022-11-08 17:14 ` paper42
  2022-11-08 17:23 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-11-08 17:14 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Merged]: pylint 3.15, python3-astroid 2.12
  2022-11-05 12:49 [PR PATCH] pylint 3.15, python3-astroid 2.12 paper42
  2022-11-08 17:14 ` [PR PATCH] [Updated] " paper42
@ 2022-11-08 17:23 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-11-08 17:23 UTC (permalink / raw)
  To: ml

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

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

pylint 3.15, python3-astroid 2.12
https://github.com/void-linux/void-packages/pull/40340

Description:
<!-- 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
-->


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

end of thread, other threads:[~2022-11-08 17:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 12:49 [PR PATCH] pylint 3.15, python3-astroid 2.12 paper42
2022-11-08 17:14 ` [PR PATCH] [Updated] " paper42
2022-11-08 17:23 ` [PR PATCH] [Merged]: " paper42

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