summaryrefslogtreecommitdiffstats
path: root/python-execnet.spec
diff options
context:
space:
mode:
authorOrion Poplawski <orion@nwra.com>2014-06-18 12:06:58 -0600
committerOrion Poplawski <orion@nwra.com>2014-06-18 12:06:58 -0600
commit8c117d15a850987fc44799c8f966f78109be6c3b (patch)
treebcf928cc7f3dbec14b0b61769808124e03d11ae5 /python-execnet.spec
parentb7de25d36ab85a7430051f66c49e97b2878725c5 (diff)
downloadpython-execnet-8c117d15a850987fc44799c8f966f78109be6c3b.tar.gz
python-execnet-8c117d15a850987fc44799c8f966f78109be6c3b.tar.xz
python-execnet-8c117d15a850987fc44799c8f966f78109be6c3b.zip
Add patch to fix failing test with old pytest on EL7
Diffstat (limited to 'python-execnet.spec')
-rw-r--r--python-execnet.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/python-execnet.spec b/python-execnet.spec
index e5eaa64..4a2554e 100644
--- a/python-execnet.spec
+++ b/python-execnet.spec
@@ -9,7 +9,7 @@
Name: python-%{srcname}
Version: 1.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Elastic Python Deployment
Group: Development/Languages
# package is now under the MIT license, (although the docs still say
@@ -22,6 +22,8 @@ Source0: http://pypi.python.org/packages/source/e/%{srcname}/%{srcname}-%
Patch0: python-execnet-fix-test-channel-on-python-3.4.patch
# https://bitbucket.org/hpk42/execnet/pull-request/11/remove-redudant-print-statement/diff
Patch1: python-execnet-remove-redundant-print-statement.patch
+# pytest is too old in EL7 - this patch removes the failing @needssymlink decorator
+Patch2: python-execnet-needssymlink.patch
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -77,6 +79,7 @@ minimal and fast API targetting the following uses:
%setup -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1
+%patch2 -p1
# remove shebangs and fix permissions
find . -type f -a \( -name '*.py' -o -name 'py.*' \) \
@@ -138,6 +141,9 @@ popd
%changelog
+* Wed Jun 18 2014 Orion Poplawski <orion@cora.nwra.com> - 1.2.0-4
+- Add patch to fix failing test with old pytest on EL7
+
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild