File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.10.0 (2025.MM.DD)
2+
3+ BACKWARDS COMPATIBILITY:
4+ * Dropped support for EOL Python 3.6 [[ #377 ] ( https://github.com/python-distro/distro/pull/377 )]
5+ * Deprecated the ` distro.uname_attr() ` and ` distro.uname_info() ` .
6+ Use ` os.uname() ` or ` platform.uname() ` instead [[ #370 ] ( https://github.com/python-distro/distro/pull/370 )]
7+
8+ ENHANCEMENTS:
9+ * Added support for Armbian release info (` /etc/armbian-release ` ) [[ #366 ] ( https://github.com/python-distro/distro/pull/366 )]
10+
11+ BUG FIXES:
12+ * Ignored ` n/a ` from ` lsb_release ` output
13+ * Handled ` CalledProcessError ` when calling ` lsb_release ` and ` uname `
14+
115## 1.9.0 (2023.12.19)
216
317ENHANCEMENTS:
Original file line number Diff line number Diff line change 5555 # Python 3.7
5656 TypedDict = dict # type: ignore[assignment]
5757
58- __version__ = "1.9 .0"
58+ __version__ = "1.10 .0"
5959
6060
6161class VersionDict (TypedDict ):
You can’t perform that action at this time.
0 commit comments