From 9b8402c509ea6979f903d010c148525ab5a2e4dd Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 4 Nov 2009 00:09:50 +0000 Subject: [PATCH] - 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 --- .cvsignore | 2 +- pyparted.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index a0feaa6..343f95b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyparted-2.2.tar.gz +pyparted-2.3.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 9594a16..743dca7 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -2,7 +2,7 @@ Summary: Python module for GNU parted Name: pyparted -Version: 2.2 +Version: 2.3 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries diff --git a/sources b/sources index 61239d8..844ce88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb661435b7fce7bf773197c9aa2ad0ce pyparted-2.2.tar.gz +7f5d06bd6336f3a699840d8639ab8a0d pyparted-2.3.tar.gz