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

python311-typed-ast-1.5.5-1.3 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python311-typed-ast Distribution: openSUSE:Factory:zSystems
Version: 1.5.5 Vendor: openSUSE
Release: 1.3 Build date: Mon Oct 2 10:20:43 2023
Group: Development/Languages/Python Build host: reproducible
Size: 691445 Source RPM: python-typed-ast-1.5.5-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python/typed_ast
Summary: A fork of Python 2 and 3 ast modules with type comment support
typed_ast is a Python 3 package that provides a Python 2.7 and Python 3
parser similar to the standard ast library. Unlike ast, the parsers in
typed_ast include PEP 484 type comments and are independent of the version of
Python under which they are run. The typed_ast parsers produce the standard
Python AST (plus type comments), and are both fast and correct, as they are
based on the CPython 2.7 and 3.6 parsers.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Oct 02 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.5.5:
    * update project to be end of life
    * set dev status to inactive
* Tue May 09 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Sun May 22 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Release version 1.5.4 (#189)
    - Do not include now private code.h (#188)
    As of https://github.com/python/cpython/pull/32385 the header
    code.h is private but directly included into Python.h
    - Fix Python 3.11 support (#187)
    The compilation error on master is:
    ```
      ast3/Parser/tokenizer.c:1991:10: error: implicit declaration of function '_Py_dup' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
      fd = _Py_dup(fd);
      ^
      1 error generated.
    ```
    Probably as a result of https://github.com/python/cpython/pull/30484
    Just declaring it seems to fix things.
    Add a (slightly) hacky way of testing Python 3.11 in CI prior to manylinux / cibuildwheel support.
    - Bump version to 1.5.4.dev0 (#186)
* Tue Apr 19 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Release version 1.5.3 (#185)
    - FIX: Account form stdbool.h being included in Python.h (#184)
    As of CPython 3.11 (via https://github.com/python/cpython/pull/29883) stdbool.h
    is now included in Python.h so do attempt to redefine bool/true/false.
    - Bump version to 1.5.3.dev0
* Thu Jan 27 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Release version 1.5.2
    - Add support for building aarch64 wheels (#182)
    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    - Remove update process document (#177)
    typed_ast will not be updated to support syntax past Python 3.8 as
    Python 3.8's ast module now incorporates the features of typed_ast.
    - Bump version to 1.5.2.dev0
* Sun Dec 05 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Release version 1.5.1 (#181)
    - Fix #167: Port ast27 to Python 3.11 (#176)
    Copy _PyLong_DigitValue table from Python 3.10 as "digitvalue" in
    ast27/Python/mystrtoul.c. The symbol has been removed from the public
    Python 3.11 C API.
    - Bump version to 1.5.1.dev0
* Thu Nov 18 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch use-PyUnicode_DecodeUnicodeEscape.patch:
    * Use PyUnicode_DecodeUnicodeEscape directly, rather than wrapping it.
* Sat Nov 13 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.5.0:
    * Drop python 3.5 support
    * Define _PyUnicode_DecodeUnicodeEscape even on Python 3.6+
    * Recommend ast on Python 3.8+
* Tue Apr 13 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 1.4.3:
    - Download wheels for 3.9 as well
    - Download aarch64 wheels (#154)
    - Allow compilation on python 3.10.0a6 (#155)
    Closes #156. (Except for Apple Silicon.)
    - Fix compilation on python 3.10.0a7 (#158)
    - PyArena was removed from the public api in python/cpython#25007
    - This commit adds two new files (a copy of each for ast27 and ast3):
    * pycore_pyarena.h: Taken from the cpython source code with minimal
      changes
    * pyarena.h: Maps the new, underscored function names to the old
      function names, allowing the code to work on both python 3.10 and
      older versions
    - Add Python 3.10 classifier (#160)
* Thu Dec 31 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
  - remove obsolete ast27-prefix-exported-symbols.patch, included upstream
  - update to version 1.4.2:
    - Fix linker error in debug build (#131)
    - Fix cross compile by adjusting includes (#135)
    - Add note in incompatabilities that PyPy is broken and unsupported (#144)
    - Remove reference to PyNode_ListTree for Python 3.10 (#153)
    - ast27: prefix exported symbols (#152)
    - Add 3.9 to supported versions

Files

/usr/lib64/python3.11/site-packages/typed_ast
/usr/lib64/python3.11/site-packages/typed_ast-1.5.5-py3.11.egg-info
/usr/lib64/python3.11/site-packages/typed_ast-1.5.5-py3.11.egg-info/PKG-INFO
/usr/lib64/python3.11/site-packages/typed_ast-1.5.5-py3.11.egg-info/SOURCES.txt
/usr/lib64/python3.11/site-packages/typed_ast-1.5.5-py3.11.egg-info/dependency_links.txt
/usr/lib64/python3.11/site-packages/typed_ast-1.5.5-py3.11.egg-info/top_level.txt
/usr/lib64/python3.11/site-packages/typed_ast/__init__.py
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/ast27.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/ast27.cpython-311.pyc
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/ast3.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/ast3.cpython-311.pyc
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/conversions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/typed_ast/__pycache__/conversions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/typed_ast/_ast27.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/typed_ast/_ast3.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/typed_ast/ast27.py
/usr/lib64/python3.11/site-packages/typed_ast/ast3.py
/usr/lib64/python3.11/site-packages/typed_ast/conversions.py
/usr/lib64/python3.11/site-packages/typed_ast/tests
/usr/lib64/python3.11/site-packages/typed_ast/tests/__pycache__
/usr/lib64/python3.11/site-packages/typed_ast/tests/__pycache__/test_basics.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/typed_ast/tests/__pycache__/test_basics.cpython-311.pyc
/usr/lib64/python3.11/site-packages/typed_ast/tests/test_basics.py
/usr/share/doc/packages/python311-typed-ast
/usr/share/doc/packages/python311-typed-ast/README.md
/usr/share/licenses/python311-typed-ast
/usr/share/licenses/python311-typed-ast/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:50:01 2024