[Python-modules-commits] [astroid] branch master updated (a7db536 -> 884fb20)

Sandro Tosi morph at moszumanska.debian.org
Mon Dec 25 05:29:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a change to branch master
in repository astroid.

      from  a7db536   releasing package astroid version 1.5.3-2
       new  860fc3d   Import astroid_1.6.0.orig.tar.gz
       new  7589e09   record new upstream branch created by importing astroid_1.6.0.orig.tar.gz and merge it
       new  b8f33aa   New upstream release
       new  0e4499c   update copyright information
       new  0a2764c   use HTTPS to talk to pypi.debian.net
       new  884fb20   releasing package astroid version 1.6.0-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                |   60 +-
 PKG-INFO                                 |   14 +-
 README.rst                               |    2 +-
 astroid.egg-info/PKG-INFO                |   14 +-
 astroid.egg-info/SOURCES.txt             |    4 +
 astroid.egg-info/requires.txt            |    4 +-
 astroid/__pkginfo__.py                   |   19 +-
 astroid/astpeephole.py                   |   10 +-
 astroid/bases.py                         |   18 +-
 astroid/brain/brain_attrs.py             |   52 +
 astroid/brain/brain_builtin_inference.py |   23 +
 astroid/brain/brain_collections.py       |   33 +-
 astroid/brain/brain_curses.py            |  177 +++
 astroid/brain/brain_fstrings.py          |    3 +-
 astroid/brain/brain_namedtuple_enum.py   |  116 +-
 astroid/brain/brain_numpy.py             |  163 +-
 astroid/brain/brain_subprocess.py        |    4 +-
 astroid/brain/brain_uuid.py              |   22 +
 astroid/builder.py                       |    1 +
 astroid/exceptions.py                    |    6 -
 astroid/helpers.py                       |    7 +-
 astroid/inference.py                     |    9 +-
 astroid/interpreter/_import/spec.py      |    5 +-
 astroid/interpreter/objectmodel.py       |    1 -
 astroid/modutils.py                      |    2 +
 astroid/node_classes.py                  | 2493 ++++++++++++++++++++++++++++--
 astroid/nodes.py                         |   20 +-
 astroid/protocols.py                     |    4 +-
 astroid/raw_building.py                  |    1 +
 astroid/rebuilder.py                     |    8 +-
 astroid/scoped_nodes.py                  | 1158 ++++++++++++--
 astroid/tests/unittest_brain.py          |  167 +-
 astroid/tests/unittest_brain_numpy.py    |  242 +++
 astroid/tests/unittest_builder.py        |    4 +-
 astroid/tests/unittest_inference.py      |   38 +
 astroid/tests/unittest_manager.py        |   23 +-
 astroid/tests/unittest_nodes.py          |    6 +
 astroid/tests/unittest_protocols.py      |   24 +
 astroid/tests/unittest_python3.py        |   32 +-
 astroid/tests/unittest_scoped_nodes.py   |   95 +-
 astroid/tests/unittest_transforms.py     |    1 +
 astroid/util.py                          |   24 +-
 debian/.git-dpm                          |   14 +-
 debian/changelog                         |   10 +
 debian/copyright                         |    8 +
 debian/watch                             |    2 +-
 setup.py                                 |    1 +
 tox.ini                                  |   13 +-
 48 files changed, 4630 insertions(+), 527 deletions(-)
 create mode 100644 astroid/brain/brain_attrs.py
 create mode 100644 astroid/brain/brain_curses.py
 create mode 100644 astroid/brain/brain_uuid.py
 create mode 100644 astroid/tests/unittest_brain_numpy.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/astroid.git



More information about the Python-modules-commits mailing list