From d02d259c2e88c692528334fb04eca1194c40a69e9bb215cd9c1646e1a8a3c64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Sep 2015 14:28:49 +0000 Subject: [PATCH] Accepting request 328669 from home:Nijel:branches:devel:languages:python - Update to 1.4.4: * Avoid breaking pylint when using logilab.common >= 1.0. OBS-URL: https://build.opensuse.org/request/show/328669 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=62 --- pylint-1.4.3.tar.gz | 3 --- pylint-1.4.4.tar.gz | 3 +++ python-pylint.changes | 6 ++++++ python-pylint.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pylint-1.4.3.tar.gz create mode 100644 pylint-1.4.4.tar.gz diff --git a/pylint-1.4.3.tar.gz b/pylint-1.4.3.tar.gz deleted file mode 100644 index 1822f29..0000000 --- a/pylint-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dce8c143a5aa15e0638887c2b395e2e823223c63ebaf8d5f432a99e44b29f60 -size 342509 diff --git a/pylint-1.4.4.tar.gz b/pylint-1.4.4.tar.gz new file mode 100644 index 0000000..8043fe9 --- /dev/null +++ b/pylint-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0561af4d6bd4fa9e8e02f3997fe93684f7187c57bcef9db8c2ea9fb0d7d2f022 +size 342461 diff --git a/python-pylint.changes b/python-pylint.changes index 0409036..d358d1e 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 2 14:16:15 UTC 2015 - mcihar@suse.cz + +- Update to 1.4.4: + * Avoid breaking pylint when using logilab.common >= 1.0. + ------------------------------------------------------------------- Mon Mar 16 12:22:48 UTC 2015 - mcihar@suse.cz diff --git a/python-pylint.spec b/python-pylint.spec index ee727fd..95ffd5c 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -18,7 +18,7 @@ %define modname pylint Name: python-%{modname} -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0+