Re: [sage-release] 7.1.beta1 released

2016-01-31 Thread Jeroen Demeyer

On 2016-01-30 11:45, Volker Braun wrote:

The mapping package <-> tarball is uniquely determined by checksums.ini
and package_version.txt, no guessing required.


But the checksums.ini file is *generated* by sage-fix-pkg-checksums. So 
this cannot really work.


--
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] 7.1.beta1 released

2016-01-30 Thread Jeroen Demeyer

On 2016-01-30 06:34, Dima Pasechnik wrote:

I did not want to increase the version, as it would mean to indicate a
newer version of cliquer, and it's arguably the same, as far as the
functionality goes.


You could have called it dimacliquer-1.21 or something...

--
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] 7.1.beta1 released

2016-01-30 Thread Nathann Cohen
>> I did not want to increase the version, as it would mean to indicate a
>> newer version of cliquer, and it's arguably the same, as far as the
>> functionality goes.
>
> You could have called it dimacliquer-1.21 or something...

I think that' s what the .p1, .p2, .p are useful for. So
that the name/version does not change, and still match upstream, even
when we touch the tarballs.

Nathann

-- 
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] 7.1.beta1 released

2016-01-30 Thread Volker Braun
This is now fixed in http://trac.sagemath.org/ticket/19984 (needs review)

-- 
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] 7.1.beta1 released

2016-01-30 Thread Volker Braun
On Saturday, January 30, 2016 at 9:28:06 AM UTC+1, Jeroen Demeyer wrote:
>
> How should sage-fix-pkg-checksums then figure out what the right tarball 
> is? I see no other way than just guessing...
>

The mapping package <-> tarball is uniquely determined by checksums.ini and 
package_version.txt, no guessing required. It is implemented in the 
sage_bootstrap library and exposed on the commandline as:

$ sage --package tarball cliquer
cliquer-1.21.tar.gz
$ sage --package name cliquer-1.21.tar.gz
cliquer

-- 
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] 7.1.beta1 released

2016-01-30 Thread Michael Orlitzky
On 01/30/2016 05:31 AM, Jeroen Demeyer wrote:
> On 2016-01-30 10:32, Nathann Cohen wrote:
>> I think that' s what the .p1, .p2, .p are useful for.
> No. The .p1... is for adding patches or changing spkg-install with the 
> *same* tarball.
> 

The "patch level" or "revision" suffix that all package repos use
ultimately means "I have made some change to this package that the
package manager should care about." There are long lists of guidelines
for when to make a new revision, but that's what it comes down to.

Since we're only supposed to have one tarball per sage package, and our
package manager clearly cares (as evidenced by this error) about that, I
think it's well within the spirit of the thing to add a .p1 when
changing the tarball name.

-- 
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] 7.1.beta1 released

2016-01-29 Thread Jeroen Demeyer

cliquer-1.21.p3

Setting up build directory for cliquer-1.21.p3
Finished set up

[...]

Applying patches...
Configuring...
./spkg-install: line 24: ./configure: No such file or directory
Error configuring cliquer

--
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] 7.1.beta1 released

2016-01-29 Thread Jeroen Demeyer
This problem was caused by running sage-fix-pkg-checksums on 7.1.beta0 
with a newer version of cliquer in upstream/


So, it's perhaps not really a bug but it's annoying that there are 2 
cliquer tarballs in upstream/ with the same version number. I think the 
version number of cliquer should have been increased to avoid this 
confusion.


Jeroen.

--
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] 7.1.beta1 released

2016-01-28 Thread Dima Pasechnik


On Friday, 29 January 2016 05:13:03 UTC, Rob Beezer wrote:
>
> Did this get kicked out to the mirrors? 
>
> Nine hours on, and no luck at MIT nor Simon Fraser.  But perhaps I'm just 
> impatient. 
>
at least here it has arrived:
http://www.mirrorservice.org/sites/www.sagemath.org/devel/index.html 

>
> Rob 
>
> On 01/28/2016 12:42 PM, 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 
> > 
> > 2505dbc Updated Sage version to 7.1.beta1 
> > a62f35e Trac #19973: More trouble with immutable graphs 
> > 993cf5a Trac #19966: Implement infinity crystal of LS paths 
> > b6fa711 Trac #19957: Asymptotic ring: list plot comparing values 
> > a2cc401 Trac #19946: Asymptotic Ring: cannot construct 2^n when 
> coefficient ring 
> > is SR 
> > 8b9c5df Trac #19912: Bug in method *to_cyclotomic_field* for the 
> > UniversalCyclotomicField 
> > 13a348a Trac #19962: Remove function sage.rings.real_double.time_alloc 
> > 31603b6 Trac #19741: Fix coercions involving PolynomialQuotientRings 
> > 0035970 Trac #19961: mention rpow of asymptotic ring in module 
> doc/examples more 
> > prominently 
> > 5177da7 Trac #19511: q-ary symmetric channel class for coding theory 
> > e350608 Trac #19082: Elementary and special functions for complex balls 
> > b670e97 Trac #19967: fix or remove cliquer 
> > 196b020 Trac #19948: Upgrade to pynac-0.6.1 
> > 5003a1b Trac #19941: Rename rings.finite_rings.constructor to 
> > finite_field_constructor 
> > 1314798 Trac #19690: Add "Standard example" poset 
> > 1048b35 Trac #19586: Add is_cayley_graph 
> > 5e5936d Trac #18529: Topological manifolds: basics 
> > 5a10d4d Trac #19938: Fix typo in the documentation of 
> GapElement.__next__ in libgap 
> > 72827ef Trac #19932: Docbuild --no-tests fails in function without 
> docstring 
> > 95d25f0 Trac #19753: Minor typos in 6.10 
> > 6ac2802 Trac #19686: Category of posets: lower_set() broken 
> > 06bcf15 Trac #19551: Basic failures in projective product morphisms 
> > 4fa0ad6 Trac #19883: Let PARI handle its own stack 
> > 1be80ef Trac #19521: wrong inverse action when using 
> > ConstructionFunctor.coercion_reversed 
> > d655bb3 Trac #19940: Remove unused _set_parent_c and 
> _make_new_with_parent_c 
> > adaa604 Trac #19937: Implement generic __truediv__/__div__ and _div_ in 
> the 
> > Magmas.Unital category 
> > d0d99f0 Trac #19934: Remove redundant imports of 
> ParentWithGens/ParentWithBase 
> > 065a2f1 Trac #19933: MemoryInfo.rlimit_address_space() should return -1 
> for 
> > unlimited 
> > fd8b32a Trac #19931: exact_part for asymptotic expansions 
> > d675a03 Trac #19927: unsigned infinity not hashable 
> > 8ac9c89 Trac #19926: Fix iteration order of Coxeter groups 
> > e86654a Trac #19925: Star crystals 
> > 42e4b28 Trac #19922: pushout between real and complex interval fields 
> > 6115dac Trac #19921: Handle zero coefficients when converting asymptotic 
> rings 
> > 4fc3bb3 Trac #19920: More robust ring detection in matrix constructor 
> > 3a56461 Trac #19916: Add arb algorithm for Bernoulli numbers 
> > b599115 Trac #19306: common generators for asymptotic expansions 
> > 27a7d27 Trac #19259: subrings of the symbolic ring 
> > 49263e9 Trac #18133: Implement Orlik-Solomon algebra of an arrangement 
> > 5dcf8a0 Trac #15328: Filtered vector spaces and Klyachko bundles on 
> toric varieties 
> > d941d8d Updated Sage version to 7.1.beta0 
> > 
> > -- 
> > 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.


[sage-release] 7.1.beta1 released

2016-01-28 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

2505dbc Updated Sage version to 7.1.beta1
a62f35e Trac #19973: More trouble with immutable graphs
993cf5a Trac #19966: Implement infinity crystal of LS paths
b6fa711 Trac #19957: Asymptotic ring: list plot comparing values
a2cc401 Trac #19946: Asymptotic Ring: cannot construct 2^n when coefficient 
ring is SR
8b9c5df Trac #19912: Bug in method *to_cyclotomic_field* for the 
UniversalCyclotomicField
13a348a Trac #19962: Remove function sage.rings.real_double.time_alloc
31603b6 Trac #19741: Fix coercions involving PolynomialQuotientRings
0035970 Trac #19961: mention rpow of asymptotic ring in module doc/examples 
more prominently
5177da7 Trac #19511: q-ary symmetric channel class for coding theory
e350608 Trac #19082: Elementary and special functions for complex balls
b670e97 Trac #19967: fix or remove cliquer
196b020 Trac #19948: Upgrade to pynac-0.6.1
5003a1b Trac #19941: Rename rings.finite_rings.constructor to 
finite_field_constructor
1314798 Trac #19690: Add "Standard example" poset
1048b35 Trac #19586: Add is_cayley_graph
5e5936d Trac #18529: Topological manifolds: basics
5a10d4d Trac #19938: Fix typo in the documentation of GapElement.__next__ 
in libgap
72827ef Trac #19932: Docbuild --no-tests fails in function without docstring
95d25f0 Trac #19753: Minor typos in 6.10
6ac2802 Trac #19686: Category of posets: lower_set() broken
06bcf15 Trac #19551: Basic failures in projective product morphisms
4fa0ad6 Trac #19883: Let PARI handle its own stack
1be80ef Trac #19521: wrong inverse action when using 
ConstructionFunctor.coercion_reversed
d655bb3 Trac #19940: Remove unused _set_parent_c and _make_new_with_parent_c
adaa604 Trac #19937: Implement generic __truediv__/__div__ and _div_ in the 
Magmas.Unital category
d0d99f0 Trac #19934: Remove redundant imports of 
ParentWithGens/ParentWithBase
065a2f1 Trac #19933: MemoryInfo.rlimit_address_space() should return -1 for 
unlimited
fd8b32a Trac #19931: exact_part for asymptotic expansions
d675a03 Trac #19927: unsigned infinity not hashable
8ac9c89 Trac #19926: Fix iteration order of Coxeter groups
e86654a Trac #19925: Star crystals
42e4b28 Trac #19922: pushout between real and complex interval fields
6115dac Trac #19921: Handle zero coefficients when converting asymptotic 
rings
4fc3bb3 Trac #19920: More robust ring detection in matrix constructor
3a56461 Trac #19916: Add arb algorithm for Bernoulli numbers
b599115 Trac #19306: common generators for asymptotic expansions
27a7d27 Trac #19259: subrings of the symbolic ring
49263e9 Trac #18133: Implement Orlik-Solomon algebra of an arrangement
5dcf8a0 Trac #15328: Filtered vector spaces and Klyachko bundles on toric 
varieties
d941d8d Updated Sage version to 7.1.beta0

-- 
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] 7.1.beta1 released

2016-01-28 Thread Rob Beezer

Did this get kicked out to the mirrors?

Nine hours on, and no luck at MIT nor Simon Fraser.  But perhaps I'm just 
impatient.

Rob

On 01/28/2016 12:42 PM, 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

2505dbc Updated Sage version to 7.1.beta1
a62f35e Trac #19973: More trouble with immutable graphs
993cf5a Trac #19966: Implement infinity crystal of LS paths
b6fa711 Trac #19957: Asymptotic ring: list plot comparing values
a2cc401 Trac #19946: Asymptotic Ring: cannot construct 2^n when coefficient ring
is SR
8b9c5df Trac #19912: Bug in method *to_cyclotomic_field* for the
UniversalCyclotomicField
13a348a Trac #19962: Remove function sage.rings.real_double.time_alloc
31603b6 Trac #19741: Fix coercions involving PolynomialQuotientRings
0035970 Trac #19961: mention rpow of asymptotic ring in module doc/examples more
prominently
5177da7 Trac #19511: q-ary symmetric channel class for coding theory
e350608 Trac #19082: Elementary and special functions for complex balls
b670e97 Trac #19967: fix or remove cliquer
196b020 Trac #19948: Upgrade to pynac-0.6.1
5003a1b Trac #19941: Rename rings.finite_rings.constructor to
finite_field_constructor
1314798 Trac #19690: Add "Standard example" poset
1048b35 Trac #19586: Add is_cayley_graph
5e5936d Trac #18529: Topological manifolds: basics
5a10d4d Trac #19938: Fix typo in the documentation of GapElement.__next__ in 
libgap
72827ef Trac #19932: Docbuild --no-tests fails in function without docstring
95d25f0 Trac #19753: Minor typos in 6.10
6ac2802 Trac #19686: Category of posets: lower_set() broken
06bcf15 Trac #19551: Basic failures in projective product morphisms
4fa0ad6 Trac #19883: Let PARI handle its own stack
1be80ef Trac #19521: wrong inverse action when using
ConstructionFunctor.coercion_reversed
d655bb3 Trac #19940: Remove unused _set_parent_c and _make_new_with_parent_c
adaa604 Trac #19937: Implement generic __truediv__/__div__ and _div_ in the
Magmas.Unital category
d0d99f0 Trac #19934: Remove redundant imports of ParentWithGens/ParentWithBase
065a2f1 Trac #19933: MemoryInfo.rlimit_address_space() should return -1 for
unlimited
fd8b32a Trac #19931: exact_part for asymptotic expansions
d675a03 Trac #19927: unsigned infinity not hashable
8ac9c89 Trac #19926: Fix iteration order of Coxeter groups
e86654a Trac #19925: Star crystals
42e4b28 Trac #19922: pushout between real and complex interval fields
6115dac Trac #19921: Handle zero coefficients when converting asymptotic rings
4fc3bb3 Trac #19920: More robust ring detection in matrix constructor
3a56461 Trac #19916: Add arb algorithm for Bernoulli numbers
b599115 Trac #19306: common generators for asymptotic expansions
27a7d27 Trac #19259: subrings of the symbolic ring
49263e9 Trac #18133: Implement Orlik-Solomon algebra of an arrangement
5dcf8a0 Trac #15328: Filtered vector spaces and Klyachko bundles on toric 
varieties
d941d8d Updated Sage version to 7.1.beta0

--
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.