Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 7, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

ionelmc/python-lazy-object-proxy

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.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

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.

1 participant