From 091d8f1f8f6b35949530d8e66d85b838cfd03509 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 17 Jan 2011 13:16:36 -1000 Subject: [PATCH] - 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) --- .gitignore | 2 +- pyparted.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 896a8e9..fe305a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -pyparted-3.4.tar.gz +pyparted-3.5.tar.gz diff --git a/pyparted.spec b/pyparted.spec index b33e33c..16b938c 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -2,8 +2,8 @@ Summary: Python module for GNU parted Name: pyparted -Version: 3.4 -Release: 3%{?dist} +Version: 3.5 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://fedorahosted.org/pyparted @@ -14,9 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRequires: python-devel BuildRequires: parted-devel >= 2.1 BuildRequires: pkgconfig -BuildRequires: python-decorator - -Requires: python-decorator %description Python module for the parted library. It is used for manipulating @@ -44,6 +41,12 @@ rm -rf %{buildroot} %{python_sitearch}/parted %changelog +* Mon Jan 17 2011 David Cantrell - 3.5-1 +- 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) + * Wed Jul 21 2010 David Malcolm - 3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index d68a00c..2782b7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc064f12110a6f0d0c236ee7b18fee88 pyparted-3.4.tar.gz +aa3d68da99331a923bf8a7e21e6e6970 pyparted-3.5.tar.gz