python3-parted-3.13.0-1

Message ID 20230921154809.2460-2-adolf.belka@ipfire.org
State Accepted
Commit bfc5248283371c46b601f8ba6e7ef7bbcfa37750
Headers
Series python3-parted-3.13.0-1 |

Commit Message

Adolf Belka Sept. 21, 2023, 3:48 p.m. UTC
  - 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>
---
 python3-parted/python3-parted.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/python3-parted/python3-parted.nm b/python3-parted/python3-parted.nm
index 1e5b81ce8..e32bb216f 100644
--- a/python3-parted/python3-parted.nm
+++ b/python3-parted/python3-parted.nm
@@ -4,7 +4,7 @@ 
 ###############################################################################
 
 name       = python3-parted
-version    = 3.12.0
+version    = 3.13.0
 release    = 1
 thisapp    = pyparted-%{version}