Accepting request 240195 from home:TheBlackCat:branches:devel:languages:python

Update to 1.1.1

OBS-URL: https://build.opensuse.org/request/show/240195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=5
This commit is contained in:
Todd R 2014-07-10 13:22:28 +00:00 committed by Git OBS Bridge
parent f8845fdca6
commit 83d95643b3
4 changed files with 29 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:780735cb451f5ae982bfa8a6b80866305e3eb9cbdd68e58d79afd94feb00e1f4
size 119539

View File

@ -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

View File

@ -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