commit python2-pylint for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package python2-pylint for openSUSE:Factory 
checked in at 2019-08-07 13:54:24

Comparing /work/SRC/openSUSE:Factory/python2-pylint (Old)
 and  /work/SRC/openSUSE:Factory/.python2-pylint.new.9556 (New)


Package is "python2-pylint"

Wed Aug  7 13:54:24 2019 rev:4 rq:720099 version:1.9.5

Changes:

--- /work/SRC/openSUSE:Factory/python2-pylint/python2-pylint.changes
2018-12-07 14:34:24.331145180 +0100
+++ /work/SRC/openSUSE:Factory/.python2-pylint.new.9556/python2-pylint.changes  
2019-08-07 13:54:26.516857471 +0200
@@ -1,0 +2,6 @@
+Wed Jul 31 18:33:41 UTC 2019 - Tomáš Chvátal 
+
+- Updte to 1.9.5:
+  * various bugfixes all around
+
+---

Old:

  pylint-1.9.2.tar.gz

New:

  pylint-1.9.5.tar.gz



Other differences:
--
++ python2-pylint.spec ++
--- /var/tmp/diff_new_pack.HlDS0r/_old  2019-08-07 13:54:27.364857462 +0200
+++ /var/tmp/diff_new_pack.HlDS0r/_new  2019-08-07 13:54:27.368857462 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python2-pylint
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define skip_python3 1
 %define oldpython python
 Name:   python2-pylint
-Version:1.9.2
+Version:1.9.5
 Release:0
 Summary:Syntax and style checker for Python code
 License:GPL-2.0-or-later
@@ -99,7 +99,7 @@
 
 %check
 # bsddb fails and upstream dropped support for python2 with new releases
-%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" 
py.test-%{$python_bin_suffix} pylint/test/ -k 'not test_libmodule[bsddb]'
+%pytest pylint/test/ -k 'not test_libmodule[bsddb]'
 
 %files %{python_files}
 %license COPYING

++ pylint-1.9.2.tar.gz -> pylint-1.9.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.9.2/ChangeLog new/pylint-1.9.5/ChangeLog
--- old/pylint-1.9.2/ChangeLog  2018-06-06 17:11:18.0 +0200
+++ new/pylint-1.9.5/ChangeLog  2019-07-16 11:48:01.0 +0200
@@ -2,6 +2,71 @@
 Pylint's ChangeLog
 --
 
+What's New in Pylint 1.9.5?
+=
+
+Release date: 2019-07-16
+
+   * Fix a false positive `invalid name` message when method or attribute name 
is longer then 30 characters.
+
+ Close #2047
+
+   * Fix compatibility with changes to stdlib tokenizer.
+
+
+What's New in Pylint 1.9.4?
+===
+
+Release date: 2018-12-27
+
+  * ``deprecated-method`` is correctly emitted for ``assertEquals`` and 
friends.
+
+Close #2226
+
+   * Fixed false positive when a numpy Attributes section follows a Parameters 
section
+
+  Close #1867
+
+   * Add support for nupmydoc optional return value names.
+
+  Close #2030
+
+   * Can specify a default docstring type for when the check cannot guess the 
type
+
+  Close #1169
+
+   * Fix false-postive undefined-variable in nested lambda
+
+  Close #760
+
+
+What's New in Pylint 1.9.3?
+===
+
+Release date: 2018-07-24
+
+   * `chain.from_iterable` no longer emits `dict-{}-not-iterating` when 
dealing with dict values and keys
+
+* Fix incorrect file path when file absolute path contains multiple 
``path_strip_prefix`` strings.
+
+  Close #1120 and #2280
+
+
+* `in` is considered iterating context for some of the Python 3 porting 
checkers
+
+  Close #2186
+
+* Add `--exit-zero` option for continuous integration scripts to more
+  easily call Pylint in environments that abort when a program returns a
+  non-zero (error) status code.
+
+  Close #2042
+
+* [].extend and similar builtin operations don't emit 
`dict-*-not-iterating` with the Python 3 porting checker
+
+  Close #2187
+
+
 What's New in Pylint 1.9.2?
 ===
 
@@ -206,7 +271,7 @@
 
   Close #1713
 
-* Fixing u'' string in superfluous-parens message 
+* Fixing u'' string in superfluous-parens message
 
   Close #1420
 
@@ -228,7 +293,7 @@
   This may lead to args list getting modified if keyword argument's value
   is not provided in the function call assuming it will take default value
   provided in the definition.
-   
+
 * The `invalid-name` check contains the name of the template that caused 
the failure
 
   Close #1176
@@ -280,7 +345,7 @@
 * Added a new key-value pair in json output. The key is ``message-id``
   and the value is the message id.
   Close 

commit python2-pylint for openSUSE:Factory

2018-12-07 Thread root
Hello community,

here is the log from the commit of package python2-pylint for openSUSE:Factory 
checked in at 2018-12-07 14:34:21

Comparing /work/SRC/openSUSE:Factory/python2-pylint (Old)
 and  /work/SRC/openSUSE:Factory/.python2-pylint.new.19453 (New)


Package is "python2-pylint"

Fri Dec  7 14:34:21 2018 rev:3 rq:655593 version:1.9.2

Changes:

--- /work/SRC/openSUSE:Factory/python2-pylint/python2-pylint.changes
2018-09-25 15:43:14.353238188 +0200
+++ /work/SRC/openSUSE:Factory/.python2-pylint.new.19453/python2-pylint.changes 
2018-12-07 14:34:24.331145180 +0100
@@ -1,0 +2,5 @@
+Thu Dec  6 11:41:14 UTC 2018 - Tomáš Chvátal 
+
+- Fix fdupes call
+
+---



Other differences:
--
++ python2-pylint.spec ++
--- /var/tmp/diff_new_pack.yV0A8n/_old  2018-12-07 14:34:25.599143608 +0100
+++ /var/tmp/diff_new_pack.yV0A8n/_new  2018-12-07 14:34:25.607143598 +0100
@@ -89,7 +89,7 @@
 %python_clone -a %{buildroot}%{_bindir}/$p
 done
 
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
 %python_install_alternative pylint epylint pyreverse symilar




commit python2-pylint for openSUSE:Factory

2018-09-25 Thread root
Hello community,

here is the log from the commit of package python2-pylint for openSUSE:Factory 
checked in at 2018-09-25 15:43:07

Comparing /work/SRC/openSUSE:Factory/python2-pylint (Old)
 and  /work/SRC/openSUSE:Factory/.python2-pylint.new (New)


Package is "python2-pylint"

Tue Sep 25 15:43:07 2018 rev:2 rq:637738 version:1.9.2

Changes:

--- /work/SRC/openSUSE:Factory/python2-pylint/python2-pylint.changes
2018-09-20 11:42:21.372824991 +0200
+++ /work/SRC/openSUSE:Factory/.python2-pylint.new/python2-pylint.changes   
2018-09-25 15:43:14.353238188 +0200
@@ -1,0 +2,5 @@
+Wed Sep 19 11:49:53 UTC 2018 - Tomáš Chvátal 
+
+- Provide also python-pylint namespace
+
+---



Other differences:
--
++ python2-pylint.spec ++
--- /var/tmp/diff_new_pack.CCTVqj/_old  2018-09-25 15:43:14.833237674 +0200
+++ /var/tmp/diff_new_pack.CCTVqj/_new  2018-09-25 15:43:14.837237670 +0200
@@ -18,6 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python3 1
+%define oldpython python
 Name:   python2-pylint
 Version:1.9.2
 Release:0
@@ -35,24 +36,25 @@
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-astroid >= 1.6.5
-Requires:   python-editdistance
-Requires:   python-isort >= 4.2.5
-Requires:   python-mccabe
-Requires:   python-six
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-BuildArch:  noarch
 BuildRequires:  python2-backports.functools_lru_cache
 BuildRequires:  python2-configparser
 BuildRequires:  python2-enum34
 BuildRequires:  python2-singledispatch
+Requires:   python-astroid >= 1.6.5
 Requires:   python-backports.functools_lru_cache
 Requires:   python-configparser
+Requires:   python-editdistance
 Requires:   python-enum34
+Requires:   python-isort >= 4.2.5
+Requires:   python-mccabe
 Requires:   python-singledispatch
+Requires:   python-six
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Provides:   pylint = %{version}
 Obsoletes:  pylint < %{version}
+Provides:   %{oldpython}-pylint = %{version}
+BuildArch:  noarch
 %python_subpackages
 
 %description