Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency lazy-object-proxy to v1.10.0 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 4, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lazy-object-proxy (changelog) ==1.3.1 -> ==1.10.0 age adoption passing confidence

Release Notes

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

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

  • Added support for async special methods (__aiter__, __anext__,
    __await__, __aenter__, __aexit__).
    These are used in the async for, await` and async with`` statements.

    Note that __await__ returns a wrapper that tries to emulate the crazy
    stuff going on in the ceval loop, so there will be a small performance overhead.

  • Added the __resolved__ property. You can use it to check if the factory has
    been called.

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.

v1.4.3

Compare Source

  • Added binary wheels for Python 3.8.
  • Fixed license metadata.

v1.4.2

Compare Source

  • Included a pyproject.toml to allow users install the sdist with old python/setuptools, as the
    setuptools-scm dep will be fetched by pip instead of setuptools.
    Fixes #&#8203;30 <https://github.com/ionelmc/python-lazy-object-proxy/issues/30>_.

v1.4.1

Compare Source

  • Fixed wheels being built with -coverage cflags. No more issues about bogus cext.gcda files.
  • Removed useless C file from wheels.
  • Changed setup.py to use setuptools-scm.

v1.4.0

Compare Source

  • Fixed __mod__ for the slots backend. Contributed by Ran Benita in
    #&#8203;28 <https://github.com/ionelmc/python-lazy-object-proxy/pull/28>_.
  • Dropped support for Python 2.6 and 3.3. Contributed by "hugovk" in
    #&#8203;24 <https://github.com/ionelmc/python-lazy-object-proxy/pull/24>_.

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.

@merge-mamba
Copy link

merge-mamba bot commented Aug 9, 2021

Potential Conflict Warning

This pull request has changes that overlap with branches below. You might want to check in with the other
branch authors before you merge to avoid a conflict. 🐍

renovate/babel-monorepo (@renovate-bot)

renovate/eslint-5.x (@renovate-bot)

renovate/eslint-7.x (@renovate-bot)

renovate/eslint-config-airbnb-base-14.x (@renovate-bot)

renovate/jest-monorepo (@renovate-bot)

renovate/eslint-config-airbnb-base-13.x (@renovate-bot)

renovate/pin-dependencies (@renovate-bot)

renovate/major-jest-monorepo (@renovate-bot)

Something wrong? Got a suggestion? Email me or leave feedback here.

@renovate renovate bot changed the title Update dependency lazy-object-proxy to v1.6.0 Update dependency lazy-object-proxy to v1.7.1 Jan 21, 2022
@renovate renovate bot force-pushed the renovate/lazy-object-proxy-1.x branch from 8932eea to 3bd6c4d Compare January 21, 2022 05:41
@renovate renovate bot force-pushed the renovate/lazy-object-proxy-1.x branch from 3bd6c4d to d7c0e4b Compare November 20, 2022 19:40
@renovate renovate bot changed the title Update dependency lazy-object-proxy to v1.7.1 Update dependency lazy-object-proxy to v1.8.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency lazy-object-proxy to v1.8.0 Update dependency lazy-object-proxy to v1.9.0 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/lazy-object-proxy-1.x branch from d7c0e4b to 7b6cf88 Compare March 18, 2023 07:56
@renovate renovate bot changed the title Update dependency lazy-object-proxy to v1.9.0 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 7b6cf88 to 1aa939d Compare December 15, 2023 16:59
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