]> git.ipfire.org Git - ipfire-3.x.git/commit
python3-parted-3.13.0-1
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 21 Sep 2023 15:48:04 +0000 (17:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Sep 2023 20:09:33 +0000 (20:09 +0000)
commitbfc5248283371c46b601f8ba6e7ef7bbcfa37750
treecc5bd638d022e1ecf7cf512217fa6733f9d2038c
parent305c96d4ebd65c20c06e7f61709e33c2507f2b88
python3-parted-3.13.0-1

- IPFire-3.x
- Update from vesrion 3.12.0-1 to 3.13.0-1
- Changelog
    3.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)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python3-parted/python3-parted.nm