#14423 closed enhancement (fixed)
python-2.7.4
Reported by: | vbraun | Owned by: | jdemeyer |
---|---|---|---|
Priority: | major | Milestone: | sage-5.10 |
Component: | packages: standard | Keywords: | |
Cc: | jdemeyer, jpflori | Merged in: | sage-5.10.beta1 |
Authors: | Volker Braun | Reviewers: | Jeroen Demeyer |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #14477 | Stopgaps: |
Description (last modified by )
The new bugfix release for python-2.7 is out.
New spkg: http://boxen.math.washington.edu/home/jdemeyer/spkg/python-2.7.4.p0.spkg
Attachments (2)
Change History (16)
comment:1 Changed 8 years ago by
- Cc jdemeyer added
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 8 years ago by
- Status changed from needs_review to needs_work
comment:3 Changed 8 years ago by
- Description modified (diff)
- Reviewers set to Jeroen Demeyer
comment:4 Changed 8 years ago by
- Status changed from needs_work to needs_review
comment:5 Changed 8 years ago by
- Status changed from needs_review to positive_review
Looks good to me...
comment:6 Changed 8 years ago by
- Status changed from positive_review to needs_work
I'm not entirely sure, but this seems to cause
sage -t --long devel/sage/sage/misc/prandom.py ********************************************************************** File "devel/sage/sage/misc/prandom.py", line 320, in sage.misc.prandom.vonmisesvariate Failed example: [vonmisesvariate(1.0r, 3.0r) for i in range(1, 5)] Expected: [0.8983286393554258, 0.6718030007041285, 2.0308777524813397, 1.714325253725145...] Got: [0.898328639355427, 0.6718030007041281, 2.0308777524813393, 1.714325253725145] **********************************************************************
comment:7 Changed 8 years ago by
- Description modified (diff)
- Status changed from needs_work to needs_review
Looks like vonmisesvariate
was changed to RNDN
rounding mode. Oh well...
comment:8 Changed 8 years ago by
- Cc jpflori added
- Description modified (diff)
Changed 8 years ago by
comment:9 Changed 8 years ago by
Positive review to your patch.
Volker: I added a patch to the spkg to get rid of the silly warnings about -Wstrict-prototypes
not being valid for C++. Please review (spkg diff here)
comment:10 Changed 8 years ago by
- Status changed from needs_review to positive_review
Sounds good to me.
comment:11 Changed 8 years ago by
- Dependencies set to #14477
- Milestone changed from sage-5.10 to sage-pending
There is a problem with (non-)sorting of SQL query results: #14477.
comment:12 Changed 8 years ago by
- Milestone changed from sage-pending to sage-5.10
comment:13 Changed 8 years ago by
- Merged in set to sage-5.10.beta1
- Resolution set to fixed
- Status changed from positive_review to closed
comment:14 Changed 8 years ago by
Upgrade to 2.7.5 is #14600.
Note: See
TracTickets for help on using
tickets.
You must keep the order in
patches/ncurses-issue_9665.patch
:configure.ac
should be patched first, thenconfigure
, otherwiseMakefile
will think it needs to runautoconf
again.