Re: [sage-release] Sage 7.0.beta2 released

2016-01-05 Thread John Cremona
On 5 January 2016 at 16:32, Volker Braun  wrote:
> I don't have a sage/local/lib/python2.7/site-packages/flaskext module nor is
> it on pip; Where is it from?

I don't know, but I install various modules including Flask in order
to use (and develop) the LMFDB.  See:

$ ./sage -pip freeze | grep Flask
You are using pip version 6.1.1, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Flask==0.10.1
Flask-AutoIndex==0.5
Flask-Babel==0.9
Flask-Cache==0.13.1
Flask-Login==0.2.11
Flask-Markdown==0.3
Flask-OldSessions==0.10
Flask-OpenID==1.2.5
Flask-Silk==0.2

John

>
>
> On Tuesday, January 5, 2016 at 4:17:50 PM UTC+1, John Cremona wrote:
>>
>> On 5 January 2016 at 09:22, Daniel Krenn  wrote:
>> > On 2015-12-30 16:59, Volker Braun wrote:
>> >> As always, you can get the latest beta version from the "develop" git
>> >> branch. Alternatively, the self-contained source tarball is at
>> >> http://www.sagemath.org/download-latest.html
>> >
>> > make ptestlong was successful on Linux Mint 17.2.
>>
>> I have two similar test failures:
>>
>> src/sage/combinat/cluster_algebra_quiver/quiver.py
>> src/sage/symbolic/expression.pyx
>>
>> like this:
>> File "src/sage/symbolic/expression.pyx", line 11688, in
>> sage.symbolic.expression.get_dynamic_class_for_function
>> Failed example:
>> import sagenb.misc.support as s
>> Expected nothing
>> Got:
>> doctest:186: ImportWarning: Not importing directory
>> '/home/jec/sage/local/lib/python2.7/site-packages/flaskext': missing
>> __init__.py
>>
>> though when I run from the command line that import statement works
>> fine.  The error message looks as if it is related to flask, which I
>> do have installed (but import flask by itself is also fine).  The
>> directory /home/jec/sage/local/lib/python2.7/site-packages/flaskext
>> contains just 2 files, markdown.py  markdown.pyc
>> .
>>
>> John
>>
>>
>>
>>
>> >
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "sage-release" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an email to sage-release...@googlegroups.com.
>> > To post to this group, send email to sage-r...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/sage-release.
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-release+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-release@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta2 released

2016-01-05 Thread Volker Braun
I don't have a sage/local/lib/python2.7/site-packages/flaskext module nor 
is it on pip; Where is it from?


On Tuesday, January 5, 2016 at 4:17:50 PM UTC+1, John Cremona wrote:
>
> On 5 January 2016 at 09:22, Daniel Krenn  
> wrote: 
> > On 2015-12-30 16:59, Volker Braun wrote: 
> >> As always, you can get the latest beta version from the "develop" git 
> >> branch. Alternatively, the self-contained source tarball is at 
> >> http://www.sagemath.org/download-latest.html 
> > 
> > make ptestlong was successful on Linux Mint 17.2. 
>
> I have two similar test failures: 
>
> src/sage/combinat/cluster_algebra_quiver/quiver.py 
> src/sage/symbolic/expression.pyx 
>
> like this: 
> File "src/sage/symbolic/expression.pyx", line 11688, in 
> sage.symbolic.expression.get_dynamic_class_for_function 
> Failed example: 
> import sagenb.misc.support as s 
> Expected nothing 
> Got: 
> doctest:186: ImportWarning: Not importing directory 
> '/home/jec/sage/local/lib/python2.7/site-packages/flaskext': missing 
> __init__.py 
>
> though when I run from the command line that import statement works 
> fine.  The error message looks as if it is related to flask, which I 
> do have installed (but import flask by itself is also fine).  The 
> directory /home/jec/sage/local/lib/python2.7/site-packages/flaskext 
> contains just 2 files, markdown.py  markdown.pyc 
> . 
>
> John 
>
>
>
>
> > 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "sage-release" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sage-release...@googlegroups.com . 
> > To post to this group, send email to sage-r...@googlegroups.com 
> . 
> > Visit this group at https://groups.google.com/group/sage-release. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta2 released

2016-01-05 Thread John Cremona
On 5 January 2016 at 09:22, Daniel Krenn  wrote:
> On 2015-12-30 16:59, Volker Braun wrote:
>> As always, you can get the latest beta version from the "develop" git
>> branch. Alternatively, the self-contained source tarball is at
>> http://www.sagemath.org/download-latest.html
>
> make ptestlong was successful on Linux Mint 17.2.

I have two similar test failures:

src/sage/combinat/cluster_algebra_quiver/quiver.py
src/sage/symbolic/expression.pyx

like this:
File "src/sage/symbolic/expression.pyx", line 11688, in
sage.symbolic.expression.get_dynamic_class_for_function
Failed example:
import sagenb.misc.support as s
Expected nothing
Got:
doctest:186: ImportWarning: Not importing directory
'/home/jec/sage/local/lib/python2.7/site-packages/flaskext': missing
__init__.py

though when I run from the command line that import statement works
fine.  The error message looks as if it is related to flask, which I
do have installed (but import flask by itself is also fine).  The
directory /home/jec/sage/local/lib/python2.7/site-packages/flaskext
contains just 2 files, markdown.py  markdown.pyc
.

John




>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-release@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage 7.0.beta2 released

2015-12-30 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git 
branch. Alternatively, the self-contained source tarball is at 
http://www.sagemath.org/download-latest.html

As mentioned before, there are no incremental updates from 6.x. You need to 
compile from scratch, e.g. after cleaning with "make distclean" or "git 
clean -f -d -x". If you are still working on tickets based on 6.x then you 
might want to use a separate git tree for sage 7.

036455f Updated Sage version to 7.0.beta2
0f9756f Trac #19798: fix zeta on the universal cyclotomic field
158b8f0 Trac #19800: Lrslib drops LDFLAGS
c65b468 Trac #19752: bugfix hyperbolic_arc
24a69d4 Trac #16198: allow constant != 1 in log(power series)
5f93a14 Trac #19796: Simplify build of interpreters by skipping header files
68ad480 Trac #19645: Remove redundant depends
82ff526 Trac #18225: Missing polytopes in the library
464e76b Trac #17830: Comparison of number field elements dependent of real 
embedding
bc4faec Trac #19768: Optimize cache_key()
4e1c707 Trac #19736: pexpect: call send() just once in sendline()
a84c053 Trac #19789: Capital letters for "cartesian"
a2ea88a Trac #19788: Capital letters for "eulerian" and "hamiltonian"
1ced742 Trac #19763: Fix error handling in git_trac
448eed1 Trac #18936: Poset plot won't accept heights argument
204715a Trac #19773: update gap, libgap, and corr. optional packages to 
version 4.7.9
bf7324e Trac #19754: Upgrade to GCC 4.9.3
9ffb8ec Trac #19715: ATLAS should skip "fast" configuration if it is not 
implemented
ce17905 Trac #19565: develop manual : use develop instead of master
7f1a923 Trac #16647: Remove java3d
6e71297 Trac #19784: Trivial optional doctest fixes
b66393a Trac #19782: Symlink lib64 -> lib
5ffed98 Trac #19704: Build generic MPIR on ppc64le
a2e98f7 Trac #19772: The empty word should not be Lyndon
ff436ce Trac #19771: Coefficient coercion for Steenrod algebra coproducts
b6b70d0 Trac #19610: Fix dependencies on PARI
9d70cc8 Trac #19555: Implement a containment for cartesian_product
5da70ff Trac #15804: Add lift_centered for more classes
89235a8 Trac #19384: Type B rigged configuration bijection doesn't work 
when spinor is not the only leftmost factor
45d940c Updated Sage version to 7.0.beta1

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta2 released

2015-12-30 Thread Justin C. Walker

> On Dec 30, 2015, at 10:59, Volker Braun  wrote:
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html

Built from the tarball on OS X 10.10.5 (Quad core Core i7).  No problems and 
all tests (‘ptestlong’) passed.

Justin


--
Justin C. Walker, Curmudgeon at Large
Director
Institute for the Enhancement of the Director's income
---
--
They said it couldn't be done, but sometimes,
it doesn't work out that way.
  - Casey Stengel
--



-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta2 released

2015-12-30 Thread Jeroen Demeyer

On 2015-12-30 16:59, Volker Braun wrote:

As mentioned before, there are no incremental updates from 6.x.
There are even no incremental updates from 7.0.beta0 or 7.0.beta1: you 
need "make distclean" again.


--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta2 released

2015-12-30 Thread Rob Beezer

On SageMathCloud, built from source, passes long tests ("ptestlong").

Development Images and Build Logs available at:
https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/ 


--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.