From 01446019c7899b70d4dfa1c51de89f641dbe70dd Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 27 Aug 2015 16:01:54 -0400 Subject: [PATCH] test__ped_filesystem.py for for Python 2 vs 3. (dcantrell) --- .gitignore | 1 + pyparted.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 65394e9..6911680 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyparted-3.10.6.tar.gz +/pyparted-3.10.7.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 49cf663..162a38b 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -3,14 +3,13 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 -Version: 3.10.6 -Release: 1%{?dist}.dlc +Version: 3.10.7 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://github.com/dcantrell/%{name} Source0: https://github.com/dcantrell/%{name}/releases/%{name}-%{version}.tar.gz -Patch0: patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRequires: python-devel @@ -37,7 +36,6 @@ partition tables. This package provides Python 3 bindings for parted. %prep %setup -q -%patch0 -p1 %if 0%{?with_python3} rm -rf %{py3dir} @@ -92,6 +90,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Aug 27 2015 David Cantrell - 3.10.7-1 +- test__ped_filesystem.py for for Python 2 vs 3. (dcantrell) + * Thu Aug 27 2015 David Cantrell - 3.10.6-1 - Use sys.exit instead of os._exit with pocketlint. (clumens) - Use addCleanup instead of tearDown for removing temp-device. (clumens) diff --git a/sources b/sources index a2b2028..9f457bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ac7979033b25b819e1fc193e7ac912b pyparted-3.10.6.tar.gz +fa09a5a416500e6bd0f63c9c12caf2bb pyparted-3.10.7.tar.gz