uv/crates/uv-python/python/packaging
Jon Åslund a513301b7a
Fix get_operating_system_and_architecture (#9319)
_get_glibc_version() can after #9005 return either (0, 0) if glibc
string is missing or (-1, -1) if the string can't be parsed. There was
no need to change missing string to (0, 0).

Also, move back indentation to make it easier to understand.
2024-11-21 15:05:48 -05:00
..
LICENSE.APACHE Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
LICENSE.BSD Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
README.md Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
__init__.py Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
_elffile.py Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
_manylinux.py Fix get_operating_system_and_architecture (#9319) 2024-11-21 15:05:48 -05:00
_musllinux.py Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00

README.md

pypa/packaging

This directory contains vendored pypa/packaging modules as of cc938f984bbbe43c5734b9656c9837ab3a28191f.

The files are licensed under BSD-2-Clause OR Apache-2.0.