Skip to content

chore(deps): update dependency lazy-object-proxy to v1.12.0#47

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/lazy-object-proxy-1.x
Open

chore(deps): update dependency lazy-object-proxy to v1.12.0#47
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/lazy-object-proxy-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jun 5, 2020

This PR contains the following updates:

Package Change Age Confidence
lazy-object-proxy (changelog) ==1.4.3==1.12.0 age confidence

Release Notes

ionelmc/python-lazy-object-proxy (lazy-object-proxy)

v1.12.0

Compare Source

  • Fixed testing issues when C extensions are not desired.
    Contributed by Michał Górny in #&#8203;79 <https://github.com/ionelmc/python-lazy-object-proxy/pull/79>_.
  • Added support for GraalPy.
    Contributed by Michael Šimáček in #&#8203;87 <https://github.com/ionelmc/python-lazy-object-proxy/pull/87>_.
  • Fixed testing issues on Python 3.14.
    Contributed by Michał Górny in #&#8203;88 <https://github.com/ionelmc/python-lazy-object-proxy/pull/88>_.
  • Modernized packaging to have metadata in pyproject.toml.
  • Added Python 3.14 wheels.

v1.11.0

Compare Source

  • Added Python 3.13 wheels.
  • Added support for __format__.
  • Dropped support for Python 3.8.

v1.10.0

Compare Source

  • 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).

v1.9.0

Compare Source

  • 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.

v1.8.0

Compare Source

  • Cleaned up use of cPickle. Contributed by Sandro Tosi in #&#8203;62 <https://github.com/ionelmc/python-lazy-object-proxy/pull/62>_.
  • Cleaned up more dead Python 2 code.
  • Added Python 3.11 wheels.
  • Dropped support for Python 3.6.

v1.7.1

Compare Source

  • 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.
    Installing lazy-object-proxy on Python 2.7 should automatically fall back to the 1.6.0 release now.

v1.7.0

Compare Source

  • Switched CI to GitHub Actions, this has a couple consequences:

    • Support for Python 2.7 is dropped. You can still install it there but it's not tested anymore and
      Python 2 specific handling will be removed at some point.
    • Linux wheels are now provided in musllinux and manylinux2014 variants.
  • 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.

v1.6.0

Compare Source

  • 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.
    Installing lazy-object-proxy on Python 2.7 should automatically fall back to the 1.6.0 release now.

v1.5.2

Compare Source

  • Added Python 3.9 wheels.
  • Removed Python 2.7 Windows wheels
    (not supported on newest image with Python 3.9).

v1.5.1

Compare Source

  • Added ARM64 wheels (manylinux2014).

v1.5.0

Compare Source

  • Added support for __fspath__.
  • Dropped support for Python 3.4.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 8281507 to df177a8 Compare August 27, 2020 04:57
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.5.0 chore(deps): update dependency lazy-object-proxy to v1.5.1 Aug 27, 2020
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from df177a8 to dfa3ad1 Compare November 28, 2020 13:57
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.5.1 chore(deps): update dependency lazy-object-proxy to v1.5.2 Nov 28, 2020
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from dfa3ad1 to 043ed40 Compare April 26, 2021 16:11
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.5.2 chore(deps): update dependency lazy-object-proxy to v1.6.0 Apr 26, 2021
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 043ed40 to 297cea6 Compare March 7, 2022 09:03
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.6.0 chore(deps): update dependency lazy-object-proxy to v1.7.1 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 297cea6 to 4d7cb57 Compare November 20, 2022 21:16
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.7.1 chore(deps): update dependency lazy-object-proxy to v1.8.0 Nov 20, 2022
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.8.0 chore(deps): update dependency lazy-object-proxy to v1.9.0 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 4d7cb57 to 3c9646a Compare March 16, 2023 09:10
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.9.0 chore(deps): update dependency lazy-object-proxy to v1.10.0 Dec 15, 2023
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 3c9646a to f8c4bcb Compare December 15, 2023 15:32
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.10.0 chore(deps): update dependency lazy-object-proxy to v1.11.0 Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from f8c4bcb to 9a8d21a Compare April 16, 2025 19:13
@renovate renovate Bot force-pushed the renovate/lazy-object-proxy-1.x branch from 9a8d21a to b72f666 Compare August 22, 2025 16:52
@renovate renovate Bot changed the title chore(deps): update dependency lazy-object-proxy to v1.11.0 chore(deps): update dependency lazy-object-proxy to v1.12.0 Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants