File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.7.0 (2022.02.15)
2+
3+ BACKWARD COMPATIBILITY:
4+ * Dropped support for EOL Pythons 2.7, 3.4 and 3.5 [[ #281 ] ( https://github.com/python-distro/distro/pull/281 )]
5+ * Dropped support for LSB and ` uname ` back-ends when ` --root-dir ` is specified [[ #311 ] ( https://github.com/python-distro/distro/pull/311 )]
6+ * Moved ` distro.py ` to ` src/distro/distro.py ` [[ #315 ] ( https://github.com/python-distro/distro/pull/315 )]
7+
8+ ENHANCEMENTS:
9+ * Documented that ` distro.version() ` can return an empty string on rolling releases [[ #312 ] ( https://github.com/python-distro/distro/pull/312 )]
10+ * Documented support for Python 3.10 [[ #316 ] ( https://github.com/python-distro/distro/pull/316 )]
11+ * Added official support for Rocky Linux distribution [[ #318 ] ( https://github.com/python-distro/distro/pull/318 )]
12+ * Added a shebang to ` distro.py ` to allow standalone execution [[ #313 ] ( https://github.com/python-distro/distro/pull/313 )]
13+ * Added support for AIX platforms [[ #311 ] ( https://github.com/python-distro/distro/pull/311 )]
14+ * Added compliance for PEP-561 [[ #315 ] ( https://github.com/python-distro/distro/pull/315 )]
15+
16+ BUG FIXES:
17+ * Fixed ` include_uname ` parameter oversight [[ #305 ] ( https://github.com/python-distro/distro/pull/305 )]
18+ * Fixed crash when ` uname -rs ` output is empty [[ #304 ] ( https://github.com/python-distro/distro/pull/304 )]
19+ * Fixed Amazon Linux identifier in ` distro.id() ` documentation [[ #318 ] ( https://github.com/python-distro/distro/pull/318 )]
20+ * Fixed OpenSuse >= 15 support [[ #319 ] ( https://github.com/python-distro/distro/pull/319 )]
21+ * Fixed encoding issues when opening distro release files [[ #324 ] ( https://github.com/python-distro/distro/pull/324 )]
22+ * Fixed ` linux_distribution ` regression introduced in [[ #230 ] ( https://github.com/python-distro/distro/pull/230 )] [[ #325 ] ( https://github.com/python-distro/distro/pull/325 )]
23+
124## 1.6.0 (2021.7.30)
225
326BACKWARDS COMPATIBILITY:
Original file line number Diff line number Diff line change 5555 # Python 3.7
5656 TypedDict = dict
5757
58- __version__ = "1.6 .0"
58+ __version__ = "1.7 .0"
5959
6060
6161class VersionDict (TypedDict ):
You can’t perform that action at this time.
0 commit comments