Bug 1406905

Summary: Please consider adding a sagemath patch to Cython
Product: [Fedora] Fedora Reporter: Paulo Andrade <paulo.cesar.pereira.de.andrade>
Component: CythonAssignee: Neal Becker <ndbecker2>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ignatenko, ndbecker2, steve.traylen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Cython-0.25.2-3.fc25 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-25 01:50:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paulo Andrade 2016-12-21 19:23:30 UTC
https://github.com/cython/cython/pull/483

  For newer sagemath packages (still WIP, not in git),
I defined a

%bcond_without cython_hack

and now only apply the above patch, as other required
patches are already in f25+ cython:

%if %{with cython_hack}
    export PYTHONPATH=%{_builddir}%{python_sitearch}:$PYTHONPATH
    cp -far %{python_sitearch}/Cython %{_builddir}%{python_sitearch}
    BASE=$PWD/build/pkgs/cython/patches/
    pushd %{_builddir}%{python_sitearch}
	for PATCH in pxi_sys_path.patch
	do
	    patch -p1 < $BASE/$PATCH
	done
    popd
%endif

Comment 1 Fedora Update System 2016-12-22 08:47:44 UTC
Cython-0.25.2-3.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-825aad67f7

Comment 2 Fedora Update System 2016-12-22 19:20:57 UTC
Cython-0.25.2-3.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-825aad67f7

Comment 3 Fedora Update System 2016-12-25 01:50:39 UTC
Cython-0.25.2-3.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.