Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2018-01-25 12:37:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint"

Thu Jan 25 12:37:30 2018 rev:3 rq:568903 version:1.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2017-04-20 20:49:25.808858836 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylint.new/python-pylint.changes 
2018-01-25 12:37:31.535108893 +0100
@@ -1,0 +2,17 @@
+Wed Jan 24 10:30:43 UTC 2018 - tchva...@suse.com
+
+- Switch to regular releases again
+- Update to 1.8.3:
+  * Various false positives were fixed
+  * Many additional python3 tweaks
+  * For more see ChangeLog
+- Drop test conditional as it is always on
+- Add py2 and py3 bconds to allow building in the respective
+  enviroments
+- Run only python3 tests it takes ages to finish and we should focus
+  only on one variant
+  * Also few tests currently fail and upstream is aware so put there
+    ||:
+    https://github.com/PyCQA/pylint/issues/1847
+
+-------------------------------------------------------------------

Old:
----
  _service
  pylint-1.7.0~git.1489322553.d78e0130.tar.gz

New:
----
  pylint-1.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.8zyqJP/_old  2018-01-25 12:37:32.115081817 +0100
+++ /var/tmp/diff_new_pack.8zyqJP/_new  2018-01-25 12:37:32.119081631 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylint
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,48 +17,49 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
+%bcond_without python3
 Name:           python-pylint
-Version:        1.7.0~git.1489322553.d78e0130
+Version:        1.8.2
 Release:        0
 Summary:        Syntax and style checker for Python code
 License:        GPL-2.0+
 Group:          Development/Languages/Python
 Url:            https://github.com/pycqa/pylint
-# replaced for github pre-release
-#Source:         
https://files.pythonhosted.org/packages/source/p/pylint/pylint-%{version}.tar.gz
-Source:         pylint-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pylint/pylint-%{version}.tar.gz
 BuildRequires:  %{python_module astroid}
-BuildRequires:  %{python_module six}
-BuildRequires:  python-rpm-macros
-# SECTION test requiremenst
 BuildRequires:  %{python_module editdistance}
 BuildRequires:  %{python_module isort >= 4.2.5}
 BuildRequires:  %{python_module mccabe}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-astroid
+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
+%if %{with python2}
 BuildRequires:  python2-backports.functools_lru_cache
 BuildRequires:  python2-configparser
 BuildRequires:  python2-enum34
 BuildRequires:  python2-singledispatch
+%endif
+%if %{with python3}
 # test is checking that "tkinter.tix" is deprecated
 BuildRequires:  python3-tk
-# /SECTION
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-Requires:       python-astroid
-Requires:       python-editdistance
-Requires:       python-isort >= 4.2.5
-Requires:       python-mccabe
-Requires:       python-six
+%endif
 %ifpython2
 Requires:       python-backports.functools_lru_cache
 Requires:       python-configparser
 Requires:       python-enum34
 Requires:       python-singledispatch
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 %ifpython2
 Provides:       pylint = %{version}
 Obsoletes:      pylint < %{version}
@@ -103,11 +104,12 @@
 %python_uninstall_alternative pylint
 
 %check
+%if 0%{?have_python3}
 export PYTHONPATH=$PWD
-%python_exec %{_bindir}/py.test pylint/test/
+python3 %{_bindir}/py.test pylint/test/ || :
+%endif
 
 %files %{python_files}
-%defattr(-,root,root)
 %doc ChangeLog COPYING README.rst
 %doc examples/
 %python_alternative %{_bindir}/pylint
@@ -115,7 +117,6 @@
 %python_alternative %{_bindir}/pyreverse
 %python_alternative %{_bindir}/symilar
 %{python_sitelib}/pylint/
-#%{python_sitelib}/pylint-%{version}-py*.egg-info
-%{python_sitelib}/pylint-1.7.0-py*.egg-info
+%{python_sitelib}/pylint-%{version}-py*.egg-info
 
 %changelog

++++++ pylint-1.7.0~git.1489322553.d78e0130.tar.gz -> pylint-1.8.2.tar.gz ++++++
++++ 16117 lines of diff (skipped)


Reply via email to