Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-astroid: update to 2.11.5.
@ 2022-06-02 14:44 paper42
  2022-06-11  9:39 ` [PR PATCH] [Updated] pylint: update to 2.14.0 paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: paper42 @ 2022-06-02 14:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pylint-3.14
https://github.com/void-linux/void-packages/pull/37389

python3-astroid: update to 2.11.5.
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37389.patch is attached

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

From 40e1e6522ccee45662acd18bcd472828e10adb58 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 18:38:21 +0200
Subject: [PATCH 1/4] python3-astroid: update to 2.11.5.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index bc3440d167b2..c659582d1653 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.11.4
+version=2.11.5
 revision=1
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
-checkdepends="$depends python3-pytest python3-numpy"
+checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
 short_desc="Abstract syntax tree for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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=08a17987045eda03c7088e12d54317a0bb28e60404634ab7a7808e644a667ad6
+checksum=90187e071045a930baabc12c97782d0906c19f7f248aee562128ddfd13840a26

From 943a6c0007ccd1d8aa32a757b01dcd363c70c74b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:55 +0200
Subject: [PATCH 2/4] python3-dill: update to 0.3.5.1.

---
 srcpkgs/python3-dill/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template
index e27236c340df..75f74da0d6f8 100644
--- a/srcpkgs/python3-dill/template
+++ b/srcpkgs/python3-dill/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-dill'
 pkgname=python3-dill
-version=0.3.4
+version=0.3.5.1
 revision=1
 wrksrc="dill-$version"
 build_style=python3-module
@@ -10,5 +10,9 @@ short_desc="Serialize all of Python"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="BSD-3-Clause"
 homepage="https://dill.rtfd.io/"
-distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip"
-checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
+distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
+checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
+
+do_check() {
+	PYTHONPATH=. python3 -m tests
+}

From 9757800f7b7b89bfbd38079bf85859b9720082aa Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 22:00:25 +0200
Subject: [PATCH 3/4] New package: python3-tomlkit-0.11.0

---
 srcpkgs/python3-tomlkit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-tomlkit/template

diff --git a/srcpkgs/python3-tomlkit/template b/srcpkgs/python3-tomlkit/template
new file mode 100644
index 000000000000..473769672b0d
--- /dev/null
+++ b/srcpkgs/python3-tomlkit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-tomlkit'
+pkgname=python3-tomlkit
+version=0.11.0
+revision=1
+wrksrc="tomlkit-$version"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest python3-yaml"
+short_desc="Style preserving TOML library"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="MIT"
+homepage="https://github.com/sdispater/tomlkit"
+changelog="https://raw.githubusercontent.com/sdispater/tomlkit/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/tomlkit/tomlkit-${version}.tar.gz"
+checksum=71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd
+
+post_install() {
+	vlicense LICENSE
+}

From e6e58d154a46fd73e7b66d420a4b40ce34516930 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:51 +0200
Subject: [PATCH 4/4] pylint: update to 2.14.0.

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 7abac2cbef15..7e511131da08 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,11 +1,11 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.13.8
+version=2.14.0
 revision=1
 build_style=python3-module
 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
 hostmakedepends="python3-setuptools"
-depends="python3-astroid python3-isort python3-mccabe python3-tomli
+depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
  python3-platformdirs python3-dill"
 checkdepends="$depends python3-pytest python3-tkinter python3-six
  python3-GitPython git"
@@ -13,9 +13,13 @@ short_desc="Python code static checker"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later"
 homepage="https://www.pylint.org/"
-changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
+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=7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42
+checksum=7d13d09ed9af002eb7ec90ac952e85317b681cc5e49f7c0a07aba83c1c91a933
+
+do_check() {
+	PYTHONPATH=. python3 -m pytest --deselect=tests/benchmark/test_baseline_benchmarks.py
+}
 
 post_install() {
 	# install example config and emacs files

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

* Re: [PR PATCH] [Updated] pylint: update to 2.14.0.
  2022-06-02 14:44 [PR PATCH] python3-astroid: update to 2.11.5 paper42
@ 2022-06-11  9:39 ` paper42
  2022-06-11  9:56 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-11  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pylint-3.14
https://github.com/void-linux/void-packages/pull/37389

pylint: update to 2.14.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37389.patch is attached

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

From d2b5ae3709bc9809112e179997aa33b9befca42e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 18:38:21 +0200
Subject: [PATCH 1/4] python3-astroid: update to 2.11.5.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index bc3440d167b2..c659582d1653 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.11.4
+version=2.11.5
 revision=1
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
-checkdepends="$depends python3-pytest python3-numpy"
+checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
 short_desc="Abstract syntax tree for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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=08a17987045eda03c7088e12d54317a0bb28e60404634ab7a7808e644a667ad6
+checksum=90187e071045a930baabc12c97782d0906c19f7f248aee562128ddfd13840a26

From e04134a97e10e6096b001eaab96353647845582f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:55 +0200
Subject: [PATCH 2/4] python3-dill: update to 0.3.5.1.

---
 srcpkgs/python3-dill/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template
index e27236c340df..75f74da0d6f8 100644
--- a/srcpkgs/python3-dill/template
+++ b/srcpkgs/python3-dill/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-dill'
 pkgname=python3-dill
-version=0.3.4
+version=0.3.5.1
 revision=1
 wrksrc="dill-$version"
 build_style=python3-module
@@ -10,5 +10,9 @@ short_desc="Serialize all of Python"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="BSD-3-Clause"
 homepage="https://dill.rtfd.io/"
-distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip"
-checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
+distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
+checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
+
+do_check() {
+	PYTHONPATH=. python3 -m tests
+}

From 814c369d9c238e1f5f9bf2bbe5bbc51072265e6a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 22:00:25 +0200
Subject: [PATCH 3/4] New package: python3-tomlkit-0.11.0

---
 srcpkgs/python3-tomlkit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-tomlkit/template

diff --git a/srcpkgs/python3-tomlkit/template b/srcpkgs/python3-tomlkit/template
new file mode 100644
index 000000000000..473769672b0d
--- /dev/null
+++ b/srcpkgs/python3-tomlkit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-tomlkit'
+pkgname=python3-tomlkit
+version=0.11.0
+revision=1
+wrksrc="tomlkit-$version"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest python3-yaml"
+short_desc="Style preserving TOML library"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="MIT"
+homepage="https://github.com/sdispater/tomlkit"
+changelog="https://raw.githubusercontent.com/sdispater/tomlkit/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/tomlkit/tomlkit-${version}.tar.gz"
+checksum=71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd
+
+post_install() {
+	vlicense LICENSE
+}

From 10a8e58a79516078bacbc24708435e926072d20f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:51 +0200
Subject: [PATCH 4/4] pylint: update to 2.14.1.

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 7abac2cbef15..efc6b6c0f773 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,11 +1,11 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.13.8
+version=2.14.1
 revision=1
 build_style=python3-module
 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
 hostmakedepends="python3-setuptools"
-depends="python3-astroid python3-isort python3-mccabe python3-tomli
+depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
  python3-platformdirs python3-dill"
 checkdepends="$depends python3-pytest python3-tkinter python3-six
  python3-GitPython git"
@@ -13,9 +13,13 @@ short_desc="Python code static checker"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later"
 homepage="https://www.pylint.org/"
-changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
+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=7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42
+checksum=05cc4bcf0c498bf49a159cef1ed1f633da02c54a75493ea53bdc354fa0704386
+
+do_check() {
+	PYTHONPATH=. python3 -m pytest --deselect=tests/benchmark/test_baseline_benchmarks.py
+}
 
 post_install() {
 	# install example config and emacs files

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

* Re: [PR PATCH] [Updated] pylint: update to 2.14.0.
  2022-06-02 14:44 [PR PATCH] python3-astroid: update to 2.11.5 paper42
  2022-06-11  9:39 ` [PR PATCH] [Updated] pylint: update to 2.14.0 paper42
@ 2022-06-11  9:56 ` paper42
  2022-06-18  6:45 ` paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-11  9:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pylint-3.14
https://github.com/void-linux/void-packages/pull/37389

pylint: update to 2.14.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37389.patch is attached

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

From cbfe8988dd67b2f0246f27441823887afc9ad363 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 18:38:21 +0200
Subject: [PATCH 1/4] python3-astroid: update to 2.11.5.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index bc3440d167b2..c659582d1653 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.11.4
+version=2.11.5
 revision=1
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
-checkdepends="$depends python3-pytest python3-numpy"
+checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
 short_desc="Abstract syntax tree for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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=08a17987045eda03c7088e12d54317a0bb28e60404634ab7a7808e644a667ad6
+checksum=90187e071045a930baabc12c97782d0906c19f7f248aee562128ddfd13840a26

From 7d5bdcc1f08e438e47432d142d235466a5935f21 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:55 +0200
Subject: [PATCH 2/4] python3-dill: update to 0.3.5.1.

---
 srcpkgs/python3-dill/template | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template
index e27236c340df..045c86d3714c 100644
--- a/srcpkgs/python3-dill/template
+++ b/srcpkgs/python3-dill/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-dill'
 pkgname=python3-dill
-version=0.3.4
+version=0.3.5.1
 revision=1
 wrksrc="dill-$version"
 build_style=python3-module
@@ -10,5 +10,13 @@ short_desc="Serialize all of Python"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="BSD-3-Clause"
 homepage="https://dill.rtfd.io/"
-distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip"
-checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
+distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
+checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
+
+do_check() {
+	PYTHONPATH=. python3 -m tests
+}
+
+post_install() {
+	vlicense LICENSE
+}

From ed164a60819b2eaca39a7dd85805c09286274fb9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 22:00:25 +0200
Subject: [PATCH 3/4] New package: python3-tomlkit-0.11.0

---
 srcpkgs/python3-tomlkit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-tomlkit/template

diff --git a/srcpkgs/python3-tomlkit/template b/srcpkgs/python3-tomlkit/template
new file mode 100644
index 000000000000..473769672b0d
--- /dev/null
+++ b/srcpkgs/python3-tomlkit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-tomlkit'
+pkgname=python3-tomlkit
+version=0.11.0
+revision=1
+wrksrc="tomlkit-$version"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest python3-yaml"
+short_desc="Style preserving TOML library"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="MIT"
+homepage="https://github.com/sdispater/tomlkit"
+changelog="https://raw.githubusercontent.com/sdispater/tomlkit/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/tomlkit/tomlkit-${version}.tar.gz"
+checksum=71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd
+
+post_install() {
+	vlicense LICENSE
+}

From d1769e0281ec164442afb223542ccaa725847c88 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:51 +0200
Subject: [PATCH 4/4] pylint: update to 2.14.1.

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 7abac2cbef15..efc6b6c0f773 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,11 +1,11 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.13.8
+version=2.14.1
 revision=1
 build_style=python3-module
 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
 hostmakedepends="python3-setuptools"
-depends="python3-astroid python3-isort python3-mccabe python3-tomli
+depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
  python3-platformdirs python3-dill"
 checkdepends="$depends python3-pytest python3-tkinter python3-six
  python3-GitPython git"
@@ -13,9 +13,13 @@ short_desc="Python code static checker"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later"
 homepage="https://www.pylint.org/"
-changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
+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=7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42
+checksum=05cc4bcf0c498bf49a159cef1ed1f633da02c54a75493ea53bdc354fa0704386
+
+do_check() {
+	PYTHONPATH=. python3 -m pytest --deselect=tests/benchmark/test_baseline_benchmarks.py
+}
 
 post_install() {
 	# install example config and emacs files

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

* Re: [PR PATCH] [Updated] pylint: update to 2.14.0.
  2022-06-02 14:44 [PR PATCH] python3-astroid: update to 2.11.5 paper42
  2022-06-11  9:39 ` [PR PATCH] [Updated] pylint: update to 2.14.0 paper42
  2022-06-11  9:56 ` paper42
@ 2022-06-18  6:45 ` paper42
  2022-06-18  6:52 ` paper42
  2022-06-18  6:58 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-18  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pylint-3.14
https://github.com/void-linux/void-packages/pull/37389

pylint: update to 2.14.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37389.patch is attached

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

From d4ee2b3d1476c9b60d91dc3e354fff04b5b3b081 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 18:38:21 +0200
Subject: [PATCH 1/3] python3-astroid: update to 2.11.5.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index bc3440d167b2..c659582d1653 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.11.4
+version=2.11.5
 revision=1
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
-checkdepends="$depends python3-pytest python3-numpy"
+checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
 short_desc="Abstract syntax tree for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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=08a17987045eda03c7088e12d54317a0bb28e60404634ab7a7808e644a667ad6
+checksum=90187e071045a930baabc12c97782d0906c19f7f248aee562128ddfd13840a26

From d3dc7385ba9956573897c2bb52aadfa38d0c3fe8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:55 +0200
Subject: [PATCH 2/3] python3-dill: update to 0.3.5.1.

---
 srcpkgs/python3-dill/template | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template
index e27236c340df..045c86d3714c 100644
--- a/srcpkgs/python3-dill/template
+++ b/srcpkgs/python3-dill/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-dill'
 pkgname=python3-dill
-version=0.3.4
+version=0.3.5.1
 revision=1
 wrksrc="dill-$version"
 build_style=python3-module
@@ -10,5 +10,13 @@ short_desc="Serialize all of Python"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="BSD-3-Clause"
 homepage="https://dill.rtfd.io/"
-distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip"
-checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
+distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
+checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
+
+do_check() {
+	PYTHONPATH=. python3 -m tests
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 52540d50d339e2f1213f3d64f3f2270473c78aa7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:51 +0200
Subject: [PATCH 3/3] pylint: update to 2.14.2.

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 7abac2cbef15..e97c84202740 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,11 +1,11 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.13.8
+version=2.14.2
 revision=1
 build_style=python3-module
 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
 hostmakedepends="python3-setuptools"
-depends="python3-astroid python3-isort python3-mccabe python3-tomli
+depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
  python3-platformdirs python3-dill"
 checkdepends="$depends python3-pytest python3-tkinter python3-six
  python3-GitPython git"
@@ -13,9 +13,10 @@ short_desc="Python code static checker"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later"
 homepage="https://www.pylint.org/"
-changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
+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=7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42
+checksum=f7420e582f5852599f866e727071542801adbad59b5e93e61a0147e056e94bc7
+make_check=no # FIXME
 
 post_install() {
 	# install example config and emacs files

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

* Re: [PR PATCH] [Updated] pylint: update to 2.14.0.
  2022-06-02 14:44 [PR PATCH] python3-astroid: update to 2.11.5 paper42
                   ` (2 preceding siblings ...)
  2022-06-18  6:45 ` paper42
@ 2022-06-18  6:52 ` paper42
  2022-06-18  6:58 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-18  6:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pylint-3.14
https://github.com/void-linux/void-packages/pull/37389

pylint: update to 2.14.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37389.patch is attached

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

From 6ed949876bad1311a2e169218f5c8b5323845fdd Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 18:38:21 +0200
Subject: [PATCH 1/3] python3-astroid: update to 2.11.6.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index bc3440d167b2..943431fb53ea 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.11.4
+version=2.11.6
 revision=1
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
-checkdepends="$depends python3-pytest python3-numpy"
+checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
 short_desc="Abstract syntax tree for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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=08a17987045eda03c7088e12d54317a0bb28e60404634ab7a7808e644a667ad6
+checksum=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2

From 2a4e4daff466feced7ea59d4be1f5ffc6ffb8bbb Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:55 +0200
Subject: [PATCH 2/3] python3-dill: update to 0.3.5.1.

---
 srcpkgs/python3-dill/template | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template
index e27236c340df..045c86d3714c 100644
--- a/srcpkgs/python3-dill/template
+++ b/srcpkgs/python3-dill/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-dill'
 pkgname=python3-dill
-version=0.3.4
+version=0.3.5.1
 revision=1
 wrksrc="dill-$version"
 build_style=python3-module
@@ -10,5 +10,13 @@ short_desc="Serialize all of Python"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="BSD-3-Clause"
 homepage="https://dill.rtfd.io/"
-distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip"
-checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
+distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
+checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
+
+do_check() {
+	PYTHONPATH=. python3 -m tests
+}
+
+post_install() {
+	vlicense LICENSE
+}

From e34008b2478f55be24989daa7bc9a0dfecde5af3 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 1 Jun 2022 20:34:51 +0200
Subject: [PATCH 3/3] pylint: update to 2.14.2.

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 7abac2cbef15..e97c84202740 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,11 +1,11 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.13.8
+version=2.14.2
 revision=1
 build_style=python3-module
 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
 hostmakedepends="python3-setuptools"
-depends="python3-astroid python3-isort python3-mccabe python3-tomli
+depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
  python3-platformdirs python3-dill"
 checkdepends="$depends python3-pytest python3-tkinter python3-six
  python3-GitPython git"
@@ -13,9 +13,10 @@ short_desc="Python code static checker"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later"
 homepage="https://www.pylint.org/"
-changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
+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=7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42
+checksum=f7420e582f5852599f866e727071542801adbad59b5e93e61a0147e056e94bc7
+make_check=no # FIXME
 
 post_install() {
 	# install example config and emacs files

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

* Re: [PR PATCH] [Merged]: pylint: update to 2.14.0.
  2022-06-02 14:44 [PR PATCH] python3-astroid: update to 2.11.5 paper42
                   ` (3 preceding siblings ...)
  2022-06-18  6:52 ` paper42
@ 2022-06-18  6:58 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-18  6:58 UTC (permalink / raw)
  To: ml

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

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

pylint: update to 2.14.0.
https://github.com/void-linux/void-packages/pull/37389

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 6+ messages in thread

end of thread, other threads:[~2022-06-18  6:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 14:44 [PR PATCH] python3-astroid: update to 2.11.5 paper42
2022-06-11  9:39 ` [PR PATCH] [Updated] pylint: update to 2.14.0 paper42
2022-06-11  9:56 ` paper42
2022-06-18  6:45 ` paper42
2022-06-18  6:52 ` paper42
2022-06-18  6:58 ` [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).