Opened 6 years ago
Last modified 6 years ago
#20596 closed enhancement
Upgrade to Cython 0.25 — at Version 25
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.5 |
Component: | cython | Keywords: | |
Cc: | robertwb | Merged in: | |
Authors: | Jeroen Demeyer | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/jdemeyer/ticket/20596 (Commits, GitHub, GitLab) | Commit: | 6a9474b4bffa3eb8f37ca9baf35fc7bfad57772c |
Dependencies: | #21697, #21600 | Stopgaps: |
Description (last modified by )
Cython 0.25 is not released yet, but this branch collects changes that need to be made to Sage.
Cython 0.25 breaks pyzmq
, fixed by a pyzmq
upgrade: #21697.
Change History (25)
comment:1 Changed 6 years ago by
- Branch set to u/jdemeyer/ticket/20596
comment:2 Changed 6 years ago by
- Commit set to 60788fd4218490e832ae5c8abf46d89ba6a7b280
- Description modified (diff)
- Milestone changed from sage-7.3 to sage-pending
- Status changed from new to needs_review
comment:3 Changed 6 years ago by
- Commit changed from 60788fd4218490e832ae5c8abf46d89ba6a7b280 to 51c0bcb32e39a2e75624e0606cc0aead3b1d5ccc
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
51c0bcb | Work around Cython bug #879
|
comment:4 Changed 6 years ago by
- Commit changed from 51c0bcb32e39a2e75624e0606cc0aead3b1d5ccc to 766dfb07a3012d4523d1af3d275de19003bcacc3
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
766dfb0 | Work around Cython bug #879
|
comment:5 Changed 6 years ago by
- Cc robertwb added
- Description modified (diff)
- Summary changed from Work around Cython bug #879 to Work around Cython bug #1433
comment:6 Changed 6 years ago by
- Description modified (diff)
- Report Upstream changed from Reported upstream. No feedback yet. to N/A
- Status changed from needs_review to needs_work
- Summary changed from Work around Cython bug #1433 to Upgrade to Cython 0.25
comment:7 Changed 6 years ago by
- Commit changed from 766dfb07a3012d4523d1af3d275de19003bcacc3 to 6e1a932ceae175c3bc84f0990cde8b98b6cb96e8
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
6e1a932 | Move directives to cythonize() call
|
comment:8 Changed 6 years ago by
- Description modified (diff)
comment:9 Changed 6 years ago by
- Commit changed from 6e1a932ceae175c3bc84f0990cde8b98b6cb96e8 to 699f1f8cb34d702ebde8522c538a51074fdb597f
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
699f1f8 | Move old_style_globals to modules; other directives to cythonize() call
|
comment:10 Changed 6 years ago by
- Commit changed from 699f1f8cb34d702ebde8522c538a51074fdb597f to 42d3e05a07150993f976a0647fd63aa330b76fd5
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
42d3e05 | Move old_style_globals to modules; other directives to cythonize() call
|
comment:11 Changed 6 years ago by
- Commit changed from 42d3e05a07150993f976a0647fd63aa330b76fd5 to 00cd961942d1a11f0e36e06f651fcf1c6a79a60f
Branch pushed to git repo; I updated commit sha1. New commits:
00cd961 | Fix build of pyzmq with Cython 0.25
|
comment:12 Changed 6 years ago by
- Commit changed from 00cd961942d1a11f0e36e06f651fcf1c6a79a60f to b888466a9f1b1c4d55e1bb71836efa6b29d0b866
comment:13 Changed 6 years ago by
- Description modified (diff)
- Type changed from defect to enhancement
comment:14 Changed 6 years ago by
- Description modified (diff)
comment:15 Changed 6 years ago by
- Commit changed from b888466a9f1b1c4d55e1bb71836efa6b29d0b866 to 547424765e2e2e89a6b0154516f351238345abec
comment:16 Changed 6 years ago by
- Description modified (diff)
comment:17 Changed 6 years ago by
- Dependencies set to #21441
comment:18 Changed 6 years ago by
- Commit changed from 547424765e2e2e89a6b0154516f351238345abec to fffc8d84da79c74fab949500e31f23d48ac67332
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
ccd9442 | Add a sage-pip-install wrapper for pip which handles uninstallation better.
|
29957fa | Various fixes and simplifications to sage-pip-install
|
783cd7d | Re-install all pip-installed packages
|
8fd8273 | Fix various dependencies
|
a81f0b9 | Fix build of pyzmq with Cython 0.25
|
07badbe | Upgrade Cython to version 0.25
|
fffc8d8 | Move old_style_globals to modules; other directives to cythonize() call
|
comment:19 Changed 6 years ago by
- Dependencies changed from #21441 to #21697
comment:20 Changed 6 years ago by
- Description modified (diff)
comment:21 Changed 6 years ago by
- Dependencies changed from #21697 to #21697, #21600
comment:22 Changed 6 years ago by
- Commit changed from fffc8d84da79c74fab949500e31f23d48ac67332 to ffbfdb84b76e8878c02e31a65afd6f512c2801f8
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
636b22a | Upgrade to pyzmq 16.0.0
|
5ba95ed | Clean up stale installed files in install command
|
35ecf4b | Run cythonize() inside build_ext command
|
2b5fa98 | Copy extra files to build directory instead of using data_files
|
dfcd817 | extra_files -> sage_build_ext.cythonized_files
|
3d1cb63 | Merge commit 'dfcd8177447c7eab491569f08777f585deda93ee' into t/20596/ticket/20596
|
a78498d | Upgrade Cython to version 0.25
|
ffbfdb8 | Move old_style_globals to individual modules
|
comment:23 Changed 6 years ago by
- Description modified (diff)
comment:24 Changed 6 years ago by
- Commit changed from ffbfdb84b76e8878c02e31a65afd6f512c2801f8 to 6a9474b4bffa3eb8f37ca9baf35fc7bfad57772c
comment:25 Changed 6 years ago by
- Description modified (diff)
- Milestone changed from sage-pending to sage-7.5
New commits:
Work around Cython bug #879