test__ped_filesystem.py for for Python 2 vs 3. (dcantrell)

This commit is contained in:
David Cantrell 2015-08-27 16:01:54 -04:00
parent 6848d4babc
commit 01446019c7
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pyparted-3.10.6.tar.gz
/pyparted-3.10.7.tar.gz

View File

@ -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 <dcantrell@redhat.com> - 3.10.7-1
- test__ped_filesystem.py for for Python 2 vs 3. (dcantrell)
* Thu Aug 27 2015 David Cantrell <dcantrell@redhat.com> - 3.10.6-1
- Use sys.exit instead of os._exit with pocketlint. (clumens)
- Use addCleanup instead of tearDown for removing temp-device. (clumens)

View File

@ -1 +1 @@
7ac7979033b25b819e1fc193e7ac912b pyparted-3.10.6.tar.gz
fa09a5a416500e6bd0f63c9c12caf2bb pyparted-3.10.7.tar.gz