Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory
checked in at Thu Apr 14 15:02:04 CEST 2011.



--------
--- python-pylint/python-pylint.changes 2010-12-01 22:31:39.000000000 +0100
+++ python-pylint/python-pylint.changes 2011-04-11 22:10:13.000000000 +0200
@@ -1,0 +2,31 @@
+Mon Apr 11 21:45:30 CEST 2011 - h...@urpla.net
+
+- fix build
+- update to 0.23.0
+   * documentation update, add manpages
+   * several performance improvements
+   * finalize python3 support
+   * new W0106 warning 'Expression "%s" is assigned to nothing'
+   * drop E0501 and E0502 messages about wrong source encoding: not anymore
+     interesting since it's a syntax error for python >= 2.5 and we now only
+     support this python version and above.
+   * don't emit W0221 or W0222 when methods as variable arguments (eg *arg
+     and/or **args). Patch submitted by Charles Duffy.
+
+-------------------------------------------------------------------
+Fri Jan  7 12:47:47 CET 2011 - h...@urpla.net
+
+- Update to 0.22.0:
+   * python versions: minimal python3.x support; drop python < 2.5 support
+
+  - 2010-10-27  --  0.21.4
+    * fix #48066: pylint crashes when redirecting output containing non-ascii 
characters
+    * fix #19799: "pylint -blah" exit with status 2
+    * update documentation
+
+   - 2010-09-28  --  0.21.3
+    * restored python 2.3 compatibility. Along with logilab-astng
+      0.21.3 and logilab-common 0.52, this will much probably be the
+      latest release supporting python < 2.5.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  pylint-0.21.2.tar.bz2

New:
----
  pylint-0.23.0.tar.bz2

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.8lnGfL/_old  2011-04-14 15:00:56.000000000 +0200
+++ /var/tmp/diff_new_pack.8lnGfL/_new  2011-04-14 15:00:56.000000000 +0200
@@ -18,8 +18,8 @@
 
 
 Name:           python-pylint
-Version:        0.21.2
-Release:        2
+Version:        0.23.0
+Release:        1
 License:        GPLv2+
 Summary:        Syntax and style checker for Python code
 Url:            http://www.logilab.org/projects/pylint/
@@ -73,7 +73,15 @@
 %install
 #export PYTHONOPTIMIZE=1 #--optimize=1
 %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
-%{__rm} -rf %{buildroot}%{py_sitedir}/pylint/test/
+
+# some files contain expected errors, hence compilation fails, 
+# remove them from installed file list, too
+for p in $(find %{buildroot}%{py_sitedir}/pylint/test/input -name \*.py); do
+    if ! $(test -f ${p}c); then
+       f=$(basename $p)
+       sed -i "/.*${f}c$/d" INSTALLED_FILES
+    fi
+done
 
 %clean
 %{__rm} -rf %{buildroot}

++++++ pylint-0.21.2.tar.bz2 -> pylint-0.23.0.tar.bz2 ++++++
++++ 7928 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to