forked from pool/python-astroid
Accepting request 241906 from devel:languages:python
Update to 1.1.1 python-logilab-common is in openSUSE:Factory so this builds now. OBS-URL: https://build.opensuse.org/request/show/241906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=2
This commit is contained in:
commit
fe596a8a15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46c2b57ab1eedd1b0931c075c21644445dd589a92481e938cf66495e0f205fda
|
|
||||||
size 112597
|
|
3
astroid-1.1.1.tar.gz
Normal file
3
astroid-1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:780735cb451f5ae982bfa8a6b80866305e3eb9cbdd68e58d79afd94feb00e1f4
|
||||||
|
size 119539
|
@ -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
|
Thu Nov 28 14:30:25 UTC 2013 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-astroid
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-astroid
|
Name: python-astroid
|
||||||
Version: 1.0.1
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://bitbucket.org/logilab/astroid
|
Url: http://bitbucket.org/logilab/astroid
|
||||||
Summary: Rebuild a new abstract syntax tree from Python's ast
|
Summary: Rebuild a new abstract syntax tree from Python's ast
|
||||||
|
Loading…
Reference in New Issue
Block a user