You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
## HEAD
4
4
5
+
## 6.5.1
6
+
7
+
Released December 28, 2025
8
+
9
+
### User-facing changes
10
+
-[BUGFIX] Only restrict to lower priority policies in `get_symbol_policies` ([#648](https://github.com/pypa/auditwheel/pull/648))
11
+
-[BUGFIX] Take whitelisted libraries into account in `_get_machine_policy` ([#649](https://github.com/pypa/auditwheel/pull/649), [#645](https://github.com/pypa/auditwheel/issues/645))
12
+
-[BUGFIX] Don't allow highest priority policies with more grafted libraries than the requested policy ([#649](https://github.com/pypa/auditwheel/pull/649))
13
+
-[BUGFIX] Blacklist symbols from glibc 2.18 in earlier policies ([#655](https://github.com/pypa/auditwheel/pull/655), [#647](https://github.com/pypa/auditwheel/issues/647))
14
+
15
+
### Housekeeping
16
+
- Move away from Travis CI ([#633](https://github.com/pypa/auditwheel/pull/633))
17
+
- Add tests using manylinux_2_35_armv7l image ([#635](https://github.com/pypa/auditwheel/pull/635))
18
+
- Fix architecture tests on i686 ([#640](https://github.com/pypa/auditwheel/pull/640))
19
+
- Enable all ruff linters ([#653](https://github.com/pypa/auditwheel/pull/653))
0 commit comments