Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pylint 2.7.4
@ 2021-04-23 10:51 paper42
  2021-04-23 14:33 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2021-04-23 10:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pylint-2.7.4
https://github.com/void-linux/void-packages/pull/30447

pylint 2.7.4
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30447.patch is attached

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

From 59c0e5c36c28b52485f715a3e188fdf138b58291 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 23 Apr 2021 12:40:25 +0200
Subject: [PATCH 1/2] python3-astroid: update to 2.5.3.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index b46bab1b0143..a8fb9a7017fc 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.4.2
-revision=3
+version=2.5.3
+revision=1
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,15 +13,6 @@ short_desc="Abstract syntax tree for Python3"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 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="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
-checksum=2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703
-
-post_patch() {
-	vsed -i -e 's/lazy_object_proxy.*"/lazy_object_proxy"/' \
-		astroid/__pkginfo__.py
-}
-
-post_install() {
-	# no tests
-	rm -rf ${DESTDIR}/usr/lib/python*/site-packages/astroid/tests
-}
+checksum=ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91

From 5388aeacbf640d90c8725adcd9d87cf69a52ea86 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 23 Apr 2021 12:48:41 +0200
Subject: [PATCH 2/2] pylint: update to 2.7.4.

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 379c67948b76..e2c275d029dd 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=2.6.0
-revision=4
+version=2.7.4
+revision=1
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,13 +11,10 @@ short_desc="Python code static checker"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.pylint.org/"
+changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
 distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
-checksum=bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210
-
-do_check() {
-	# tests fail
-	: #python3 -m pytest
-}
+checksum=bd38914c7731cdc518634a8d3c5585951302b6e2b6de60fbb3f7a0220e21eeee
+make_check=no
 
 post_install() {
 	# no tests

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

* Re: [PR PATCH] [Merged]: pylint 2.7.4
  2021-04-23 10:51 [PR PATCH] pylint 2.7.4 paper42
@ 2021-04-23 14:33 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-04-23 14:33 UTC (permalink / raw)
  To: ml

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

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

pylint 2.7.4
https://github.com/void-linux/void-packages/pull/30447

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 2+ messages in thread

end of thread, other threads:[~2021-04-23 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 10:51 [PR PATCH] pylint 2.7.4 paper42
2021-04-23 14:33 ` [PR PATCH] [Merged]: " ericonr

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