Skip to content

pyparted-3.11.3

Compare
Choose a tag to compare
@dcantrell dcantrell released this 15 Nov 14:11

Many bug fixes in this release:

  • 'from collections' -> 'from collections.abc' (BZ#1772060)
  • Add some more examples
  • Small correction to the PED_EXCEPTION_FIX handling. (#61)
  • Restore returning None for get_name() on Partition objects. (#59)
  • Handle PED_EXCEPTION_FIX (Fix/Ignore) exceptions (#61)
  • check for undefined flags
  • fixed typo
  • removed ifdefs
  • added support for newer pyparted versions
  • Support pypi.python.org for releases (#37)
  • Forgot the "/" in the path name (#47)
  • Remove assumption that temp devices get created in /tmp (#47)
  • 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() rather than .duplicate()
  • 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() (#54)
  • Use Decimal() instead of float() in some operations (#57)
  • Fix reference to fedorahosted.org in README (#52)
  • Check for PartedException for upper disk and partition get flag ops.
  • Only define PARTITION_ESP if libparted provides PED_PARTITION_ESP
  • Only define PARTITION_IRST if libparted provides PED_PARTITION_IRST
  • I did not remember, Debian spells it "libparted-dev".
  • Adjust .travis.yml file.
  • Add Travis-CI configuration file.
  • Add support for RISC-V
  • Typo fix: mimimum -> minimum
  • Replace 'iff' with 'if and only if' in pynatmath.h.
  • Fix a type for the get_max_primary_partition_count() doc string.
  • Remove *_LAST_FLAG checks