diff --git a/astroid-1.0.1.tar.gz b/astroid-1.0.1.tar.gz deleted file mode 100644 index 3cebb10..0000000 --- a/astroid-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46c2b57ab1eedd1b0931c075c21644445dd589a92481e938cf66495e0f205fda -size 112597 diff --git a/astroid-1.1.1.tar.gz b/astroid-1.1.1.tar.gz new file mode 100644 index 0000000..e297deb --- /dev/null +++ b/astroid-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780735cb451f5ae982bfa8a6b80866305e3eb9cbdd68e58d79afd94feb00e1f4 +size 119539 diff --git a/python-astroid.changes b/python-astroid.changes index 9dc5c20..28440bd 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jul 10 13:12:12 UTC 2014 - toddrme2178@gmail.com + +- Update to 1.1.1 + * `Class.metaclass()` looks in ancestors when the current class + does not define explicitly a metaclass. + * Do not cache modules if a module with the same qname is already + known, and only return cached modules if both name and filepath + match. Fixes pylint Bitbucket issue #136. +- Update to 1.1.0 + * All class nodes are marked as new style classes for Py3k. + * Add a `metaclass` function to `Class` nodes to + retrieve their metaclass. + * Add a new YieldFrom node. + * Add support for inferring arguments to namedtuple invocations. + * Make sure that objects returned for namedtuple + inference have parents. + * Don't crash when inferring nodes from `with` clauses + with multiple context managers. Closes #18. + * Don't crash when a class has some __call__ method that is not + inferable. Closes #17. + * Unwrap instances found in `.ancestors()`, by using their _proxied + class. + ------------------------------------------------------------------- Thu Nov 28 14:30:25 UTC 2013 - toddrme2178@gmail.com diff --git a/python-astroid.spec b/python-astroid.spec index 165f40a..452b104 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,7 +1,7 @@ # # spec file for package python-astroid # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: python-astroid -Version: 1.0.1 +Version: 1.1.1 Release: 0 Url: http://bitbucket.org/logilab/astroid Summary: Rebuild a new abstract syntax tree from Python's ast