Skip to content

pyparted-3.13.0

Latest
Compare
Choose a tag to compare
@dcantrell dcantrell released this 21 Jun 17:17
· 1 commit to main since this release
v3.13.0
  • Help the _ped module garbage collection in the test suite (dcantrell)
  • Use 'return NULL' rather than 'return (PyObject *) NULL' in pydisk.c
    (dcantrell)
  • Use Py_VISIT() in *_traverse() functions (dcantrell)
  • Free allocated memory for temporary string buffers (dcantrell)
  • Use Py_RETURN_NONE through the _ped module code (dcantrell)
  • Coding style updates for the C code. (dcantrell)
  • Some minor cleanups for the test case code (dcantrell)
  • Remove DeprecationWarning in py_ped_constraint_duplicate() (dcantrell)
  • Drop remaining Python 2.x handling from the Makefile (dcantrell)
  • drop six (pgajdos)
  • Reformat all Python source code using Python black (dcantrell)
  • Update the AUTHORS file (dcantrell)
  • Replace outdated Red Hat sample GPLv2+ boilerplates (dcantrell)
  • Add support for loongarch (mahailiang)
  • tests: Add PARTITION_LINUX_HOME to flag tests (bcl)
  • Add support for no_automount partition flag (bcl)
  • Add new disk types - disk uuid and partition uuid (bcl)
  • tests: Remove feature values from DiskTypeStrTestCase (bcl)
  • Add tests for high level partition type ID / UUID (berrange)
  • Add tests for low level partition type ID / UUID (berrange)
  • Add test base class helper for re-opening the device (berrange)
  • Add test base class for GPT partitions (berrange)
  • Fix start sector for test partition (berrange)
  • Add example for viewing and changing GPT partition type UUID (berrange)
  • Accept device path via argv for partition dump example (berrange)
  • Add type ID / UUID to partition dump example (berrange)
  • Map partition type ID / UUID accessors to Partition class (berrange)
  • Bind low level APIs for type ID and UUID accessors (berrange)
  • tests: Remove DeviceFreeAllTestCase (bcl)
  • Add support for new libparted disk type features in parted-3.5 (dcantrell)
  • Small Makefile updates (dcantrell)
  • Remove .travis.yml file (dcantrell)
  • Rename COPYING to LICENSE (dcantrell)
  • A few minor updates to README.md (dcantrell)
  • Change README to README.md (dcantrell)