Re: Bug#843397: python-rdflib-jsonld: Requires python-rdflib 4.2.1 to work properly with schema.org contexts

2016-11-17 Thread Andreas Tille
Hi Christian, On Wed, Nov 16, 2016 at 04:50:56PM +0100, chrysn wrote: > On Wed, Nov 16, 2016 at 04:45:52PM +0100, Andreas Tille wrote: > > Yes - if you tell me exactly what Git URL to clone and what branch is > > the Debian branch to build. > > git clone git+ssh://git.debian.org/git/collab-maint/

Re: Problems upgrading r-cran-fastcluster due to failed test in Python module

2016-11-17 Thread Andreas Tille
On Thu, Nov 17, 2016 at 12:10:03PM +0100, Gard Spreemann wrote: > ... > I think it would be a good idea for python-fastcluster to recommend > python-scipy and python3-fastcluster to recommend python3-scipy. Uploaded (unfortunately without the additional Recommends which I learned to late since I j

Re: Problems upgrading r-cran-fastcluster due to failed test in Python module

2016-11-17 Thread Gard Spreemann
On Thursday, 17 November 2016 11:24:36 CET Gard Spreemann wrote: > It's pretty obvious now: The tests start with > > from scipy.spatial.distance import pdist, squareform > > so they require scipy. I suggest that python-scipy and python3-scipy > are added as build-deps. > I now see that the code

Re: Problems upgrading r-cran-fastcluster due to failed test in Python module

2016-11-17 Thread Tristan Seligmann
On Thu, 17 Nov 2016 at 12:25 Gard Spreemann wrote: > The weird thing is that this error does not occur when building on my > ordinary system (outside of the pbuilder chroot). Does pbuilder not > allow non-ASCII output or something? > Pbuilder is probably defaulting the locale to C, whereas your

Re: Problems upgrading r-cran-fastcluster due to failed test in Python module

2016-11-17 Thread Gard Spreemann
On Thursday, 17 November 2016 10:50:06 CET Tristan Seligmann wrote: > On Thu, 17 Nov 2016 at 12:25 Gard Spreemann wrote: > > The weird thing is that this error does not occur when building on my > > ordinary system (outside of the pbuilder chroot). Does pbuilder not > > allow non-ASCII output or s

Re: Problems upgrading r-cran-fastcluster due to failed test in Python module

2016-11-17 Thread Gard Spreemann
On Thursday, 17 November 2016 11:24:36 CET Gard Spreemann wrote: > However, the python3 version now fails with: > > File "/build/r-cran-fastcluster-1.1.21/src/python/tests/nantest.py", line > 7, in > Copyright (c) 2011 Daniel M\xfcllner, ''') > UnicodeEncodeError: 'asc

Re: Problems upgrading r-cran-fastcluster due to failed test in Python module

2016-11-17 Thread Gard Spreemann
Hi again, and sorry for taking so long. It's pretty obvious now: The tests start with from scipy.spatial.distance import pdist, squareform so they require scipy. I suggest that python-scipy and python3-scipy are added as build-deps. That makes the python2 version build and test fine also in my