forked from pool/python-lazy-object-proxy
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=21
2.5 KiB
2.5 KiB