f494b775df
Accepting request 1158569 from devel:languages:python
Ana Guerrero2024-03-17 21:16:06 +00:00
d280d98c4c
- Update to 3.13.0: - Help the _ped module garbage collection in the test suite - Use 'return NULL' rather than 'return (PyObject *) NULL' in pydisk.c - Use Py_VISIT() in *_traverse() functions - Free allocated memory for temporary string buffers - Use Py_RETURN_NONE through the _ped module code - Coding style updates for the C code. - Some minor cleanups for the test case code - Remove DeprecationWarning in py_ped_constraint_duplicate() - Drop remaining Python 2.x handling from the Makefile drop six - Reformat all Python source code using Python black - Replace outdated Red Hat sample GPLv2+ boilerplates - Add support for loongarch - Add support for no_automount partition flag - Add new disk types - disk uuid and partition uuid - Fix start sector for test partition - Add example for viewing and changing GPT partition type UUID - Accept device path via argv for partition dump example - Add type ID / UUID to partition dump example - Map partition type ID / UUID accessors to Partition class - Bind low level APIs for type ID and UUID accessors - Add support for new libparted disk type features in parted-3.5 - Remove unnecessary patches: - more-features-exposed.patch - python-parted-featurestest.patch - python-parted-no-six.patch
Matej Cepl2024-03-16 18:04:00 +00:00
5e7ec9dff0
- Update to 3.12.0: * Adjust how PED_PARTITION types are added to _ped * Add support for PARTITION_LINUX_HOME * Add units, devices, and partitions convenience dicts * Update version number and required libparted version * Correct PARTITION_* constant initialization * setup.py: port to setuptools - Add patch more-features-exposed.patch: * msdos and GPT seem to expose more features, include them when checking.
Steve Kowalik2022-05-30 09:55:56 +00:00
fbb22f7e25
- 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
Dirk Mueller2022-01-11 10:12:51 +00:00
d7e8562b4a
- Add patch to tweak features detected in tests (parted changes from suse): * python-parted-featurestest.patch - Add patch python-parted-parted-binary.patch to run parted full path as user does not see sbin binaries - Add patch no-last-flag-check.patch from debian - Add patch python-parted-unittests.patch from ubuntu to fix tests
Tomáš Chvátal
2018-05-24 15:42:35 +00:00
ae81501588
Accepting request 611893 from home:bmwiedemann:branches:devel:languages:python
Tomáš Chvátal
2018-05-24 14:39:22 +00:00
aa130de5ee
Accepting request 485698 from devel:languages:python
Yuchen Lin2017-04-11 07:44:59 +00:00