Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2015-07-02 22:50:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pylint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pylint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pylint/python3-pylint.changes    
2015-05-23 13:09:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes       
2015-07-03 00:18:54.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 30 22:20:25 UTC 2015 - [email protected]
+
+- update to version 1.4.4:
+  * Avoid breaking pylint when using logilab.common >= 1.0.
+
+-------------------------------------------------------------------

Old:
----
  pylint-1.4.3.tar.gz

New:
----
  pylint-1.4.4.tar.gz

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

Other differences:
------------------
++++++ python3-pylint.spec ++++++
--- /var/tmp/diff_new_pack.F1iSmp/_old  2015-07-03 00:18:54.000000000 +0200
+++ /var/tmp/diff_new_pack.F1iSmp/_new  2015-07-03 00:18:54.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pylint
-Version:        1.4.3
+Version:        1.4.4
 Release:        0
 Summary:        Syntax and style checker for Python code
 License:        GPL-2.0+

++++++ pylint-1.4.3.tar.gz -> pylint-1.4.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.4.3/ChangeLog new/pylint-1.4.4/ChangeLog
--- old/pylint-1.4.3/ChangeLog  2015-03-14 17:36:27.000000000 +0100
+++ new/pylint-1.4.4/ChangeLog  2015-06-30 19:51:52.000000000 +0200
@@ -1,6 +1,10 @@
 ChangeLog for Pylint
 --------------------
 
+2015-06-30 -- 1.4.4
+
+    * Avoid breaking pylint when using logilab.common >= 1.0.
+
 2015-03-14 -- 1.4.3
 
     * Remove three warnings: star-args, abstract-class-little-used,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.4.3/PKG-INFO new/pylint-1.4.4/PKG-INFO
--- old/pylint-1.4.3/PKG-INFO   2015-03-14 17:42:24.000000000 +0100
+++ new/pylint-1.4.4/PKG-INFO   2015-06-30 20:07:10.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pylint
-Version: 1.4.3
+Version: 1.4.4
 Summary: python code static checker
 Home-page: http://www.pylint.org
 Author: Logilab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.4.3/pylint/__pkginfo__.py 
new/pylint-1.4.4/pylint/__pkginfo__.py
--- old/pylint-1.4.3/pylint/__pkginfo__.py      2015-03-14 17:35:52.000000000 
+0100
+++ new/pylint-1.4.4/pylint/__pkginfo__.py      2015-06-30 20:02:24.000000000 
+0200
@@ -19,7 +19,7 @@
 
 modname = distname = 'pylint'
 
-numversion = (1, 4, 3)
+numversion = (1, 4, 4)
 version = '.'.join([str(num) for num in numversion])
 
 install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.6', 'six']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.4.3/pylint/lint.py 
new/pylint-1.4.4/pylint/lint.py
--- old/pylint-1.4.3/pylint/lint.py     2015-03-14 15:16:38.000000000 +0100
+++ new/pylint-1.4.4/pylint/lint.py     2015-06-30 19:49:42.000000000 +0200
@@ -48,7 +48,7 @@
 from logilab.common import interface
 from logilab.common import textutils
 from logilab.common import ureports
-from logilab.common.__pkginfo__ import version as common_version
+from logilab.common import __version__ as common_version
 import six
 
 from pylint import checkers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.4.3/pylint.egg-info/PKG-INFO 
new/pylint-1.4.4/pylint.egg-info/PKG-INFO
--- old/pylint-1.4.3/pylint.egg-info/PKG-INFO   2015-03-14 17:42:18.000000000 
+0100
+++ new/pylint-1.4.4/pylint.egg-info/PKG-INFO   2015-06-30 20:07:03.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pylint
-Version: 1.4.3
+Version: 1.4.4
 Summary: python code static checker
 Home-page: http://www.pylint.org
 Author: Logilab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.4.3/setup.cfg new/pylint-1.4.4/setup.cfg
--- old/pylint-1.4.3/setup.cfg  2015-03-14 17:42:24.000000000 +0100
+++ new/pylint-1.4.4/setup.cfg  2015-06-30 20:07:10.000000000 +0200
@@ -6,7 +6,7 @@
 provides = pylint
 
 [egg_info]
-tag_build = 
 tag_svn_revision = 0
 tag_date = 0
+tag_build = 
 


Reply via email to