diff options
author | adam <adam@pkgsrc.org> | 2021-12-15 09:37:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-15 09:37:36 +0000 |
commit | 2b4c1210bf031f7e0e06c7e688642b97ea3d9de4 (patch) | |
tree | e4c1ea00e8f7913c3e0d29a0733c475b34be226d /textproc | |
parent | ff00845d91406861d40ed9171dcc7d3835be1cd9 (diff) | |
download | pkgsrc-2b4c1210bf031f7e0e06c7e688642b97ea3d9de4.tar.gz |
py-lazy-object-proxy: updated to 1.7.0
1.7.0 (2021-12-15)
------------------
* 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.
Diffstat (limited to 'textproc')
0 files changed, 0 insertions, 0 deletions