Bug 1406905 - Please consider adding a sagemath patch to Cython
Summary: Please consider adding a sagemath patch to Cython
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Cython
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Becker
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-21 19:23 UTC by Paulo Andrade
Modified: 2016-12-25 01:50 UTC (History)
3 users (show)

Fixed In Version: Cython-0.25.2-3.fc25
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-25 01:50:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.