diff --git a/.cvsignore b/.cvsignore index a9da492..a1809ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ pyparted-2.4.tar.gz +pyparted-2.5.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 41e1b4f..8784ea1 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -2,7 +2,7 @@ Summary: Python module for GNU parted Name: pyparted -Version: 2.4 +Version: 2.5 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -12,7 +12,7 @@ Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -BuildRequires: parted-devel >= 1.9.0-20 +BuildRequires: parted-devel >= 1.9.0-24 BuildRequires: pkgconfig BuildRequires: python-decorator @@ -44,6 +44,40 @@ partition tables. %{python_sitearch}/parted %changelog +* Sat Dec 19 2009 David Cantrell - 2.5-1 +- 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) + * Fri Nov 06 2009 David Cantrell - 2.4-1 - Upgrade to pyparted-2.4: Use PedDevice length instead of DIY (#532023) (hdegoede) diff --git a/sources b/sources index dbb7e86..17482a2 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ f244958142c9fd3ff5ee95f578e2f76d pyparted-2.4.tar.gz +af74247bbe7cd13ef263f4b450d21854 pyparted-2.5.tar.gz