Revisions of python-parted

buildservice-autocommit accepted request 1158569 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 20)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 19)
- 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
buildservice-autocommit accepted request 1083343 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1082661 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 17)
- do not require six
- added patches
  fix https://github.com/dcantrell/pyparted/issues/98
  + python-parted-no-six.patch
buildservice-autocommit accepted request 990552 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 16)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 15)
 - Rebase more-features-exposed.patch to catch another test failure.
buildservice-autocommit accepted request 979832 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 14)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 13)
- 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.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 12)
- 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
buildservice-autocommit accepted request 810836 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 10)
- Enable -fcommon which is not default with GCC10.
buildservice-autocommit accepted request 611907 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 8)
- 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

- Implement singlespec version for python3
- Refresh patch pyparted-3.10.patch to work with python3
- Enable testsuite to validate it somehow
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 611893 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 7)
Update to 3.11.1
  * make package build reproducible (boo#1041090)

note: not tested
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 485698 from Cédric Bosdonnat's avatar Cédric Bosdonnat (cbosdonnat) (revision 6)
initialized devel package after accepting 485698
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 5)
- Update to 3.10.7
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 485046 from Cédric Bosdonnat's avatar Cédric Bosdonnat (cbosdonnat) (revision 4)
- Upate to 3.10.7
  Re-add the removed documentation files but BUGS as it has been removed
  from the release tarball
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 329396 from Olaf Hering's avatar Olaf Hering (olh) (revision 3)
- pyparted requires Python version 2.7 or higher
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 312748 from Mikhail Terekhov's avatar Mikhail Terekhov (termim) (revision 2)
update to 3.10.5
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 262318 from Cédric Bosdonnat's avatar Cédric Bosdonnat (cbosdonnat) (revision 1)
Runtime dependency for kimchi

Changed: Get it to build on 13.1, the libparted-devel version constraint was too strict
Displaying all 20 revisions
openSUSE Build Service is sponsored by