[Python-modules-team] Processing of pyyaml_3.12-1_amd64.changes

2016-09-03 Thread Debian FTP Masters
pyyaml_3.12-1_amd64.changes uploaded successfully to localhost
along with the files:
  pyyaml_3.12-1.dsc
  pyyaml_3.12.orig.tar.gz
  pyyaml_3.12-1.debian.tar.xz
  python-yaml-dbg-dbgsym_3.12-1_amd64.deb
  python-yaml-dbg_3.12-1_amd64.deb
  python-yaml-dbgsym_3.12-1_amd64.deb
  python-yaml_3.12-1_amd64.deb
  python3-yaml-dbg-dbgsym_3.12-1_amd64.deb
  python3-yaml-dbg_3.12-1_amd64.deb
  python3-yaml-dbgsym_3.12-1_amd64.deb
  python3-yaml_3.12-1_amd64.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#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Vincent Bernat
 ❦  3 septembre 2016 23:37 CEST, Chris Lamb  :

>> If your bug was wishlist, I would just ignore it. It is severity serious
>> and I have to handle it. Maybe it is legitimate. Maybe not.
>
> Oh! I thought we were discussing whether it was a bug at all — hence the
> time you spent addressing whether privacy leaking is valuable — not the
> severity of the bug itself.
>
> As I probably dislike "bug severity wars" even more than Debian Policy
> wording debates, free to change it to whatever you feel is appropriate… :)
>
> Howevever, it does feel regrettable you readily admit you might completely
> ignore a bug.

This is why I think the issue should be discussed more broadly. I am
pretty sure many people will agree with you, but I am also pretty sure
some will agree with me. I can start the thread on debian-devel@ if you
don't mind.
-- 
Make it clear before you make it faster.
- The Elements of Programming Style (Kernighan & Plauger)


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] Bug#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Vincent Bernat
 ❦  4 septembre 2016 01:03 CEST, Santiago Vila  :

>> [...] information leak [...]
>
> This is not just a privacy issue but also a reproducibility issue.
>
> It is bad that a package leaks information to the external world,
> but it is even worse, I would say, that information from the outside
> world is being used in any way by the package during the build.
>
> If we allow packages to communicate with the external world during the
> build, then a sentence like "this is the source for this binary package"
> becomes completely meaningless, as the source package stops being all
> you need to build the package.

In this case, there is no reproducibility issue. The worst that can
happen is the unit tests to fail if you have a host called "fail" on
your network. Something that is plausible but should stay quite rare.

I am totally OK with the general rule that a package must build without
having access to the network. This is the case with python-asyncssh. It
builds fine without access to the network.
-- 
Make your program read from top to bottom.
- The Elements of Programming Style (Kernighan & Plauger)


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] Bug#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Santiago Vila
On Sat, 3 Sep 2016, Vincent Bernat wrote:

> [...] information leak [...]

This is not just a privacy issue but also a reproducibility issue.

It is bad that a package leaks information to the external world,
but it is even worse, I would say, that information from the outside
world is being used in any way by the package during the build.

If we allow packages to communicate with the external world during the
build, then a sentence like "this is the source for this binary package"
becomes completely meaningless, as the source package stops being all
you need to build the package.

I would try explaining that to upstream.

Thanks.

___
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#836555: kivy: docs describe short gpg key usage

2016-09-03 Thread D Haley
Source: kivy
Version: 1.9.1-1
Severity: normal

Dear Maintainer,

Your package appears to contain commands which use a short gpg-key
ID. These have recently been identified as potential security concerns,
due to a chance that the wrong key can be imported in the case of a
forced key-ID collision [1].

The affected file is:
 /doc/sources/installation/installation-linux.rst [2]

It is not clear to me that this is actually executed anywhere by the
package, but may be an upstream issue. If this is the case, perhaps this
should be forwarded on.


Otherwise, please consider upgrading to a full key ID, for example, replace the 
command:

 gpg --keyserver  --recv-keys  

with

 gpg --keyserver   --recv-keys 

eg (not specific to your package):

 gpg --keyserver keyring.debian.org --recv-keys 05C3E651

becomes:

 gpg --keyserver keyring.debian.org --recv-keys 
0x0D59D2B15144766A14D241C66BAF400B05C3E651


(Note the tail bytes are the same)

This has previously been forwarded to the security team, who advised to
report individual public bugs against each package - hence this bug.

[1] http://lwn.net/Articles/697417
[2] 
https://anonscm.debian.org/cgit/python-modules/packages/kivy.git/tree/doc/sources/installation/installation-linux.rst
 

___
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#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Chris Lamb
> If your bug was wishlist, I would just ignore it. It is severity serious
> and I have to handle it. Maybe it is legitimate. Maybe not.

Oh! I thought we were discussing whether it was a bug at all — hence the
time you spent addressing whether privacy leaking is valuable — not the
severity of the bug itself.

As I probably dislike "bug severity wars" even more than Debian Policy
wording debates, free to change it to whatever you feel is appropriate… :)

Howevever, it does feel regrettable you readily admit you might completely
ignore a bug.


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#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Vincent Bernat
 ❦  3 septembre 2016 21:22 CEST, Chris Lamb  :

>> The policy says "may not". I am not a native speaker, but for me, this
>> is not like "must not". Since you are a native speaker, I think you know
>> better: is it optional or not?
>
> May I suggest an alternative approach…? We have two cases here:
>
>  a) Debian Policy states it is a bug in python-asyncssh.
>
>  b) Debian Policy does not state it is a bug python-asyncssh.
>
> In both cases it would be perfectly legitimate to continue discussing
> whether it *should* be a bug in python-asyncssh.
>
> In other words, tedious haggling over the wording and intention of a
> document neither of us wrote is unproductive to the goal of improving
> Debian. So, let's just skip all of that.

Well, what you think is productive/improvement, I think this is a waste
of time. Let's say I disable the test.  Next release, I will have to
rebase the patch. Next release, upstream will have added a test, I don't
notice it, you'll file another bug, another upload to fix that. Upstream
may notice that I am crippling its test suite. I'll have to
explain. They may or may not understand. I don't want to do all that.

The time I can spend on Debian is limited. If your bug was wishlist, I
would just ignore it. It is severity serious and I have to handle
it. Maybe it is legitimate. Maybe not. That's why I would have feeled
more comfortable if this was discussed on debian-devel@.
-- 
There is a great discovery still to be made in Literature: that of
paying literary men by the quantity they do NOT write.


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] Bug#830377: Reduce bug`s severity?

2016-09-03 Thread Anton Gladky
Hi all,

it looks like this test failure is the random case. I was not
able to reproduce it building it 2 times on barriere.debian.org.

I propose to reduce the bug severity to "normal".

Thanks

Anton

___
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#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Chris Lamb
Hi Vincent,
 
> The policy says "may not". I am not a native speaker, but for me, this
> is not like "must not". Since you are a native speaker, I think you know
> better: is it optional or not?

May I suggest an alternative approach…? We have two cases here:

 a) Debian Policy states it is a bug in python-asyncssh.

 b) Debian Policy does not state it is a bug python-asyncssh.

In both cases it would be perfectly legitimate to continue discussing
whether it *should* be a bug in python-asyncssh.

In other words, tedious haggling over the wording and intention of a
document neither of us wrote is unproductive to the goal of improving
Debian. So, let's just skip all of that.

> People which are really concerned about information leak during
> build should do the same.

I disagree, when we can easily enforce it for all of our users.
 
> Of course, another solution would be to use 127.0.0.1:discard which
> would be almost equivalent since the goal of the test seems to be
> broader than just DNS failures.

I recommend you disable the test for the "regular" Debian package build
and run as many privacy-leaking/slow/etc. tests using autopkgtest.


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] pyvisa 1.8-3 MIGRATED to testing

2016-09-03 Thread Debian testing watch
FYI: The status of the pyvisa source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.8-3

-- 
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] python-hypothesis 3.4.2-2 MIGRATED to testing

2016-09-03 Thread Debian testing watch
FYI: The status of the python-hypothesis source package
in Debian's testing distribution has changed.

  Previous version: 3.4.2-1
  Current version:  3.4.2-2

-- 
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] pylint-flask 0.5-1 MIGRATED to testing

2016-09-03 Thread Debian testing watch
FYI: The status of the pylint-flask source package
in Debian's testing distribution has changed.

  Previous version: 0.3-1
  Current version:  0.5-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] pyvisa-py 0.2-2 MIGRATED to testing

2016-09-03 Thread Debian testing watch
FYI: The status of the pyvisa-py source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.2-2

-- 
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-model-utils REMOVED from testing

2016-09-03 Thread Debian testing watch
FYI: The status of the django-model-utils source package
in Debian's testing distribution has changed.

  Previous version: 2.4-1
  Current version:  (not in testing)
  Hint: 
Bug #828651: FTBFS under Django 1.10

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
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] python-scipy 0.18.0-1 MIGRATED to testing

2016-09-03 Thread Debian testing watch
FYI: The status of the python-scipy source package
in Debian's testing distribution has changed.

  Previous version: 0.17.1-1
  Current version:  0.18.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] pytest-localserver 0.3.6-1 MIGRATED to testing

2016-09-03 Thread Debian testing watch
FYI: The status of the pytest-localserver source package
in Debian's testing distribution has changed.

  Previous version: 0.3.5-1
  Current version:  0.3.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] codicefiscale 0.9+ds0-1 MIGRATED to testing

2016-09-03 Thread Debian testing watch
FYI: The status of the codicefiscale source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.9+ds0-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] flask-script_2.0.5-2_source.changes ACCEPTED into unstable

2016-09-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Sep 2016 21:09:28 +0200
Source: flask-script
Binary: python-flask-script python3-flask-script
Architecture: source
Version: 2.0.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Orestis Ioannou 
Description:
 python-flask-script - set of utilities for use with the Flask framework
 python3-flask-script - set of utilities for use with the Flask framework and 
Python 3
Changes:
 flask-script (2.0.5-2) unstable; urgency=medium
 .
   * Fix compatibility with pytest 3. (Closes #835240)
Checksums-Sha1:
 654f1f2beb0007ab539992d883e6eabdbb5ce438 2208 flask-script_2.0.5-2.dsc
 5a7263834805ac301f4cde86e1ea48b6fb19df47 2704 
flask-script_2.0.5-2.debian.tar.xz
Checksums-Sha256:
 02bacccac51c4329a62945a9c235c62d0119d918ab1b0f5d33d3c60425e61b54 2208 
flask-script_2.0.5-2.dsc
 7d7eb57598c6362c0c41c3b7cba6cd69cd6ed974ab749ae2503bf1eda182a29d 2704 
flask-script_2.0.5-2.debian.tar.xz
Files:
 1becf05eb076030640e1c36796ac1ad5 2208 python optional flask-script_2.0.5-2.dsc
 d8885c3b13ee2a16d80e0cb38ff96589 2704 python optional 
flask-script_2.0.5-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXyt7DAAoJEEsEP825REVAleYQAJPzFQPRe6yp6ltBUWN9d/Qt
Zi9P42eAfK0UaJqDbxj7w2nMo8d2fcRAJpRwKZK//hHoj50MNxIwRHIP4FRD0NIt
qa7urXNfNmqxtZSq/wOP8tjD4e5HZOAcOXc1joY09N3aq1cAaniqH+VEy9+vs6s1
oX+cZkXQhV3fwoqn9wFJRZgdpYwSnPxblxHBXBrccGP97qsijEtsz/hgtsejOkK/
SDJgxcc05vTmxOYfuFqaso1/5N6kpS4DvTeKH+i36Yj+dU9qypbJpm5JkuVFfOXC
t6ZApYucLQIPHSKV4tFMko0xJ/hG+r5o1xnQZfjTElXcgyQy5CNu+iIvU8Q2mOfs
X+1CsNvvGL8/VZ0EQ/2g2QOE4NALOIxLU79hMgV3+cXhkMh/+ZVSwAbB58z/UHVd
mfbABQvLyqxNOf66gqzhfsy2xOxWXaX2dzZNK3WPm8CJUmmHafoa1irrdT9U1izv
vTE7XIkJ4UakxdR+j2XOGqU9eOrZDqsgZOK66itV5B3pouDRHXe9PdSblFdBL7MI
daMvLmvOkexT2RpWTzIHW52iQty+zu28zd9zK4Rle1et/zDjWJ8Z+aFc7mdjr/RY
dFgZN7zm/0mFDTP4PwLWDDMUWnz3sZ/exYZd9qitn/TXE9iSTLk9IzG8RTJvpckO
Nuua73+r9cl82ZpXCFse
=CTMI
-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#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Vincent Bernat
 ❦  3 septembre 2016 15:46 CEST, Chris Lamb  :

>> Was this MBF discussed somewhere?
>
> I don't consider it to be a MBF — I haven't been systematically working
> my way through the archive and I've really only filed a handful of bugs;
> mostly quasi-duplicates due to Sphinx stuff (which is arguably more a
> QA thing than to do with violation of any policy).

Well, that's a lot of bugs, so it should have been discussed. But
whatever, I was just asking to not repeat something already discussed.

The policy says "may not". I am not a native speaker, but for me, this
is not like "must not". Since you are a native speaker, I think you know
better: is it optional or not?

While I understand why the policy says no network access, in the case of
python-asyncssh, the network access is to access a non-existing host
From a DNS point of view. It's something that would be far more complex
to setup a DNS in the chroot and LD_PRELOAD something to ensure it is
used in place of the regular resolver part. Not running the test would
just reduce the test coverage. If upstream wrote this test, I suppose it
is useful. If we run tests as part of our build, I suppose this is also
useful. And there is no positive side. Nowadays, we have little risk to
have a package that access the network in a meaningful way during the
build: both pbuilder and sbuild are running in a separate network
namespace and I believe many official builders also have restricted
access. People which are really concerned about information leak during
build should do the same.

Of course, another solution would be to use 127.0.0.1:discard which
would be almost equivalent since the goal of the test seems to be
broader than just DNS failures.

What do you think?
-- 
Use uniform input formats.
- The Elements of Programming Style (Kernighan & Plauger)


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 flask-script_2.0.5-2_source.changes

2016-09-03 Thread Debian FTP Masters
flask-script_2.0.5-2_source.changes uploaded successfully to localhost
along with the files:
  flask-script_2.0.5-2.dsc
  flask-script_2.0.5-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] Bug#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Chris Lamb
Hi Vincent,

> Was this MBF discussed somewhere?

I don't consider it to be a MBF — I haven't been systematically working
my way through the archive and I've really only filed a handful of bugs;
mostly quasi-duplicates due to Sphinx stuff (which is arguably more a
QA thing than to do with violation of any policy).

Hope that helps.


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#830568: python-asyncssh: accesses the internet during build

2016-09-03 Thread Vincent Bernat
 ❦  9 juillet 2016 15:26 CEST, Chris Lamb  :

> Source: python-asyncssh
> Version: 1.5.6-1
> Severity: serious
> Justification: Policy 4.9
> User: la...@debian.org
> Usertags: network-access
>
> Dear Maintainer,
>
> Whilst python-asyncssh builds successfully on unstable/amd64, according to
> Debian Policy 4.9 packages may not attempt network access during
> a build.
>
>   00:00:00.00 IP f8fc55487205.58764 > dnscache.uct.ac.za.domain: 33265+ 
> A? fail.uct.ac.za. (32)
>   00:00:00.46 IP f8fc55487205.58764 > dnscache.uct.ac.za.domain: 12531+ 
> ? fail.uct.ac.za. (32)
>   00:00:00.001320 IP dnscache.uct.ac.za.domain > f8fc55487205.58764: 33265 
> NXDomain* 0/1/0 (86)
>   00:00:00.001523 IP dnscache.uct.ac.za.domain > f8fc55487205.58764: 12531 
> NXDomain* 0/1/0 (86)
>   00:00:00.001604 IP f8fc55487205.47627 > dnscache.uct.ac.za.domain: 56301+ 
> A? fail.chris-lamb.co.uk. (39)
>   00:00:00.001620 IP f8fc55487205.47627 > dnscache.uct.ac.za.domain: 35318+ 
> ? fail.chris-lamb.co.uk. (39)
>
>   [..]
>
> The full build log (including tcpdump output) is attached.

Hey!

Was this MBF discussed somewhere?

I am dubious about this bug and think it should have been discussed on
debian-devel@ (but I may have missed the thread).
-- 
Don't comment bad code - rewrite it.
- The Elements of Programming Style (Kernighan & Plauger)


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

2016-09-03 Thread Dmitry Shachnev
On Sun, Aug 28, 2016 at 06:54:35PM +0200, Salvo Tomaselli wrote:
> But now, to work around it, relational pickles and then encodes to
> base64 before storing to QSettings.

That is quite a bad work-around. If your upstream wants to support PyQt v5.7
(as released upstream), it is better to wrap the value in QByteArray.

--
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] pytest_3.0.2-1_source.changes ACCEPTED into unstable

2016-09-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Sep 2016 11:11:27 +0200
Source: pytest
Binary: python-pytest python3-pytest pypy-pytest python-pytest-doc
Architecture: source
Version: 3.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Sebastian Ramacher 
Description:
 pypy-pytest - Simple, powerful testing in PyPy
 python-pytest - Simple, powerful testing in Python
 python-pytest-doc - Simple, powerful testing in Python - Documentation
 python3-pytest - Simple, powerful testing in Python3
Changes:
 pytest (3.0.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 83360428acd4d9afd49539e6287490f10c215438 2714 pytest_3.0.2-1.dsc
 735f6da188deca14fff78836b6ea81b8a35a44d2 727551 pytest_3.0.2.orig.tar.gz
 54d42d5e7bb0bed4aa021909a80779e2fe2c8d50 8484 pytest_3.0.2-1.debian.tar.xz
Checksums-Sha256:
 a8f7708e8b810b21b41094c44ba7d179c5336a49b8073e81f5057c9b384809f8 2714 
pytest_3.0.2-1.dsc
 64d8937626dd2a4bc15ef0edd307d26636a72a3f3f9664c424d78e40efb1e339 727551 
pytest_3.0.2.orig.tar.gz
 af4e2f97541fcb1cf996339a980a46c64b0f782a09e62d6774c41b1856dbd4f6 8484 
pytest_3.0.2-1.debian.tar.xz
Files:
 10a7c12010cf9d759eac1b5952828f25 2714 python optional pytest_3.0.2-1.dsc
 61dc36e65a6f6c11c53b1388e043a9f5 727551 python optional 
pytest_3.0.2.orig.tar.gz
 1546cde696b6e9b944c9501f021aff7c 8484 python optional 
pytest_3.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJXypVzAAoJEGny/FFupxmTtQIP/iOr9YxanhiVs+zX5kWZzcFx
zhkzAIlANGDC7lbU42QTbs21HVnpbZ7oXKLI8rXTq3dQZu9GiGT8GE222TRD1ydi
1ScgjRWRkoO0E6sZN6MDWmIlujeC3EeJ634HkN4O5W6T4A4N0QlsgwcFgNfbWTRv
UPpyWi1DhvWJ4BXuYOoXXLgM5PvVCrcOs8PQa3aqob8C6GVe+HbW4yo+/f74rDte
36PqasNpFhXp5LJBc+JNOLxzGq4MxeObw/p4TXd0iKh92EzxVL5Jlze0hljdLxDr
WGV/cEEvX7bI+0kQAFtnegrvSliqD5kfje/4BSMWYCV9DUUJut3Tb5FEcZ0P0DFr
JlpPdUIjqHQPtK1xVcxDHAjr9Rx0Em1RbdYZ3UrBy1x+Re0N0kO8O/e+sRKx53BK
RXK80xn9Nle31H47AlRrxnTej8S0VYL53o6oZ74VAs8SUHubsRHGyFneowXlPoVB
4NsHixBTt+H7WCVQFJ85UwmXEDbQy4NpQ0EOOtKkC7N6zhbRZzTqaZCW43ogu1Di
TluSCXbqCEt3gcGmj5+hYtet8qX6gdtoBDZrsA3MGFKi8mP8HMCg/w7JfbXbWmP1
vIwJ6/7gxMGi1JECiwZoVf30TVizupJXOMWA5EX5w5YWZ90vzSI/RE3Yxf2rUO0Q
oTyNOGiHKvdwug3xzwWs
=KGvS
-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 835241 is forwarded to https://github.com/pytest-dev/pytest-mock/issues/61

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

> forwarded 835241 https://github.com/pytest-dev/pytest-mock/issues/61
Bug #835241 [src:pytest-mock] pytest-mock: FTBFS against pytest 3.0.0
Set Bug forwarded-to-address to 
'https://github.com/pytest-dev/pytest-mock/issues/61'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
835241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835241
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 pytest_3.0.2-1_source.changes

2016-09-03 Thread Debian FTP Masters
pytest_3.0.2-1_source.changes uploaded successfully to localhost
along with the files:
  pytest_3.0.2-1.dsc
  pytest_3.0.2.orig.tar.gz
  pytest_3.0.2-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#836237: marked as done (pyacoustid: update for libchromaprint1)

2016-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2016 07:33:40 +
with message-id 
and subject line Bug#836237: fixed in pyacoustid 1.1.2-2
has caused the Debian Bug report #836237,
regarding pyacoustid: update for libchromaprint1
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.)


-- 
836237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyacoustid
Version: 1.1.2-1
Severity: important
Tags: sid jessie fixed-upstream patch

chromaprint in experimental bumped its SONAME to libchromaprint1. Hence
pyacoustid needs to be updated to look for the new library and the hard-coded
dependency on libchromaprint0 needs to be changed accordingly.

Patch for the upstream part is at [1].

Cheers

[1] 
https://github.com/beetbox/pyacoustid/commit/56baf698bbb38fc97408ef9a6ab2cf53588e52f7
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: pyacoustid
Source-Version: 1.1.2-2

We believe that the bug you reported is fixed in the latest version of
pyacoustid, 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.
Sebastian Ramacher  (supplier of updated pyacoustid 
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, 03 Sep 2016 09:21:20 +0200
Source: pyacoustid
Binary: python-acoustid python3-acoustid
Architecture: source
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Sebastian Ramacher 
Description:
 python-acoustid - Acoustid interface implementation and Chromaprint bindings
 python3-acoustid - Acoustid interface implementation and Chromaprint bindings 
(Pytho
Closes: 836237
Changes:
 pyacoustid (1.1.2-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/control: Change libchromaprint0 to libchromaprint1. (Closes:
 #836237)
Checksums-Sha1:
 9b91d2dbd84e9721c319c26b52305faea87b3f07 2109 pyacoustid_1.1.2-2.dsc
 c8edebc69696a5d4858f2be58e32066f3ab87b5f 2920 pyacoustid_1.1.2-2.debian.tar.xz
Checksums-Sha256:
 181feadc01b393f49d76c080c8fc0b5a05bfce0682ccd9d760913963c4c2994c 2109 
pyacoustid_1.1.2-2.dsc
 cb5d69545786c95bcfe785012fc545f4563f6d0d22852726201a25ce0f60debb 2920 
pyacoustid_1.1.2-2.debian.tar.xz
Files:
 e1ab962721542e149351a16a41339302 2109 python optional pyacoustid_1.1.2-2.dsc
 fa52e26316b5ff53b380e4cf2e856468 2920 python optional 
pyacoustid_1.1.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJXynpZAAoJEGny/FFupxmTRDEP/13MFaYxOh9ze/dzS57UTezZ
2gKr3nBwqjaWN1SxoXAWfuXqYyrN2bzI1Gu3DdOjGKXO1JFTMkEMwqTlm1ZnnbRV
8cY+0je1U4ae8tgHTDFdfGmm0iYKZ8cwRzwcOfWPPSTeAtUSg2CEUE6BdxW4TJHf
vcrPwsry9v+x7JO6htKRHcDpfPEoQaDVgNpB51Jucg8efWCYZLBBphD8BHX+cRvt
pLmiGB+uex+R33wxQRJdC+CWsMEiSge/3GJRtjyV+SSsQWF0jBt2qWRdlhlidZ9k
thSnTVLSjLLRGsZzsnGzHEpuzl+ilLGilT5MHSKHS36Vm+VRhOHCk4pPyOkWKmJM
dxZTCjzlNlcdKV3ke7MVk9aYwfktijMDS2Ppm9vcrx6ob4rK0bUFNtj7axYsXLKO
LTqD6BuUgm157G1cefrv47PB1RrxJqq/70LR6m0bdbGegGAVH/dPyxJYRbDHXtrK
M7tximVx0QHU8n/l1TnPyo0pwVjODPqvaIBgN/D+GqGbC32yIY+9A3kkxeBhFiUI
GubqTkX5D5aqNW8wqORIruvd7rkbhjeiklcoBngjc9HVT8eF5I80b8sifgWKC8P8
zSDw1EQ0FM1O4jBigODl6j9gLyq6jFqw8kmSSRcRohAdF5+xz6jpVSZJRRycEAgw
vJpZbKVO9hYrFO1mwVfY
=6fJr
-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] Processed: Bug#836237 marked as pending

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

> tag 836237 pending
Bug #836237 [src:pyacoustid] pyacoustid: update for libchromaprint1
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
836237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836237
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] pyacoustid_1.1.2-2_source.changes ACCEPTED into unstable

2016-09-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Sep 2016 09:21:20 +0200
Source: pyacoustid
Binary: python-acoustid python3-acoustid
Architecture: source
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Sebastian Ramacher 
Description:
 python-acoustid - Acoustid interface implementation and Chromaprint bindings
 python3-acoustid - Acoustid interface implementation and Chromaprint bindings 
(Pytho
Closes: 836237
Changes:
 pyacoustid (1.1.2-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/control: Change libchromaprint0 to libchromaprint1. (Closes:
 #836237)
Checksums-Sha1:
 9b91d2dbd84e9721c319c26b52305faea87b3f07 2109 pyacoustid_1.1.2-2.dsc
 c8edebc69696a5d4858f2be58e32066f3ab87b5f 2920 pyacoustid_1.1.2-2.debian.tar.xz
Checksums-Sha256:
 181feadc01b393f49d76c080c8fc0b5a05bfce0682ccd9d760913963c4c2994c 2109 
pyacoustid_1.1.2-2.dsc
 cb5d69545786c95bcfe785012fc545f4563f6d0d22852726201a25ce0f60debb 2920 
pyacoustid_1.1.2-2.debian.tar.xz
Files:
 e1ab962721542e149351a16a41339302 2109 python optional pyacoustid_1.1.2-2.dsc
 fa52e26316b5ff53b380e4cf2e856468 2920 python optional 
pyacoustid_1.1.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJXynpZAAoJEGny/FFupxmTRDEP/13MFaYxOh9ze/dzS57UTezZ
2gKr3nBwqjaWN1SxoXAWfuXqYyrN2bzI1Gu3DdOjGKXO1JFTMkEMwqTlm1ZnnbRV
8cY+0je1U4ae8tgHTDFdfGmm0iYKZ8cwRzwcOfWPPSTeAtUSg2CEUE6BdxW4TJHf
vcrPwsry9v+x7JO6htKRHcDpfPEoQaDVgNpB51Jucg8efWCYZLBBphD8BHX+cRvt
pLmiGB+uex+R33wxQRJdC+CWsMEiSge/3GJRtjyV+SSsQWF0jBt2qWRdlhlidZ9k
thSnTVLSjLLRGsZzsnGzHEpuzl+ilLGilT5MHSKHS36Vm+VRhOHCk4pPyOkWKmJM
dxZTCjzlNlcdKV3ke7MVk9aYwfktijMDS2Ppm9vcrx6ob4rK0bUFNtj7axYsXLKO
LTqD6BuUgm157G1cefrv47PB1RrxJqq/70LR6m0bdbGegGAVH/dPyxJYRbDHXtrK
M7tximVx0QHU8n/l1TnPyo0pwVjODPqvaIBgN/D+GqGbC32yIY+9A3kkxeBhFiUI
GubqTkX5D5aqNW8wqORIruvd7rkbhjeiklcoBngjc9HVT8eF5I80b8sifgWKC8P8
zSDw1EQ0FM1O4jBigODl6j9gLyq6jFqw8kmSSRcRohAdF5+xz6jpVSZJRRycEAgw
vJpZbKVO9hYrFO1mwVfY
=6fJr
-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 pyacoustid_1.1.2-2_source.changes

2016-09-03 Thread Debian FTP Masters
pyacoustid_1.1.2-2_source.changes uploaded successfully to localhost
along with the files:
  pyacoustid_1.1.2-2.dsc
  pyacoustid_1.1.2-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] Bug#835250: marked as done (FTBFS against pytest 3.0.0)

2016-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2016 07:19:00 +
with message-id 
and subject line Bug#835250: fixed in sqlobject 3.1.0+dfsg-1
has caused the Debian Bug report #835250,
regarding FTBFS against pytest 3.0.0
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.)


-- 
835250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835250
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sqlobject
Version: 3.0.0+dfsg-2
Severity: important
Tags: sid stretch
Usertags: pytest3.0.0

During a test build with pytest 3.0.0 from experimental sqlobject failed to
build:
| === FAILURES 
===
|  test_deep_inheritance 
_
|
| def test_deep_inheritance():
| setupClass([DIManager, DIEmployee, DIPerson])
| 
| manager = DIManager(firstName='Project', lastName='Manager',
| >   position='Project Manager')
|
| ../../../sqlobject/inheritance/tests/test_deep_inheritance.py:78: 
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 
| ../../../sqlobject/main.py:1301: in __init__
| self._create(id, **kw)
| ../../../sqlobject/inheritance/__init__.py:406: in _create
| connection=self._connection)
| ../../../sqlobject/main.py:1301: in __init__
| self._create(id, **kw)
| ../../../sqlobject/inheritance/__init__.py:413: in _create
| super(InheritableSQLObject, self)._create(id, **kw)
| ../../../sqlobject/main.py:1352: in _create
| self._SO_finishCreate(id)
| ../../../sqlobject/main.py:1378: in _SO_finishCreate
| id, names, values)
| ../../../sqlobject/dbconnection.py:494: in queryInsertID
| names, values)
| ../../../sqlobject/dbconnection.py:348: in _runWithConnection
| val = meth(conn, *args)
| ../../../sqlobject/sqlite/sqliteconnection.py:257: in _queryInsertID
| self._executeRetry(conn, c, q)
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 
|
| self = 
| conn = 
| cursor = 
| query = "INSERT INTO di_employee (id, position, child_name) VALUES (3, 
'Project Manager', 'DIManager')"
|
| def _executeRetry(self, conn, cursor, query):
| if self.debug:
| self.printDebug(conn, query, 'QueryR')
| try:
| return cursor.execute(query)
| except self.module.OperationalError as e:
| raise dberrors.OperationalError(ErrorMessage(e))
| except self.module.IntegrityError as e:
| msg = ErrorMessage(e)
| if msg.startswith('column') and msg.endswith('not unique') \
| or msg.startswith('UNIQUE constraint failed:'):
| >   raise dberrors.DuplicateEntryError(msg)
| E   DuplicateEntryError: UNIQUE constraint failed: 
di_employee.position

Please see
https://people.debian.org/~sramacher/logs/pytest3.0.0/sqlobject_amd64.log for a
full log.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: sqlobject
Source-Version: 3.1.0+dfsg-1

We believe that the bug you reported is fixed in the latest version of
sqlobject, 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.
Neil Muller  (supplier of updated sqlobject 
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, 03 Sep 2016 09:01:56 +0200
Source: sqlobject
Binary: python-sqlobject python3-sqlobject python-sqlobject-doc sqlobject-admin
Architecture: source
Version: 3.1.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Neil Muller 
Description:
 python-sqlobject - Python 2 object relational manager providing an object 
interface
 python-sqlobject-doc - Documentation for SQLObject, a Python object relational 
manager f
 python3-sqlobject - Python 3 object relational manager providing an object 
interface
 

[Python-modules-team] sqlobject_3.1.0+dfsg-1_source.changes ACCEPTED into unstable

2016-09-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 03 Sep 2016 09:01:56 +0200
Source: sqlobject
Binary: python-sqlobject python3-sqlobject python-sqlobject-doc sqlobject-admin
Architecture: source
Version: 3.1.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Neil Muller 
Description:
 python-sqlobject - Python 2 object relational manager providing an object 
interface
 python-sqlobject-doc - Documentation for SQLObject, a Python object relational 
manager f
 python3-sqlobject - Python 3 object relational manager providing an object 
interface
 sqlobject-admin - Helper applications for SQLObject, a Python ORM for databases
Closes: 835250
Changes:
 sqlobject (3.1.0+dfsg-1) unstable; urgency=low
 .
   * Updated to latest upstream release.
  - Tweak test suite to work with pytest 3.0 (Closes: #835250)
  - Adds JSONCol, a universal json column.
  - Rename reStructuredText files from \*.txt to \*.rst.
   * Update patches and build rules to handle changed documentation layout.
   * Rename replace_sf_logo patch to replace_logos.
   * Extend replace_logos to remove the newly added logos.
   * Fold 0006-Remove-travis-ci-image-link-due-to-privacy-concerns.patch into
 replace_logos, for consistency.
Checksums-Sha1:
 7635b50baaea914995d6c0e2acfc78b0458f4c3e 2048 sqlobject_3.1.0+dfsg-1.dsc
 fc71b97f3dbe63ea8a2ebc29c96073e606949ea7 902976 
sqlobject_3.1.0+dfsg.orig.tar.gz
 eb8fadad30b459c4ea197355e3826868c9704cfd 50376 
sqlobject_3.1.0+dfsg-1.debian.tar.xz
Checksums-Sha256:
 0339662a4362f7490171038d7523cd0e976ba7958a1a145c5618916dd126c7d7 2048 
sqlobject_3.1.0+dfsg-1.dsc
 128389ec8778373ed1066ac578ce77f13619bd1daa8e516d87ecaaa18c6618fa 902976 
sqlobject_3.1.0+dfsg.orig.tar.gz
 718172689a945a81a138cd2e5f11108c9e50a63536d770431da11f96a85a3a4c 50376 
sqlobject_3.1.0+dfsg-1.debian.tar.xz
Files:
 bed62c299478ef7aaf84a9e1d7971c27 2048 python optional 
sqlobject_3.1.0+dfsg-1.dsc
 3e5d0ee0b5eb107555b985a1c232cb1d 902976 python optional 
sqlobject_3.1.0+dfsg.orig.tar.gz
 51034d3f051f607d82e44819e22d7d13 50376 python optional 
sqlobject_3.1.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCgAGBQJXynVzAAoJEOrxkryqPw9R2r0H/0JWSJA6xExSuHE1NN942f5f
IQXbegwLSPudM94FNNI9aMZChPlc8wiqXGhrtJsRfTM53nZH5fsdnZaEfZc7Gmf3
ZHtmBYA5z3/6egDTVFfXYJ8CNvFWCf7Js2bXH2LZeBrC98amO0v1XLLEX/z+yFRw
4sGqqx/FuFGHabc5DpLGoi8Ma577sPkoPsS7CZon5xgqlfMXismltkafNO8emCIc
7M2aOFJhLxbkJsCfCjCrk7eUwcsc2+AIi7S1MEzcqZd4EqmzOlVCXXJpgk+KGcGo
CSwIazG0D3+TeVRITl+xzITEnbhjc25kpEYbUpdy3GFLKT9gigXm7XJSWbJ6fW8=
=MlN7
-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