5.1.0
Released Jan. 03, 2022
User-facing changes
- [BUGFIX] libc version failed to be detected on CentOS8 based docker image (#352, #353)
- [FEATURE] Add support for
SOURCE_DATE_EPOCH
(#346, #348) - [FEATURE] Add
manylinux_2_28
&manylinux_2_31
policies (#356) - [DOC] Reflect dependency on patchelf in README (#355)
Housekeeping
- Fix setuptools warnings seen during builds (deprecation notices) (#337)
- Fix SDist includes files it shouldn't include (#338)
- Add
build
&test-dist
nox sessions (#336) - Add musllinux integration tests (#317)
- Rename the default branch from master to main (#342)
- Clean before build in test_manylinux (#347)
- Test with python 3.10 (#345)
- Move from
pbr
tosetuptools_scm
(#358) - Add nox
develop
session (#359)