Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pyparted: Python module for GNU parted
Name: | pyparted |
Vendor: | Scientific Linux |
Version: | 1.8.1 |
License: | GPL |
Release: | 4.el5 |
URL: | |
- Summary
- Python modules for the parted library. It is used for manipulation
partition tables.
Changelog
- * Sun Dec 17 16:00:00 2006 Peter Jones <pjones{%}redhat{*}com> - 1.8.1-4
- Flush devices from parted's device cache, or else they become stail when
devices are renamed (removes destroy() call).
- Resolves: #219965
- * Thu Dec 14 16:00:00 2006 Peter Jones <pjones{%}redhat{*}com> - 1.8.1-3
- Fix parted.PedDevice.destroy() call.
- Related: rhbz#218861
- * Thu Dec 14 16:00:00 2006 David Cantrell <dcantrell{%}redhat{*}com> - 1.8.1-2
- Add parted.PedDevice.destroy() call to ped_device_destroy() in libparted.
Needed to remove cached devices from the device list so future get()
calls return correct info.
- Related: rhbz#218861