[Python-modules-team] Bug#942235: Bug#942235: Bug#942235: dask: autopkgtest needs update for new version of pytest

2019-11-04 Thread Diane Trout
On Mon, 2019-11-04 at 19:42 -0300, Emmanuel Arias wrote:
> I can work on fsspec :-) if there aren't opposition

Go for it.

I should find time and figure out where I was at for bokeh javascript
dependencies.

I wonder if the js team would review my first couple of packages while
I try to understand how js packaging works.

Diane

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#942235: Bug#942235: Bug#942235: dask: autopkgtest needs update for new version of pytest

2019-11-04 Thread Emmanuel Arias
I can work on fsspec :-) if there aren't opposition


El lun., 4 de nov. de 2019 a la(s) 19:39, Scott Kitterman
(deb...@kitterman.com) escribió:
>
>
>
> On November 4, 2019 10:00:27 PM UTC, Diane Trout  wrote:
> >On Tue, 2019-10-29 at 09:15 +0800, Drew Parsons wrote:
> >> On 2019-10-29 03:01, Rebecca N. Palmer wrote:
> >> > Assuming we're talking about
> >> >
> >> >
> >https://salsa.debian.org/python-team/modules/dask/blob/experimental/debian/patches/use-local-intersphinx.patch
> >> >
> >> > I think the actual problem is on the numpy line: it adds the local
> >> > inventory but doesn't remove the online one, so the tuple is too
> >> > long.
> >> > (I haven't actually tried this.)
> >>
> >> Thanks Rebecca, that makes sense.  I can scrutinize that patch more
> >> closely.
> >>
> >
> >I pushed a fix for the use-local-intersphinx.patch to the experimental
> >branch.
> >
> >Intersphinx references are basically:
> >
> >"domain": ("canonical url", "somewhere else to look or None"),
> >
> >Having 3 values in the tuple confused it.
> >
> >Though to get a new version of dask it looks like we need something
> >called fsspec.
> >
> >
> >(There were many of these errors running autopkgtest)
> >During handling of the above exception, another exception occurred:
> >/usr/lib/python3/dist-packages/dask/dataframe/__init__.py:55: in
> >
> >raise ImportError(str(e) + "\n\n" + msg)
> >E   ImportError: fsspec is required to use any file-system
> >functionality. Please install using
> >E   conda install -c conda-forge 'fsspec>=0.3.3'
> >E   or
> >E   pip install 'fsspec>=0.3.3'
> >E
> >E   Dask dataframe requirements are not installed.
> >E
>
> Looks like https://pypi.org/project/fsspec/
>
> Scott K
>
> ___
> Python-modules-team mailing list
> Python-modules-team@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#942235: Bug#942235: dask: autopkgtest needs update for new version of pytest

2019-11-04 Thread Scott Kitterman


On November 4, 2019 10:00:27 PM UTC, Diane Trout  wrote:
>On Tue, 2019-10-29 at 09:15 +0800, Drew Parsons wrote:
>> On 2019-10-29 03:01, Rebecca N. Palmer wrote:
>> > Assuming we're talking about
>> > 
>> >
>https://salsa.debian.org/python-team/modules/dask/blob/experimental/debian/patches/use-local-intersphinx.patch
>> > 
>> > I think the actual problem is on the numpy line: it adds the local
>> > inventory but doesn't remove the online one, so the tuple is too
>> > long.
>> > (I haven't actually tried this.)
>> 
>> Thanks Rebecca, that makes sense.  I can scrutinize that patch more 
>> closely.
>> 
>
>I pushed a fix for the use-local-intersphinx.patch to the experimental
>branch.
>
>Intersphinx references are basically:
>
>"domain": ("canonical url", "somewhere else to look or None"),
>
>Having 3 values in the tuple confused it.
>
>Though to get a new version of dask it looks like we need something
>called fsspec.
>
>
>(There were many of these errors running autopkgtest)
>During handling of the above exception, another exception occurred:
>/usr/lib/python3/dist-packages/dask/dataframe/__init__.py:55: in
>
>raise ImportError(str(e) + "\n\n" + msg)
>E   ImportError: fsspec is required to use any file-system
>functionality. Please install using
>E   conda install -c conda-forge 'fsspec>=0.3.3'
>E   or
>E   pip install 'fsspec>=0.3.3'
>E   
>E   Dask dataframe requirements are not installed.
>E   

Looks like https://pypi.org/project/fsspec/

Scott K

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#942235: dask: autopkgtest needs update for new version of pytest

2019-11-04 Thread Diane Trout
On Tue, 2019-10-29 at 09:15 +0800, Drew Parsons wrote:
> On 2019-10-29 03:01, Rebecca N. Palmer wrote:
> > Assuming we're talking about
> > 
> > https://salsa.debian.org/python-team/modules/dask/blob/experimental/debian/patches/use-local-intersphinx.patch
> > 
> > I think the actual problem is on the numpy line: it adds the local
> > inventory but doesn't remove the online one, so the tuple is too
> > long.
> > (I haven't actually tried this.)
> 
> Thanks Rebecca, that makes sense.  I can scrutinize that patch more 
> closely.
> 

I pushed a fix for the use-local-intersphinx.patch to the experimental
branch.

Intersphinx references are basically:

"domain": ("canonical url", "somewhere else to look or None"),

Having 3 values in the tuple confused it.

Though to get a new version of dask it looks like we need something
called fsspec.


(There were many of these errors running autopkgtest)
During handling of the above exception, another exception occurred:
/usr/lib/python3/dist-packages/dask/dataframe/__init__.py:55: in

raise ImportError(str(e) + "\n\n" + msg)
E   ImportError: fsspec is required to use any file-system
functionality. Please install using
E   conda install -c conda-forge 'fsspec>=0.3.3'
E   or
E   pip install 'fsspec>=0.3.3'
E   
E   Dask dataframe requirements are not installed.
E   

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] python-django_2.2.7-1_amd64.changes ACCEPTED into unstable

2019-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 04 Nov 2019 10:59:01 -0800
Source: python-django
Built-For-Profiles: nocheck
Architecture: source
Version: 2:2.2.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Chris Lamb 
Changes:
 python-django (2:2.2.7-1) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * New upstream bugfix release.
 
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
Checksums-Sha1:
 4b6040abf33a0cd94354b21b29768aecfbb9a39a 2741 python-django_2.2.7-1.dsc
 ef69a17d8547070880aba9171f2471eb4b921fed 8999415 
python-django_2.2.7.orig.tar.gz
 64edbfec6f06c043eff6470f075246ebf0d6ff9c 25768 
python-django_2.2.7-1.debian.tar.xz
 ef0f97a8038a3479281647bc5dfe1b75105cdf16 7284 
python-django_2.2.7-1_amd64.buildinfo
Checksums-Sha256:
 48bb6db4655bf6fdf86f1ee49792a948cffe978cfc3998ae8ae0551a902158fc 2741 
python-django_2.2.7-1.dsc
 16040e1288c6c9f68c6da2fe75ebde83c0a158f6f5d54f4c5177b0c1478c5b86 8999415 
python-django_2.2.7.orig.tar.gz
 66ff77483ecceeaf4f643c843b245c2cc4f38c4f7606a6e520f2547248ada140 25768 
python-django_2.2.7-1.debian.tar.xz
 7d370453c013e0f2aef7597f3cbd99aac597e237a17b7910885bf391d165e2f7 7284 
python-django_2.2.7-1_amd64.buildinfo
Files:
 527dcfb49ef01027e71c5f6dc02f9cdc 2741 python optional python-django_2.2.7-1.dsc
 b0833024aac4c8240467e4dc91a12e9b 8999415 python optional 
python-django_2.2.7.orig.tar.gz
 0ab134c1ee700ed007d58c64604b5533 25768 python optional 
python-django_2.2.7-1.debian.tar.xz
 594d330078e63c16c68c6f98cebe3f9f 7284 python optional 
python-django_2.2.7-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAl3AfpAACgkQHpU+J9Qx
HljFhA//Zo7QbPoHIERiooB+8lzX38C6gz8++WrzX6PHJGgv+5PvxtDfqf6N0oyE
y2KkIIVLs0zvpwzvgQMtKU+rhc85qChjury3ufBy/6lDHhkDd/pwJCMM/CozFxjv
MXfxF5fhB1ZbiH2vy7/TVusRKhwwSeRnPCbmmndekbiBmcf4roiJQuSQVybY8/76
UMNwy1ERu8U4/r0dXD4nwHPuW1fY2sdIpYHIvTR2qzH4/Ush39X/CkMtwZ7uQWSb
sfmZrMgiNFnU7wPtuqJi0vFq0aEWxI5ghZR/RmRV/UuqVudTEM+JTOvnlTwNyNlr
Ht6Ayw+Tg2pubeBU52xU+kxN8muAHV6JFuqX38MX4r2bF2vbCzbfgqcnGQxYzTFn
6+qdJQEZ+X8d3T8bxgh5cC5XKPjz//4KvUfOf30wRIVIXihPD/CdFlu0wqqz5Jvk
9tVACmwJ0mLBqKBM/6dR9UeHMBn+/FwNb/Y+zMPkfAqhIxAjF/yU67agDlU3L50m
ux2ne8CakZ6LQCuEicGNyn85Ds8P/JZOxht/odju10DGd1u4AfddvdIRQZoBekLd
MuNMcCJ54ne0r2KlpFPqyPy7HltWLIeMMNP6jv9xCtQrzAYIHht43DG+vcs9Yll6
IWxzScm6oEi0qn8eyVFLLYtujmrQNac0ZCwwtvnSbASHDarzN0I=
=cvCL
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processing of python-django_2.2.7-1_amd64.changes

2019-11-04 Thread Debian FTP Masters
python-django_2.2.7-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-django_2.2.7-1.dsc
  python-django_2.2.7.orig.tar.gz
  python-django_2.2.7-1.debian.tar.xz
  python-django_2.2.7-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] python-guizero_1.1.0+dfsg1-1_source.changes ACCEPTED into unstable

2019-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 04 Nov 2019 13:11:56 +
Source: python-guizero
Architecture: source
Version: 1.1.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nick Morrott 
Changes:
 python-guizero (1.1.0+dfsg1-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Nick Morrott ]
   * New upstream version 1.1.0+dfsg1
   * d/control: Uploaders: use my new Debian address
   * d/patches: refresh patches (offsets)
Checksums-Sha1:
 69bf42d5e5f32233581fde5d12a296e5709b0068 2345 python-guizero_1.1.0+dfsg1-1.dsc
 e10298e2cb021353d413a23b170cd35ee2b78353 1366992 
python-guizero_1.1.0+dfsg1.orig.tar.xz
 a168f75c412e2ece1f854810d771d08491662755 5328 
python-guizero_1.1.0+dfsg1-1.debian.tar.xz
 ad374910d5a678f4f03cab00ebff42b65571 10004 
python-guizero_1.1.0+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
 65f665e9e5a9339d04677f6c44b20e8b8efef596076e3dbbfcfe292753f78393 2345 
python-guizero_1.1.0+dfsg1-1.dsc
 62d3eabdbcd1efca7181b566a755458436a85078e282620c052dda9f5b3e94c3 1366992 
python-guizero_1.1.0+dfsg1.orig.tar.xz
 c6163ecbf122667d5df54dd18d07cbade9b8c2f4a394142f8c9ab25e37f2f675 5328 
python-guizero_1.1.0+dfsg1-1.debian.tar.xz
 d85cf62b8b91e63e6f8e233101eb3c9729691990359b3a551964259014a4fbaf 10004 
python-guizero_1.1.0+dfsg1-1_amd64.buildinfo
Files:
 691d6a9b257579f8070926fb955e79bc 2345 python optional 
python-guizero_1.1.0+dfsg1-1.dsc
 76d1d626b58996ad493297ca5f1403fb 1366992 python optional 
python-guizero_1.1.0+dfsg1.orig.tar.xz
 57693666c9a3d9af9b55ce30fc61ef46 5328 python optional 
python-guizero_1.1.0+dfsg1-1.debian.tar.xz
 549f352e0f8478687bff9f2f6f0ae52f 10004 python optional 
python-guizero_1.1.0+dfsg1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEIrPZe+nomMkP9lI7PptZrG7C01kFAl3AJTMACgkQPptZrG7C
01mqJw//TTNngsTWz8eFejPzV7MbHPPwfacAQmlMI5HB0wY5PbUiehY6JwYzmE1C
GAJiOlsiSmmAQyGG64/hIl7lF3C0oxCBsgukF9yNbhtzN5RigoDxV7nfE8v27tcX
iCVWydgPoucBp1stfTpb3dUKVJ8HoMhYaKUeZuETUF3toQkBhHVTj+XamNIjpysP
jTgiYo2XE1jaB1Hdg8apm5Opc0iO4UDGb3DDajWxLVOYFFN0puquvUOhu8XmZp+H
XDCSx6DtvWWTnIfcGUqwmquuaQLXkWMN3YlAGcMaoYHdYLxvXvv3cIdyeEflPlRY
U2rlGPasGe7ozodk8oo83lrYhfcaQdUeW6SfbU30nR9xDE8lqc3GorC8jfE7C0nN
ejDi1LucjRCMND2fpsxKQzZot7i9ef4Azb+4mggH5kRKCI+1jVO1mFBskRRKLAML
s8jRmB0iIAp72Gat525mkGl/dH+jMpWR5bpWm/TCHJbQlr7ZjbT/XNm6BqzXjpP5
IAUWazzappLTREAYhv3JbnaWZxpBdhUOWz8Fy/WQImMlm7DfcxFv3RArN63kTaqA
x2RN8sCMoeyX4KVRJDn36C8OWsjg0sacLYxEffUk2JU4n51LnZ/6z8XGGVqSQHfC
uTxfWAWTL88+T5zzdFmrBgQoWRNt+nPjb2CPvFV9mdawQ8/ZoeM=
=dwDH
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processing of python-guizero_1.1.0+dfsg1-1_source.changes

2019-11-04 Thread Debian FTP Masters
python-guizero_1.1.0+dfsg1-1_source.changes uploaded successfully to localhost
along with the files:
  python-guizero_1.1.0+dfsg1-1.dsc
  python-guizero_1.1.0+dfsg1.orig.tar.xz
  python-guizero_1.1.0+dfsg1-1.debian.tar.xz
  python-guizero_1.1.0+dfsg1-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team