python-parted
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-parted && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pyparted-3.10.patch | 0000000593 593 Bytes | |
pyparted-3.11.7.tar.gz | 0000105671 103 KB | |
python-parted-featurestest.patch | 0000001759 1.72 KB | |
python-parted-parted-binary.patch | 0000001278 1.25 KB | |
python-parted.changes | 0000004851 4.74 KB | |
python-parted.spec | 0000002192 2.14 KB |
Revision 4 (latest revision is 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 945553
from
Dirk Mueller (dirkmueller)
(revision 4)
- update to 3.11.7: * Do not remove the generated tarballs. * Update the RELEASE file. * tests: Fix flag_get_name tests * Avoid potential NULL dereferences in pydisk.c and pytimer.c * New - example to query device capacity * correct spelling mistake * Make the partition name a property on parted.Partition objects * 'from collections' -> 'from collections.abc' * Add some more examples * Small correction to the PED_EXCEPTION_FIX handling. * Restore returning None for get_name * Handle PED_EXCEPTION_FIX * check for undefined flags * added support for newer pyparted versions * Support pypi.python.org for releases * Forgot the "/" in the path name * Remove assumption that temp devices get created in /tmp * Adjust test case numbers for GeometryWriteTestCase again * Revert "Use copy.deepcopy() rather than .duplicate()" * Remove another unnecessary os.close() from baseclass.py * Remove rogue close() call in baseclass.py * Ignore the 'const' and just use these values as 'char *' * Use copy.deepcopy * More file descriptor close statements. * Fixes for the RequiresDeviceNode class * Use a smaller length for GeometryWriteTestCase * Close the RequiresDeviceNode file descriptor before removal. * Fix writing NULL sectors using a Geometry object * Use Decimal
Comments 0