[Python-modules-team] python-ws4py is marked for autoremoval from testing

2016-08-27 Thread Debian testing autoremoval watch
python-ws4py 0.3.4-3 is marked for autoremoval from testing on 2016-10-03

It is affected by these RC bugs:
834921: python-ws4py: FTBFS too much often (AssertionError:)


___
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] python-restkit is marked for autoremoval from testing

2016-08-27 Thread Debian testing autoremoval watch
python-restkit 4.2.2-2 is marked for autoremoval from testing on 2016-10-03

It (build-)depends on packages with these RC bugs:
834920: python-socketpool: FTBFS too much often (UnicodeDecodeError)


___
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] python-couchdbkit is marked for autoremoval from testing

2016-08-27 Thread Debian testing autoremoval watch
python-couchdbkit 0.6.5-2 is marked for autoremoval from testing on 2016-10-03

It (build-)depends on packages with these RC bugs:
834920: python-socketpool: FTBFS too much often (UnicodeDecodeError)


___
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] python-socketpool is marked for autoremoval from testing

2016-08-27 Thread Debian testing autoremoval watch
python-socketpool 0.5.3-2 is marked for autoremoval from testing on 2016-10-03

It is affected by these RC bugs:
834920: python-socketpool: FTBFS too much often (UnicodeDecodeError)


___
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] python-async is marked for autoremoval from testing

2016-08-27 Thread Debian testing autoremoval watch
python-async 0.6.2-2 is marked for autoremoval from testing on 2016-09-18

It is affected by these RC bugs:
834917: python-async: FTBFS too much often ('NoneType' object is not callable)


___
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#835647: python-brainstorm: build path is captured

2016-08-27 Thread Daniel Stender
Great! Thx for the pointer.

DS

On 28.08.2016 00:48, Chris Lamb wrote:
> Hi,
> 
>> python-brainstorm: build path is captured
> 
> Following this through for a few stages, I first see this generated
> C code:
> 
> --- ./a/python-brainstorm-0.5/brainstorm/handlers/_cpuop.c2016-08-27 
> 23:32:02.362189730 +0100
> +++ ./b/python-brainstorm-0.5/brainstorm/handlers/_cpuop.c2016-08-27 
> 23:32:57.834818195 +0100
> @@ -2029,7 +2029,7 @@
>  static const char __pyx_k_Expected_at_least_d_arguments[] = "Expected at 
> least %d arguments";
>  static const char __pyx_k_unable_to_allocate_array_data[] = "unable to 
> allocate array data.";
>  static const char __pyx_k_strided_and_direct_or_indirect[] = " direct or indirect>";
> -static const char __pyx_k_home_lamby_temp_cdt_20160827233[] = 
> "/home/lamby/temp/cdt.20160827233114.crIlYLxW7D.repro.python-brainstorm/build-a/python-brainstorm-0.5/brainstorm/handlers/_cpuop.pyx";
> +static const char __pyx_k_home_lamby_temp_cdt_20160827233[] = 
> "/home/lamby/temp/cdt.20160827233114.crIlYLxW7D.repro.python-brainstorm/build-b/python-brainstorm-0.5/brainstorm/handlers/_cpuop.pyx";
>  static const char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype 
> code in numpy.pxd (%d)";
>  static const char __pyx_k_Buffer_view_does_not_expose_stri[] = "Buffer view 
> does not expose strides";
>  static const char __pyx_k_Can_only_create_a_buffer_that_is[] = "Can only 
> create a buffer that is contiguous in memory.";
> 
> (NB. the variable *name*, not only its value)
> 
> .. which is generated from the corresponding .pyc. I believe it
> is caused by cython pulling in memoryview via:
> 
>from cython.view cimport array as cvarray
> 
> Hope that helps jumpstart you...
> 
> 
> Regards,

-- 
4096R/DF5182C8
http://www.danielstender.com/blog/

___
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#835647: python-brainstorm: build path is captured

2016-08-27 Thread Chris Lamb
Hi,

> python-brainstorm: build path is captured

Following this through for a few stages, I first see this generated
C code:

--- ./a/python-brainstorm-0.5/brainstorm/handlers/_cpuop.c  2016-08-27 
23:32:02.362189730 +0100
+++ ./b/python-brainstorm-0.5/brainstorm/handlers/_cpuop.c  2016-08-27 
23:32:57.834818195 +0100
@@ -2029,7 +2029,7 @@
 static const char __pyx_k_Expected_at_least_d_arguments[] = "Expected at least 
%d arguments";
 static const char __pyx_k_unable_to_allocate_array_data[] = "unable to 
allocate array data.";
 static const char __pyx_k_strided_and_direct_or_indirect[] = "";
-static const char __pyx_k_home_lamby_temp_cdt_20160827233[] = 
"/home/lamby/temp/cdt.20160827233114.crIlYLxW7D.repro.python-brainstorm/build-a/python-brainstorm-0.5/brainstorm/handlers/_cpuop.pyx";
+static const char __pyx_k_home_lamby_temp_cdt_20160827233[] = 
"/home/lamby/temp/cdt.20160827233114.crIlYLxW7D.repro.python-brainstorm/build-b/python-brainstorm-0.5/brainstorm/handlers/_cpuop.pyx";
 static const char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype 
code in numpy.pxd (%d)";
 static const char __pyx_k_Buffer_view_does_not_expose_stri[] = "Buffer view 
does not expose strides";
 static const char __pyx_k_Can_only_create_a_buffer_that_is[] = "Can only 
create a buffer that is contiguous in memory.";

(NB. the variable *name*, not only its value)

.. which is generated from the corresponding .pyc. I believe it
is caused by cython pulling in memoryview via:

   from cython.view cimport array as cvarray

Hope that helps jumpstart you...


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#835601: marked as done (pylint-flask: remove unnecessary B-D on python(3)-logilab-common)

2016-08-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Aug 2016 22:32:48 +
with message-id 
and subject line Bug#835601: fixed in pylint-flask 0.3-2
has caused the Debian Bug report #835601,
regarding pylint-flask: remove unnecessary B-D on python(3)-logilab-common
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.)


-- 
835601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835601
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pylint-flask
Version: 0.3-1
Severity: normal

pylint-flask seems to list logilab-common in install_requires without actually
using it. Please remove it from install_requires and drop the unnecessary build
dependency. See [1] for the PR removing logilab-cmmon from install_requires.

Cheers

[1] https://github.com/jschaf/pylint-flask/pull/4
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: pylint-flask
Source-Version: 0.3-2

We believe that the bug you reported is fixed in the latest version of
pylint-flask, 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 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Stender  (supplier of updated pylint-flask 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: Sat, 27 Aug 2016 22:32:52 +0200
Source: pylint-flask
Binary: python-pylint-flask python3-pylint-flask
Architecture: source all
Version: 0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Daniel Stender 
Description:
 python-pylint-flask - Pylint plugin for analyzing Flask applications (Python 2)
 python3-pylint-flask - Pylint plugin for analyzing Flask applications (Python 
3)
Closes: 835601
Changes:
 pylint-flask (0.3-2) unstable; urgency=medium
 .
   * drop build-dep on python{,3}-logilab-common (Closes: #835601):
 + add remove-logilab-common-deps.patch.
 + remove build-deps on logilab-common in deb/control.
   * deb/control:
 + bumped standards version to 3.9.8 (no changes needed).
Checksums-Sha1:
 2b3d9909ffdeca37cf15b8e2f2105df99c45663f 2245 pylint-flask_0.3-2.dsc
 7efca2bf1243a19406b50d8932541382914fbc3a 3120 pylint-flask_0.3.orig.tar.xz
 4fdf1477378160282c406c4c81af8da5a13fe95d 2748 pylint-flask_0.3-2.debian.tar.xz
 b4cec9d78d768925c05d1c548104ca636a9aa4e8 4160 python-pylint-flask_0.3-2_all.deb
 671fda1610725ba70ffb8d7d0965f13636ad7dd1 4242 
python3-pylint-flask_0.3-2_all.deb
Checksums-Sha256:
 15bfbaba023ce4c1a28bce906330a966623e69b74c3a5ef974557a2499b021db 2245 
pylint-flask_0.3-2.dsc
 e9460333ca329442ccd88a97c0a882c1ddc4395f8391096c580058113d2b0e13 3120 
pylint-flask_0.3.orig.tar.xz
 2b3d690b3ef29211ad438f081422c6984277139df92d2d9d35620e453f7fbcb7 2748 
pylint-flask_0.3-2.debian.tar.xz
 bf7b89b39deda699ffad41eb80e41cc2eb25d99236bc933be5684671f08a2b89 4160 
python-pylint-flask_0.3-2_all.deb
 0eb7013a9963c278c608d23b44889b330fbf65b46f32e58bfebb46ae8b37b617 4242 
python3-pylint-flask_0.3-2_all.deb
Files:
 937d4a663c8eb4d4f26a0937e306ffdd 2245 python optional pylint-flask_0.3-2.dsc
 acfbf3553433e3b19d3ed1c99167f016 3120 python optional 
pylint-flask_0.3.orig.tar.xz
 f03a48b52a82673411704e01c0459ffa 2748 python optional 
pylint-flask_0.3-2.debian.tar.xz
 90f073549980614432981014190ca2cf 4160 python optional 
python-pylint-flask_0.3-2_all.deb
 e62b79705a0adfb34bd8968513a79b2e 4242 python optional 
python3-pylint-flask_0.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXwflJAAoJEBXgmvTfUYLIVtwQAJlUXWo0hdRSkkKbOvomU5kh
7TKIhmEnN3X7qGQ7E26tujf5O3L5gkrbcoiIWos1HbHPdN+6OLeNcy8p5sazTo4M
DRApR3fRgToHIOqeC1aG1xf2A7v+PKe4FdBFpS2bP+wNFJNnu70WdEq5eKTWM1tf
7Ok3BuEyVIj9ccqNYKLg185WijhgMU3OYXqRhpaNGlOVbi7skqT94G3X0u6cKy+F
Zd3E3J7H8cFom/WGaIrVjFykCr9zwhV0iLCnqp5vzF9sj3ol752azKFif6QrDmEb
cjP2Glg7GUaU7ImpTxD0MppsNMaD2SPNvFQHEBkjmqnX3Uq5XOrP/HxroyrpEssp
Aaoo41N/HfAmUHKYR7QaYTja+oPxajJfwwXPsnRM/9aSjOsNCzEijlX5QnjrHmKb
qta48BbGVzfuddVscjneKPb03B8NGOejr9/kJn8zUclY+Cj0SEy4vdu2WyItMhoZ

[Python-modules-team] pylint-flask_0.3-2_amd64.changes ACCEPTED into unstable

2016-08-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Aug 2016 22:32:52 +0200
Source: pylint-flask
Binary: python-pylint-flask python3-pylint-flask
Architecture: source all
Version: 0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Daniel Stender 
Description:
 python-pylint-flask - Pylint plugin for analyzing Flask applications (Python 2)
 python3-pylint-flask - Pylint plugin for analyzing Flask applications (Python 
3)
Closes: 835601
Changes:
 pylint-flask (0.3-2) unstable; urgency=medium
 .
   * drop build-dep on python{,3}-logilab-common (Closes: #835601):
 + add remove-logilab-common-deps.patch.
 + remove build-deps on logilab-common in deb/control.
   * deb/control:
 + bumped standards version to 3.9.8 (no changes needed).
Checksums-Sha1:
 2b3d9909ffdeca37cf15b8e2f2105df99c45663f 2245 pylint-flask_0.3-2.dsc
 7efca2bf1243a19406b50d8932541382914fbc3a 3120 pylint-flask_0.3.orig.tar.xz
 4fdf1477378160282c406c4c81af8da5a13fe95d 2748 pylint-flask_0.3-2.debian.tar.xz
 b4cec9d78d768925c05d1c548104ca636a9aa4e8 4160 python-pylint-flask_0.3-2_all.deb
 671fda1610725ba70ffb8d7d0965f13636ad7dd1 4242 
python3-pylint-flask_0.3-2_all.deb
Checksums-Sha256:
 15bfbaba023ce4c1a28bce906330a966623e69b74c3a5ef974557a2499b021db 2245 
pylint-flask_0.3-2.dsc
 e9460333ca329442ccd88a97c0a882c1ddc4395f8391096c580058113d2b0e13 3120 
pylint-flask_0.3.orig.tar.xz
 2b3d690b3ef29211ad438f081422c6984277139df92d2d9d35620e453f7fbcb7 2748 
pylint-flask_0.3-2.debian.tar.xz
 bf7b89b39deda699ffad41eb80e41cc2eb25d99236bc933be5684671f08a2b89 4160 
python-pylint-flask_0.3-2_all.deb
 0eb7013a9963c278c608d23b44889b330fbf65b46f32e58bfebb46ae8b37b617 4242 
python3-pylint-flask_0.3-2_all.deb
Files:
 937d4a663c8eb4d4f26a0937e306ffdd 2245 python optional pylint-flask_0.3-2.dsc
 acfbf3553433e3b19d3ed1c99167f016 3120 python optional 
pylint-flask_0.3.orig.tar.xz
 f03a48b52a82673411704e01c0459ffa 2748 python optional 
pylint-flask_0.3-2.debian.tar.xz
 90f073549980614432981014190ca2cf 4160 python optional 
python-pylint-flask_0.3-2_all.deb
 e62b79705a0adfb34bd8968513a79b2e 4242 python optional 
python3-pylint-flask_0.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXwflJAAoJEBXgmvTfUYLIVtwQAJlUXWo0hdRSkkKbOvomU5kh
7TKIhmEnN3X7qGQ7E26tujf5O3L5gkrbcoiIWos1HbHPdN+6OLeNcy8p5sazTo4M
DRApR3fRgToHIOqeC1aG1xf2A7v+PKe4FdBFpS2bP+wNFJNnu70WdEq5eKTWM1tf
7Ok3BuEyVIj9ccqNYKLg185WijhgMU3OYXqRhpaNGlOVbi7skqT94G3X0u6cKy+F
Zd3E3J7H8cFom/WGaIrVjFykCr9zwhV0iLCnqp5vzF9sj3ol752azKFif6QrDmEb
cjP2Glg7GUaU7ImpTxD0MppsNMaD2SPNvFQHEBkjmqnX3Uq5XOrP/HxroyrpEssp
Aaoo41N/HfAmUHKYR7QaYTja+oPxajJfwwXPsnRM/9aSjOsNCzEijlX5QnjrHmKb
qta48BbGVzfuddVscjneKPb03B8NGOejr9/kJn8zUclY+Cj0SEy4vdu2WyItMhoZ
WMyQR7yKNcW3gyQAqx9W2ASwG1RFNuwYGJ7d/awqbVh+MxSCM55W1+YMNOZ4y/tV
pHbO+mJgcop7xDdQKj2azqe67Ztovp+mXIpRz+JHmL00xRkiXQMe0ALFUjZi4ra/
FKl6FVqxa7YEg/BNzNB5Tv/KZ1lPJflyTF0dSx1etX9W2ZslHQktDxf1Xrz4W7Op
vffsLU9lTdQFbI9i+QFy
=vs5S
-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] Bug#835647: python-brainstorm: build path is captured

2016-08-27 Thread Daniel Stender
Source: python-brainstorm
Version: 0.5-2
Severity: normal
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath

brainstorm doesn't build reproducibly on i386, the build path
is captured in the dbgsym package.

I'll get into this, soon.

DS

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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#834875: regression: qsettings can no longer save binary strings

2016-08-27 Thread Dmitry Shachnev
Hi Salvo,

On Sat, Aug 20, 2016 at 09:18:51AM +0200, Salvo Tomaselli wrote:
> in relational, I store the session as a binary string generated with the 
> pickle
> module and save it using QSettings.
> 
> now the functionality is broken, without changing the code in relational, so
> it is a regression in Qt or PyQt.

Now this is fixed. However storing pickled strings in QSettings usually does
not make much sense.

When a non-Qt object (such as bytes) is stored in QSettings, it gets pickled
by PyQt. So in your case there will be double pickling.

You can either store the object directly, or wrap the bytestring into a
QtCore.QByteArray (which is a native Qt object).

-- 
Dmitry Shachnev


signature.asc
Description: PGP signature
___
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 pylint-flask_0.3-2_amd64.changes

2016-08-27 Thread Debian FTP Masters
pylint-flask_0.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  pylint-flask_0.3-2.dsc
  pylint-flask_0.3.orig.tar.xz
  pylint-flask_0.3-2.debian.tar.xz
  python-pylint-flask_0.3-2_all.deb
  python3-pylint-flask_0.3-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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#835637: myghty: please make the build reproducible

2016-08-27 Thread Chris Lamb
Source: myghty
Version: 1.1-6
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps randomness
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

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

 - Use gmtime over localtime

 - Don't create objects in the kwargs - they end up in the documentation
   and then their repr(…) includes a non-deterministic memory address.

Patch attached.


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


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/reproducible-build.diff1970-01-01 01:00:00.0 
+0100
--- b/debian/patches/reproducible-build.diff2016-08-27 20:56:56.242293448 
+0100
@@ -0,0 +1,35 @@
+Description: Make the build reproducible
+Author: Chris Lamb 
+Last-Update: 2016-08-27
+
+--- myghty-1.1.orig/doc/components/section_wrapper.myt
 myghty-1.1/doc/components/section_wrapper.myt
+@@ -28,7 +28,7 @@
+ 
+ <% title %>
+ % if version is not None:
+-Version: <% version %>   Last Updated: <% time.strftime('%x 
%X', time.localtime(last_updated)) %>
++Version: <% version %>   Last Updated: <% time.strftime('%x 
%X', time.gmtime(last_updated)) %>
+ %
+ 
+ 
+--- myghty-1.1.orig/lib/myghty/interp.py
 myghty-1.1/lib/myghty/interp.py
+@@ -45,7 +45,7 @@ class Interpreter:
+ code_cache_size = 16777216,
+ use_auto_handlers = True,
+ use_object_files = True,
+-debug_file = myghty.buffer.LinePrinter(sys.stderr),
++debug_file = None,
+ debug_threads = False,
+ debug_elements = [],
+ escapes = {},
+@@ -56,6 +56,8 @@ class Interpreter:
+ method as keyword parameters.  Those parameters that are used 
directly by this Interpreter are
+ consumed.  Remaining arguments are sent off to other constructed 
objects, which include a
+ Compiler, a Resolver, and a Request prototype object."""
++if debug_file is None:
++bug_file = myghty.buffer.LinePrinter(sys.stderr)
+ self.global_args = global_args or {}
+ self._attributes = {}
+ if attributes is not None:
--- a/debian/patches/series 2016-08-27 20:37:27.453627497 +0100
--- b/debian/patches/series 2016-08-27 20:40:34.531708742 +0100
@@ -1 +1,2 @@
 import-5th-arg.diff
+reproducible-build.diff
___
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#834875: marked as done (regression: qsettings can no longer save binary strings)

2016-08-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Aug 2016 18:37:26 +
with message-id 
and subject line Bug#834875: fixed in pyqt5 5.7+dfsg-2
has caused the Debian Bug report #834875,
regarding regression: qsettings can no longer save binary strings
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.)


-- 
834875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834875
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-pyqt5
Version: 5.7+dfsg-1
Severity: normal
Tags: upstream

Dear Maintainer,

in relational, I store the session as a binary string generated with the pickle
module and save it using QSettings.

now the functionality is broken, without changing the code in relational, so
it is a regression in Qt or PyQt.

I don't know how to try to replicate the issue in C++, since binary strings are
a python thing, and I couldn't find how to report bugs to riverbanks, so I am
opening this bug in hope that you know best how to proceed about this.

Best

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0d (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-pyqt5 depends on:
ii  libc62.23-4
ii  libgcc1  1:6.1.1-12
ii  libpython3.5 3.5.2-3
ii  libqt5core5a [qtbase-abi-5-6-1]  5.6.1+dfsg-3+b1
ii  libqt5dbus5  5.6.1+dfsg-3+b1
ii  libqt5designer5  5.6.1-2
ii  libqt5gui5   5.6.1+dfsg-3+b1
ii  libqt5help5  5.6.1-2
ii  libqt5network5   5.6.1+dfsg-3+b1
ii  libqt5printsupport5  5.6.1+dfsg-3+b1
ii  libqt5test5  5.6.1+dfsg-3+b1
ii  libqt5widgets5   5.6.1+dfsg-3+b1
ii  libqt5xml5   5.6.1+dfsg-3+b1
ii  libstdc++6   6.1.1-12
ii  python3  3.5.1-4
ii  python3-sip [sip-py3api-11.3]4.18.1+dfsg-1
pn  python3:any  

python3-pyqt5 recommends no packages.

Versions of packages python3-pyqt5 suggests:
pn  python3-pyqt5-dbg  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: pyqt5
Source-Version: 5.7+dfsg-2

We believe that the bug you reported is fixed in the latest version of
pyqt5, 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 834...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated pyqt5 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: Sat, 27 Aug 2016 21:06:10 +0300
Source: pyqt5
Binary: pyqt5-dev pyqt5-dev-tools pyqt5-doc pyqt5-examples python3-pyqt5 
python3-pyqt5-dbg python3-dbus.mainloop.pyqt5 python3-dbus.mainloop.pyqt5-dbg 
python3-pyqt5.qtopengl python3-pyqt5.qtopengl-dbg python3-pyqt5.qtsql 
python3-pyqt5.qtsql-dbg python3-pyqt5.qtwebkit python3-pyqt5.qtwebkit-dbg 
python3-pyqt5.qtwebsockets python3-pyqt5.qtwebsockets-dbg 
python3-pyqt5.qtxmlpatterns python3-pyqt5.qtxmlpatterns-dbg python3-pyqt5.qtsvg 
python3-pyqt5.qtsvg-dbg python3-pyqt5.qtmultimedia 
python3-pyqt5.qtmultimedia-dbg python3-pyqt5.qtquick python3-pyqt5.qtquick-dbg 
python3-pyqt5.qtserialport python3-pyqt5.qtserialport-dbg 
python3-pyqt5.qtsensors python3-pyqt5.qtsensors-dbg python3-pyqt5.qtx11extras 
python3-pyqt5.qtx11extras-dbg python3-pyqt5.qtpositioning 
python3-pyqt5.qtpositioning-dbg python-pyqt5 python-pyqt5-dbg 
python-dbus.mainloop.pyqt5 python-dbus.mainloop.pyqt5-dbg python-pyqt5.qtopengl 
python-pyqt5.qtopengl-dbg python-pyqt5.qtsql python-pyqt5.qtsql-dbg 
python-pyqt5.qtwebkit
 python-pyqt5.qtwebkit-dbg python-pyqt5.qtwebsockets 
python-pyqt5.qtwebsockets-dbg python-pyqt5.qtxmlpatterns 
python-pyqt5.qtxmlpatterns-dbg python-pyqt5.qtsvg python-pyqt5.qtsvg-dbg 
python-pyqt5.qtmultimedia python-pyqt5.qtmultimedia-dbg python-pyqt5.qtquick 

[Python-modules-team] pyqt5_5.7+dfsg-2_source.changes ACCEPTED into unstable

2016-08-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 27 Aug 2016 21:06:10 +0300
Source: pyqt5
Binary: pyqt5-dev pyqt5-dev-tools pyqt5-doc pyqt5-examples python3-pyqt5 
python3-pyqt5-dbg python3-dbus.mainloop.pyqt5 python3-dbus.mainloop.pyqt5-dbg 
python3-pyqt5.qtopengl python3-pyqt5.qtopengl-dbg python3-pyqt5.qtsql 
python3-pyqt5.qtsql-dbg python3-pyqt5.qtwebkit python3-pyqt5.qtwebkit-dbg 
python3-pyqt5.qtwebsockets python3-pyqt5.qtwebsockets-dbg 
python3-pyqt5.qtxmlpatterns python3-pyqt5.qtxmlpatterns-dbg python3-pyqt5.qtsvg 
python3-pyqt5.qtsvg-dbg python3-pyqt5.qtmultimedia 
python3-pyqt5.qtmultimedia-dbg python3-pyqt5.qtquick python3-pyqt5.qtquick-dbg 
python3-pyqt5.qtserialport python3-pyqt5.qtserialport-dbg 
python3-pyqt5.qtsensors python3-pyqt5.qtsensors-dbg python3-pyqt5.qtx11extras 
python3-pyqt5.qtx11extras-dbg python3-pyqt5.qtpositioning 
python3-pyqt5.qtpositioning-dbg python-pyqt5 python-pyqt5-dbg 
python-dbus.mainloop.pyqt5 python-dbus.mainloop.pyqt5-dbg python-pyqt5.qtopengl 
python-pyqt5.qtopengl-dbg python-pyqt5.qtsql python-pyqt5.qtsql-dbg 
python-pyqt5.qtwebkit
 python-pyqt5.qtwebkit-dbg python-pyqt5.qtwebsockets 
python-pyqt5.qtwebsockets-dbg python-pyqt5.qtxmlpatterns 
python-pyqt5.qtxmlpatterns-dbg python-pyqt5.qtsvg python-pyqt5.qtsvg-dbg 
python-pyqt5.qtmultimedia python-pyqt5.qtmultimedia-dbg python-pyqt5.qtquick 
python-pyqt5.qtquick-dbg python-pyqt5.qtserialport 
python-pyqt5.qtserialport-dbg python-pyqt5.qtsensors python-pyqt5.qtsensors-dbg 
python-pyqt5.qtx11extras python-pyqt5.qtx11extras-dbg python-pyqt5.qtpositioning
 python-pyqt5.qtpositioning-dbg
Architecture: source
Version: 5.7+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Dmitry Shachnev 
Description:
 pyqt5-dev  - Development files for PyQt5
 pyqt5-dev-tools - Development tools for PyQt5
 pyqt5-doc  - Documentation for PyQt5
 pyqt5-examples - Examples and demos for PyQt5
 python-dbus.mainloop.pyqt5 - D-Bus Qt main loop support for Python 2
 python-dbus.mainloop.pyqt5-dbg - D-Bus Qt main loop support for Python 2 
(debug extension)
 python-pyqt5 - Python 2 bindings for Qt5
 python-pyqt5-dbg - Python 2 bindings for Qt5 (debug extensions)
 python-pyqt5.qtmultimedia - Python 2 bindings for Qt5's Multimedia module
 python-pyqt5.qtmultimedia-dbg - Python 2 bindings for Qt5's Multimedia module 
(debug extensions)
 python-pyqt5.qtopengl - Python 2 bindings for Qt5's OpenGL module
 python-pyqt5.qtopengl-dbg - Python 2 bindings for Qt5's OpenGL module (debug 
extension)
 python-pyqt5.qtpositioning - Python 2 bindings for QtPositioning module
 python-pyqt5.qtpositioning-dbg - Python 2 bindings for QtPositioning module 
(debug extension)
 python-pyqt5.qtquick - Python 2 bindings for QtQuick module
 python-pyqt5.qtquick-dbg - Python 2 bindings for QtQuick module (debug 
extensions)
 python-pyqt5.qtsensors - Python 2 bindings for QtSensors module
 python-pyqt5.qtsensors-dbg - Python 2 bindings for QtSensors module (debug 
extension)
 python-pyqt5.qtserialport - Python 2 bindings for QtSerialPort module
 python-pyqt5.qtserialport-dbg - Python 2 bindings for QtSerialPort module 
(debug extension)
 python-pyqt5.qtsql - Python 2 bindings for Qt5's SQL module
 python-pyqt5.qtsql-dbg - Python 2 bindings for Qt5's SQL module (debug 
extension)
 python-pyqt5.qtsvg - Python 2 bindings for Qt5's SVG module
 python-pyqt5.qtsvg-dbg - Python 2 bindings for Qt5's SVG module (debug 
extension)
 python-pyqt5.qtwebkit - Python 2 bindings for Qt5's WebKit module
 python-pyqt5.qtwebkit-dbg - Python 2 bindings for Qt5's WebKit module (debug 
extensions)
 python-pyqt5.qtwebsockets - Python 2 bindings for Qt5's WebSockets module
 python-pyqt5.qtwebsockets-dbg - Python 2 bindings for Qt5's WebSockets module 
(debug extension)
 python-pyqt5.qtx11extras - Python 2 bindings for QtX11Extras module
 python-pyqt5.qtx11extras-dbg - Python 2 bindings for QtX11Extras module (debug 
extension)
 python-pyqt5.qtxmlpatterns - Python 2 bindings for Qt5's XmlPatterns module
 python-pyqt5.qtxmlpatterns-dbg - Python 2 bindings for Qt5's XmlPatterns 
module (debug extension)
 python3-dbus.mainloop.pyqt5 - D-Bus Qt main loop support for Python 3
 python3-dbus.mainloop.pyqt5-dbg - D-Bus Qt main loop support for Python 3 
(debug extension)
 python3-pyqt5 - Python 3 bindings for Qt5
 python3-pyqt5-dbg - Python 3 bindings for Qt5 (debug extensions)
 python3-pyqt5.qtmultimedia - Python 3 bindings for Qt5's Multimedia module
 python3-pyqt5.qtmultimedia-dbg - Python 3 bindings for Qt5's Multimedia module 
(debug extensions)
 python3-pyqt5.qtopengl - Python 3 bindings for Qt5's OpenGL module
 python3-pyqt5.qtopengl-dbg - Python 3 bindings for Qt5's OpenGL module (debug 
extension)
 python3-pyqt5.qtpositioning - Python 3 bindings for QtPositioning module
 python3-pyqt5.qtpositioning-dbg - Python 3 bindings for QtPositioning module 

[Python-modules-team] Processing of pyqt5_5.7+dfsg-2_source.changes

2016-08-27 Thread Debian FTP Masters
pyqt5_5.7+dfsg-2_source.changes uploaded successfully to localhost
along with the files:
  pyqt5_5.7+dfsg-2.dsc
  pyqt5_5.7+dfsg-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.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] python-hypothesis_3.4.2-2_amd64.changes is NEW

2016-08-27 Thread Debian FTP Masters
binary:pypy-hypothesis 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

___
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] python-vertica 0.6.6-1 MIGRATED to testing

2016-08-27 Thread Debian testing watch
FYI: The status of the python-vertica source package
in Debian's testing distribution has changed.

  Previous version: 0.6.5-1
  Current version:  0.6.6-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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] django-haystack 2.5.0-1 MIGRATED to testing

2016-08-27 Thread Debian testing watch
FYI: The status of the django-haystack source package
in Debian's testing distribution has changed.

  Previous version: 2.4.1-1
  Current version:  2.5.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-hypothesis_3.4.2-2_amd64.changes

2016-08-27 Thread Debian FTP Masters
python-hypothesis_3.4.2-2_amd64.changes uploaded successfully to localhost
along with the files:
  python-hypothesis_3.4.2-2.dsc
  python-hypothesis_3.4.2-2.debian.tar.xz
  pypy-hypothesis_3.4.2-2_all.deb
  python-hypothesis-doc_3.4.2-2_all.deb
  python-hypothesis_3.4.2-2_all.deb
  python3-hypothesis_3.4.2-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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#835601: pylint-flask: remove unnecessary B-D on python(3)-logilab-common

2016-08-27 Thread Sebastian Ramacher
Source: pylint-flask
Version: 0.3-1
Severity: normal

pylint-flask seems to list logilab-common in install_requires without actually
using it. Please remove it from install_requires and drop the unnecessary build
dependency. See [1] for the PR removing logilab-cmmon from install_requires.

Cheers

[1] https://github.com/jschaf/pylint-flask/pull/4
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
___
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] python-flaky_3.3.0-1_source.changes ACCEPTED into unstable

2016-08-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Aug 2016 13:22:28 +0200
Source: python-flaky
Binary: python-flaky python3-flaky pypy-flaky
Architecture: source
Version: 3.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Tristan Seligmann 
Description:
 pypy-flaky - Plugin for nose or py.test that automatically reruns flaky tests
 python-flaky - Plugin for nose or py.test that automatically reruns flaky tests
 python3-flaky - Plugin for nose or py.test that automatically reruns flaky 
tests
Changes:
 python-flaky (3.3.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump Standards-Version to 3.9.8 (no changes).
Checksums-Sha1:
 b0fabdf24dedb8249a2dbb953a9648ceebca1649 1931 python-flaky_3.3.0-1.dsc
 5ecf75edac47fc91aeceb2773a6acb8ee5fa221e 34982 python-flaky_3.3.0.orig.tar.gz
 99b3b461f96e7f4d3da9ab681fd4da195b5ec0aa 2116 
python-flaky_3.3.0-1.debian.tar.xz
Checksums-Sha256:
 dc5e92bb721fbbe05382e664de9779c674f6f5031665596f714002cf8213b1a2 1931 
python-flaky_3.3.0-1.dsc
 822f445b4e0133541789b4281812c7592db6086db6b51e9321e8cc6efd2bc6eb 34982 
python-flaky_3.3.0.orig.tar.gz
 32a939592ed51f9cd1fbda4b1a75c9cb5e8d756460eb154ee03709c5585cf8ec 2116 
python-flaky_3.3.0-1.debian.tar.xz
Files:
 55b5d556ad4cabf606d03d5b56917cfb 1931 python optional python-flaky_3.3.0-1.dsc
 2f9956e2b5b774a51a2982e373997b59 34982 python optional 
python-flaky_3.3.0.orig.tar.gz
 dd9100e5f46b492372f7662d8e6791ae 2116 python optional 
python-flaky_3.3.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQGSBAEBCgB8BQJXwXh1XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1QzA2NTY4NTc1NTE2RDBBMzNGRkE3QTND
MDg5OTBGQjFGNjM3ODkzFRxtaXRocmFuZGlAZGViaWFuLm9yZwAKCRDAiZD7H2N4
k1OZB/4q0wyQ24y5CNNFP4z+577wx7fWoPxZnUNohRz12ow/pQIrG9M97uDiKpD+
niU6KjYAqfK+MbMjm5Rddm/uT/COZpT0AIaH7Fm1ah74pmAYY1YErGtOo7OcUsGm
Kitu07+iHNyZhQBPiCXQpCF+3krwe6q98pYHVtuvZ0eZjKY4elacts3H+TQ5hLHq
jMDB2kPQUYpqstxD/wo4LyjBYw1kiSRp+JL+TppbMsu8660pRAtx1lXmTjXsT2xV
R1ptlJrlO/b5ZO+KHFv3QkBjIdylswSw/ncisjq9XtUo5gr0dqfOzGBboiwMsQef
McRGLo239bQZyjgck3Qo+IEj7+Ic
=8U6v
-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-flaky_3.3.0-1_source.changes

2016-08-27 Thread Debian FTP Masters
python-flaky_3.3.0-1_source.changes uploaded successfully to localhost
along with the files:
  python-flaky_3.3.0-1.dsc
  python-flaky_3.3.0.orig.tar.gz
  python-flaky_3.3.0-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.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#835578: marked as done (pychromecast: Missing version dependency on python-protobuf)

2016-08-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Aug 2016 10:40:17 +
with message-id 
and subject line Bug#835578: fixed in pychromecast 0.7.3-3
has caused the Debian Bug report #835578,
regarding pychromecast: Missing version dependency on python-protobuf
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.)


-- 
835578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835578
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pychromecast
Version: 0.7.3-2
Severity: serious
Justification: Policy 7.2

Dear Maintainer,

There's a missing version dependency on python-protobuf which will make the
package not work in testing if python-pychromecast is migrated but not
python-protobuf.



Cheers,
the maintainer
--- End Message ---
--- Begin Message ---
Source: pychromecast
Source-Version: 0.7.3-3

We believe that the bug you reported is fixed in the latest version of
pychromecast, 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 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ruben Undheim  (supplier of updated pychromecast 
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: Sat, 27 Aug 2016 10:57:01 +0200
Source: pychromecast
Binary: python-pychromecast
Architecture: source
Version: 0.7.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ruben Undheim 
Description:
 python-pychromecast - Library to communicate with Google Chromecast
Closes: 835578
Changes:
 pychromecast (0.7.3-3) unstable; urgency=medium
 .
   * Added missing versioned dependency on python-protobuf. (Closes: #835578)
Checksums-Sha1:
 b4c927c4a7197d802cf9bed888da3bbd8638885e 2027 pychromecast_0.7.3-3.dsc
 178e92178add382c4c8666927e4885bcfa4056ac 3508 
pychromecast_0.7.3-3.debian.tar.xz
Checksums-Sha256:
 56508624d22ac56ff6a6f00c4bbfc2557204df7fac35bb41babd0e7f71e8d3f0 2027 
pychromecast_0.7.3-3.dsc
 ce071723e4850f1caa3412565df5dd7d224070c71425e2a5d28f9a78139b35cc 3508 
pychromecast_0.7.3-3.debian.tar.xz
Files:
 db6a7462114c662ad363cc94adfb127c 2027 python optional pychromecast_0.7.3-3.dsc
 dead51dd9457624ed6622c48fe24d1d5 3508 python optional 
pychromecast_0.7.3-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXwVZ+AAoJEPxqH2TRCNER1YwQAJZYJInOZfsapW3OQO7Xh7XG
gtT4gcv/7GzME9dYmzMjbxZjkHceHSH3dl87A53SHQbZ+TTqVkApCd50AFMsko7w
aTOP1euxs0s2e+Q72p5fHjoEvuRtGZrtiZqTydjwFhFfPUT9rb5ARO3xu+yZpmM3
xnrwighiJW+8Y7/UkFxXPs0pH+Wg9SRUPzOqj4axzNqJF4TVocSfH2MyPhubs50a
kG9uuZ4XjbXfazCkjZSav6XPnEoUqYkLfuZiBnNc+9vaBEYxfRxKY8eCGh8eDtAW
YL2Lk36z1a8A9KWWxBLPg+ZQ8WMF1gcfCuRP96HQ8/OZkv6vUtTK1CGZdV1MuYaC
1AMDZsgWwtpkrEkZbO8bUhvTqc16UhK5EXoG/7Duqn64NLPmJTkFivubNiH0e4Qa
sE4veCRpjyIULK2AYvSfRdx6L8T3I8uP6mr0GLzAqc+9ymtzzIqX052B/8EPI7HC
3XgQqvDTyUO30hlvSkJXOeG4wvJi66LqFjjJ7g6FyYvGGQreRTEUvCyCHpUZXr5R
sXlB0sCEMrD5XpThx1nCQ3rMp8TwqxQlrCI9QaY+X3JZMa8pUwsraegkEE7YImUi
okJn2F8iydVrgGF8pehFxrkK28KbURhjpr5rr0EpPQJoVowaBna3NenLvmV3xzF9
hAN0ogtTnPYEHu27X8mv
=BN54
-END PGP SIGNATURE End Message ---
___
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] pyvisa_1.8-3_source.changes ACCEPTED into unstable

2016-08-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Aug 2016 10:41:27 +0200
Source: pyvisa
Binary: pyvisa python-pyvisa python3-pyvisa
Architecture: source
Version: 1.8-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ruben Undheim 
Description:
 python-pyvisa - Python bindings for Virtual Instrument Software Architecture
 python3-pyvisa - Python 3 bindings for Virtual Instrument Software Architecture
 pyvisa - Transitional dummy package for python-pyvisa
Changes:
 pyvisa (1.8-3) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 .
   [ Ruben Undheim ]
   * debian/control:
 - Move libvisa0 from Depends to Suggests
 - Move python-pyvisa-py from Recommends to Depends
 - New Standards version 3.9.8
Checksums-Sha1:
 332d0f620c2816de1a35d4b1d8c7a7e01abd4ec5 2078 pyvisa_1.8-3.dsc
 d46624683b0a2118abe83aff1ad7e9e234b63b08 5168 pyvisa_1.8-3.debian.tar.xz
Checksums-Sha256:
 0aa429a3153c0bb08cbd8bdc834e84d3a0d502114f0969105da7597d60c64c35 2078 
pyvisa_1.8-3.dsc
 c1a927be93c716bae00016d69a3f32aee9245d2740b44f3a4e3381481356b5fe 5168 
pyvisa_1.8-3.debian.tar.xz
Files:
 690abb4a54a1c8c3b062cba54f619c44 2078 python optional pyvisa_1.8-3.dsc
 a78dd233a17adc756da191d586cf0598 5168 python optional 
pyvisa_1.8-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXwVRFAAoJEPxqH2TRCNERBPIP/0XurPNi7jUG4aQPhgjsTqeT
e+xRzIwzygvNLXrknjJfGBbRcudbLzcx2ogoGLJasKjiYkRvteg5K9cvcezr71Hs
/WFwf+oJcs9pK8/yunApPIirXdRdfxQk9W/4EA+HJU6BOSp6QejoTC7wsi8gj2+X
gOiNMmBp8njVob9HorOQFcZxwxbwAk/09FI9DzYrn13r33WmhParyVK9d5BYPPju
vv06A6w8H2VOTUCDDTqWdW5GA0Vr9tkSExhnsMIF8p3VtT9+5Ox+i5pcubGcq6pZ
kfpo1/qdql4uyCifhIwDWTuyfjXCqX2cCgc7Wur20QMclu75la9/h2hhLiYKAcnl
QNgy7wAIto7R6Xupu+oP4xJ1g8TNmGzxxw3S5BSui/8Wt9TRAGi5bUXmeqYAk7za
QgKt0gRIhGL1ixrZnPh+F4ncW/eqj60wfHmJirZqMbOaiG653RDtL5zd3oUKCd/n
2zuza4K+l1o+iCAEmEDWBQDYvMXhQF9GpuLlTdx+RA+bejtXgqYz1yz9wDvrpsd7
dRtTIcXqkt8kj68AnfNfKS1FyySiadC1Y/LbgGoRVR8UWpCpMhgE231iBo+/T32u
AlH2yQD+O3ik6y5N4HFOrTa8jex0lc6O+acCZQ2BVTZPjh2RlXI/wCZmshHo8Vdc
bTPCXMwKKW2P8Y3qdfJY
=7dK3
-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] pychromecast_0.7.3-3_source.changes ACCEPTED into unstable

2016-08-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Aug 2016 10:57:01 +0200
Source: pychromecast
Binary: python-pychromecast
Architecture: source
Version: 0.7.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ruben Undheim 
Description:
 python-pychromecast - Library to communicate with Google Chromecast
Closes: 835578
Changes:
 pychromecast (0.7.3-3) unstable; urgency=medium
 .
   * Added missing versioned dependency on python-protobuf. (Closes: #835578)
Checksums-Sha1:
 b4c927c4a7197d802cf9bed888da3bbd8638885e 2027 pychromecast_0.7.3-3.dsc
 178e92178add382c4c8666927e4885bcfa4056ac 3508 
pychromecast_0.7.3-3.debian.tar.xz
Checksums-Sha256:
 56508624d22ac56ff6a6f00c4bbfc2557204df7fac35bb41babd0e7f71e8d3f0 2027 
pychromecast_0.7.3-3.dsc
 ce071723e4850f1caa3412565df5dd7d224070c71425e2a5d28f9a78139b35cc 3508 
pychromecast_0.7.3-3.debian.tar.xz
Files:
 db6a7462114c662ad363cc94adfb127c 2027 python optional pychromecast_0.7.3-3.dsc
 dead51dd9457624ed6622c48fe24d1d5 3508 python optional 
pychromecast_0.7.3-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXwVZ+AAoJEPxqH2TRCNER1YwQAJZYJInOZfsapW3OQO7Xh7XG
gtT4gcv/7GzME9dYmzMjbxZjkHceHSH3dl87A53SHQbZ+TTqVkApCd50AFMsko7w
aTOP1euxs0s2e+Q72p5fHjoEvuRtGZrtiZqTydjwFhFfPUT9rb5ARO3xu+yZpmM3
xnrwighiJW+8Y7/UkFxXPs0pH+Wg9SRUPzOqj4axzNqJF4TVocSfH2MyPhubs50a
kG9uuZ4XjbXfazCkjZSav6XPnEoUqYkLfuZiBnNc+9vaBEYxfRxKY8eCGh8eDtAW
YL2Lk36z1a8A9KWWxBLPg+ZQ8WMF1gcfCuRP96HQ8/OZkv6vUtTK1CGZdV1MuYaC
1AMDZsgWwtpkrEkZbO8bUhvTqc16UhK5EXoG/7Duqn64NLPmJTkFivubNiH0e4Qa
sE4veCRpjyIULK2AYvSfRdx6L8T3I8uP6mr0GLzAqc+9ymtzzIqX052B/8EPI7HC
3XgQqvDTyUO30hlvSkJXOeG4wvJi66LqFjjJ7g6FyYvGGQreRTEUvCyCHpUZXr5R
sXlB0sCEMrD5XpThx1nCQ3rMp8TwqxQlrCI9QaY+X3JZMa8pUwsraegkEE7YImUi
okJn2F8iydVrgGF8pehFxrkK28KbURhjpr5rr0EpPQJoVowaBna3NenLvmV3xzF9
hAN0ogtTnPYEHu27X8mv
=BN54
-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] Processed: Bug#835578 marked as pending

2016-08-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 835578 pending
Bug #835578 [src:pychromecast] pychromecast: Missing version dependency on 
python-protobuf
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
835578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835578
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] Processing of pychromecast_0.7.3-3_source.changes

2016-08-27 Thread Debian FTP Masters
pychromecast_0.7.3-3_source.changes uploaded successfully to localhost
along with the files:
  pychromecast_0.7.3-3.dsc
  pychromecast_0.7.3-3.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.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#835578: pychromecast: Missing version dependency on python-protobuf

2016-08-27 Thread Ruben Undheim
Source: pychromecast
Version: 0.7.3-2
Severity: serious
Justification: Policy 7.2

Dear Maintainer,

There's a missing version dependency on python-protobuf which will make the
package not work in testing if python-pychromecast is migrated but not
python-protobuf.



Cheers,
the maintainer

___
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 pyvisa_1.8-3_source.changes

2016-08-27 Thread Debian FTP Masters
pyvisa_1.8-3_source.changes uploaded successfully to localhost
along with the files:
  pyvisa_1.8-3.dsc
  pyvisa_1.8-3.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.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] python-qrcode_5.3-1_amd64.changes ACCEPTED into unstable

2016-08-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 23 Aug 2016 00:05:39 +0200
Source: python-qrcode
Binary: python-qrcode python3-qrcode
Architecture: source all
Version: 5.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Hugo Lefeuvre 
Description:
 python-qrcode - QR Code image generator library - Python 2.7
 python3-qrcode - QR Code image generator library - Python 3.x
Closes: 831980 832329
Changes:
 python-qrcode (5.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/control:
 - Remove Cornelius Koelbel from the Maintainer field. His e-mail address
   was not valid anymore (Closes: #832329).
 - Set the DPMT as Maintainer.
 - Add myself to the Uploaders field.
 - Update Vcs-* fields to match new repository.
   * debian/copyright:
 - Add a copyright entry for Hugo Lefeuvre.
 - Update copyright years.
   * debian/rules:
 - Install manpage for the Python 3 version of the package as
   python3-qrcode.1 (Closes: #831980).
   * debian/python{3,}.postinst:
 - Specify the manpage in --slave, so that qr.1.gz is always a valid
   manpage when one of the two binary packages is installed.
   * Add upstream's public key to debian/upstream and verify signatures in
 debian/watch.
Checksums-Sha1:
 f6b112c67f3bbc553b47fe048e826a1f4aa47659 2209 python-qrcode_5.3-1.dsc
 607148463d00a8724f7370bbacb2e940b5c0fb5e 25564 python-qrcode_5.3.orig.tar.gz
 e4f201967211a8a7c6ead569047f5bb282e242e6 5812 python-qrcode_5.3-1.debian.tar.xz
 81889334a8bd34ea9f2213e0436d9e9bac0286a1 27616 python-qrcode_5.3-1_all.deb
 90dc37236dc35ab0dfa690e690644baf64432a97 25936 python3-qrcode_5.3-1_all.deb
Checksums-Sha256:
 c542a825fc7d9e279a39991a6a104f7cacbb3d3552b06aa5d305efcd390b67e1 2209 
python-qrcode_5.3-1.dsc
 9647eb023580ef673b15e1d234b1bdd23c5ba5cc03a92c727cee36099fb28bd4 25564 
python-qrcode_5.3.orig.tar.gz
 5c0bd73c7aeafd48f9582f7f9a922d57ea925ebffb0d8a8fca9c01e60e058c4e 5812 
python-qrcode_5.3-1.debian.tar.xz
 f3143bdd803d7806e7e6cb6a7b0b60cf7acf24e551217d4ea66bea629cd9c514 27616 
python-qrcode_5.3-1_all.deb
 0069aaeefc2c1e2e78c94117aba1e79e60b4479e2fe4e2ccb17b505a51a132c9 25936 
python3-qrcode_5.3-1_all.deb
Files:
 842600e437905033e1dfe7da9480d6fb 2209 python optional python-qrcode_5.3-1.dsc
 8f37c3c4dc4e055fb9b2c1e6b4f7e04c 25564 python optional 
python-qrcode_5.3.orig.tar.gz
 c04699b7d3056f9cc1b7350364463cd6 5812 python optional 
python-qrcode_5.3-1.debian.tar.xz
 247f3ed3ea1bd0fbe55854edce70a1de 27616 python optional 
python-qrcode_5.3-1_all.deb
 b1234b528f43839820a28ea4bf3d27e6 25936 python optional 
python3-qrcode_5.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXwS76AAoJEKyQrD7FJAZefvkQANcaLc4RJdElCc2pAjPdtLnG
WqHG0GDdaiC0be/pBcMLUAgE/gcSn12zmjQIFsV8D8rte0x5pBBZKQzx39FycjBe
dpRoeJ8T5Fg+u3BQfonKTCXXFnKht1k+1gCRefN9C/7h1Y8x57+aEQFEvFvXLdgW
svMwkFkRaE5N3/DVLQpqLKbiFMjY+V1yn6SWnLR0bJubgResy0XNl2xwyGGFmskj
UPeIJ8GJ+ofuFZhuT0bVfOCd9VxMX6Gi0ZEIWezR71CRD1LQJu2TyhMPE4yhWToj
4JkOCfmIK1UgqPttGqppx73AwQPtON8xQ1q1YxpvSKQFXSM3syniqs3ootonkOGK
3q9273nSXk3ktJ3x6CNNnzc2kHwMTw5l+f2f9V+ak8xh/wf/XGCEieZfyw7SikS2
/5l9rG7jXXTCCWAzC9jPGzFBQhVZEiymNVUBohMp6qTBfbS73P1TAC3O5UQ49HOm
i5IuKvSH040bLW8mjOfJn5P8EYXpOFybfHSBUi/8GINOAINyeo2fQcVXeQN46pQi
o4W/VbL+bHgt7gw12Gz7BCCMUa3UvyiUmymFqs8kwiHOt9GtFA3AjTatpz87NiyS
oembRQYAy/tFIlrVu/kE/gDwhL/Q90vxHXBe+/vzqMKj/+diL04PCNm/lYE3bMp7
HwE6rt4z/xeqHrRlLtcT
=efeK
-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-qrcode_5.3-1_amd64.changes

2016-08-27 Thread Debian FTP Masters
python-qrcode_5.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-qrcode_5.3-1.dsc
  python-qrcode_5.3.orig.tar.gz
  python-qrcode_5.3-1.debian.tar.xz
  python-qrcode_5.3-1_all.deb
  python3-qrcode_5.3-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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