Go to file
Markéta Machová 027ea79a63 Accepting request 1118344 from home:mcalabkova:branches:devel:languages:python:312
- Update to 3.0.1
  * Add support for Python 3.12, including PEP 695 type parameter syntax.
  * Remove support for Python 3.7.
  * Use the global inference cache when inferring, even without an explicit
    InferenceContext.
  * Following a deprecation period starting in astroid 2.7.0, the astroid.node_classes
    and astroid.scoped_nodes modules have been removed in favor of astroid.nodes.node_classes
    and astroid.nodes.scoped_nodes.
  * Following a deprecation period starting in astroid 2.12.0, the astroid.mixins module
    has been removed in favor of astroid.nodes._base_nodes (private).
  * Remove @cached and @cachedproperty decorator (just use @cached_property from the stdlib).
  * Remove the inference module. Node inference methods are now in the module
    defining the node, rather than being associated to the node afterward.
  * Move LookupMixIn to astroid.nodes._base_nodes and make it private.
  * Remove the shims for OperationError, BinaryOperationError, and UnaryOperationError
    in exceptions. They were moved to util in astroid 1.5.0.
  * Reduce file system access in ast_from_file().
  * nodes.FunctionDef no longer inherits from nodes.Lambda.
  * infer_call_result now shares the same interface across all implementations.
  * Remove unused and / or deprecated constants.
  * The future argument to each method is deprecated and will be removed in astroid 4.0.
  * So many more changes, see https://github.com/pylint-dev/astroid/blob/main/ChangeLog
    for a complete list.

OBS-URL: https://build.opensuse.org/request/show/1118344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=95
2023-10-17 15:46:15 +00:00
.gitattributes Accepting request 208818 from home:TheBlackCat:branches:devel:languages:python 2013-11-28 14:49:38 +00:00
.gitignore Accepting request 208818 from home:TheBlackCat:branches:devel:languages:python 2013-11-28 14:49:38 +00:00
astroid-3.0.1-gh.tar.gz Accepting request 1118344 from home:mcalabkova:branches:devel:languages:python:312 2023-10-17 15:46:15 +00:00
python-astroid.changes Accepting request 1118344 from home:mcalabkova:branches:devel:languages:python:312 2023-10-17 15:46:15 +00:00
python-astroid.spec Accepting request 1118344 from home:mcalabkova:branches:devel:languages:python:312 2023-10-17 15:46:15 +00:00