Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates lazy-object-proxy from 1.6.0 to 1.7.1.

Changelog

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

1.7.0

------------------

* 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.
Links

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants