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

python313-lazy-object-proxy-1.12.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python313-lazy-object-proxy Distribution: openSUSE Tumbleweed
Version: 1.12.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Nov 24 02:20:29 2025
Group: Unspecified Build host: reproducible
Size: 167195 Source RPM: python-lazy-object-proxy-1.12.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ionelmc/python-lazy-object-proxy
Summary: Rebuild a new abstract syntax tree from Python's ast
A fast and thorough lazy object proxy that rebuilds a new abstract syntax tree
from Python's ast

Provides

Requires

License

BSD-2-Clause

Changelog

* Mon Nov 24 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.12.0:
    * Fixed testing issues when C extensions are not desired.
    * Added support for GraalPy.
    * Fixed testing issues on Python 3.14.
    * Modernized packaging to have metadata in ``pyproject.toml``.
    * Added Python 3.14 wheels.
    * Added Python 3.13 wheels.
    * Added support for ``__format__``.
    * Dropped support for Python 3.8.
* Fri May 30 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Sat Dec 16 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.10.0:
    * Added Python 3.12 wheels.
    * Dropped support for Python 3.7.
    * Applied some reformatting and lint fixes using ruff to the
      codebase (mostly more Python 2 leftover cleanups).
* Fri May 05 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.9.0:
    * Added support for matrix multiplication operator (``@``).
    * Should have all the wheels now (including the manylinux
      ones).
    * Bumped minimum version requirements for setuptools and
      setuptools-scm.
    * Switched the default pure python fallback implementation to
      the "simple" one (when you ``from lazy_object_proxy import
      Proxy`` and the C extension is not available).
      Previously the "slots" implementation was used but as it
      turns out it is slower on Python 3.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Fri Dec 02 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to v1.8.0
    Cleaned up use of cPickle. Contributed by Sandro Tosi in #62.
    Cleaned up more dead Python 2 code.
    Added Python 3.11 wheels.
    Dropped support for Python 3.6.
* Thu Aug 18 2022 Ben Greiner <code@bnavigator.de>
  - Clean specfile, remove code coverage check and travis-fold
* Sat Mar 26 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.7.1:
    * Removed most of the Python 2 support code and fixed ``python_requires`` to
      require at least Python 3.6.
    * Note that 1.7.0 has been yanked because it could not install on Python 2.7.
    * Switched CI to GitHub Actions, this has a couple consequences:
    * Fixed ``__index__`` to fallback to ``int`` if the wrapped object doesn't
      have an ``__index__`` method.  This prevents situations where code using a
      proxy would otherwise likely just call ``int`` had the object not have an
      ``__index__`` method.
* Wed Oct 13 2021 Ben Greiner <code@bnavigator.de>
  - Unpin setuptools_scm<6.0 limit

Files

/usr/lib64/python3.13/site-packages/lazy_object_proxy
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/METADATA
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/RECORD
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/licenses
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/licenses/LICENSE
/usr/lib64/python3.13/site-packages/lazy_object_proxy-1.12.0.dist-info/top_level.txt
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__init__.py
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/_version.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/_version.cpython-313.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/compat.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/compat.cpython-313.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/simple.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/simple.cpython-313.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/slots.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/slots.cpython-313.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/__pycache__/utils.cpython-313.pyc
/usr/lib64/python3.13/site-packages/lazy_object_proxy/_version.py
/usr/lib64/python3.13/site-packages/lazy_object_proxy/cext.c
/usr/lib64/python3.13/site-packages/lazy_object_proxy/cext.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/lazy_object_proxy/compat.py
/usr/lib64/python3.13/site-packages/lazy_object_proxy/simple.py
/usr/lib64/python3.13/site-packages/lazy_object_proxy/slots.py
/usr/lib64/python3.13/site-packages/lazy_object_proxy/utils.py
/usr/share/doc/packages/python313-lazy-object-proxy
/usr/share/doc/packages/python313-lazy-object-proxy/AUTHORS.rst
/usr/share/doc/packages/python313-lazy-object-proxy/CHANGELOG.rst
/usr/share/doc/packages/python313-lazy-object-proxy/CONTRIBUTING.rst
/usr/share/doc/packages/python313-lazy-object-proxy/README.rst
/usr/share/doc/packages/python313-lazy-object-proxy/docs
/usr/share/doc/packages/python313-lazy-object-proxy/docs/authors.rst
/usr/share/doc/packages/python313-lazy-object-proxy/docs/changelog.rst
/usr/share/doc/packages/python313-lazy-object-proxy/docs/conf.py
/usr/share/doc/packages/python313-lazy-object-proxy/docs/contributing.rst
/usr/share/doc/packages/python313-lazy-object-proxy/docs/index.rst
/usr/share/doc/packages/python313-lazy-object-proxy/docs/installation.rst
/usr/share/doc/packages/python313-lazy-object-proxy/docs/readme.rst
/usr/share/doc/packages/python313-lazy-object-proxy/docs/requirements.txt
/usr/share/doc/packages/python313-lazy-object-proxy/docs/spelling_wordlist.txt
/usr/share/doc/packages/python313-lazy-object-proxy/docs/usage.rst
/usr/share/licenses/python313-lazy-object-proxy
/usr/share/licenses/python313-lazy-object-proxy/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Nov 25 22:53:54 2025