Commit Graph

55 Commits

Author SHA1 Message Date
David Cantrell
b125d0431a Upgraded to pyparted-3.8 2011-06-29 15:46:10 -04:00
David Cantrell
8347e81b61 Upgraded to pyparted-3.7 2011-06-29 13:03:10 -04:00
David Cantrell
9a798e2b89 Upgraded to pyparted-3.6 2011-03-23 07:32:07 -10:00
David Cantrell
091d8f1f8f - Drop dependency on python-decorator module. (dcantrell)
- Differentiate the "Could not commit" messages. (jgranado)
- Import _ped.DiskLabelException into parted namespace (cjwatson)
- Return PED_EXCEPTION_NO for yes/no interactive exceptions. (dcantrell)
2011-01-17 13:16:36 -10:00
David Cantrell
f5f30f3701 - Handle PED_EXCEPTION_WARNING with PED_EXCEPTION_YES_NO (#575749)
(dcantrell)
- Add support for the PARTITION_DIAG parted flag (#583628). (clumens)
- Restore locales even when an exception is thrown (#571940). (akozumpl)
2010-04-29 19:34:07 +00:00
Christopher Edward Lumens
1d2f5e2e82 - Upgrade to pyparted-3.3 (#583628). 2010-04-21 17:37:17 +00:00
Christopher Edward Lumens
b4c543c1c8 - Upgrade to pyparted-3.2 (#571940). 2010-03-25 19:11:24 +00:00
David Cantrell
ae8bf0eb07 - Upgrade to pyparted-3.1 (#567576). 2010-03-01 22:38:04 +00:00
David Cantrell
0ccfc555be - Upgrade to pyparted-3.0. 2010-01-12 22:34:43 +00:00
David Cantrell
2a313552ac - Exclude pyparted-2.4.tar.gz from source RPM (oops) 2009-12-19 22:49:30 +00:00
David Cantrell
a4b71dfdec - Update release instructions. (dcantrell)
- Remove old cylinder alignment test cases for _ped. (dcantrell)
- Add tests for max partition length / start sector (hdegoede)
- Add _pedmodule and parted functions for max partition length / start
    sector (hdegoede)
- Remove align_to_cylinders function bindings (hdegoede)
- Add tests for disk flag methods (hdegoede)
- Add _pedmodule and parted functions for per disk flags (hdegoede)
- Every tuple member requires a comma after it. (dcantrell)
- Fill out a lot of simple _ped.Disk test cases. (dcantrell)
- Disable DeviceDestroyTestCase for now. (dcantrell)
- Add RequiresLabeledDevice to tests/_ped/baseclass.py. (dcantrell)
- Attempt at fixing _ped.Device.destroy(), no dice. (dcantrell)
- Fix UnitFormatCustomTestCase and UnitFormatTestCase. (dcantrell)
- Fix UnitFormatCustomByteTestCase and UnitFormatByteTestCase. (dcantrell)
- Add DeviceStrTestCase, disable DeviceDestroyTestCase. (dcantrell)
- Add DeviceDestroyTestCase and DeviceCacheRemoveTestCase. (dcantrell)
- Implemented ConstraintIsSolutionTestCase(). (dcantrell)
- Implement ConstraintSolveMaxTestCase(). (dcantrell)
- Implement ConstraintSolveNearestTestCase(). (dcantrell)
- Correct py_ped_file_system_probe_specific() for NULL returns. (dcantrell)
- Implement FileSystemProbeSpecificTestCase(). (dcantrell)
- Implement FileSystemProbeTestCase(). (dcantrell)
- Add RequiresFileSystem to tests/_ped/baseclass.py. (dcantrell)
- Add disk alignment test cases in test_ped.py. (dcantrell)
- Fix CHSGeometryStrTestCase(). (dcantrell)
- Fix ConstraintDuplicateTestCase...finally. (dcantrell)
- Put a deprecation warning in py_ped_constraint_duplicate(). (dcantrell)
- Note that we need parted from Fedora for pyparted. (dcantrell)
- Fix UnitGetSizeTestCase in _ped test cases for _ped.UNIT_PERCENT.
    (dcantrell)
- Add testcase for new _ped disk get_partition_alignment method (hdegoede)
2009-12-19 22:37:23 +00:00
David Cantrell
b1c17eebb0 - Upgrade to pyparted-2.4: Use PedDevice length instead of DIY (#532023)
(hdegoede) Use sectorSize not physicalSectorSize for size calculations
    (hdegoede)
2009-11-07 02:13:05 +00:00
David Cantrell
9b8402c509 - Upgrade to pyparted-2.3: Remove root user requirement in _ped Add
testcases for new _ped device methods Add python wrapper for new
    PedDisk partition alignment info function Add support for new PedDisk
    parition alignment info function Add python wrappers for new PedDevice
    alignment info functions Add support for new PedDevice alignment info
    functions Fix a whole pile of test cases. Remove
    ped_disk_commit_to_dev() call from py_ped_disk_new_fresh() Fix error in
    Constraint __str__ method Make _ped_Device2PedDevice properly set /
    throw exceptions Fixup various errorhandling issues in pydisk.c Add
    missing _ped_Device2PedDevice() retval checks Use libparted commit()
    for parted.disk.Disk.commit() (hdegoede).
- BR parted-devel >= 1.9.0-20
2009-11-04 00:09:50 +00:00
David Cantrell
a005b3660f - Upgrade to pyparted-2.2: Fixes PedDisk2_ped_Disk() and avoids losing disk
label data in the conversion process (#526999)
2009-10-03 02:57:04 +00:00
Christopher Edward Lumens
2dea6a327e New version. 2009-08-17 17:50:50 +00:00
David Cantrell
e10901d0d3 - Upgrade to pyparted-2.1.1 2009-08-04 22:50:04 +00:00
David Cantrell
9fff8b1d68 - Upgrade to pyparted-2.1.0, requires parted-1.9.0-1 or higher 2009-07-17 00:55:14 +00:00
David Cantrell
0db2fe8a11 - Upgrade to pyparted-2.0.12 2009-04-15 03:18:53 +00:00
David Cantrell
0fd663d46d - Upgrade to pyparted-2.0.11 2009-04-13 19:52:59 +00:00
David Cantrell
25601b6bf6 - Upgrade to pyparted-2.0.10 Fix LVM problems around parted.Disk.commit()
(#491746)
2009-04-04 02:23:40 +00:00
David Cantrell
ab58df1c75 - Upgrade to pyparted-2.0.9 2009-03-24 03:56:43 +00:00
David Cantrell
fcbdfa62cc - Upgrade to pyparted-2.0.8 2009-03-21 03:32:51 +00:00
David Cantrell
2a2658fda1 - Upgrade to pyparted-2.0.7 2009-03-20 04:37:02 +00:00
David Cantrell
916b3d1cbe - Upgrade to pyparted-2.0.6 2009-03-12 21:15:26 +00:00
David Cantrell
df84bef137 - Upgrade to pyparted-2.0.5 2009-03-06 01:08:32 +00:00
David Cantrell
fd17eda776 - Upgrade to pyparted-2.0.4 2009-03-01 04:52:04 +00:00
David Cantrell
7317a4acd0 - Upgrade to pyparted-2.0.3 2009-02-28 00:57:27 +00:00
David Cantrell
1c4bcb79f9 - Upgrade to pyparted-2.0.2 2009-02-26 00:52:12 +00:00
David Cantrell
5bbb1ea594 - Upgrade to pyparted-2.0.1 (#485632) 2009-02-17 02:27:35 +00:00
David Cantrell
52ecb3e45f - Upgrade to pyparted-2.0.0 2009-02-12 22:05:51 +00:00
David Cantrell
729b95cda5 - Update license tag to indicate GPL v2 or later
- Update URLs to point to new upstream location
2007-08-10 20:53:52 +00:00
David Cantrell
6d8e338d3c - Clean up wording in package description (#226337)
- BR pkgconfig (#226337)
2007-06-14 19:21:27 +00:00
David Cantrell
b5611c1e83 - Merge review (#226337) 2007-06-14 18:41:16 +00:00
David Cantrell
8370f2a176 - Merge review (#226337) 2007-04-20 16:47:47 +00:00
David Cantrell
c98a129397 - Merge review (#226337) 2007-04-20 15:40:18 +00:00
David Cantrell
6436aba4ef - Merge review (#226337) 2007-04-20 15:37:57 +00:00
David Cantrell
3b0425297c - Define and use python_sitearch rather than python_sitelib 2007-02-08 17:34:10 +00:00
David Cantrell
79c917f8f0 - Use preferred BuildRoot (package review)
- Define and use python_sitelib macro (package review)
2007-02-08 16:45:53 +00:00
David Cantrell
089e24009a - Required parted-1.8.2 or higher 2007-01-12 20:20:41 +00:00
Jeremy Katz
1eb69f19fa auto-import pyparted-1.8.2-1 on branch devel from pyparted-1.8.2-1.src.rpm 2007-01-10 20:49:42 +00:00
David Cantrell
b1290feb4e - Determine Python version to use in %build so the source RPM is more
easily moved between distribution releases.
2006-11-30 21:04:55 +00:00
David Cantrell
421d70fd19 - Bump version to 1.8.0 and require parted >= 1.8.0
- Remove python-abi Requires line since rpm handles that automatically
2006-11-17 21:13:26 +00:00
David Cantrell
27b0c19b4c - Include parted/constraint.h in required header files
Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-2
- Require parted-1.7.1 or higher
2006-08-30 18:23:22 +00:00
David Cantrell
5c08df1774 Bump version. 2006-07-25 17:26:46 +00:00
David Cantrell
d10396acf6 Bump version. 2006-05-29 14:37:54 +00:00
David Cantrell
ee3003ed98 Bump version. 2006-05-19 20:50:30 +00:00
Peter Jones
5d6be88549 update to new version 2005-11-11 22:16:36 +00:00
Christopher Edward Lumens
ebabddc81a Updated for gcc4 and python2.4. Fixed build warnings. 2005-03-16 20:19:15 +00:00
Jeremy Katz
be1469162f - add support for sx8 devices 2004-12-14 21:48:12 +00:00
cvsdist
3bf261b6ea auto-import changelog data from pyparted-1.6.8-1.src.rpm
Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-1
- update for new parted ABI
- device -> heads, sectors, cylinders now refer to the bios geometry
- require parted >= 1.6.12
2004-09-09 10:58:06 +00:00