This version adds the following feature:
- Add fast conversions between Python
bytes
/bytearray
and Javabyte[]
(#41).
And fixes the following pip-related issues:
- Make pip evaluate environment markers (PEP 508) and
data-requires-python
attributes (PEP 503) against the target platform rather than the build platform. - Make pip only prioritize native wheels (not pure-Python wheels) over sdists of a newer version.
- Fix pip issues when multiple packages provide the same directory or filename.
- Improve pip error messages when packages attempt to build native code.
Also, the following packages have recently been added to the repository: