diff --git a/astroid-1.3.0.tar.gz b/astroid-1.3.0.tar.gz deleted file mode 100644 index 7f3a5a0..0000000 --- a/astroid-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:480f696584928021a315d7f8c7afdb006201a07b4d24c16546f3b89ec5d4991c -size 137605 diff --git a/astroid-1.3.2.tar.gz b/astroid-1.3.2.tar.gz new file mode 100644 index 0000000..1a908b9 --- /dev/null +++ b/astroid-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1f1803958238e93f2c17e1b38cecfa5bcca40c1bbb99aea80fe10c596f45c1 +size 138458 diff --git a/python-astroid.changes b/python-astroid.changes index d4102da..a860927 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 8 12:11:48 UTC 2014 - mcihar@suse.cz + +- Update to 1.3.2: + * Fixed a crash with invalid subscript index. + * Implement proper base class semantics for Python 3, where + every class derives from object. + * Allow more fine-grained control over C extension loading + in the manager. + * Fixed a crash issue with the pytest brain module. + ------------------------------------------------------------------- Fri Nov 21 08:53:09 UTC 2014 - mcihar@suse.cz diff --git a/python-astroid.spec b/python-astroid.spec index 511791f..1d81e37 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -17,7 +17,7 @@ Name: python-astroid -Version: 1.3.0 +Version: 1.3.2 Release: 0 Url: http://bitbucket.org/logilab/astroid Summary: Rebuild a new abstract syntax tree from Python's ast