Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-logilab-astng-0.24.3-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-logilab-astng Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.24.3 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 03:43:09 2021
Group: Development/Libraries/Python Build host: lamb07
Size: 657524 Source RPM: python-logilab-astng-0.24.3-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.logilab.org/projects/astng
Summary: Python Python Abstract Syntax Tree (New Generation)
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse, pylint...
Well, actually the development of this library is essentially governed
by pylint's needs.

It extends class defined in the compiler.ast [1] module with some
additional methods and attributes. Instance attributes are added by a
builder object, which can either generate extended ast (let's call them
astng ;) by visiting an existant ast tree or by inspecting living
object. Methods are added by monkey patching ast classes.

Please send any comment, patch or question to the python-projects
mailing-list. Before asking a question, please first search the
archives in case it would have already been answered. You may want to
use google and add "site:lists.logilab.org" to your keywords to narrow
your search. We will soon provide our own search engine.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Sep 07 2017 toddrme2178@gmail.com
  - Implement single-spec version.
* Wed Jun 19 2013 speilicke@suse.com
  - Use upstream URL
* Fri May 31 2013 dmueller@suse.com
  - update to 0.24.3:
    * #124360 [py3.3]: Don't crash on 'yield from' nodes
    * #123062 [pylint-brain]: Use correct names for keywords for urlparse
    * #123056 [pylint-brain]: Add missing methods for hashlib
    * #123068: Fix inference for generator methods to correctly handle yields
    * #123068: Make sure .as_string() returns valid code for yields in
      expressions.
    * #47957: Set literals are now correctly treated as inference leaves.
    * #123074: Add support for inference of subscript operations on dict
      literals.
    * pylint-brain: more subprocess.Popen faking (see #46273)
    * #109562 [jython]: java modules have no __doc__, causing crash
    * #120646 [py3]: fix for python3.3 _ast changes which may cause crash
    * #109988 [py3]: test fixes
    * #106191: fix __future__ absolute import w/ From node
    * #50395: fix function fromlineno when some decorator is splited on
      multiple lines (patch by Mark Gius)
    * #92362: fix pyreverse crash on relative import
    * #104041: fix crash 'module object has no file_encoding attribute'
    * #4294 (pylint-brain): bad inference on mechanize.Browser.open
    * #46273 (pylint-brain): bad inference subprocess.Popen.communicate
* Thu Apr 26 2012 toddrme2178@gmail.com
  - Add python 3 package
  - Change license to LGPL 2.1+
* Sat Feb 18 2012 toganm@opensuse.org
  - update to version 0.23.1
    * #62295: avoid "OSError: Too many open files" by moving
      .file_stream as a Module property opening the file only when
      needed
    * Lambda nodes should have a `name` attribute
    * only call transformers if modname specified
* Thu Oct 06 2011 dmueller@suse.de
  - make it build on old distros
* Sun Sep 25 2011 saschpe@gmx.de
  - Don't remove logilab/__init__.py on SLE, where it is not existing.
* Wed Sep 21 2011 saschpe@suse.de
  - Update to version 0.22.0:
    * added column offset information on nodes (patch by fawce)
    * #70497: Crash on AttributeError: 'NoneType' object has no attribute '_infer_name'
    * #70381: IndendationError in import causes crash
    * #70565: absolute imports treated as relative (patch by Jacek Konieczny)
    * #70494: fix file encoding detection with python2.x
    * py3k: __builtin__ module renamed to builtins, we should consider this to properly
      build ast for builtin objects
  - Run testsuite
  - Removed outdated stuff from spec file (%clean section, authors, ...)
  - Set license to GPL-2.0+ (SPDX style)
* Tue Apr 12 2011 hpj@urpla.net
  - update to 0.21.1:
    * python3: handle file encoding; fix a lot of tests
    * fix #52006: "True" and "False" can be assigned as variable in Python2x
    * fix #8847: pylint doesn't understand function attributes at all
    * fix #8774: iterator / generator / next method

Files

/usr/lib/python2.7/site-packages/logilab
/usr/lib/python2.7/site-packages/logilab/astng
/usr/lib/python2.7/site-packages/logilab/astng/__init__.py
/usr/lib/python2.7/site-packages/logilab/astng/__init__.pyc
/usr/lib/python2.7/site-packages/logilab/astng/__init__.pyo
/usr/lib/python2.7/site-packages/logilab/astng/__pkginfo__.py
/usr/lib/python2.7/site-packages/logilab/astng/__pkginfo__.pyc
/usr/lib/python2.7/site-packages/logilab/astng/__pkginfo__.pyo
/usr/lib/python2.7/site-packages/logilab/astng/as_string.py
/usr/lib/python2.7/site-packages/logilab/astng/as_string.pyc
/usr/lib/python2.7/site-packages/logilab/astng/as_string.pyo
/usr/lib/python2.7/site-packages/logilab/astng/bases.py
/usr/lib/python2.7/site-packages/logilab/astng/bases.pyc
/usr/lib/python2.7/site-packages/logilab/astng/bases.pyo
/usr/lib/python2.7/site-packages/logilab/astng/brain
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2mechanize.py
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2mechanize.pyc
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2mechanize.pyo
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2qt4.py
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2qt4.pyc
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2qt4.pyo
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2stdlib.py
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2stdlib.pyc
/usr/lib/python2.7/site-packages/logilab/astng/brain/py2stdlib.pyo
/usr/lib/python2.7/site-packages/logilab/astng/builder.py
/usr/lib/python2.7/site-packages/logilab/astng/builder.pyc
/usr/lib/python2.7/site-packages/logilab/astng/builder.pyo
/usr/lib/python2.7/site-packages/logilab/astng/exceptions.py
/usr/lib/python2.7/site-packages/logilab/astng/exceptions.pyc
/usr/lib/python2.7/site-packages/logilab/astng/exceptions.pyo
/usr/lib/python2.7/site-packages/logilab/astng/inference.py
/usr/lib/python2.7/site-packages/logilab/astng/inference.pyc
/usr/lib/python2.7/site-packages/logilab/astng/inference.pyo
/usr/lib/python2.7/site-packages/logilab/astng/inspector.py
/usr/lib/python2.7/site-packages/logilab/astng/inspector.pyc
/usr/lib/python2.7/site-packages/logilab/astng/inspector.pyo
/usr/lib/python2.7/site-packages/logilab/astng/manager.py
/usr/lib/python2.7/site-packages/logilab/astng/manager.pyc
/usr/lib/python2.7/site-packages/logilab/astng/manager.pyo
/usr/lib/python2.7/site-packages/logilab/astng/mixins.py
/usr/lib/python2.7/site-packages/logilab/astng/mixins.pyc
/usr/lib/python2.7/site-packages/logilab/astng/mixins.pyo
/usr/lib/python2.7/site-packages/logilab/astng/node_classes.py
/usr/lib/python2.7/site-packages/logilab/astng/node_classes.pyc
/usr/lib/python2.7/site-packages/logilab/astng/node_classes.pyo
/usr/lib/python2.7/site-packages/logilab/astng/nodes.py
/usr/lib/python2.7/site-packages/logilab/astng/nodes.pyc
/usr/lib/python2.7/site-packages/logilab/astng/nodes.pyo
/usr/lib/python2.7/site-packages/logilab/astng/protocols.py
/usr/lib/python2.7/site-packages/logilab/astng/protocols.pyc
/usr/lib/python2.7/site-packages/logilab/astng/protocols.pyo
/usr/lib/python2.7/site-packages/logilab/astng/raw_building.py
/usr/lib/python2.7/site-packages/logilab/astng/raw_building.pyc
/usr/lib/python2.7/site-packages/logilab/astng/raw_building.pyo
/usr/lib/python2.7/site-packages/logilab/astng/rebuilder.py
/usr/lib/python2.7/site-packages/logilab/astng/rebuilder.pyc
/usr/lib/python2.7/site-packages/logilab/astng/rebuilder.pyo
/usr/lib/python2.7/site-packages/logilab/astng/scoped_nodes.py
/usr/lib/python2.7/site-packages/logilab/astng/scoped_nodes.pyc
/usr/lib/python2.7/site-packages/logilab/astng/scoped_nodes.pyo
/usr/lib/python2.7/site-packages/logilab/astng/utils.py
/usr/lib/python2.7/site-packages/logilab/astng/utils.pyc
/usr/lib/python2.7/site-packages/logilab/astng/utils.pyo
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7-nspkg.pth
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7.egg-info
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7.egg-info/namespace_packages.txt
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/logilab_astng-0.24.3-py2.7.egg-info/top_level.txt
/usr/share/doc/packages/python2-logilab-astng
/usr/share/doc/packages/python2-logilab-astng/ChangeLog
/usr/share/doc/packages/python2-logilab-astng/README
/usr/share/doc/packages/python2-logilab-astng/README.Python3
/usr/share/licenses/python2-logilab-astng
/usr/share/licenses/python2-logilab-astng/COPYING
/usr/share/licenses/python2-logilab-astng/COPYING.LESSER


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024