Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pylint: update to 2.3.1
Date: Sun, 28 Jul 2019 12:35:41 +0200	[thread overview]
Message-ID: <20190728103541.nGjVUrHbsK7YQiMw_poKf_CcrMx5tC_wXit6dV6EpPo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13391@inbox.vuxu.org>

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

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

https://github.com/PaperMountainStudio/void-packages pylint-2.3.1
https://github.com/void-linux/void-packages/pull/13391

pylint: update to 2.3.1


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

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

From bb824238c741d2531932050e4fb1a4c7708a0cd4 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Sun, 28 Jul 2019 12:27:11 +0200
Subject: [PATCH 1/2] pylint: update to 2.3.1

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

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index 6119b9191c3..2fa5cb59502 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,6 +1,6 @@
 # Template file for 'pylint'
 pkgname=pylint
-version=1.9.4
+version=2.3.1
 revision=1
 archs=noarch
 wrksrc="pylint-${version}"
@@ -12,10 +12,10 @@ depends="python-setuptools python-astroid python-six python-isort python-mccabe
  python-singledispatch"
 short_desc="Python2 code static checker"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="http://www.pylint.org/"
 license="GPL-2.0-or-later"
+homepage="http://www.pylint.org/"
 distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
-checksum=ee1e85575587c5b58ddafa25e1c1b01691ef172e139fc25585e5d3f02451da93
+checksum=723e3db49555abaf9bf79dc474c6b9e2935ad82230b10c1138a71ea41ac0fff1
 
 alternatives="
  pylint:epylint:/usr/bin/epylint2

From 2fb88848f9a14462125402c8fb779780e71fce75 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Sun, 28 Jul 2019 12:34:33 +0200
Subject: [PATCH 2/2] python-astroid: update to 2.2.5

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

diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template
index 62dd495c995..f6f33a8f8f9 100644
--- a/srcpkgs/python-astroid/template
+++ b/srcpkgs/python-astroid/template
@@ -1,6 +1,6 @@
 # Template file for 'python-astroid'
 pkgname=python-astroid
-version=1.6.6
+version=2.2.5
 revision=1
 archs=noarch
 wrksrc="astroid-${version}"
@@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 homepage="https://github.com/PyCQA/astroid"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
-checksum=d25869fc7f44f1d9fb7d24fd7ea0639656f5355fc3089cd1f3d18c6ec6b124c7
+checksum=6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4
 
 post_install() {
 	# no tests

  reply	other threads:[~2019-07-28 10:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28 10:27 [PR PATCH] " voidlinux-github
2019-07-28 10:35 ` voidlinux-github [this message]
2019-07-28 10:35 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-28 11:11 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
2019-07-28 11:11 ` voidlinux-github
2019-07-29 15:10 ` voidlinux-github
2019-07-29 15:10 ` voidlinux-github
2019-07-29 15:51 ` voidlinux-github
2019-07-29 15:51 ` voidlinux-github
2019-07-30 16:52 ` voidlinux-github
2019-07-30 16:52 ` voidlinux-github
2019-09-14 15:46 ` voidlinux-github
2019-09-26 16:33 ` [PR PATCH] [Closed]: " voidlinux-github

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=20190728103541.nGjVUrHbsK7YQiMw_poKf_CcrMx5tC_wXit6dV6EpPo@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).