#1 Workaround for possible python3 self-test failures
Merged 6 years ago by kevin. Opened 6 years ago by merlinm.
Unknown source master  into  master

file modified
+8 -1
@@ -2,11 +2,14 @@

  

  %if 0%{?fedora} || 0%{?rhel} > 7

  %global with_python3 1

+ # Override py3dir to avoid potential troublesome characters in path

+ # (such as "+") that can cause test_http self-test errors

+ %global py3dir %{_builddir}/python3-%{name}-%{version}

  %endif

  

  Name:           python-webtest

  Version:        2.0.29

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Helper to test WSGI applications

  

  Group:          Development/Languages
@@ -136,6 +139,10 @@

  %endif

  

  %changelog

+ * Fri Feb 23 2018 Merlin Mathesius <mmathesi@redhat.com> - 2.0.29-3

+ - Override py3dir to avoid potential troublesome characters in path

+   (such as "+") that can cause test_http self-test errors

+ 

  * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.29-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

  

Override %{py3dir} to avoid potential troublesome characters in path (such as +--that may appear in the %{dist} tag) that can cause test_http self-test errors that will cause FTBFS when building for python3.

Successful Rawhide scratch build of this update: https://koji.fedoraproject.org/koji/taskinfo?taskID=25272140

Pull-Request has been merged by kevin

6 years ago