Ana Guerrero 2cc21bd34a Accepting request 1225956 from devel:languages:python
- update to 3.2.0:
  * Discontinued support for Python 3.6, 3.7, and 3.8. Adopted
    new Python features from Python versions 3.7-3.9:
    - Updated type annotations to use built-in container types
      instead of names imported from the `typing` module
      (e.g., `list[str]` vs `List[str]`).
    - Reworked portions of the packrat cache to leverage
      insertion-preserving ordering in dicts (including removal of
      uses of `OrderedDict`).
    - Changed `pdb.set_trace()` call in `ParserElement.set_break()`
      to `breakpoint()`.
    - Converted `typing.NamedTuple` to `dataclasses.dataclass`
      in railroad diagramming code.
    - Added `from __future__ import annotations` to clean up
      some type annotations.

OBS-URL: https://build.opensuse.org/request/show/1225956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyparsing?expand=0&rev=51
2024-11-26 19:55:19 +00:00
2024-10-28 17:01:14 +00:00
2024-10-28 17:01:14 +00:00
2024-10-28 17:01:14 +00:00
2024-10-28 17:01:14 +00:00
2024-10-28 17:01:14 +00:00
Description
No description provided
438 KiB
Languages
RPM Spec 100%