- Update to 10.2.2

* Remove crypt lib from testing
  * Prevent Paramiko deadlock when test sends more than 2MB to stdout
  * Extend backend documentation with a general host spec section
  * Fix KeyError in MountPoint.repr()
  * Fix systemctl is active
  * Extended testing of group_names
  * Query all usernames and group names
  * Use builtin dict, list and tuple for typing
  * Use hatchling instead of setuptools
- Drop patch support-python-313.patch, included upstream.
This commit was merged in pull request #1.
This commit is contained in:
2026-01-23 15:03:14 +11:00
parent 64218777b2
commit f7d8d920bc
4 changed files with 24 additions and 16 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 23 04:03:00 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 10.2.2:
* Remove crypt lib from testing
* Prevent Paramiko deadlock when test sends more than 2MB to stdout
* Extend backend documentation with a general host spec section
* Fix KeyError in MountPoint.repr()
* Fix systemctl is active
* Extended testing of group_names
* Query all usernames and group names
* Use builtin dict, list and tuple for typing
* Use hatchling instead of setuptools
- Drop patch support-python-313.patch, included upstream.
-------------------------------------------------------------------
Wed Dec 4 06:04:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>