[Python-modules-team] Processed: Title fix

2017-11-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 881096 python-asyncssh FTBFS: test failures
Bug #881096 [src:python-asyncssh] python-asyncssh FTBFS: test falures
Changed Bug title to 'python-asyncssh FTBFS: test failures' from 
'python-asyncssh FTBFS: test falures'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[Python-modules-team] Processed: Re: nbsphinx: please make the build reproducible

2017-11-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 881094 https://github.com/spatialaudio/nbsphinx/pull/145
Bug #881094 [src:nbsphinx] nbsphinx: please make the build reproducible
Set Bug forwarded-to-address to 
'https://github.com/spatialaudio/nbsphinx/pull/145'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881094
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[Python-modules-team] Bug#881094: nbsphinx: please make the build reproducible

2017-11-07 Thread Chris Lamb
forwarded 881094 https://github.com/spatialaudio/nbsphinx/pull/145
thanks

I've forwarded this upstream here:

  https://github.com/spatialaudio/nbsphinx/pull/145


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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


[Python-modules-team] Bug#881096: python-asyncssh FTBFS: test falures

2017-11-07 Thread Adrian Bunk
Source: python-asyncssh
Version: 1.11.0-1
Severity: serious

Some recent change in unstable makes python-asyncssh FTBFS:

https://tests.reproducible-builds.org/debian/history/python-asyncssh.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-asyncssh.html

...
==
ERROR: tearDownClass (tests.test_agent._TestAPI)
--
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 319, in 
tearDownClass
cls.loop.run_until_complete(cls.asyncTearDownClass())
  File "/usr/lib/python3.6/asyncio/base_events.py", line 467, in 
run_until_complete
return future.result()
  File "/usr/lib/python3.6/asyncio/coroutines.py", line 210, in coro
res = func(*args, **kw)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_agent.py", line 124, in 
asyncTearDownClass
os.kill(cls._agent_pid, signal.SIGTERM)
ProcessLookupError: [Errno 3] No such process

==
ERROR: test_keys (tests.test_public_key.TestDSA) [Import OpenSSH private 
(arcfour)] (alg_name='ssh-dss')
Check keys and certificates
--
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 1344, 
in check_openssh_private
self.import_openssh_private(use_openssh, cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 519, 
in import_openssh_private
cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 173, in run
stderr=subprocess.STDOUT)
  File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
  File "/usr/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'ssh-keygen -p -a 128 -N passphrase -Z 
arcfour -o -f new' returned non-zero exit status 1.

==
ERROR: test_keys (tests.test_public_key.TestDSA) [Export OpenSSH private 
(arcfour)] (alg_name='ssh-dss')
Check keys and certificates
--
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 1347, 
in check_openssh_private
self.export_openssh_private(use_openssh, cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 538, 
in export_openssh_private
run('ssh-keygen -p -P passphrase -N "" -o -f new')
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 173, in run
stderr=subprocess.STDOUT)
  File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
  File "/usr/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'ssh-keygen -p -P passphrase -N "" -o -f 
new' returned non-zero exit status 255.

==
ERROR: test_keys (tests.test_public_key.TestDSA) [Import OpenSSH private 
(arcfour128)] (alg_name='ssh-dss')
Check keys and certificates
--
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 1344, 
in check_openssh_private
self.import_openssh_private(use_openssh, cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 519, 
in import_openssh_private
cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 173, in run
stderr=subprocess.STDOUT)
  File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
  File "/usr/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'ssh-keygen -p -a 128 -N passphrase -Z 
arcfour128 -o -f new' returned non-zero exit status 1.
...

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


[Python-modules-team] testpath_0.3.1+dfsg-3_amd64.changes ACCEPTED into unstable

2017-11-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Nov 2017 17:51:47 +0100
Source: testpath
Binary: python-testpath python3-testpath python-testpath-doc
Architecture: source all
Version: 0.3.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-testpath - Utilities for Python 2 code working with files and commands
 python-testpath-doc - Utilities for Python code working with files and 
commands (doc)
 python3-testpath - Utilities for Python 3 code working with files and commands
Changes:
 testpath (0.3.1+dfsg-3) unstable; urgency=medium
 .
   [Ximin Luo]
   * Fix typo in build rule.
 .
   [Julien Puydt]
   * Depend on python3-sphinx to build the doc.
   * Bump d/watch to version 4.
   * Bump dh compat to 10.
   * Bump std-ver to 4.1.1.
   * Add autopkgtest to run the testsuite.
Checksums-Sha1:
 c557f0c4bce0233a396321e26c6bb3f6561c50c1 2339 testpath_0.3.1+dfsg-3.dsc
 280549f9a260de78fabe973a8590c263e23b099b 3508 
testpath_0.3.1+dfsg-3.debian.tar.xz
 56ac1d1aba421bd449443d420a6447c6f1f2e5b5 19988 
python-testpath-doc_0.3.1+dfsg-3_all.deb
 b617c505b7863eec3c5c31f99cd82391efd20d5c 8176 
python-testpath_0.3.1+dfsg-3_all.deb
 702ac4db6fdf6a19f4be89f7a9652338b4c76026 8252 
python3-testpath_0.3.1+dfsg-3_all.deb
 ff95a2e2f361e5a147a7d96aed8c009d09e4d142 7795 
testpath_0.3.1+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 a710f66957796f57cfbf98d4da7d9dd12605970eda5795ba0d8f36ca8d219d68 2339 
testpath_0.3.1+dfsg-3.dsc
 1dfd9fe57b5b6ce6b9a95dc51e6d97ca660b63436d99f2fd55de50e9dc9f118a 3508 
testpath_0.3.1+dfsg-3.debian.tar.xz
 62df29f6fe6b8ee2d46af8eb15c6a7f3bd979456ecebe217ae0e64eb86b3f6d2 19988 
python-testpath-doc_0.3.1+dfsg-3_all.deb
 82e4d4cadd1ae42e134f8028ce1742c87e8d9d31a3eb89e3cc8a7135eb27d2cd 8176 
python-testpath_0.3.1+dfsg-3_all.deb
 6d6889e7ac2910c4cdc7e96c21c1487772cf3e88a54e5595eec97b1434a896c0 8252 
python3-testpath_0.3.1+dfsg-3_all.deb
 21f8c2cb1ee51d31f0f8e359e6acacd829c94bf40960524e5389688ce999fb95 7795 
testpath_0.3.1+dfsg-3_amd64.buildinfo
Files:
 f5ae5178c6df73e1121adfb34d987fb6 2339 python optional testpath_0.3.1+dfsg-3.dsc
 ccd47505ab0aaa1b3e38e327068d799d 3508 python optional 
testpath_0.3.1+dfsg-3.debian.tar.xz
 3c8a9887bde90487ae677ba8f49023ad 19988 doc optional 
python-testpath-doc_0.3.1+dfsg-3_all.deb
 0b7f9c80d2d3f1f4b041fb3b4803a539 8176 python optional 
python-testpath_0.3.1+dfsg-3_all.deb
 fb3eab18e116c494f90b595319e5bbc3 8252 python optional 
python3-testpath_0.3.1+dfsg-3_all.deb
 ba99ab679c9d22e38e6b337786c851ce 7795 python optional 
testpath_0.3.1+dfsg-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJNBAEBCgA3FiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAloB5PMZHGp1bGllbi5w
dXlkdEBsYXBvc3RlLm5ldAAKCRAExTvX/gMFUU8LD/4wi2Qftm73WFYxjxnhe+5b
6RuaYb+KuSpf2Jj96OOMy95YAxS7xF44b7q8Q72O/rl8hSJRp8ou10qjtFIC+846
z1ydDW4RSha58DCG56nQd3oolPH4LFyfhxp3plXVkMrVgNZafznWrM+rgfiuMvih
R1xfNYc4ZMS2Idh/oSlt0xClGsHtcs2P8siwQmIsI3Sc6USXB+J1FIe80l5qSHow
PdUNR5TUIAAMxRwD1mK1qOHa7ac+eq5n6cqj2jQSK8PtlpoqztAOvqWQLcbohXNq
yhCtI+YV0Mi+qPRBiyr31YsIBZf856Rp0BXTE7cmtWvtJQQHGqlWeEAeppfwEst/
k4pZojedvMv1ELAbVkxcMDvg/HhnNnt2xe/6A2gWkY83sMqlT20Ve45EP3SpbbTX
AQezPoAHMAMbgaYcqa1GZUKEcLVGdBpC1oEYOMvQTIo67NIqAv2fOAU9I6CMqv4J
ZcMbExfFXx8K/ARnDvJfqLkGbjb1mZxsLq1J1ulQGrJw3nNzHq+5ngrnVNo1FhZg
Lms/AveP/RzqeJgV90dUy+FbOIDq4Ql4KupNcuotTITuYs5qy6GWGpEA0B2m+pN9
Uc1vg1T8wuRsKZA8jpK88BmkGXBEFQW9AuZUjEPTglaQkwVdQloLJ+9K8ufQ5RCr
pz7A7GIVKT8p5f4dbndJZA==
=HOHO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[Python-modules-team] Processing of testpath_0.3.1+dfsg-3_amd64.changes

2017-11-07 Thread Debian FTP Masters
testpath_0.3.1+dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  testpath_0.3.1+dfsg-3.dsc
  testpath_0.3.1+dfsg-3.debian.tar.xz
  python-testpath-doc_0.3.1+dfsg-3_all.deb
  python-testpath_0.3.1+dfsg-3_all.deb
  python3-testpath_0.3.1+dfsg-3_all.deb
  testpath_0.3.1+dfsg-3_amd64.buildinfo

Greetings,

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

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


[Python-modules-team] Bug#881094: nbsphinx: please make the build reproducible

2017-11-07 Thread Chris Lamb
Source: nbsphinx
Version: 0.2.14+ds-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that nbsphinx could not be built reproducibly.

Patch attached that uses different Javascript to get the sibling
 element instead of generating a (random) UUID and putting
that in the DOM.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/reproducible-build.patch   1970-01-01 01:00:00.0 
+0100
--- b/debian/patches/reproducible-build.patch   2017-11-07 16:41:02.718541350 
+
@@ -0,0 +1,22 @@
+Description: Make the build reproducible
+Author: Chris Lamb 
+Last-Update: 2017-11-07
+
+--- nbsphinx-0.2.14+ds.orig/nbsphinx.py
 nbsphinx-0.2.14+ds/nbsphinx.py
+@@ -150,13 +150,12 @@ RST_TEMPLATE = """
+ 
+ {{ output.data['text/html'] | indent | indent }}
+ {%- elif datatype == 'application/javascript' %}
+-{% set div_id = uuid4() %}
+ 
+ .. raw:: html
+ 
+-
++
+ 
+-var element = document.getElementById('{{ div_id }}');
++var element = document.currentScript.previousSibling.previousSibling;
+ {{ output.data['application/javascript'] | indent | indent }}
+ 
+ {%- elif datatype.startswith('application') and datatype.endswith('+json') %}
--- a/debian/patches/series 2017-11-07 16:08:32.862051001 +
--- b/debian/patches/series 2017-11-07 16:40:20.470183875 +
@@ -1 +1,2 @@
 debianization-documentation.patch
+reproducible-build.patch
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processed: Re: stardicter: please make the build reproducible

2017-11-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 881089 https://github.com/nijel/stardicter/pull/2
Bug #881089 [src:stardicter] stardicter: please make the build reproducible
Set Bug forwarded-to-address to 'https://github.com/nijel/stardicter/pull/2'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881089: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[Python-modules-team] Bug#881089: stardicter: please make the build reproducible

2017-11-07 Thread Chris Lamb
forwarded 881089 https://github.com/nijel/stardicter/pull/2
thanks

I've forwarded this upstream here:

  https://github.com/nijel/stardicter/pull/2


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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


[Python-modules-team] Processed: Not a problem in stretch

2017-11-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 881064 buster sid
Bug #881064 [src:drf-fsm-transitions] drf-fsm-transitions: B-D on obsolete 
transitional package python3-appconf
Added tag(s) sid and buster.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[Python-modules-team] Bug#881089: stardicter: please make the build reproducible

2017-11-07 Thread Chris Lamb
Source: stardicter
Version: 1.1-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: toolchain timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that stardicter generates non-deterministic output in .ifo files.

In particular, it adds the current date and time.

Patch attached that uses SOURCE_DATE_EPOCH[1] if available.

 [0] https://reproducible-builds.org/
 [1] https://reproducible-builds.org/specs/source-date-epoch/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/stardicter/base.py b/stardicter/base.py
index 64dd17f..3d2a8a0 100644
--- a/stardicter/base.py
+++ b/stardicter/base.py
@@ -30,6 +30,7 @@ from operator import attrgetter
 import os
 import re
 import struct
+import time
 
 from six.moves.urllib.request import urlopen
 from six import BytesIO
@@ -386,7 +387,9 @@ class StardictWriter(object):
 handle.write(self.convert('website={0}\n'.format(URL), False))
 # we're using pango markup for all entries
 handle.write('sametypesequence=g\n')
-handle.write(datetime.date.today().strftime('date=%Y.%m.%d\n'))
+now = int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))
+today = datetime.datetime.utcfromtimestamp(now)
+handle.write(today.strftime('date=%Y.%m.%d\n'))
 
 def write_dict(self, directory):
 '''
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] bibtexparser_0.6.2-3_amd64.changes ACCEPTED into unstable

2017-11-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Nov 2017 15:26:37 +0100
Source: bibtexparser
Binary: python-bibtexparser python3-bibtexparser python-bibtexparser-doc
Architecture: source all
Version: 0.6.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Alexandre Mestiashvili 
Description:
 python-bibtexparser - Python library to parse bibtex files
 python-bibtexparser-doc - documentation for BibtexParser
 python3-bibtexparser - Python 3 library to parse bibtex files
Changes:
 bibtexparser (0.6.2-3) unstable; urgency=medium
 .
   * d/control:
 - bump Standards-Version
 - add autopkgtest-pkg-python testsuite
   * d/copyright:
 - use https for Format field
 - exclude upstream dot files from new releases with Files-Excluded section
   * Update d/watch
Checksums-Sha1:
 92226ee8868830b8c643c237fc6eda8210d104eb 2333 bibtexparser_0.6.2-3.dsc
 e2d5892844d461ab971add4064d5534bb4d92391 3276 
bibtexparser_0.6.2-3.debian.tar.xz
 9f63ed0d09d8b0ef59bb42107fb22036bd54111d 9024 
bibtexparser_0.6.2-3_amd64.buildinfo
 ef2a8413b038005db83566c2069768c19890c130 30244 
python-bibtexparser-doc_0.6.2-3_all.deb
 6c039ed7f3130b6edd7f618c7fdd5e28b1f7bb43 31756 
python-bibtexparser_0.6.2-3_all.deb
 c482f4d86308fdf092ed05864b1512ee9a3743a9 31588 
python3-bibtexparser_0.6.2-3_all.deb
Checksums-Sha256:
 c5dc377ac2c07c71e6b91dc833ff5759c1bfb4d5289a7a7f99cabe8a977e0ead 2333 
bibtexparser_0.6.2-3.dsc
 28752381bf0c13568d0ea40a8bab031973f34657b46d7993d4255fd602dc99e8 3276 
bibtexparser_0.6.2-3.debian.tar.xz
 a593b7a6102f31b7a13a035aad8398328cd68e5f760dc5e9f27eedc8d2f8f064 9024 
bibtexparser_0.6.2-3_amd64.buildinfo
 fff8e2bd146916492a041d4300c699d40e919926019ad5bf91b15c635c36b1a2 30244 
python-bibtexparser-doc_0.6.2-3_all.deb
 3c69a17b6b8d94ccbd8dd9d4ad5c4c5016914cead30c3d798715416637ffe86d 31756 
python-bibtexparser_0.6.2-3_all.deb
 aaec9f7cdf1792ebfcb2ab2dbcd3668fc93e140976ad15eaf138a2ad85b6e232 31588 
python3-bibtexparser_0.6.2-3_all.deb
Files:
 d3dce705e91e010dba4567f1484f6d7b 2333 python optional bibtexparser_0.6.2-3.dsc
 5823fa4acb3360762c24a04db048e508 3276 python optional 
bibtexparser_0.6.2-3.debian.tar.xz
 ecf5e7fcdf8b17561669c343f2350c2f 9024 python optional 
bibtexparser_0.6.2-3_amd64.buildinfo
 272e69ce014408c40c74810d9032e646 30244 doc optional 
python-bibtexparser-doc_0.6.2-3_all.deb
 4a331e6ccaa10dda29b11a8009e889be 31756 python optional 
python-bibtexparser_0.6.2-3_all.deb
 1fa1ee56ad48cb5425de7cb219384ee6 31588 python optional 
python3-bibtexparser_0.6.2-3_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJaAc/6AAoJEBz3khEbUiiwra4QAKlmvgME8RpQt/ZNpK5oCd2O
kLv7dFpVoSvG+GJWEonHgSo0OlJB35qwkEG3NLH3ykRfsTlxYK2ue0SuEZViecPm
yVlph0WTZsbooAU5r2d5FUwGnHC4uQXouuaiQwHWc3rSs5NaVa0UbtUkww5rwAYP
Jp0my8Exkp+Z5+fUfbM82fC0TOQ+YjBP11lQxiIK6WyUfp2qEy+6cdQIpmmNsvSK
kscRaJZhf8KNukdZAuhHxlZpOQcO4LHraLAUQlkug5Okstr26X+y9t5DOrywT5Dy
fEStSqxd4mxrKqTKqjs+fTkYOix6j9WZCJDVX3eiYZmLoAz1UOzpx7pBkGZz+G50
KZBNPfcmrJUwRXZXMGXWuAMLmEccGDs7k02fC1A70AuBzWsPJsAacs8Y8bTOCPUg
5JEpHbQAam/ajQzR3G2wn4v873/BV1Gre4DVbDg4clVVHThyuMQv56qHniAdnZAi
FuP/TEwVD9Yc+RdrWbjPUMIG92x0SMXyDTX26JnJXM1fdni5XjF+phvlCh3uHYv3
X+SwcqfeI/ck2Z7ylnZm4khQwc+pzlH3HORxI9zdkhxQZBfm7WKGvbe7OBmHB3yb
oq5KFxBKHSJUng2eu5pLMr7eR7jC7JzqH9bNAc80GLcPaxGgKoctWxenXVr0Gwhk
dUYZNUcxGluHw0NHz27l
=oktd
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[Python-modules-team] Processing of bibtexparser_0.6.2-3_amd64.changes

2017-11-07 Thread Debian FTP Masters
bibtexparser_0.6.2-3_amd64.changes uploaded successfully to localhost
along with the files:
  bibtexparser_0.6.2-3.dsc
  bibtexparser_0.6.2-3.debian.tar.xz
  bibtexparser_0.6.2-3_amd64.buildinfo
  python-bibtexparser-doc_0.6.2-3_all.deb
  python-bibtexparser_0.6.2-3_all.deb
  python3-bibtexparser_0.6.2-3_all.deb

Greetings,

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

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


[Python-modules-team] Bug#881070: python3-django-celery-haystack: depends on obsolete transitional package python3-appconf

2017-11-07 Thread Andreas Beckmann
Package: python3-django-celery-haystack
Version: 0.10-1
Severity: serious
Tags: sid buster

Hi,

python3-appconf is now gone from sid.
Please switch to python3-django-appconf.

Andreas

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


[Python-modules-team] Bug#881064: drf-fsm-transitions: B-D on obsolete transitional package python3-appconf

2017-11-07 Thread Andreas Beckmann
Source: drf-fsm-transitions
Version: 0.2.0-2
Severity: serious
Justification: fails to build from source

python3-appconf is now gone from sid.
Please switch to python3-django-appconf.

Andreas

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


[Python-modules-team] Bug#880241: marked as done (testpath does not install .egg-info or .dist-info, making it invisible to pip)

2017-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2017 13:50:20 +
with message-id 
and subject line Bug#880241: fixed in testpath 0.3.1+dfsg-2
has caused the Debian Bug report #880241,
regarding testpath does not install .egg-info or .dist-info, making it 
invisible to pip
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
880241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sagenb-export
Version: 3.2-3
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20171030 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> r = adapter.send(request, **kwargs)
>   File 
> "/<>/.tox/python3/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py",
>  line 47, in send
> resp = super(CacheControlAdapter, self).send(request, **kw)
>   File 
> "/<>/.tox/python3/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py",
>  line 423, in send
> timeout=timeout
>   File 
> "/<>/.tox/python3/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py",
>  line 643, in urlopen
> _stacktrace=sys.exc_info()[2])
>   File 
> "/<>/.tox/python3/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py",
>  line 315, in increment
> total -= 1
> TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
> 
> python3 installed: 
> bleach==2.0.0,decorator==4.1.2,entrypoints==0.2.3.post1,html5lib==0.9,ipykernel==4.6.1,ipython==5.5.0,ipython-genutils==0.2.0,Jinja2==2.9.6,jsonschema==2.5.1,jupyter-client==5.1.0,jupyter-core==4.3.0,MarkupSafe==1.0,mistune==0.8,nbconvert==5.3.1,nbformat==4.4.0,notebook==4.2.3,pandocfilters==1.4.2,pexpect==4.2.1,pickleshare==0.7.4,pkg-resources==0.0.0,pluggy==0.4.0,prompt-toolkit==1.0.14,py==1.4.34,Pygments==2.2.0,python-dateutil==2.6.1,pyzmq==16.0.2,simplegeneric==0.8.1,six==1.11.0,terminado==0.6,tornado==4.5.1,tox==2.5.0,traitlets==4.3.2,virtualenv==15.1.0,wcwidth==0.1.7,webencodings==0.5
> ___ summary 
> 
> ERROR:   python: InvocationError: /<>/.tox/python/bin/pip 
> install /<>/.tox/dist/sagenb_export-3.2.zip (see 
> /<>/.tox/python/log/python-1.log)
> ERROR:   python3: InvocationError: /<>/.tox/python3/bin/pip 
> install /<>/.tox/dist/sagenb_export-3.2.zip (see 
> /<>/.tox/python3/log/python3-1.log)
> debian/rules:30: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   http://aws-logs.debian.net/2017/10/30/sagenb-export_3.2-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: testpath
Source-Version: 0.3.1+dfsg-2

We believe that the bug you reported is fixed in the latest version of
testpath, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ximin Luo  (supplier of updated testpath package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Nov 2017 14:29:03 +0100
Source: testpath
Binary: python-testpath python3-testpath python-testpath-doc
Architecture: source
Version: 0.3.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ximin Luo 
Description:
 python-testpath - Utilities for Python 2 code working with files and commands
 python-testpath-doc - Utilities for Python code working with files and 
commands (doc)
 python3-testpath - Utilities for Python 3 code working with files and commands

[Python-modules-team] testpath_0.3.1+dfsg-2_source.changes ACCEPTED into unstable

2017-11-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Nov 2017 14:29:03 +0100
Source: testpath
Binary: python-testpath python3-testpath python-testpath-doc
Architecture: source
Version: 0.3.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ximin Luo 
Description:
 python-testpath - Utilities for Python 2 code working with files and commands
 python-testpath-doc - Utilities for Python code working with files and 
commands (doc)
 python3-testpath - Utilities for Python 3 code working with files and commands
Closes: 880241
Changes:
 testpath (0.3.1+dfsg-2) unstable; urgency=medium
 .
   * Team upload.
   * Add an .egg-info file so pip recognises it. (Closes: #880241)
Checksums-Sha1:
 ebad4ceb5fd4701f8eafe85912127a7125cd4187 2257 testpath_0.3.1+dfsg-2.dsc
 f339fd994ab6df68db0cc54a6e2d297599df554c 3296 
testpath_0.3.1+dfsg-2.debian.tar.xz
 bbf043a737577fcf2b416db1eecd8fb2d307ae07 7261 
testpath_0.3.1+dfsg-2_source.buildinfo
Checksums-Sha256:
 45e56c94d766f15580314055afebb942c33534aa1750d18068f933cef3d58d18 2257 
testpath_0.3.1+dfsg-2.dsc
 a7702f3329f962d8153d03d20491a7b64d9a30af66b52b5a6c9ca145817609a2 3296 
testpath_0.3.1+dfsg-2.debian.tar.xz
 00a58613ba90e2567a373fd97718c700dacb252150d8140c18d42aa7f71badf4 7261 
testpath_0.3.1+dfsg-2_source.buildinfo
Files:
 c53226409ffb67e8bc61bb822c717321 2257 python optional testpath_0.3.1+dfsg-2.dsc
 2ca972646ce1608825bf24c845b482d2 3296 python optional 
testpath_0.3.1+dfsg-2.debian.tar.xz
 97357a68ef749df44dd7e483cfaff941 7261 python optional 
testpath_0.3.1+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEENmdIajJtsnZtJVVGhg3vO49lC3kFAloBtToVHGluZmluaXR5
MEBkZWJpYW4ub3JnAAoJEIYN7zuPZQt5m98P/2Xn3sD0BLkJUhH3+CR+aeVRh5n9
uNW+cPS6oFoylpkdL7WWm4YSkmnhPxdvV6x9kE7B6iwlqWemgUxqWNsxJMXdUzMd
05l4N60Wdn5ZP8OuQ2FUcDaasjvPhtVuudnhMLyQpRQbgfQyXK3WG70FrIQra4Mw
5XJl5sjBIahPlnNTDIzz0er/To4ox8U33+8QD2I6Gv66HGiSwRwyGHbVh0AuK/m/
xlF2qf5OGeq7gJr1LVI4wAkGqYfpFLOvHFqTdneEQwTH2faT6DiYxN5udyFDHJ6y
xFxQn0n8pxWeZZXLlH6svaasamkvFFNKHZf5PFjkutBeKNKF3YgNET9NfeUfn8YV
basSrlDifkMjJniHhFOSox3+wkVovmtbJvkriyASJXFygXJTrL8ZKA6EwsgDxvMk
ZlHh1xXxDbifYwBSFkHzGMei9FllSKwjybiHExUZiWOYLi2Blrh1s06pRKcKNj88
Ay7qhRXU1Ht2ukz5xuQJ5lzKNe0xIWh2VcdzMVT+cS4Ncv42mW91KD2vFFQiO9EI
G+T2mXnmWuo1rzqkkXIpJ5tuH0Wcu5kLPOhCLv+fPzFTr6VbArvKEmTkm7qoKZKX
ObmV23RPDIWC0JOfn21/A5aYHLgrHpXuakEWNxtkLQcptKp94VXxR3yDctutm+o2
CSlBd6Kme3QnJGaE
=PreS
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[Python-modules-team] Processing of testpath_0.3.1+dfsg-2_source.changes

2017-11-07 Thread Debian FTP Masters
testpath_0.3.1+dfsg-2_source.changes uploaded successfully to localhost
along with the files:
  testpath_0.3.1+dfsg-2.dsc
  testpath_0.3.1+dfsg-2.debian.tar.xz
  testpath_0.3.1+dfsg-2_source.buildinfo

Greetings,

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

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


[Python-modules-team] Processed: Bug#880241 marked as pending

2017-11-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 880241 pending
Bug #880241 [src:testpath] testpath does not install .egg-info or .dist-info, 
making it invisible to pip
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
880241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[Python-modules-team] Processed: Re: sagenb-export: FTBFS: Test failures

2017-11-07 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:testpath
Bug #880241 [src:sagenb-export] sagenb-export: FTBFS: Test failures
Bug reassigned from package 'src:sagenb-export' to 'src:testpath'.
No longer marked as found in versions sagenb-export/3.2-3.
Ignoring request to alter fixed versions of bug #880241 to the same values 
previously set
> retitle -1 testpath does not install .egg-info or .dist-info, making it 
> invisible to pip
Bug #880241 [src:testpath] sagenb-export: FTBFS: Test failures
Changed Bug title to 'testpath does not install .egg-info or .dist-info, making 
it invisible to pip' from 'sagenb-export: FTBFS: Test failures'.
> affects -1 sagenb-export
Bug #880241 [src:testpath] testpath does not install .egg-info or .dist-info, 
making it invisible to pip
Added indication that 880241 affects sagenb-export

-- 
880241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[Python-modules-team] jupyter-notebook_5.1.0-2_amd64.changes is NEW

2017-11-07 Thread Debian FTP Masters
binary:jupyter-notebook is NEW.
binary:python-notebook-doc is NEW.
binary:python-notebook-doc is NEW.
binary:jupyter-notebook is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

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


[Python-modules-team] Processing of jupyter-notebook_5.1.0-2_amd64.changes

2017-11-07 Thread Debian FTP Masters
jupyter-notebook_5.1.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  jupyter-notebook_5.1.0-2_all.deb
  jupyter-notebook_5.1.0-2_amd64.buildinfo
  python-notebook-doc_5.1.0-2_all.deb
  python-notebook_5.1.0-2_all.deb
  python3-notebook_5.1.0-2_all.deb
  jupyter-notebook_5.1.0-2.dsc
  jupyter-notebook_5.1.0.orig.tar.gz
  jupyter-notebook_5.1.0-2.debian.tar.xz

Greetings,

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

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


[Python-modules-team] Bug#836053: marked as done (python-dbusmock: please invoke dbus-daemon directly, not dbus-launch)

2017-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2017 10:36:37 +
with message-id 
and subject line Bug#836053: fixed in python-dbusmock 0.17-1
has caused the Debian Bug report #836053,
regarding python-dbusmock: please invoke dbus-daemon directly, not dbus-launch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
836053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-dbusmock
Version: 0.16.6-1
Severity: normal
Tags: upstream
User: d...@packages.debian.org
Usertags: dbus-launch dbus-launch-for-infra

As described in 
I'm trying to reduce how much dbus-launch is used in Debian.

This package currently has code that depends on dbus-x11 and explicitly
runs dbus-launch. I would prefer this to invoke dbus-daemon directly, similar
to this Flatpak commit:
https://github.com/flatpak/flatpak/commit/6cc8062cfb3f9410d54a27e7ccca77c103e441e8

If it would be more convenient, dbus-daemon can be asked to send both the
address and pid to stdout (--print-address=1 --print-pid=1). Their order
is undocumented but predictable, and I don't intend to break it in future
D-Bus releases.

After that has been done, the build-dependency and runtime dependency on
dbus-x11 can be changed to just dbus.

It would also be great if documentation that suggested wrapping tests in
dbus-launch was changed to suggest wrapping them in dbus-run-session(1),
which is better-designed for that mode of operation (the canonical
example is "dbus-run-session -- make check").

Thanks,
S
--- End Message ---
--- Begin Message ---
Source: python-dbusmock
Source-Version: 0.17-1

We believe that the bug you reported is fixed in the latest version of
python-dbusmock, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 836...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt  (supplier of updated python-dbusmock package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Nov 2017 11:16:23 +0100
Source: python-dbusmock
Binary: python-dbusmock python3-dbusmock
Architecture: source all
Version: 0.17-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Martin Pitt 
Description:
 python-dbusmock - mock D-Bus objects for tests (Python 2)
 python3-dbusmock - mock D-Bus objects for tests (Python 3)
Closes: 836053
Changes:
 python-dbusmock (0.17-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove dbus-x11 dependency.  (Closes: #836053)
   * Bump Standards-Version to 4.1.1. (No changes necessary)
Checksums-Sha1:
 988ae7409cc6ad7848defc2a61e5247a2ce58616 2442 python-dbusmock_0.17-1.dsc
 4a9c68b146f616f49a19c831149c8093d982e703 71295 python-dbusmock_0.17.orig.tar.gz
 a70f0e7b42ef6826cc360ff3f91ee03cf657fca8 4228 
python-dbusmock_0.17-1.debian.tar.xz
 f2b5a986322b7deaf930a30afac2fab7752065ed 58144 python-dbusmock_0.17-1_all.deb
 e752010f5fbb21e4169d8ddcd8b5d84ed888a66d 7774 
python-dbusmock_0.17-1_amd64.buildinfo
 b05a6e31fc2bd4a56d771e4827f6c2597f115a31 58240 python3-dbusmock_0.17-1_all.deb
Checksums-Sha256:
 b54d88429d3a8dd91f0c57c0c68a9cbd94980ad1bfb60d4873057eb6490ca311 2442 
python-dbusmock_0.17-1.dsc
 58f802ef4c659a1adbca31eb6c26688f1c09599b5832354eb258340b66673346 71295 
python-dbusmock_0.17.orig.tar.gz
 d3f5938750dbfff0bcb1f59afa362bcc0adb2a9b6680649ed890c3e4c9f19145 4228 
python-dbusmock_0.17-1.debian.tar.xz
 8d81e13f167c65b70af2af9fcc65c8f1465a037fa5bc2effa1a0b04021519b36 58144 
python-dbusmock_0.17-1_all.deb
 75622141b31453b971880513766515ccd8f0da5fe1e8b02a5c1e9aea5265637d 7774 
python-dbusmock_0.17-1_amd64.buildinfo
 9ee54221347dda62f1e69747a969bb350973a1a9ddd91901adadd5867708 58240 
python3-dbusmock_0.17-1_all.deb
Files:
 cf4b0a6e11caebf203892ccf561df71d 2442 python optional 
python-dbusmock_0.17-1.dsc
 e0af4dc6e4c38f882c339df6579428a9 71295 python optional 
python-dbusmock_0.17.orig.tar.gz
 415a156c1914dcfeb96747a3be0c2d53 4228 python optional 

[Python-modules-team] python-dbusmock_0.17-1_amd64.changes ACCEPTED into unstable

2017-11-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Nov 2017 11:16:23 +0100
Source: python-dbusmock
Binary: python-dbusmock python3-dbusmock
Architecture: source all
Version: 0.17-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Martin Pitt 
Description:
 python-dbusmock - mock D-Bus objects for tests (Python 2)
 python3-dbusmock - mock D-Bus objects for tests (Python 3)
Closes: 836053
Changes:
 python-dbusmock (0.17-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove dbus-x11 dependency.  (Closes: #836053)
   * Bump Standards-Version to 4.1.1. (No changes necessary)
Checksums-Sha1:
 988ae7409cc6ad7848defc2a61e5247a2ce58616 2442 python-dbusmock_0.17-1.dsc
 4a9c68b146f616f49a19c831149c8093d982e703 71295 python-dbusmock_0.17.orig.tar.gz
 a70f0e7b42ef6826cc360ff3f91ee03cf657fca8 4228 
python-dbusmock_0.17-1.debian.tar.xz
 f2b5a986322b7deaf930a30afac2fab7752065ed 58144 python-dbusmock_0.17-1_all.deb
 e752010f5fbb21e4169d8ddcd8b5d84ed888a66d 7774 
python-dbusmock_0.17-1_amd64.buildinfo
 b05a6e31fc2bd4a56d771e4827f6c2597f115a31 58240 python3-dbusmock_0.17-1_all.deb
Checksums-Sha256:
 b54d88429d3a8dd91f0c57c0c68a9cbd94980ad1bfb60d4873057eb6490ca311 2442 
python-dbusmock_0.17-1.dsc
 58f802ef4c659a1adbca31eb6c26688f1c09599b5832354eb258340b66673346 71295 
python-dbusmock_0.17.orig.tar.gz
 d3f5938750dbfff0bcb1f59afa362bcc0adb2a9b6680649ed890c3e4c9f19145 4228 
python-dbusmock_0.17-1.debian.tar.xz
 8d81e13f167c65b70af2af9fcc65c8f1465a037fa5bc2effa1a0b04021519b36 58144 
python-dbusmock_0.17-1_all.deb
 75622141b31453b971880513766515ccd8f0da5fe1e8b02a5c1e9aea5265637d 7774 
python-dbusmock_0.17-1_amd64.buildinfo
 9ee54221347dda62f1e69747a969bb350973a1a9ddd91901adadd5867708 58240 
python3-dbusmock_0.17-1_all.deb
Files:
 cf4b0a6e11caebf203892ccf561df71d 2442 python optional 
python-dbusmock_0.17-1.dsc
 e0af4dc6e4c38f882c339df6579428a9 71295 python optional 
python-dbusmock_0.17.orig.tar.gz
 415a156c1914dcfeb96747a3be0c2d53 4228 python optional 
python-dbusmock_0.17-1.debian.tar.xz
 49e80068df1db89dbd0a51dda2ac7a54 58144 python optional 
python-dbusmock_0.17-1_all.deb
 4c29cbd885746fabe8352074a7a31585 7774 python optional 
python-dbusmock_0.17-1_amd64.buildinfo
 83a25cee9162fd514e480c7a8589ce86 58240 python optional 
python3-dbusmock_0.17-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEExkOAo1eT0DvBz+1oxrkYDUvYt64FAloBiR8ACgkQxrkYDUvY
t66JPRAAjmEPqK97Ex9XLDoVJtf+Hoga+bthrFpxVSWd9zotVs7O+6Y5/18MdYBv
t16whUWsXUWzI/lnB4kmvYnsTXB7yhLpwUezCQopiZS6s5Ks6KI/OHBNkbYNZcWS
Uqx9kuZRqZdIXAT7nMMG+MGZHLT2oHwa6ieYBVx+jAxE+vkXGRjP/UH4tIpy51yN
tJ/aRutjT+wLAgkJ6FxlOtHhKZ2B+hXJZXrzpgY5Vkvp4yvyga3JtQ/b6ziKMpxI
27XkJWowWeRc4oBhyyoS97vh4N9iesRZ3VcmY5zaeWrSiVoTE9Suk1Q21GQpPBeZ
yshSuOd+XJgbMRZ/0Qq42fSpZ2ZSiQajeDR82xnZhBl8P076ItYein19RRiAnSTq
iCZr6JQl86j8RF7+UVVn+biYib/1JZniiFNPv+Mlg90YFGPzFTwApCDlNVN0U/PN
Z+1FSBzc51R3ZO8UjnxEKT9m1yXhy/bIrgI9Cx2h5WiNJBkSfHS28xnsSaxG37bl
EloH0Ye5B0P1RO7QqlzCkByYsOrSQM3bMG+7HRkJzrKqHv+yTxmQgyT4T4kF6Lsi
nNvMVkeOv8w/hSQX/K4NDqqUiisZ8faLsN+CqjdTrm6pj7doQD3BxLn/78fDsrL5
kl/8hPQCYT4Om6hKPnjWGaP/6wKcQeaU/2HLcFPZcqZywXPQgn0=
=VRYD
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[Python-modules-team] Processing of python-dbusmock_0.17-1_amd64.changes

2017-11-07 Thread Debian FTP Masters
python-dbusmock_0.17-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-dbusmock_0.17-1.dsc
  python-dbusmock_0.17.orig.tar.gz
  python-dbusmock_0.17-1.debian.tar.xz
  python-dbusmock_0.17-1_all.deb
  python-dbusmock_0.17-1_amd64.buildinfo
  python3-dbusmock_0.17-1_all.deb

Greetings,

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

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


[Python-modules-team] Bug#881038: jupyter-notebook FTBFS: ERROR: notebook.tests.test_notebookapp.test_notebook_stop

2017-11-07 Thread Adrian Bunk
Source: jupyter-notebook
Version: 5.1.0-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=jupyter-notebook=all=5.1.0-1=1509918772=0

...
   dh_auto_test -i -O--buildsystem=pybuild
I: pybuild base:184: cd /<>/.pybuild/pythonX.Y_2.7/build; 
python2.7 -m nose 
No handlers could be found for logger "NotebookApp"
../usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58:
 Warning: Implicitly cleaning up 
  Warning)
./usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58: Warning: 
Implicitly cleaning up 
  Warning)
.../usr/lib/python2.7/dist-packages/nbformat/validator.py:251:
 UserWarning: No schema for validating v2 notebooks
  warnings.warn("No schema for validating v%s notebooks" % version, UserWarning)
.Traceback
 (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
  File "/usr/lib/python2.7/runpy.py", line 102, in _get_module_details
loader = get_loader(mod_name)
  File "/usr/lib/python2.7/pkgutil.py", line 464, in get_loader
return find_loader(fullname)
  File "/usr/lib/python2.7/pkgutil.py", line 475, in find_loader
loader = importer.find_module(fullname)
  File "/usr/lib/python2.7/pkgutil.py", line 184, in find_module
path = [os.path.realpath(self.path)]
  File "/usr/lib/python2.7/posixpath.py", line 375, in realpath
path, ok = _joinrealpath('', filename, {})
  File "/usr/lib/python2.7/posixpath.py", line 400, in _joinrealpath
if not islink(newpath):
  File "/usr/lib/python2.7/posixpath.py", line 135, in islink
st = os.lstat(path)
KeyboardInterrupt
../usr/lib/python2.7/dist-packages/jupyter_client/kernelspec.py:199: 
UserWarning: Invalid kernelspec directory name (Kernel names can only contain 
ASCII letters and numbers and these separators: - . _ (hyphen, period, and 
underscore).): /tmp/tmpphMb4f/data/kernels/sample 2
  d = self.find_kernel_specs()
./<>/.pybuild/pythonX.Y_2.7/build/notebook/services/kernelspecs/handlers.py:56:
 UserWarning: Invalid kernelspec directory name (Kernel names can only contain 
ASCII letters and numbers and these separators: - . _ (hyphen, period, and 
underscore).): /tmp/tmpphMb4f/data/kernels/sample 2
  for kernel_name in ksm.find_kernel_specs():
./usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58:
 Warning: Implicitly cleaning up 
  Warning)
.E.S
==
ERROR: notebook.tests.test_notebookapp.test_notebook_stop
--
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
  File 
"/<>/.pybuild/pythonX.Y_2.7/build/notebook/tests/test_notebookapp.py",
 line 165, in test_notebook_stop
app.start()
  File "/<>/.pybuild/pythonX.Y_2.7/build/notebook/notebookapp.py", 
line 367, in start
servers = list(list_running_servers(self.runtime_dir))
  File "/usr/lib/python2.7/dist-packages/traitlets/traitlets.py", line 556, in 
__get__
return self.get(obj, cls)
  File "/usr/lib/python2.7/dist-packages/traitlets/traitlets.py", line 535, in 
get
value = self._validate(obj, dynamic_default())
  File "/usr/lib/python2.7/dist-packages/jupyter_core/application.py", line 99, 
in _runtime_dir_default
ensure_dir_exists(rd, mode=0o700)
  File "/usr/lib/python2.7/dist-packages/ipython_genutils/path.py", line 167, 
in ensure_dir_exists
os.makedirs(path, mode=mode)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/run/user'

--
Ran 251 tests in 32.221s

FAILED (SKIP=1, errors=1)
/usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58: Warning: 
Implicitly cleaning up 
  Warning)
/usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58: Warning: 
Implicitly cleaning up 
  Warning)
/usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58: Warning: 
Implicitly cleaning up 
  Warning)
/usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58: Warning: 
Implicitly cleaning up 
  Warning)
/usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58: Warning: 
Implicitly cleaning up 
  Warning)
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/<>/.pybuild/pythonX.Y_2.7/build; python2.7 -m nose 
dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 returned 
exit code 13
debian/rules:12: recipe for target 'build-indep' failed
make: ***