You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pychecker/files/pychecker-0.8.19-version.patch

13 lines
473 B

diff -ur pychecker-0.8.19.orig/pychecker/Config.py pychecker-0.8.19/pychecker/Config.py
--- pychecker/Config.py 2013-02-01 12:06:10.669695876 +0800
+++ pychecker/Config.py 2013-02-01 12:06:26.238695001 +0800
@@ -33,7 +33,7 @@
_RC_FILE = ".pycheckrc"
CHECKER_VAR = '__pychecker__'
-_VERSION = '0.8.18'
+_VERSION = '0.8.19'
_DEFAULT_BLACK_LIST = [ "Tkinter", "wxPython", "gtk", "GTK", "GDK", ]
_DEFAULT_VARIABLE_IGNORE_LIST = [ '__version__', '__warningregistry__',