Re: email backend for fedmsg

2020-03-24 Thread Nicolas Dandrimont
On Tue, Mar 24, 2020, at 21:51, clime wrote:
> On Tue, 24 Mar 2020 at 20:40, Nicolas Dandrimont  wrote:
> >
> > Hi!
> >
> > On Sun, Mar 22, 2020, at 13:06, clime wrote:
> > > Hello!
> > >
> > > Ad. https://lists.debian.org/debian-devel/2016/07/msg00377.html -
> > > fedmsg usage in Debian.
> > >
> > > There is a note: "it seems that people actually like parsing emails"
> >
> > This was just a way to say that fedmsg never got much of a user base in the 
> > services that run on Debian infra, and that even the new services 
> > introduced at the time kept parsing emails.
> 
> Hello Nicolas!
> 
> Do you remember some such service and how it used email parsing specifically?

I believe that tracker.debian.org was introduced around that time.

At the point it was created, tracker.d.o was mostly consuming emails from 
packages.debian.org to update its data. These days tracker.d.o has replaced 
packages.d.o as "email router", in that it receives all the mails from services 
(e.g. the BTS, the archive maintenance software, buildds, salsa webhooks, ...) 
and forwards them to the public.

> I am still a bit unclear how email parsing is used in Debian
> infrastructure, don't get me wrong, I find it elegant

Ha. I find that it's a big mess.

Here's the set of headers of a message I received today from tracker.d.o, which 
are supposed to make parsing these emails better:

X-PTS-Approved: yes
X-Distro-Tracker-Package: facter
X-Distro-Tracker-Keyword: derivatives
X-Remote-Delivered-To: dispa...@tracker.debian.org
X-Loop: dispa...@tracker.debian.org
X-Distro-Tracker-Keyword: derivatives
X-Distro-Tracker-Package: facter
List-Id: 
X-Debian: tracker.debian.org
X-Debian-Package: facter
X-PTS-Package: facter
X-PTS-Keyword: derivatives
Precedence: list
List-Unsubscribe: <mailto:cont...@tracker.debian.org?body=unsubscribe%20facter>

I'll leave you to judge whether this makes sense or not.

(and it turns out that the actual useful payload was just plaintext with no 
real chance of automated parsing)

> but from what I have found (e.g. reportbug), in the beginning there is an
> email being sent by some human which will then trigger some automatic
> action (e.g. putting the bug into db). So it's like you could do all
> your work simply by sending emails (some of them machine-parsable).
> 
> So do you have the opposite? I do some clicking action somewhere and
> it will send an email to a certain mailing list to inform human
> beings? Or let's not just clicking but e.g. `git push` (something that
> you can still do from command line).
> 
> Do you have: I do some clicking action somewhere and it will send an
> email to a certain mailing list where the email is afterward parsed by
> another service which will do an action (e.g. launch a build) based on
> it?

Both of these are somewhat true.

Some examples of email-based behaviors:
 - Our bug tracking system is fully controlled by email.
 - Closing a bug in reaction to an upload is done by an email from the archive 
maintenance system (dak) to the bug tracking system.
 - Salsa has a webhook service that react to UI clicks (e.g. "clicking the 
merge button") by sending an email to the BTS (e.g. to tag bugs as pending), or 
to tracker.d.o (for new commit notifications).
 - Some of our IRC bots are triggered by procmail rules.
 - At some point mentors.debian.net depended on a NNTP gateway to the 
debian-devel-changes mailing list to trigger removal of superseded packages 
(...)
 - etc. etc.

I'm still not sure where your trail of questions is going? fedmsg in Debian has 
been dead for years at this point, and there still doesn't seem to be much 
interest to implement anything beyond email parsing in some of our core 
systems. 

Bye,
-- 
Nicolas Dandrimont



Re: email backend for fedmsg

2020-03-24 Thread Nicolas Dandrimont
Hi!

On Sun, Mar 22, 2020, at 13:06, clime wrote:
> Hello!
> 
> Ad. https://lists.debian.org/debian-devel/2016/07/msg00377.html -
> fedmsg usage in Debian.
> 
> There is a note: "it seems that people actually like parsing emails"

This was just a way to say that fedmsg never got much of a user base in the 
services that run on Debian infra, and that even the new services introduced at 
the time kept parsing emails.

> [...]
>
> So fedmsg would become a tiny wrapper over email that would just
> serialize and parse json data to and from email messages and check
> signatures.

The only native fedmsg producer in Debian was mentors.debian.net. Other events 
were generated by various email parsers connected to mailing lists 
(debian-devel-announce, debian-bugs-announce).

> I am asking because I like the idea of distribution-independent
> infrastructure message bus that this project had.

Yes, it was a nice idea.

> [...]

Cheers,
-- 
Nicolas Dandrimont



Re: Master-Slave terminology Re: [Piuparts-devel] piuparts.d.o stalled?

2020-02-13 Thread Nicolas Dandrimont
* Miriam Ruiz  [2020-02-13 11:49:25 +0100]:

> El mié., 12 feb. 2020 a las 21:07, Nicolas Dandrimont
> () escribió:
> >
> > * Ulrike Uhlig  [2020-02-12 17:46:15 +0100]:
> > > I'd like to attract your attention to this very fine document:
> > >
> > > https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1
> >
> > Thanks for the pointer to this document; I hope the authors succeed in 
> > putting
> > it through the RFC process.
> 
> I'm sorry I'm not familiar with the bureaucratic procedures of the
> IETF and the RFC process, but I couldn't avoid to see that the text
> says "This Internet-Draft will expire on April 25, 2019".
> 
> Does that mean that it was rejected, or is it just a reference
> timestamp with no direct relevance in the process?

Hey!

As far as I can tell, all drafts have an expiry date, which can be postponed if
the authors are still actively working on it.

According to the IETF data tracker on this draft[1], the draft was updated once
in March 2019, and then the new document's expiry date passed in september.

[1] https://datatracker.ietf.org/doc/draft-knodel-terminology/

From looking at the IETF mail archives[2] I don't see much discussion, if any,
of the draft.

[2] https://mailarchive.ietf.org/arch/search/?q=%22draft-knodel-terminology%22

Mallory Knodel is one of the chairs of the Human Rights Protocol Considerations
(hrpc) research group[3], and I hope there will be more to come from that group
in the future. The draft on "Notes on networking standards and politics"[4] 
looks
interesting, for instance.

[3] https://datatracker.ietf.org/rg/hrpc/about/
[4] https://datatracker.ietf.org/doc/draft-irtf-hrpc-political/

Cheers,
-- 
Nicolas Dandrimont



signature.asc
Description: PGP signature


Re: Master-Slave terminology Re: [Piuparts-devel] piuparts.d.o stalled?

2020-02-12 Thread Nicolas Dandrimont
Hi Ulrike!

* Ulrike Uhlig  [2020-02-12 17:46:15 +0100]:

> On 12.02.20 17:01, Nicolas Dandrimont wrote:
> 
> > In any case, since DSA had to restart everything at UBC, the piuparts slave 
> > got
> > restarted as well and it's churning through the backlog. Unfortunately it 
> > looks
> > like restarting the slave just eats its logs.
> 
> I'd like to attract your attention to this very fine document:
> 
> https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1

Thanks for the pointer to this document; I hope the authors succeed in putting
it through the RFC process.

I know full well the issues with this terminology. Piuparts is a system I
inherited only a few weeks ago, and the master/slave terminology is deeply
ingrained throughout its code and documentation (as well as its deployment).
It's going to take a while as well as substantial effort to switch away to
something else. But I sure intend to get to it at some point.

Before people expend too much energy defending the legacy terminology (/me
glares at #debian-devel), might I suggest directing that energy towards
reporting some bugs discovered by piuparts (or fixing some piuparts bugs)
instead?

Thanks,
-- 
Nicolas Dandrimont



signature.asc
Description: PGP signature


Re: [Piuparts-devel] piuparts.d.o stalled?

2020-02-12 Thread Nicolas Dandrimont
(In the future, no need to x-post to d-devel, it's far down my folder list 
anyway)

* Daniel Leidert  [2020-02-12 14:57:49 +0100]:

>  (x-post between d-devel and piuparts-devel lists, sent again with fixed
> subject)
> 
> Hi,
> 
> it seems like piuparts.d.o is not running new tests for some days now. The
> -reports list contains some mails mentioning an issue with piuparts-slave.
> This is currently stalling the testing migration for quite an amount of
> packages. Can you please check what's going on there?

Thanks for the notice; I'm not quite sure what went wrong there.

In any case, since DSA had to restart everything at UBC, the piuparts slave got
restarted as well and it's churning through the backlog. Unfortunately it looks
like restarting the slave just eats its logs.

Looking at excuses.yaml, a bit more than 100 packages are blocked from
migrating by piuparts, and that should clear up in the next few hours.

Cheers,
-- 
Nicolas Dandrimont



signature.asc
Description: PGP signature


Accepted python-multidict 4.6.1-1 (source) into unstable

2019-11-23 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 23 Nov 2019 11:55:24 +0100
Source: python-multidict
Architecture: source
Version: 4.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Piotr Ożarowski 
Changed-By: Nicolas Dandrimont 
Closes: 943615
Changes:
 python-multidict (4.6.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Nicolas Dandrimont ]
   * New upstream release
 - Add support for Python3.8 (Closes: #943615)
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
   * Bump Standards-Version to 4.4.1.
Checksums-Sha1:
 56c860465323c9348cbb580f0e3cec47fc6e6e82 2233 python-multidict_4.6.1-1.dsc
 2dd65ab2161522013f3f7a93a2bd30087f551e4b 115293 
python-multidict_4.6.1.orig.tar.gz
 3d6f187a4571b5b7941baf85bdd176404c39c959 2804 
python-multidict_4.6.1-1.debian.tar.xz
 f704d26f0c0e7c692645b7b0df422e32ad8d882a 7551 
python-multidict_4.6.1-1_amd64.buildinfo
Checksums-Sha256:
 d5eb48db4f0a1f20f90bed465db3546e516110d17433e105c404bf4620118e3f 2233 
python-multidict_4.6.1-1.dsc
 5159c4975931a1a78bf6602bbebaa366747fce0a56cb2111f44789d2c45e379f 115293 
python-multidict_4.6.1.orig.tar.gz
 d3e604ba826e6e901d7f4ece38ab67e69cc57b61e9354432433a6f1e796e6e92 2804 
python-multidict_4.6.1-1.debian.tar.xz
 a1559552a8cdd48b9bfd6698d839471a4831635ad317776287259d5faea37bd0 7551 
python-multidict_4.6.1-1_amd64.buildinfo
Files:
 21ab5feacb888c9795623d7a7463b8a0 2233 python optional 
python-multidict_4.6.1-1.dsc
 bee3828781685758410fa0fbcda8c88e 115293 python optional 
python-multidict_4.6.1.orig.tar.gz
 7e823b0a40a152f8b9018d90c5a2d5ff 2804 python optional 
python-multidict_4.6.1-1.debian.tar.xz
 466b37c314df3250c1196bbfe851b92c 7551 python optional 
python-multidict_4.6.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl3ZEPgRHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr+sTg/xARNX1IeNZw2PFb9XuQI4djlAurR3kA/N
GQHGNlwD2r0oyKBPabgIfgGr+xaU0jwVkB1Lgm3YIWI77d6QydVMLcIa87UGZY66
a986d4djLd6/4/80MzmEEiN/IY0QYnQc3Y0SAgq/agoOG/PGzDxVeuBYwD+TG3Fa
vdb+GJOqHyE+pyidcmt2HjGLGGSwXpNjRIwf/FLWxSADl/h2Ul3awa8s2mv02It5
G1JJgPhcbdJN+nLEnzQ3wn1+GLDU5vXuW0xByjdRMjRLKzsQE1bUjajh1cpoBd3O
855ytFgCVrlBCE8YFyzA3s+QDMMR91JJALpuzagXkb5Tg+zAvfIR5cqXOvflVYHz
fC8fFAjtn4kG0baONFzNey/WfcXUyM5ODbQGT0HwdSVfx1OZHZPygRXjOjgrB8BR
gDtdzdH0wxSmGGZxHx3FOt89v1GVjOgg1/MEEkJunqH4UPQ6lsQVyxA7pIhHfNY2
VfDUkMwl5EYh8elKfheORWfndF6mVKbnzzGfzCZnViZyOotG9PNgAWwbZtaY2w6l
ZrqQ3XKryf8UkeIQ+KCgR0Tb38Ie3d9jKlbnbVBkdwB6uY5WKRXFOEInQB2t1kYw
+cPgq18NaoDbNMbXwjzxiBdV7dd9BRnAUogtng/Vwzh3izVmBCfCS/XjWCgYle/r
WoyNF/rhPg==
=/rvH
-END PGP SIGNATURE-



Accepted python-msrestazure 0.6.2-1 (source) into unstable

2019-11-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 19:38:15 +0100
Source: python-msrestazure
Architecture: source
Version: 0.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Changes:
 python-msrestazure (0.6.2-1) unstable; urgency=medium
 .
   * New upstream release
 - Bump dependency on msrest >= 0.6.3
 - Add new build-dependency on python3-pytest-asyncio
Checksums-Sha1:
 de3b71cbd4d2220a9b1e2b8be2f9f18c5490a09e 2470 python-msrestazure_0.6.2-1.dsc
 82f32aebeba0c3034ee833d05fbf872790c1ecb3 47673 
python-msrestazure_0.6.2.orig.tar.gz
 376a0521abb85f306f5cefc1dbef127e697b7e7a 2976 
python-msrestazure_0.6.2-1.debian.tar.xz
 ba0133ce8b6540ca0ad447e62b28915fa8ca359f 7345 
python-msrestazure_0.6.2-1_amd64.buildinfo
Checksums-Sha256:
 de8d788d58d889ed588b89463a6071a5b9e99060865a5a4bc603bac62ac99f70 2470 
python-msrestazure_0.6.2-1.dsc
 f74d814304ef11ba75073ad55d284eb9a4d6da8425a245548ac7859f69736418 47673 
python-msrestazure_0.6.2.orig.tar.gz
 53c724d774d0c95b6255b78bd1a268a59cfaa53af5917192d86ace03b23d72c7 2976 
python-msrestazure_0.6.2-1.debian.tar.xz
 6e4770773dd44b5000f6df331b2e6784c4caad20f29d0cd6bc5667840a395eed 7345 
python-msrestazure_0.6.2-1_amd64.buildinfo
Files:
 fbe5e97feeb69e936e8231ba3168cd21 2470 python optional 
python-msrestazure_0.6.2-1.dsc
 7014d7ae13747139fa25f017d758972b 47673 python optional 
python-msrestazure_0.6.2.orig.tar.gz
 67616a4acc6ef892dbebb7a40649ecc3 2976 python optional 
python-msrestazure_0.6.2-1.debian.tar.xz
 0e959241bfa1dab1e56cb878126850df 7345 python optional 
python-msrestazure_0.6.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl3UNuQRHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr8ZvA//fhS2ZGxkrB32RDGJyiriUaLciG8iPws9
jtWMfPGbyTvh+s01524l3rjL4zrSVNGSyMuKUsCdvpqE3pzzx04JNvqaiYrmLF/W
YawfaO4Z4NK8x8GIasJhjxtZVOvWzS4cEf+9QuFlo3bTKU9iZ/H7DY0WQKcc37A7
/sKZlhG15RkEaPRJYTZRvZ13zN8vea7RHhFndt9XC7e8aB+d8p7uAqHQiJT2XOxd
gieFXZNTuqUe0RnMBfw5fokYgE+AgE3YlebZXIB0dJkuo3mbCxij+9o7Rq5D0FV8
a0CucQ7+u9Ts80VShNcLI23rv9VQ3titorR27fppbqz6EmjUgFgCluQoaQ86Se0+
msawqE0mcsvaxVBmSW5Mt6cKVnrT1XWQfECvV1vAnarOjk27ZcnWKkVK2SvTOMby
OHHJwLERbjmAtQ5MlozZGWlQR2N68q4Ql3HgaKTHJYj3+tfjmyOYPsUihaALTvzD
WYjyEeb5ANRNgbjkFcE4kFlXN71RoN/LDP/jUKT6szoTZJsPgoT90FcZzWOxv8VK
IhW9cEimhO9fX/h5C76dgqvcRm0s2aOFF/pDMAjHqMw2wSCh/uF713IAp5bWKJ1o
TkSL9qlyI2ReXpfmftDMYaCrv+LlyIrrFehTWjRPktxkydavIATROTANSnOmWAbk
Ki6lZyryT7g=
=olGn
-END PGP SIGNATURE-



Accepted python-adal 1.2.2-1 (source) into unstable

2019-11-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 19:21:48 +0100
Source: python-adal
Architecture: source
Version: 1.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Changes:
 python-adal (1.2.2-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.0.
   * Bump Standards-Version to 4.4.1.
 .
   [ Nicolas Dandrimont ]
   * New upstream release
 - Refresh patches
Checksums-Sha1:
 cc920b93d65404f0775a11bc5f38e14612edb2f4 2326 python-adal_1.2.2-1.dsc
 1f063ecd7d6b28478f04204a3cd53b315709f9e4 120404 python-adal_1.2.2.orig.tar.gz
 eeec3b2845f825be0006fdf291d86a18eec1cce9 5732 python-adal_1.2.2-1.debian.tar.xz
 86a8c306b2bfd7eb5fe22bdf042806ebb1a1f298 6691 
python-adal_1.2.2-1_amd64.buildinfo
Checksums-Sha256:
 5e9418794e0025aeb448538be8f7b73d54b58edb744bb9b284a1f599bb681f20 2326 
python-adal_1.2.2-1.dsc
 1c81894a99a5616c0318f5677e0c7ae68d93be6ab0dbebfcb8ed68a3caef3897 120404 
python-adal_1.2.2.orig.tar.gz
 ba5e3a4c409b7b38483d31499b011788845ac28d73ef0834b8a44b77068ff1db 5732 
python-adal_1.2.2-1.debian.tar.xz
 70a13f2c32b5963751505c6218811c95ee3b810d23f1493f124e85c3 6691 
python-adal_1.2.2-1_amd64.buildinfo
Files:
 c7fc85f486a8cb08c9018aef567428e6 2326 python optional python-adal_1.2.2-1.dsc
 c5357103308940ea5d86fcc19fc7083b 120404 python optional 
python-adal_1.2.2.orig.tar.gz
 01736bdc0572b04be4933a820bd425bc 5732 python optional 
python-adal_1.2.2-1.debian.tar.xz
 be2bda097f0a0481a835e476f3e0cc00 6691 python optional 
python-adal_1.2.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl3UMvERHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr8gMxAAoyZ0FTacjXpVnx10zEa4tOtIL9WzI9S2
HUFx4DTfz7zbFYtj7/AjUaHajJ9qLoatk8DY0GudbYl6GhDJ7RCWe3TgCVg+B2Cz
dFRJvFVnlRm1yJct5kYEftCpdTIbSw5xLPs7Y9Xu23O8NNQy4PZSJ7Cs10+IluFh
AZffp5/Lw+EIggUWNLJs3PBGwxg3fhZ+Jj0EmmgNDoGuPTIJ5M2jSQCt46R09JP2
Jth0ZHs+1mdQvdDllcCE26KkSy6fVpRXefN6F2gqfyOUx8l8LXG0qotqyGc1s0h5
Fn+2x+le8N46/t+MdrdGpYPo94ALQYk4lv3sqTe25w82YlcifS7O0tv7krBF3zbD
S0rLS2wzZ/F6i2ydpZI8RhDvI5tkQBZhJ2u7+EA0rYptAXlsLdhKYZi5QAOKjaDd
uDQbRPm0WoEVVfIEREC+t/fguFW2BwVPDCVQ4SgPT/JG2mxUIOq/hWpiH18HnoeW
Ap1B9Bhu/ht183f8GRIZ/M2y17h9zC9Od2z3l4BiVrGUyOi9o8oAyCt1dAvcy9/Q
qBble9MUVXUbjtjUx3k1JVqibe1hmvsiRuZ8c6fde74EtDViPHXDmhlJ8iimtn9o
o1XhE3X/Feuc7i2JyR+iNPY8/VLZyFvrvS92V4sQlcMg2lWkYarkWJGqxWRSFJLJ
pzm8jHsKyro=
=JJvt
-END PGP SIGNATURE-



Accepted wheel 0.33.6-2 (source) into unstable

2019-11-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 18:57:35 +0100
Source: wheel
Architecture: source
Version: 0.33.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Closes: 944342
Changes:
 wheel (0.33.6-2) unstable; urgency=medium
 .
   * Team upload.
   * Use /usr/bin/python2 for autopkgtests (Closes: #944342)
Checksums-Sha1:
 ee95b426ba278a2616d4014ee16e08b852af1125 2252 wheel_0.33.6-2.dsc
 53a28dff4d028e5b82969fd02ea959b816893a5f 9508 wheel_0.33.6-2.debian.tar.xz
 25ad679dafca146d127449756a9ba994532b3c99 8030 wheel_0.33.6-2_amd64.buildinfo
Checksums-Sha256:
 bccef4b4b44e82d7dae40e01cea24330442ae5f2eaee746c007b5ef0b6dfacb0 2252 
wheel_0.33.6-2.dsc
 eec48d4ea280305585221d1d4e818129fa36408401d267695059ede7314cc70b 9508 
wheel_0.33.6-2.debian.tar.xz
 7262926cb026eb3128e6f16c5692233ce442a228f7c3aa975c5e0e55ed71ac0e 8030 
wheel_0.33.6-2_amd64.buildinfo
Files:
 474509a39364c36ff2b9adc195bbd048 2252 python optional wheel_0.33.6-2.dsc
 4c059d9751ca7a9bd90152164f1ef041 9508 python optional 
wheel_0.33.6-2.debian.tar.xz
 db07c01e6404424b1dfaf4c979b30756 8030 python optional 
wheel_0.33.6-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl3ULzkRHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr8meQ//V/KtEJya9BVHYrKfVL3EVNqC9xYHGZr3
V6fNTeNKJRALvdDQXA/ehqtC53ZZW38wedXtUxxEAUOnAH4cFaMIXrn5X3JU2C7c
GyLhHXpbm+pSvIrcXGG7hYg/n+jcNS/2Rbp+2nIU1k+dxvobDYzx5eh7yA0lBQOj
+CCJkNQtfXUU1HICXlPpPTWfBGICex6gcyNhXhkvgUxXgvaGV7QhAOeUjx3ZZSkh
NuFFYOF4Hs1BbWoaKB+EBfXDkykg/S+1bb65IBhQSE6FcVZiG53W1WvJySlqh6t+
OQsyLkpSr6ETgAjPwcMMiJ3ecVBv4NpBCaf3cWxr6JQwYpfdHQo2sJTl1uDCuTjc
KrjDVLyVXx/SF5Puh2Ba38yo8k7xyrN1hA1E117t6M4cdk0P+1z+TZudBnHzpZze
E8PxkKNFodPID4qqF4JfqKXSxVrVlQtsIh8Ou+Cuz5OpMXz1WVk++1RmTdo76IGR
KiUpPgwPxS2Ytz6U5TAhqDxsODBlmP+lIK4Npkzu5DaaAdY+CVkTL7NOyboVXf8D
aI1+xYKz7351TRUXwg/ewjdBzmQQVmQmSXi6zUnoM5GuYuPWq+M0nbREFCsVDRtt
/inmDxKOdTR57acO6jBIJTDCTDsz5EaXA6fRoSJ6MKkjj+FoJPzf3Y/kB7iUlEQ5
aTH+srb50IM=
=Ug/m
-END PGP SIGNATURE-



Accepted python-msrest 0.6.10-1 (source) into unstable

2019-11-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 18:46:55 +0100
Source: python-msrest
Architecture: source
Version: 0.6.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Closes: 942101
Changes:
 python-msrest (0.6.10-1) unstable; urgency=medium
 .
   [ Luca Boccassi ]
   * Do not run tests that require internet connection at build time
 (Closes: #942101)
 .
   [ Nicolas Dandrimont ]
   * New upstream release
   * Drop python3-trio (Build-)Dependency
Checksums-Sha1:
 f93f5edbecce523c41c33628b8203073a546c8c8 2520 python-msrest_0.6.10-1.dsc
 cfa5b92117742d95afe4fa67e6d75c9a9d8b724d 97754 python-msrest_0.6.10.orig.tar.gz
 53cf9e7245930288b9f7e12130fec32d0bfffebd 2980 
python-msrest_0.6.10-1.debian.tar.xz
 9b87d8c19038ca7b0692b069ef820dc4cc730ec4 7353 
python-msrest_0.6.10-1_amd64.buildinfo
Checksums-Sha256:
 b1504feefd1701f59837fc6f012eec2147dcbd54b8316942bd49e55605dd75e5 2520 
python-msrest_0.6.10-1.dsc
 0aec73f6fa60294173e42779de52da75d8eadad146fc8043cb49d2e3bbb7cdc3 97754 
python-msrest_0.6.10.orig.tar.gz
 58f3fc8bc70160bdddf2bb4ffe2f85a43020f033cd30880420708db1d30518e1 2980 
python-msrest_0.6.10-1.debian.tar.xz
 44724839af1027f77e22150c4db49228075bb45eb5d5ed93f4c02e20184f7320 7353 
python-msrest_0.6.10-1_amd64.buildinfo
Files:
 4cda448f34cc30a8201dde69a84ccac5 2520 python optional 
python-msrest_0.6.10-1.dsc
 8008f119a4a55416086d9890dd57c780 97754 python optional 
python-msrest_0.6.10.orig.tar.gz
 7b12606f3b496858a124a2bed1e4d95c 2980 python optional 
python-msrest_0.6.10-1.debian.tar.xz
 e5962fbe8bf275f7affa7798b80624a0 7353 python optional 
python-msrest_0.6.10-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl3UKt8RHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr9RDhAApGlHryhZgnyVuDL84ci4F4apulopDV9J
ElldVcOYYnD+ZAc/86c5bpL/7KFU8NBwu11D+fc7UEKESj+RIiHS0c0S9AFvX0Pi
QDe0qIiAtA3CMbH7p25Fp3RC/C6WFFAGn/rM+FHz71LDjs12j+H4imJuJE1RBMyS
v5krsiswVDEuaRrEkGdD7lXZmespDD6aTlGmmtSjPFeLrSE+7l08ai9oOEvxCRP5
Y1Z3s0cKbQFHE/xtEOwALU2uyTSsZXvtn2JNfjLa7tQqBXUPNEfOezCzLIEDCqxN
RA+QMHX6A6M4/q+Z9hNReP2FKRxrvKczoHUqci+pWXKSSvNpmYhCZzWvyD3JaONc
CNPxyKy5o9lC7y4BSIDpLx3X1VsMgWn84qtib76ycREiZD+1PZ7opTipSLWIcNUN
7xGnK4PII0qjC/vGKDMDbj3O8HW4aO+BCsjlbn2P2GBRJY7twgzs54Tmfd9oTbkw
0yINA13bZgQPP1VOEbcIUFQy4EavRvmW//VEeye8maUdoM5cN0DpfK2iiLBwDpfi
nI5dF79FTMWXxQ2OHHl5zU14uR7bWkrzlAQZcnO4KNLoQQbmKFHx1fZu25OYEvsJ
2SayEMrDA3/OID0L9TuWlliWN24ak70aV/IliNRRqHOCSi3vB5G8G0rQyKC5qsSA
6kdNh87JpxU=
=0CaD
-END PGP SIGNATURE-



Accepted python-hypothesis 4.36.2-1 (source) into unstable

2019-11-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 11:54:08 +0100
Source: python-hypothesis
Architecture: source
Version: 4.36.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Closes: 942693
Changes:
 python-hypothesis (4.36.2-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Nicolas Dandrimont ]
   * New upstream release (Closes: #942693)
   * Drop remote reference to image in documentation
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
Checksums-Sha1:
 6fe5edd5a07865ad2448bf8dcf6184afcf2cf90a 2776 python-hypothesis_4.36.2-1.dsc
 9cd231a6253d2dad00f0dc6ae9c789914906e0df 1318229 
python-hypothesis_4.36.2.orig.tar.gz
 8b4a38bb8a49bf159af23bebb176c145e190e192 9948 
python-hypothesis_4.36.2-1.debian.tar.xz
 3840e11b35977925d3ac4e4b0bfc450649cf3f51 8995 
python-hypothesis_4.36.2-1_amd64.buildinfo
Checksums-Sha256:
 e48db44ea1a4e1e40e2735a31fe3a5766259e29d193b31a69651e3b7b2ee2744 2776 
python-hypothesis_4.36.2-1.dsc
 8c044d415391745c5e3fc1483395d398ec263ddea20b283ca6ff3fddc222e026 1318229 
python-hypothesis_4.36.2.orig.tar.gz
 07b5006a84c8c0666d4ae6605829ba2f638b94a6ab3f5d33dab896767c9fb92e 9948 
python-hypothesis_4.36.2-1.debian.tar.xz
 36f5e34240526a8717c197aed822604f1bc3b2f00a5e3a7d2aed2d1644be7d17 8995 
python-hypothesis_4.36.2-1_amd64.buildinfo
Files:
 95bb8c09340fd44bc1b10eff4c79eef5 2776 python optional 
python-hypothesis_4.36.2-1.dsc
 7774efa69d77bf8f033a7542072646b5 1318229 python optional 
python-hypothesis_4.36.2.orig.tar.gz
 3c08acb81f61009a3c9ff34da132cf23 9948 python optional 
python-hypothesis_4.36.2-1.debian.tar.xz
 12e15155f42ad609752ab364385cde07 8995 python optional 
python-hypothesis_4.36.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl3T0iwRHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr/Rng//Y30TPNDQ+SxQSgXBEwWPv5tTi1bfCYP9
iAO4GjJ8Z+tWyqfqNlXsDjBMuaRBI3saFryCLqbWf8b8b0F2QfuZSO7enzeOxlj2
DA9M04pIcmZnEfG49HLJ+rkQ5BDOr8+lssd/aMZ4dAblgkRNgT13p0lnzEwhJaf2
X0zupvMMvmnrAXmWZmzjtevimcEgRFZX9juP2gsJBPA6/AjRHpGJ+IuF0eEVqkrO
cnLnDngheLl6XjBDzSh3x5pHiujPDYBeoOiV9oOznTQ6FW4bY09o4xQ5hOvCADZ/
cl5dAW1sqUVwjZZi+ResrDloX/5LXW7u09+ATp4JiMauejRA+MzVyQmYlpnff619
lEo4TwHiWlBmgX08yan6IVOuC3SI/E+xGV5/qWHGgGk/H8PnfJX3T1sBqWPoo1Yv
/OXth+ZJ2dkQqmSkRoadxRqRqvk7e225WiWGxh3EaPyGIurywICRmPKlaqjy6G8Z
Lh0/hQR1sidbC3njHfSa94xWSBmEDsH8NeuFb6amVFNhzRSgc4I6EJVRMYNW7p/y
NxIBy744lTWGDPdOeDK3nTj7xDA7JPrvFErwq1OC7uvUiOscs/D8rCxw6hUy4cC5
opZc8w+C5ua3EsCxZ9/Aijb3YwOjvhtA7OOE/Z7nQ1358y/S40ooyB1tVyNgZZUX
ZPbE4aFapsQ=
=fK90
-END PGP SIGNATURE-



Accepted wheel 0.33.6-1 (source) into unstable

2019-10-17 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 Oct 2019 15:24:20 +0200
Source: wheel
Architecture: source
Version: 0.33.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Changes:
 wheel (0.33.6-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Nicolas Dandrimont ]
   * New upstream release
   * Use Rules-Requires-Root: no
   * Bump standards version to 4.4.1
   * Use debhelper compat 12
   * Use /usr/share/dpkg/pkg-info.mk instead of parsing dpkg-
 parsechangelog
   * Deduplicate short package descriptions
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
Checksums-Sha1:
 3efe6b49873ea8ab465bc25fb90c4c620145670b 2252 wheel_0.33.6-1.dsc
 0fe3d28322a7a2bf81cb42876ea96f0026a9e018 48130 wheel_0.33.6.orig.tar.gz
 d14661cc32df83f35a920bb0651496b64460b7ab 9468 wheel_0.33.6-1.debian.tar.xz
 022f180c4d9c7b243fba5fb8713e8e91a63ffcc6 7914 wheel_0.33.6-1_amd64.buildinfo
Checksums-Sha256:
 020d7f378766fe90420d54c7d0f1be1508a1df38c51ff2f8648f8f2e0c9fb849 2252 
wheel_0.33.6-1.dsc
 10c9da68765315ed98850f8e048347c3eb06dd81822dc2ab1d4fde9dc9702646 48130 
wheel_0.33.6.orig.tar.gz
 80e9704be127428bb607ddbb91d0545add3a3ea29c8953166cca6b6e83203128 9468 
wheel_0.33.6-1.debian.tar.xz
 dd6806c1eb4fe055f7601c2929a010c636424be0c0b92d7b1845371a498ac578 7914 
wheel_0.33.6-1_amd64.buildinfo
Files:
 7fffde07b005588e8667e9061eb77f66 2252 python optional wheel_0.33.6-1.dsc
 7aac11026bffef3696e04286208a4493 48130 python optional wheel_0.33.6.orig.tar.gz
 55841ad21eacba26f6d6cd5ba22d0884 9468 python optional 
wheel_0.33.6-1.debian.tar.xz
 46b2c469971e05b0074a5297871524a7 7914 python optional 
wheel_0.33.6-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl2oguwRHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr+bexAAjagxpYsKkGnNi+Pws1TQVPP8fnkv8wbi
AwRyHUyH61Jbv9dJyA0QnUUcyWFM/4yA3z7NX9OSoZl6AdbonZRefY0YIKGbSyGn
ZLWP60ZSgzhJIUwDnPzNJAoKhzLnKOjesE6HaZ7wWzaDhZ4g+/uqlybDiRd7Go+h
aXDDjgLFU/n37duKggfCol66eipAhdjfG3sFLoRYJNMeo41Hj4BiBN4CUptcRz5P
8ohV8Mf3SGgz37jfkO80/3A3GvsNWWnx8g+wNyLWiOTCKPnJtfIa43FsYQKM+FUj
YA+IxMtWinuiGdHeA8vS0WQfhqoRmSwBC46pjSPzsE503sF/CdO4m8XgxwyKL09J
0gh0CIbOGjoUV8zJf5FRImb7T1pqN+xY57ikMGFBZQucbGnlGq99eIFLQX6FvOsj
b0ZU2YHYO6gXPiNsVUESXY/s5tpmhvmK7ZDBC1MWPlM7AE3yoyemQBrbE40NZg+2
cIFxsPQnkkSM7RbT5Dsjf5uEWZ6BSnuMkfSka0CjsyG8qTbo/BXLzBndsQ52BTNk
ohPRRD8/ip/q+Ez4FyyTIQsopJ2NKyjIM7uPgfUu9oPTw/tP3FLwaPu1jz6s4ub2
pxCzaXnSHUNiZ++eywa99FlTi/yMVaE9ntp6cmC4oBSKban0x0zcFydWN5RyqUc9
jK+WGJc0W5c=
=tGrv
-END PGP SIGNATURE-



Accepted octocatalog-diff 1.5.4-2 (source) into unstable

2019-09-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Sep 2019 16:43:37 +0200
Source: octocatalog-diff
Architecture: source
Version: 1.5.4-2
Distribution: unstable
Urgency: medium
Maintainer: Puppet Package Maintainers 

Changed-By: Nicolas Dandrimont 
Changes:
 octocatalog-diff (1.5.4-2) unstable; urgency=medium
 .
   * Team upload.
   * Add patch from upstream pull-request to support ruby-hashlib 1.0.0.
Checksums-Sha1:
 9a3ea06b4ca44f429ee00d9e5d33cc02cb0a5a6b 2181 octocatalog-diff_1.5.4-2.dsc
 e50949b2a9fb6f9cd13a4aacabca8bfc0929ddc8 4808 
octocatalog-diff_1.5.4-2.debian.tar.xz
 467372f5b34112af44a65e4beeed6dc03b8a00b8 9492 
octocatalog-diff_1.5.4-2_amd64.buildinfo
Checksums-Sha256:
 ecc3bc14f97078d17559bba3ceab0d5a3e3ab1d335b562143b9cb6afca355a5a 2181 
octocatalog-diff_1.5.4-2.dsc
 ddfef787b03c613788129b0f01ed14fde4a8ac32ffa8d195edc222f92641d22e 4808 
octocatalog-diff_1.5.4-2.debian.tar.xz
 f39c2519985669af6ba39f399087e3100d7f6a1c79780c45051d7d8667350509 9492 
octocatalog-diff_1.5.4-2_amd64.buildinfo
Files:
 4b4195f722b1b377c1ab86e2806f0b16 2181 admin optional 
octocatalog-diff_1.5.4-2.dsc
 ce2fbe0eb30c81605808164750498ab6 4808 admin optional 
octocatalog-diff_1.5.4-2.debian.tar.xz
 0b8abb0a1ad21cc63626674f43f740f8 9492 admin optional 
octocatalog-diff_1.5.4-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl2Dmf8RHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr+Yxw//dbUF/QK5gYK7tPqWYJL1NKJ2xdU5DP2p
XFTVeZUB85k1zNeX6bAi3ZdcxwS+In/YuLA3W4NaoQUkQRu+bLSwkNvgKq24dh5t
773EYa5mb9CHkv2Fn2Qgs6mfkmHfJ5b+Sop4+iLBNkfVkRIUOPIj4ysvr9qGYxg5
emOQqfH+VioV+7miAFMZFDSlen0hEVXHuSJpfarL+9PWCQqMaOczEN68zYPl/VJu
CzJrELQqpy43SHBW2N62WdVFYcsx+5EEi+RLbtyf6P6EB7jOgF+LTuz6GZZtcV9U
HfaZlY0+rQcTEGZ7QG+FFFabB0WQetP6y5IdRPtJajH2b2WMZjVrPN+xmHFjBBP3
vzLYBPLED55iDYKuRrlC2pOoIp3Y+i6b4JvDKUU9TvPCOrDv+UoUvRebq095DR3x
4/aeqiZmZqdGMW/yUKfL7Be1JGKX4apJeQ8E8ALE7CbrGL755g8v+NT71or6Zebc
4YvcFwYX202v90ZlnYXG5e6T03aaQXq/DgId7Vah3CCYF8nCGfJC6rhLh5rHMnC7
kzSIaMF4ve3GlnEQD4t3KUTufDl2+Sfj2xyDxDLE/fXryusCmOTKfulpIy/dvkOu
UnBVOI5NGWa2W9BLCeWkF/82PLg6zl4CNM1ZXbK07WwrZ4I9Gyd4gfRd5aCNeuU6
7vwJZ5e5RSY=
=gK9e
-END PGP SIGNATURE-



Accepted python-azure 20181112+git-2 (source) into unstable

2018-11-16 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 16 Nov 2018 10:56:04 +0100
Source: python-azure
Binary: python-azure python3-azure python-azure-doc
Architecture: source
Version: 20181112+git-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-azure - Microsoft Azure SDK for Python 2.x
 python-azure-doc - Microsoft Azure SDK for Python - Documentation
 python3-azure - Microsoft Azure SDK for Python 3.x
Changes:
 python-azure (20181112+git-2) unstable; urgency=medium
 .
   * Update autopkgtests to not output on stderr
Checksums-Sha1:
 a3aa64f38ac04f902efbd5968bba186fe6d60323 2691 python-azure_20181112+git-2.dsc
 c7a07bafa2ea1be4bba0a22822ba403f583dd728 7092 
python-azure_20181112+git-2.debian.tar.xz
 e1e0bcdf1592ebd1156bea105b95cb24368f5239 11010 
python-azure_20181112+git-2_amd64.buildinfo
Checksums-Sha256:
 c52bdf4c49fdb6e707bbd4d6c283745668708274345f114c18c41fa2ca90a3fc 2691 
python-azure_20181112+git-2.dsc
 c0f8e9454a49d4b9a1c08a513ebf12a7d15020923783e0678e18a3230aa63c1a 7092 
python-azure_20181112+git-2.debian.tar.xz
 9fbbac9c294e2d1b9297f68de1ea28c806d4d72e47a1e19de02a4eb68fd5a729 11010 
python-azure_20181112+git-2_amd64.buildinfo
Files:
 9bd4105e15f36169393231baedffabef 2691 python optional 
python-azure_20181112+git-2.dsc
 ef7ca5f944180dfbb8507e23f6768c97 7092 python optional 
python-azure_20181112+git-2.debian.tar.xz
 a9671f29a1646f95429c3cb337864d36 11010 python optional 
python-azure_20181112+git-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvuvyoACgkQ3K6QUi5x
Ir/Vmw/7B98hotu+ePR//6cXOOBiJEo8kYrT4ZBgN9rMMElhDOClsZICkY4rZ5sa
U0o0KWhjVlvZOl07hLsTzQnXLpA9etV1wXabcTt7ac36fBiWoz8/Nvvn1onh+CvT
N1vN/DUgqaolkOz90IDXJxZIP71VmK3BmmZuggCZ0NZMnB6q3zQYKJyT6ypRO4LX
Ai4ztzDqkuUi5jOWYz4Xq31X+YolUa1YDbbSs3xe1Dezarh6nIRoRHKBIyofl0Ql
CbMULbDOHvsI/VcjXiRN57AZWJhumbRTH6SVhOk//V0z6YrYHLXff4vqvmCvBtwN
88ZkOD5MpLAbBfbvFjOSpus+sHqK99ZPMcpzl+4qPhZ7f/qJH8MAXgGU/trKrVVK
uHC3oT5SZ3NSCx1upQj95ZXVWZppTL987HZ+Cc340Hl2tuc6BWZuaEZozCRHyfZv
JPEFRBWDyisb58TnvWcowy8Q/Rx+oQQzzhr9J3EfMB5lEG0tPJ07CjNXAE3AFVEk
tMwQ3PDEvOn6EjuWeaf10NMhJYbEEfBlV9alPcGet4n9QfTckZq3o1Lig2TehwQ3
disBwg2kHBLaSSZ322HA113cSsTTk3kuQzMCSMKsl0FI8dboul/cobPgeIsrsH+H
QdooVnEaruWC/9RRzGQD/uvSq8L7x6Kv8zLbMssf3Yr7anJZUms=
=PFJo
-END PGP SIGNATURE-



Accepted python-azure-storage 20181109+git-1 (source) into unstable

2018-11-15 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Nov 2018 18:39:48 +0100
Source: python-azure-storage
Binary: python-azure-storage python3-azure-storage
Architecture: source
Version: 20181109+git-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-azure-storage - Microsoft Azure Storage Library for Python 2.x
 python3-azure-storage - Microsoft Azure Storage Library for Python 3.x
Closes: 889086 899793
Changes:
 python-azure-storage (20181109+git-1) unstable; urgency=medium
 .
   * New upstream release
 - Based on upstream commit 0a92c379a3de5b7b53d55d791a80851934729d88.
   * Adopt within the Debian Python Modules Team (Closes: #899793, #889086)
 - Thanks to Iain R. Learmonth for his past work on the package!
   * Add patch to allow documentation building
   * Update copyright for relicensed upstream sources
   * Turn debhelper compat up to 11
   * Drop useless X-Python-Version fields
   * Update Standards-Version to 4.2.1 (no further changes)
   * Set Rules-Requires-Root: no
   * Add autopkgtests
Checksums-Sha1:
 455b9a0f683e36b367adf5094fb60f64c538c3fd 2693 
python-azure-storage_20181109+git-1.dsc
 ee035e6d7983113b3d5edc40bde424e830672c84 3113976 
python-azure-storage_20181109+git.orig.tar.xz
 04b92c673d2bd4785482b205f5c81cf3f7926797 3632 
python-azure-storage_20181109+git-1.debian.tar.xz
 22fd07921af9fb19126528d88675199c9b66ace8 9088 
python-azure-storage_20181109+git-1_amd64.buildinfo
Checksums-Sha256:
 cfc0ec5bf49c27c36ddd2e5f89afc721d647cae261d88468ab15c74354f80827 2693 
python-azure-storage_20181109+git-1.dsc
 b145c23bf6cbc00942af19c892c41c32d6a0b830d77dcb428cc615bc4affa36c 3113976 
python-azure-storage_20181109+git.orig.tar.xz
 170b9cf20591bf62e5c0eac27d7631a66ee6efc8cb20f553c670eb02b6ceab80 3632 
python-azure-storage_20181109+git-1.debian.tar.xz
 5f5bb7935008be0fb604d24c3b05ef3bf4ab462136af45b9f16b22f82dfb25a8 9088 
python-azure-storage_20181109+git-1_amd64.buildinfo
Files:
 8bb307c4fd38df41c673b32b2a1c0fc2 2693 python optional 
python-azure-storage_20181109+git-1.dsc
 19a128ae477a78b25ecd60af9520f9e8 3113976 python optional 
python-azure-storage_20181109+git.orig.tar.xz
 651bc8fe033a36e4dba14ab2b7a5f3df 3632 python optional 
python-azure-storage_20181109+git-1.debian.tar.xz
 80fed458ef5e3a9c4fee0d1ff90a1be1 9088 python optional 
python-azure-storage_20181109+git-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvtsHoACgkQ3K6QUi5x
Ir8YRA//aLz/NbCV1g5JwdKgN+jgMWFS6V+TRcnSCopbpSiMpbDnpZWfdTPGD/Wd
ISfM0d8YuDSkjnfyQRaXB99MQV8JPiYR9VW5oQN7vYnKZEJILj764hWpeX1KczG1
t5ERW147KmdLzWv5E3aBD+pV7CfOaOK+b5G6cIN1oeZt62m2ZnY4cEo9CPRnICTP
BPXLGiAtpZayeg0ALj3+8sPeOsDbbto8fSwHZ0ul/xL1vkKTTC9bt4h7D537oDmd
tAygrL9+lVHi4iWotGIJGBQbE2LMYBTwm57pjPEqcEfLDkihnR5aEUkRRGzg7MEz
wqMRDTBvsWoptlq/fhtpUMW1s3R9v6BG9B/If3CCM5ppnGW3wynXdsChOL6LSkD7
LO3vNmyByoGGedUpi8tQYngYiflMP+ox7aV6q88YceSaJJqvAgHO8ENKiP7fca1H
NEY9s3nDAfUaKCwr2IjTjEHxEbxIY4mjrOeB7YNzVKxJgHt0tnPljSPIE1e/9F+F
mhVYk1unZ92uMPru4KzvkFX1e0AkqIj6ClEQ0n9r2/+3DQ2nuKQtvqoTiCYIzc7U
D0J76XHOFNys1goCpWYL1HGUrsfxwMiaMv9sHWP0YfQ5lJktPv4yC1PrlkkDvpNz
W+G4fqkZfdIrynZ6GHzfqhn4gVeBDUjFiQr6C570+OKFRmuqa10=
=mqKk
-END PGP SIGNATURE-



Accepted python-azure 20181112+git-1 (source) into unstable

2018-11-15 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Nov 2018 16:31:11 +0100
Source: python-azure
Binary: python-azure python3-azure python-azure-doc
Architecture: source
Version: 20181112+git-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-azure - Microsoft Azure SDK for Python 2.x
 python-azure-doc - Microsoft Azure SDK for Python - Documentation
 python3-azure - Microsoft Azure SDK for Python 3.x
Closes: 875963 889084 899666 904364 906076
Changes:
 python-azure (20181112+git-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #875963, #904364)
 - based on upstream commit 77f90d501cdb559978e5acfd99cd4ec4c5c59148
   * Adopt package within the Debian Python Modules Team (Closes: #889084,
 #899666)
 - Thanks to Iain R. Learmonth for his past work on the package!
   * Make python3-azure recommend python3-azure-storage instead of
 python-azure-storage (Closes: #906076)
   * Completely overhaul debian/rules to use dh-python/pybuild and be generic
 to any number of submodules.
   * Update debhelper compat level to 11
   * Update Standards-Version to 4.2.1 (No further changes)
   * Set Rules-Requires-Root: no
   * Add autopkgtests
Checksums-Sha1:
 b0ef0852960a85a5137a4232495f63e1415c4934 2691 python-azure_20181112+git-1.dsc
 64a71a7d7d4dfec95394ea003b6c6e5f66afe051 9672932 
python-azure_20181112+git.orig.tar.xz
 8daf83f671a2dcd2c4f94ee66427cd00b5b24da9 7052 
python-azure_20181112+git-1.debian.tar.xz
 d64e8e05479f7fe66ff46ac4982e5752628a70bc 11010 
python-azure_20181112+git-1_amd64.buildinfo
Checksums-Sha256:
 61b19624e95dd120bd8ee949a36006f7ca6b866584cc5884968d64dff5222ebe 2691 
python-azure_20181112+git-1.dsc
 91721a507a41e454a574f4db0591b8f00c185e488442b575d3921f763c7a0d2e 9672932 
python-azure_20181112+git.orig.tar.xz
 ed224e19c55b9ce417711d49103348bc7d4418ecd1f2fd08156fceb9725c9e5f 7052 
python-azure_20181112+git-1.debian.tar.xz
 07a4a2eeb64a785b18c4b0f69e452ed36881fba8e30a8bcfbf487fe5286a8cce 11010 
python-azure_20181112+git-1_amd64.buildinfo
Files:
 27331d7905dd853b46748bdcda58be94 2691 python optional 
python-azure_20181112+git-1.dsc
 c28ee8e6af6297c7486b7c9800c9435d 9672932 python optional 
python-azure_20181112+git.orig.tar.xz
 fd0d870732699c339604e956e0269ae8 7052 python optional 
python-azure_20181112+git-1.debian.tar.xz
 ccd317753244277a08c6d29805b1e8c0 11010 python optional 
python-azure_20181112+git-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvtlcwACgkQ3K6QUi5x
Ir8AMQ/9HOp6YPsjqJcEeHwM1nTwQmFoQJX5qRXwIblOKwuuqn+rfLjJwThYDQEo
eg6mnK2NO1fxfoolbb4AjXddcCKRYlhwDH/KNvuw77J91HZDzA/gcewrvoq3g/wV
8yLcRx1TTysLXpLqBtPzf1XR+b/FBXLpEQkLqaYi/VM6muUJnyoKf1cQE7YIRwxZ
RSWaliFb0tsMDg7syE6YN8NgFwlKOL/DkXKtGNfMv4MWKnbsCPLS9/qOlnc3F0qh
Qybwn6HrPx9npS8SShvJiSOy92IFME7nmvZhxKEsWNCd+//qqJPZoTuLudm+id/I
vsAWrZXDINaYVA38e3e7hqTQKFKtee5hjRAIBqowCnOhCnevx3l7l7iqIaLf8wyG
qaK3z4HBBOSfb8ZBYuhFl9u7SJKftifHa/bZbXr6ua4KS7SjclbBwpqIz2mbxqDl
oOFBgMo7sn93y/61J7FIBPAzgZGBGRDzVyhGB6VBT2IiV4n62WVF2kSFzk24bCDi
7JXQjw8W/kfdYwbE0t0vAjd3F0rpCIyvkEo7fxHNm9uiHWJzmrtPDhHP+rQoLQUz
a2ZjQnCY2jpQJ1PS8sF36yOFrotM9OhTXEAVRU42gy7z6El+XRWt0Y8lu2pNhFfc
FEqvxrPsJ5Hbjbxcgl+uZPSdFeBn9rx8Txvju++CnkmzWzEc1oY=
=GrOJ
-END PGP SIGNATURE-



Accepted python-azure-devtools 1.1.1-1 (source) into unstable

2018-11-09 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 09 Nov 2018 14:16:52 +0100
Source: python-azure-devtools
Binary: python-azure-devtools python3-azure-devtools
Architecture: source
Version: 1.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-azure-devtools - Microsoft Azure Development Tools for Python 2.x
 python3-azure-devtools - Microsoft Azure Development Tools for Python 3.x
Closes: 889085 899664
Changes:
 python-azure-devtools (1.1.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Adopt package in the Debian Python Modules Team (Closes: #889085, #899664)
 - Thanks to Iain R. Learmonth for his past work on the package.
   * Run build-time tests
   * Update to Standards-Version 4.2.1 (no further changes)
   * Set Rules-Requires-Root: no
   * Turn debhelper compat level up to 11
   * Add suggests for the ci_tools submodule dependencies
   * Add autopkgtests
Checksums-Sha1:
 5802a2f9b55c9009f668c00ff5a46bec4d9272ce 2582 python-azure-devtools_1.1.1-1.dsc
 57fc3a14862dc26fd8d9c25bf2065e18a8c94605 45016 
python-azure-devtools_1.1.1.orig.tar.xz
 19e47aabafb47f4588115473f37437f893da99d2 2600 
python-azure-devtools_1.1.1-1.debian.tar.xz
 e52b4cc4a8af82084c040c8937da3a352344cc91 9334 
python-azure-devtools_1.1.1-1_amd64.buildinfo
Checksums-Sha256:
 bb6bcb82f6ffb5711b3eb24dd95a5ee9f6bfb11b39d5525a079c3e919d379407 2582 
python-azure-devtools_1.1.1-1.dsc
 9e19830bd5312e4bf5cb2c5bfa0261a7dc8b17bcf2605194b0478b510f3c5c07 45016 
python-azure-devtools_1.1.1.orig.tar.xz
 6d1e8be5bbb8701273b3fba5f8d49f2a367a5e996832bc1f469bd8021d573de7 2600 
python-azure-devtools_1.1.1-1.debian.tar.xz
 79d840b99cde2c033651b9559b3d3a97056c33fa09be0ca26c2333f599a54efa 9334 
python-azure-devtools_1.1.1-1_amd64.buildinfo
Files:
 de5675b230243578b08379416f2e7fed 2582 python optional 
python-azure-devtools_1.1.1-1.dsc
 b7495d7673dcef63d5b59d719afeb6ae 45016 python optional 
python-azure-devtools_1.1.1.orig.tar.xz
 32aba4d8b3e819564c36af4116bdb821 2600 python optional 
python-azure-devtools_1.1.1-1.debian.tar.xz
 3cf64657c7687721dc02e9fd23b16506 9334 python optional 
python-azure-devtools_1.1.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvliQkACgkQ3K6QUi5x
Ir8TJhAAwScWGrVOiymdVaqXpE0nnF3bwu5mSj7T6GNsTNgmbFxgW9iyWSUxuezn
ZQm/94L92cu4AczLlLxPuh/INzQoSFYpOIcz+A3c0NDfENCQdgvKpj36AMQmfbhp
tMbxo74/sGAWK08LPsyU7nTDHeKQsK96L+A1ZHTk3CXKUTMlRXQAATPiQ6FIHTJd
RNDl85vHrK3+z8nYiqX8irGV9ePm5Y/BXYBkDp4tuiikAFGm+GGd/UQKCzdJBL4e
NjDJlx/IOszlXW4MWyGLdh9f1G4UB68+wxnaFOktX8EfiRVWqvDwrn+B5W5AVepT
HLC6OeiIEfR36BqjlKWXOp0ApLX1IVvDujMubQ67yYktPAR+GxxWMM/sDA5yyvhv
3ox3NYP2gUl8dEIEelm9F+pppqB1k3RwARJVyI9MN3rIy6cYomHJH6OOT3MF9yuu
j7d9Z6diNXpDIHHQnBIJ7V9EKbAe8tTjq1bAp+GrkmJDj4TaCS73QTNwidHEgtas
d1i40kdX2sgx+LHmCB9BwMz6FmOZ7e1Boma4C5OOhKOjo/HRvyxgIco+KSd6IJ4t
wgW+S/tavntZReBMONQDq4/49JvKTGASCtGazla1oozSUcMrK9Huk4ZXlOo2UTRX
Sh3goqa4Sw0+KKvdWcLluZ0bTd2A2T7FS2J2snmFH5SrLp15p8s=
=LvGx
-END PGP SIGNATURE-



Accepted vcr.py 2.0.1-3 (source) into unstable

2018-11-09 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 09 Nov 2018 11:28:15 +0100
Source: vcr.py
Binary: python-vcr python3-vcr python-vcr-doc
Architecture: source
Version: 2.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-vcr - record and replay HTML interactions (Python library)
 python-vcr-doc - record and replay HTML interactions (Documentation)
 python3-vcr - record and replay HTML interactions (Python3 library)
Changes:
 vcr.py (2.0.1-3) unstable; urgency=medium
 .
   * Team upload
   * Let autodep8 generate a plain import autopkgtest for python2/python3
   * Add missing runtime dependency on python-contextlib2 and python-mock
   * Make sure autopkgtests test the installed version of vcr
Checksums-Sha1:
 2fbdab1ebcaa6cbd15c35f9b75b88cb1db306492 2766 vcr.py_2.0.1-3.dsc
 1c53ced9cd70be74d7b877b094bf7b5c923ec63a 5632 vcr.py_2.0.1-3.debian.tar.xz
 c70dce6f3c546c4215068fb78cfd8148a41c0e47 10966 vcr.py_2.0.1-3_amd64.buildinfo
Checksums-Sha256:
 3f18a2e64547fd1593bd1eefb3519219dad422671121d10e9b329e420da44feb 2766 
vcr.py_2.0.1-3.dsc
 8732e7060ea45db8093def9f4111755db86135cfe29d29f2b770f229cf9a77de 5632 
vcr.py_2.0.1-3.debian.tar.xz
 9086a7834de60727dfb1d4197bf663789e0296953dd6bac56ae29b021920be2d 10966 
vcr.py_2.0.1-3_amd64.buildinfo
Files:
 31ae75ed1c7932e1932d75101900899f 2766 python optional vcr.py_2.0.1-3.dsc
 1185390c0a6a46c6c5966861d9c8cbc0 5632 python optional 
vcr.py_2.0.1-3.debian.tar.xz
 145800651de694aeb54568e0c0fc12d1 10966 python optional 
vcr.py_2.0.1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvld3cACgkQ3K6QUi5x
Ir+TXw//dbSxSmsTrv5NLIEbTCRVoN+GUVQ9htSwCeucefJ5Nm+DS8WnZVq5Djsm
TwJ2gZ8WFmYk3/XyQBavBcYBDiyzR35IE6abtWmFydaidHoEbCdt6K1u470jIXnr
p1qzArw9FvYBfktw8IdrbV0sZrRRBQQazPXPMc5zNw0arE1MiNexiCBygd6NP+0K
5jrEm3Snh4KcwuSPF8J3cTByD/IOv6uShfs1kEKB4Ei7HfrZ2jnI6rNHRV2kyyQn
tbRwzhBkT/66Xv337FGFy8peIduszhYNYmbh5qjsrLgjPzNH8Zaidy1/UBpN/25m
1t/+RC+/gAxa0bXc8ouwN802nuEmUjizsXODl76JvN6x2wxptaple19ytCaAvEZH
qViSfgnplYB7MME7l0Vy3owBDyusgYwrqY9TUsv+tAyyNiT+VW0b4+h+uMr1v0n/
eqRP4ltnIkjQ593DatXSoDen4p5U1BUl5QKgkZkC+MJPaFvWhOwpXyDhvz4oxIGh
bK81NJiWK7XvblQvhKr3Vb5wZkbw0RpaOd0SJhGxq/9SMv+Zz8YnjSRS3ZyZz5Fn
3DTLZyPjJLGepwqGUYQhXLvj8CSiSYAwCCR6PyWw85az4mzf70Nd3hK3mxKez1k/
YTVcEOfx0XRUNF+bZet5PCUPERmTTY556En1zJSlvwjK9xx1YNg=
=x54f
-END PGP SIGNATURE-



Accepted python-argon2 18.3.0-1 (source) into unstable

2018-11-07 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Nov 2018 21:18:00 +0100
Source: python-argon2
Binary: python-argon2 python3-argon2 pypy-argon2 python-argon2-doc
Architecture: source
Version: 18.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 pypy-argon2 - Argon2 password hashing library - PyPy Module
 python-argon2 - Argon2 password hashing library - Python 2.x Module
 python-argon2-doc - Argon2 password hashing library - Python Module 
Documentation
 python3-argon2 - Argon2 password hashing library - Python 3.x Module
Closes: 909512
Changes:
 python-argon2 (18.3.0-1) unstable; urgency=medium
 .
   * New upstream release 18.3.0
   * Stop exporting HYPOTHESIS_DATABASE_FILE, now handled by pybuild
   * Don't install cffi bindings in multiple python3 versioned dirs
   * Review debian/copyright for missing attributions (Closes: #909512)
   * Update Standards-Version to 4.2.1 (no further changes)
   * Set Rules-Requires-Root: no
   * Set Vcs-Git to a redirect-less URI
Checksums-Sha1:
 7852a42d98e890c9f15dbf646a15942372ce3141 2889 python-argon2_18.3.0-1.dsc
 4e1f447e98bfc2f5def756bc3e8252758f66b2ac 1806363 
python-argon2_18.3.0.orig.tar.gz
 1cddf7c4f723be25f8fa5006bae15e10461c4cd5 833 
python-argon2_18.3.0.orig.tar.gz.asc
 c8e07d3892034d53a3eadaad7ecf1b0d64a74499 23248 
python-argon2_18.3.0-1.debian.tar.xz
 02c5eac074d6dcde938e5ace4a06f5c687acbf3b 11186 
python-argon2_18.3.0-1_amd64.buildinfo
Checksums-Sha256:
 93cfddc6bcc0d883256cc6da12a7a42282c82d8b8077abfbf46c3e34ae6dd3be 2889 
python-argon2_18.3.0-1.dsc
 003f588de43a817af6ecc1c06103fa0801de63849db3cb0f37576bb2da29043d 1806363 
python-argon2_18.3.0.orig.tar.gz
 a0a3dfa58f5c311a1dc0ba400bd526df5ce27699f8901a000674616c67db70d2 833 
python-argon2_18.3.0.orig.tar.gz.asc
 5768c038e0c35f69866903d19dc215c2579ae738844af4c1554ea2f1a69b1d11 23248 
python-argon2_18.3.0-1.debian.tar.xz
 7f46d41b1be32d5d6e624be82d55fe4998391e6b444de3e767dce82865aa05b1 11186 
python-argon2_18.3.0-1_amd64.buildinfo
Files:
 d08c6b1cff1d03a6510f52546faa9898 2889 python optional 
python-argon2_18.3.0-1.dsc
 9a82d80fc986e115961ba056e29fec9a 1806363 python optional 
python-argon2_18.3.0.orig.tar.gz
 3ba7697931207c3c5e176341ac28c33d 833 python optional 
python-argon2_18.3.0.orig.tar.gz.asc
 c0629399d55d99bbd5c00e21bbabe8e5 23248 python optional 
python-argon2_18.3.0-1.debian.tar.xz
 c0f43b4bb53dfd5cd09fcdf6fa3e62cf 11186 python optional 
python-argon2_18.3.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvjSOEACgkQ3K6QUi5x
Ir/oxA/8D+Dt++Xtau60TX8TrM11UnB625M7JfE+d+5gDkJyJgfJWNpDhmJFBAYn
O99iPlYhnPx6a26mohEuB1oGpUCcr4nOoUQy2xE7+FsnzfMbRExq6tQjJbpmAf+v
/CZRW+eVELRjFVXkNH0ynxfmmAaRPFvCeP4WsSe9wQoUiIU91ERmohQ3hAvf/kFU
+6D9MzprQvgN3B76wowD56KNq/OJuWJU7H/TQxvX5y6vY3ePcwaXCTgo6+adNNiX
t0pTEkDXqpgWuXEE5xJyBcw8XoSouPL6jwiJEjBmQlFUU2ihTuDJ3eM2F3HOmM/G
Tmuhnpfs8VhGfg4sMdiU/vbJ1W3/NdNOnOyh+zWe2TyZb8BoYETVoTJxlXDWB16s
sBwSk9s4lH67xy5PX/KcH4imW7PjrlijOrqqWCbkCQkxTfn9C6epy4Mwj1Zmp/Tb
SRs3hpWzKrzVY3C4l6BR9tls4J8FR09j0zDw+Ft+0ZzUZWPyVd5yqgprfybmJ0YX
KQjHyT94VsDt8RbRM9x4a1ByxYf/I0Q1t+rWSmdAQnMY/hfTszm8n51I/RSEVti0
Tx8tU5fUkDoYjs+qY4Ht/dqnYgZXKHcBn6qobYQlQVNsjF68S1fXrHNaHf7DageV
7byLc30ApuRfq2siIRebSbQONho87xppe9RIhfvmwExyfXdhW0M=
=7kjg
-END PGP SIGNATURE-



Accepted python-msrestazure 0.5.1-1 (source) into unstable

2018-11-07 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Nov 2018 20:19:16 +0100
Source: python-msrestazure
Binary: python-msrestazure python3-msrestazure
Architecture: source
Version: 0.5.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-msrestazure - Runtime library for AutoRest generated Python 2.x clients
 python3-msrestazure - Runtime library for AutoRest generated Python 3.x clients
Closes: 889088 899677 905158
Changes:
 python-msrestazure (0.5.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #905158)
   * Adopt within the Debian Python Modules Team (Closes: #899677)
 - Remove irl from Uploaders, thanks for your work! (Closes: #889088)
   * Update VCS to point to DPMT
   * Enable build-time tests
   * Remove useless X-Python-Version fields
   * Remove Build-Dependencies on keyring, replaced by adal
   * Add autopkgtests
   * Add Rules-Requires-Root: no
   * Turn debhelper compat level up to 11
   * Update Standards-Version to 4.2.1 (no further changes)
Checksums-Sha1:
 5608271f11fe9933e94f911ff3a52189820e0c55 2512 python-msrestazure_0.5.1-1.dsc
 ab7f31d5c3c7264539660bab88778795de7b90ea 44180 
python-msrestazure_0.5.1.orig.tar.gz
 90c1b7af3c99725d7b97749a70fc21b34e494178 3024 
python-msrestazure_0.5.1-1.debian.tar.xz
 bdb0f7a70694c5ab17e8f2183ab1c6a8120f183a 8846 
python-msrestazure_0.5.1-1_amd64.buildinfo
Checksums-Sha256:
 ff156ab73655e40d9479cf0c6f70b44cc96164ab4930b6b164080dbf5de492f6 2512 
python-msrestazure_0.5.1-1.dsc
 6060fb4f61622706317c3a6222bca228029c6feec8cd63dad5c3ea88c01ee84e 44180 
python-msrestazure_0.5.1.orig.tar.gz
 63eb9d54ff0d7f2419ecc2daf893c8ef101d1e73df081298906f333f0676c08c 3024 
python-msrestazure_0.5.1-1.debian.tar.xz
 15806efde27ddccebbf617517b233176e96bc0de0c1722f46254318bdaf4e9a7 8846 
python-msrestazure_0.5.1-1_amd64.buildinfo
Files:
 a82243c9546bdbce2b9f77e4829dbf3f 2512 python optional 
python-msrestazure_0.5.1-1.dsc
 a6a2b5505d6dab6bfa5caa524d9711d4 44180 python optional 
python-msrestazure_0.5.1.orig.tar.gz
 47a15c1f44b72895b5989cba982a481d 3024 python optional 
python-msrestazure_0.5.1-1.debian.tar.xz
 784becb79aeedc787569723b8d0b7bad 8846 python optional 
python-msrestazure_0.5.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvjOvwACgkQ3K6QUi5x
Ir/gxhAAlMXk0PAgWP8r0fyLGIxfFBmmAnc3TvcmaEp5HCPW7SfLbO9lQrwmVkwV
dPHoLwPmINBgOiKIcPt1UHa6LBpRF1o3uUiJJftr+3ZqHd/7aAkP8GtzY7DnZPWX
gpXVSe9KnNjHnXuR0JISAdT7FHVMMnx/bZRhGrtZ27zU7RpCy25ekJZLkznnw6aX
iSBNU3bNMwowPnM7qwjPFpsG+xIBJElrw1o7mGyaiA1vejiipIm/DONmYFfrXCtS
jtWhvurvdDZ4DYUeCkHAU/Ld/QisWDphhLwOUra807sG0wZMKvPS6v4Ufcan3wrQ
DdhRrBViZmdI5DC0MypZAvJfbzEaQ+zVdug8gStpa56pGqdk2cFzXcDTFXMvZiGL
J6ewrfH3MekmYEFdcpe1EcjoKX4eDbIxsQpu7uBJ3OXDD4oNnTvaKorADdPwjsW0
YBgP8N/NOF3kUz0QOym1i7gVjQ6CJRzwGTuw99LnVqG/QrO2spRtCPzBu3M7v8c7
wwbL7U4SrOUepAQ3TF+Y8o5Mt/Kr5B9yJwi4aK+Q5DlEpZ2Nhw+MRHRn/lTV3vHI
p+MpDGqQ10yc3ra/G/voKPQAmX9S0z6nk+4TFixJr1vcOi2mcPRrxLb+2XpwRBfl
cVEtKjeDnv73lanKhkdB4TAbTPOyHyco7TBwOfH2Ku3bjjGBpNE=
=+BLf
-END PGP SIGNATURE-



Accepted python-adal 1.2.0-1 (source) into unstable

2018-11-07 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Nov 2018 18:58:55 +0100
Source: python-adal
Binary: python-adal python3-adal
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-adal - Azure Active Directory Authentication Library for Python 2.x
 python3-adal - Azure Active Directory Authentication Library for Python 3.x
Closes: 889082 899764
Changes:
 python-adal (1.2.0-1) unstable; urgency=medium
 .
   * New upstream release
 - Drop patch for setup.py, fixed upstream
   * Adopt in the Debian Python Modules Team. Thanks irl for your past work!
 (Closes: #899764, #889082)
   * Enable tests at build-time
 - Add upstream patch for compatibility with recent HTTPretty
   * Set Rules-Requires-Root: no
   * Update Standards-Version to 4.2.1 (no changes)
   * Bump debhelper compat level up to 11
   * Add autopkgtests
Checksums-Sha1:
 600b74c810a1b6be5615c924a88cb2795ccbac62 2438 python-adal_1.2.0-1.dsc
 1601d78ad0edf639c0716e8dc80bd8e9e67932ac 119862 python-adal_1.2.0.orig.tar.gz
 0f59e0fc230fa9dc1025837a689d999cec1dc95d 5832 python-adal_1.2.0-1.debian.tar.xz
 7f3bf3b2017ace4b46bb33590eea6cca5eb2141f 7976 
python-adal_1.2.0-1_amd64.buildinfo
Checksums-Sha256:
 4f56484bb657780c4f040e602ba0833927f26abcb975ee93552e40c049d914f1 2438 
python-adal_1.2.0-1.dsc
 e29584dc48a0e3632cfacd2ae7f28e544b6d30db579261679705caeb0ec17498 119862 
python-adal_1.2.0.orig.tar.gz
 343e2e73cd1b3b3cdbe0a977ad85eddf5272b15e8fc3fd4e4cf91c245808b02c 5832 
python-adal_1.2.0-1.debian.tar.xz
 82ddf045ebcbccaab2467afe319f58f0c33fa5690d242329eeb51048cc06d694 7976 
python-adal_1.2.0-1_amd64.buildinfo
Files:
 946175644ddbc884ee027338497a3ae7 2438 python optional python-adal_1.2.0-1.dsc
 28d9d0bba18505ab6fe2d8d01eff0b45 119862 python optional 
python-adal_1.2.0.orig.tar.gz
 7090c456eb1e526dbd29dc564e01d14b 5832 python optional 
python-adal_1.2.0-1.debian.tar.xz
 b721b027eedac0eb856f455e82bbeffc 7976 python optional 
python-adal_1.2.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvjKCYACgkQ3K6QUi5x
Ir9GYg//a1/QFj40r2YSw9CtbD4V1eo/4pPsU9GxYRdEGXfjlP/DrYk5LK5fOORy
4BjK9PGJzHsxDGyK5OcBnb56yRJwY8cTZBFMfPY18saAC+PtNqF7eKzN4XIDDxb/
vCI6xnhEbr6DE3UHxKOOyfxtoln8rcUCmgNQ8lqvDYbSykw15+vqxEVI44xlSIC2
5r/o+Nk2pop8DVP580C8KhEpWFR+1uwAmwVPW5CVaF3GXW2VfwHmML33T4nz7W1o
OHS4ie4Auww78dv+vGJHUH8hcjnqwbsTjs4ATzs8iCyVZpLhKvlmXpoxjYBhexsA
rQR6MkyRdT+ukGJaW3Mdisr01Om19/7ruNnzVTwuHiIIP5wwGKOp9kkKBcJYMpJH
1xWHhX2wzAaLTgoOTZPI+pEGeZRMTIcFGju/Jr6qJlsCplmEaBDtZOBecVqyN7V7
9Tm86xA/SltrTomWskyO+GZRrYWRukbqtHa/5HFUIf70FRPbhvNQ3Uo3X7IZlsgN
h5uLEbure1lG8H4ZEJL15ft2iAMhuThBQzN4F9RU/E6eHSboz+nu48qndS9bZYWt
FOgvhAj06o/Obxh0HW7xgzSifOxX+9PbgZaAXBCqU5ypNsBchPFzn4c0/ol0/MUt
HW0/8X1mSfFHxKvtmaYqoZFEFIUiuXgPCCkV4M6xcJy6L/HboMw=
=IpbS
-END PGP SIGNATURE-



Accepted python-msrest 0.5.5-1 (source) into unstable

2018-11-07 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Nov 2018 15:14:55 +0100
Source: python-msrest
Binary: python-msrest python3-msrest
Architecture: source
Version: 0.5.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-msrest - AutoRest Swagger generator for Python 2.x
 python3-msrest - AutoRest swagger generator Python 3.x client runtime
Closes: 889087 899675
Changes:
 python-msrest (0.5.5-1) unstable; urgency=medium
 .
   * New upstream version 0.5.5
   * Adopt package in the Debian Python Modules Team (Closes: #899675)
 - Remove Iain from Uploaders, thanks for your past work! (Closes: #889087)
   * Update debian/watch to use git repository with tests
   * Update Vcs-* fields
   * Update to debhelper compat 11.
   * Update to Standards-Version 4.2.1.
   * Add Rules-Requires-Root: no.
   * Add autopkgtests.
Checksums-Sha1:
 3e73724391e26d81c880dcd7402af39d72ac1abe 2620 python-msrest_0.5.5-1.dsc
 f665f970c68f583aecac74c06f905f5cf3bced51 60124 python-msrest_0.5.5.orig.tar.xz
 41d2e32dbfe577db880706a2301944bd3f7ce3cf 2800 
python-msrest_0.5.5-1.debian.tar.xz
 57038c86979aa805d69ae0d1f3780b80dd17764e 8584 
python-msrest_0.5.5-1_amd64.buildinfo
Checksums-Sha256:
 89744531fd7662c4b9bf4adc4fd89627d0b5b1f2912125f72bb1ea4e5cf4c29a 2620 
python-msrest_0.5.5-1.dsc
 b7587d9ba5fae3e4d40b9fa9e1cdddb0754160c0a54b0fadaccf55abe9882b4c 60124 
python-msrest_0.5.5.orig.tar.xz
 24327e04a8e5e04e95715d624a4963db569c3133c45b990d17868fd8d7b79aed 2800 
python-msrest_0.5.5-1.debian.tar.xz
 c439faee098722a597f4f5a6debac12bdffde183eb6923332f870524fe6f 8584 
python-msrest_0.5.5-1_amd64.buildinfo
Files:
 4e1da196c8895469366d6b916b948a12 2620 python optional python-msrest_0.5.5-1.dsc
 b308e975a6f820128f581641c7c1aab4 60124 python optional 
python-msrest_0.5.5.orig.tar.xz
 84a5b02d9c897b434b69eb7a7d294bc1 2800 python optional 
python-msrest_0.5.5-1.debian.tar.xz
 8ea8b2c2ce48ead4bbe60a8a6b80950c 8584 python optional 
python-msrest_0.5.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvi9EsACgkQ3K6QUi5x
Ir98xw//V+we9ka7r/kKahFDjArQMlG3sFmLLbIJFmwJ798MUHBUcoBFluQmMQDj
zSIzLQE5sdxmQ4nxihXSDra9PlWZ9c58IdjlNZCh+tMI1+Bm3CZe2vK3MmNMCqjc
ApPgp2gri1cBlfkYA9f2bk0u66X/c3lJKhu37WSq7m3ZXzhKDXkjIS45yWEnU9Qx
I3l03NetjJmCq71ty6S3yAw20fcIyBZDP+xcEoQruUO3UW+AGtQj5lzmv0mMzyVD
pQXaqzgKSKDWNAm2jRvR/jFvFnGSfKcDkEgvxvSUzbCTdpDuVta3MWX5YzUIaXtO
74WuziZVC5ldUYH1CYFEcG5XvamKETG72w+BmwLwE1Rk4y4isi2TNsl1IltDbEVs
4urqf0uD2Ky1WBl/XFXVlZlhdcKp0A8we8EEfhY8BrC96B4YBqcl9ZOkfdNBL+EN
j08WzMvkJsuoyNhcLm8LVVxKBXOuQv18N0+VUg2QTtvKttI/BKopOTLNWj7D7aUX
vkeSkCeijPf0I1Gfp1zPbm1YecS+kR7+bXRYOMtQHzLPppCzWofipUCI78I9muhR
9iIZBHWyCVgvnQ+G1EEu0i6WSl7AZcpwy+/5pXaPdCg8gws8mvwXMquRZP1FmurG
3r51bYyuzon1Z1kW8XgHShJ21pQnhMd2J7yoryCY4mfF+B4/IYQ=
=gD2p
-END PGP SIGNATURE-



Accepted ipython 5.8.0-1 (source) into unstable

2018-10-17 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 17 Oct 2018 21:06:28 +0200
Source: ipython
Binary: python-ipython python-ipython-doc python3-ipython ipython ipython3
Architecture: source
Version: 5.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 ipython- Enhanced interactive Python 2 shell
 ipython3   - Enhanced interactive Python 3 shell
 python-ipython - Enhanced interactive Python shell (Python 2 version)
 python-ipython-doc - Enhanced interactive Python shell (documentation)
 python3-ipython - Enhanced interactive Python shell (Python 3 version)
Changes:
 ipython (5.8.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * d/control: Remove ancient X-Python-Version field
   * d/control: Remove ancient X-Python3-Version field
   * d/changelog: Remove trailing whitespaces
   * Use 'python3 -m sphinx' instead of sphinx-build for building docs
 .
   [ Gordon Ball ]
   * New upstream release
   * Remove d/.git-dpm and move to git-buildpackage style master branch with
 unapplied patches
   * Update Standards-Version to 4.2.1
   * Add lintian override for the README_STARTUP file, which is used by the
 ipython startup directory skeleton
 .
   [ Nicolas Dandrimont ]
   * Block network access when building sphinx docs
Checksums-Sha1:
 469bc7afd0b2eeefae98d73c984f023f9c6ecb50 2859 ipython_5.8.0-1.dsc
 987b66cc662db8bd2ae96eee2f2237266d0c92dc 4977824 ipython_5.8.0.orig.tar.gz
 b152a6f24829fa83a33be4ad245c8c372d20a1af 7016 ipython_5.8.0-1.debian.tar.xz
 acb307cedf480b10052f6878fd3ec1bdc2e4374c 10315 ipython_5.8.0-1_amd64.buildinfo
Checksums-Sha256:
 6b3701d842a97d8a5183415a10e6cb0996d272e95c72ea12dce44407b8ac2a82 2859 
ipython_5.8.0-1.dsc
 4bac649857611baaaf76bc82c173aa542f7486446c335fe1a6c05d0d491c8906 4977824 
ipython_5.8.0.orig.tar.gz
 c4bbaa67b49a36c84813f4f44c0415adf67ea33084f6286854089e770c841068 7016 
ipython_5.8.0-1.debian.tar.xz
 378ad29de6fb9ae288e40284a6162bbc0c245e7fbdf277c5671da067f3e09473 10315 
ipython_5.8.0-1_amd64.buildinfo
Files:
 8d796f758a394260c3ac62983af7c51d 2859 python optional ipython_5.8.0-1.dsc
 7014b8824981eef2cb893ea5398d6b8d 4977824 python optional 
ipython_5.8.0.orig.tar.gz
 5c4504b2ad074c16a7a9ab285e2d4863 7016 python optional 
ipython_5.8.0-1.debian.tar.xz
 818a30ea7baff04a68df4df2e46ce47f 10315 python optional 
ipython_5.8.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlvHiMsACgkQ3K6QUi5x
Ir8lnw/9GaFWPrtyhWYip8l9gX8EF9Cfky0ls0222u4xnxQZsaWi6sik64c1x1fZ
XAYKUQP4M/dTgngCHSNdk3jO8YFxcGna7D0kdcBuPXdTEmVhd/jSszhf9PpGmhKw
0PwbdQmDa5HfFi4tLWFW2tpuXJnJB+UUoslkRipecDCWGhD5nRAYfyRFlsX6D8eY
UVMAOB/1EQsJXBfJT9Gmp30U9ih5UdNVbNNBOrJBf4ilWDFTIT2OMeNpP1a884XP
inJ+YLmFe6nBxR4OwUXOV0kicGNo/U+1XEp6daTKDP67YOgOTOdo1fdm4+L6lkKB
4y8cQrQn/M9jJ9ZYtAXpgo3tIjgy+J3UnTNxmmWhn/rTYHcfD05osM+w7OwHHELn
h6JJkym1r7e+2psFY097umoYaxcPqmZdvOXLu8rqESCwNrjLGpbg8XBylkOMm/Ue
cuD8pzvDDHxVCfL5PWKqeO/jKP97HLAXCROEofLHzp2UNmEvRQ4hSYQ8QoKVTILo
hdYVCuHPuf43Jbgw6vgXqnuDRTQyaS6iVy1yB4A1oUnZHlKYBzMikApaiPTjT+Ac
xWjkwLmITekjneVoVGNkE5uzZvXB3r+d2fkb+FZA+E+bNwGfEcDRLa5+KeIb913j
Q4VwgOhfj/42r6ED4WjYIq8RzucW1HPQcKzRsIvOFEaoPrvazic=
=RDQS
-END PGP SIGNATURE-



Accepted pylint2 1.9.2-2 (source all) into unstable, unstable

2018-09-26 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Sep 2018 15:49:26 +0200
Source: pylint2
Binary: pylint
Architecture: source all
Version: 1.9.2-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi 
Changed-By: Nicolas Dandrimont 
Description:
 pylint - Python code static checker and UML diagram generator
Changes:
 pylint2 (1.9.2-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
 .
   [ Nicolas Dandrimont ]
   * Split into source package pylint2, only build Python2 packages
   * Update dh_installemacsen postinst snippet
Checksums-Sha1:
 44273edeb7a91561ae2d9eb62d24b244547d5cb3 2241 pylint2_1.9.2-2.dsc
 6ac673ad4d57c19decf8a58721571f98a340b188 516869 pylint2_1.9.2.orig.tar.gz
 bf301011a1ee3f22031e7fc31f5cfba6cb4e15a7 16444 pylint2_1.9.2-2.debian.tar.xz
 d5f6fec8c1c2093f650d6af522c4a9adc04a3f19 7347 pylint2_1.9.2-2_amd64.buildinfo
 a1555ea4f088a379bbff95b6bbae6dacc1dc5b93 392656 pylint_1.9.2-2_all.deb
Checksums-Sha256:
 b9853de71fb2a6b069bc2f8e76a4436322425e202cff8cdaf8f5a72b15b7b827 2241 
pylint2_1.9.2-2.dsc
 fff220bcb996b4f7e2b0f6812fd81507b72ca4d8c4d05daf2655c333800cb9b3 516869 
pylint2_1.9.2.orig.tar.gz
 fefe85e0b3cc6a8ef113c9532feeb3f0be3b541b912bc6616d0c268b99e15147 16444 
pylint2_1.9.2-2.debian.tar.xz
 fbdc781289697746eec7fa84fea40bcaeabb58b21ceb2250d907fe113cccf624 7347 
pylint2_1.9.2-2_amd64.buildinfo
 f05c61e3a9ac9a6d67258271016804aafd67647273aa46f730e9f25ffb3af7ff 392656 
pylint_1.9.2-2_all.deb
Files:
 9a04806c08b75380648d0b6b970e471e 2241 python optional pylint2_1.9.2-2.dsc
 124312fac68c5d4dabc03987383954ff 516869 python optional 
pylint2_1.9.2.orig.tar.gz
 c0101ec7e5da7a475fda91aca8aed55a 16444 python optional 
pylint2_1.9.2-2.debian.tar.xz
 af54aa41e07897ef59487073b6298159 7347 python optional 
pylint2_1.9.2-2_amd64.buildinfo
 edcbc7bca7ece2e722bf9faa5ae90cc2 392656 python optional pylint_1.9.2-2_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlurkIIACgkQ3K6QUi5x
Ir9oOA/+KBSW4w1F7IzOaVg0xlTI9NWJBGtS9H/8fOLgQZBx3hmGnWS4c5LPZhEy
m9P0kad9N2bMEjVOOKKfvNn5kI5a+3MgK2neRUlsQ2owbw9SjI2c9XYpE9APRFMC
UfpcRhVyhMPowTAf9wprhhfhn+zGTgpX/SGhX58NNJIsCrNsuJo0CgSrZVMHt4Lj
4DiWOJAHKbhVxcSpDMdLjE+zRR7rctJA5JChP7HPvuS0b+8ZCgQoRDbTtiwmuc2S
KhAa6ABGbB9rXXHScfkYkw+fqxiYvKGw+zx9rZ1dM0o1uv/vySaVRJUcon2aQOUq
uM3mzUkPSqezfsGgSGUvKlVahJm5bByu1LM/WwU/EDUCTm73ZUh8FbaIffK/T4jg
mBp03PHPQr1VMKfu+StdY1TJuWbNGuW3nDaGYhXRXMkNYvipR/MMhl9C0UOtNAcw
lEIge1WjhNRfcFOdUDSNvpGkar4L+WUQN5l5abZsmZa5rOHZkfKT0/w5cZF5EjDn
uxDEjOzGkyV68qTe01VwprHFftXSSXiKENrEUD9sdK/8z9Txf44VXymWG2z15BPm
piQ/DjXTki8RJUrL84v2WdTjXgNz9dEsn4cavJpG5b4yRaanw62XG0qPCNbsE9N1
S+c+1TmU3tFAQusW2x+7s0hWh7wnPKjKUBRb589eVvTl10GvAIc=
=obW9
-END PGP SIGNATURE-



Accepted devpi-common 3.2.2-1 (source all) into unstable, unstable

2018-09-26 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Apr 2018 17:02:48 +0200
Source: devpi-common
Binary: python3-devpi-common
Architecture: source all
Version: 3.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python3-devpi-common - PyPI server and packaging/testing/release tool - Common 
modules
Closes: 896094
Changes:
 devpi-common (3.2.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #896094).
Checksums-Sha1:
 631025a14a03d348a453905d22dfc43059a6f168 2203 devpi-common_3.2.2-1.dsc
 f1b606ba8f5f2b41643ef98eda8ac448bcc4662b 24573 devpi-common_3.2.2.orig.tar.gz
 3bb0c5f687998d8f3f84fc35aec00dea7b60f411 3940 
devpi-common_3.2.2-1.debian.tar.xz
 db7f95775f4a71fbb97010c2b4bad0a31650877b 7141 
devpi-common_3.2.2-1_amd64.buildinfo
 c810c0b417c93206351f6ff730fdebb72c05c76b 20428 
python3-devpi-common_3.2.2-1_all.deb
Checksums-Sha256:
 d2fd623ac1116f9ce4e27eddf43653f754779c6b4abc58d6da5b26c9391e7695 2203 
devpi-common_3.2.2-1.dsc
 b147de00e7bf665af87e50edc33cc38c344cfcee10516b4970ebab621f0fd770 24573 
devpi-common_3.2.2.orig.tar.gz
 76e372a0c0827254333d03c70a323cae90d2d896bb480220637cdefd63e381aa 3940 
devpi-common_3.2.2-1.debian.tar.xz
 da76e6c4dff2ff5efee2e7582b89a27a2892262bb6b70f620d21ea3aa2363386 7141 
devpi-common_3.2.2-1_amd64.buildinfo
 834e5dd4b44782a3c62aee6f2d214b50d9ae363d2b294f50c11a374218a4619d 20428 
python3-devpi-common_3.2.2-1_all.deb
Files:
 24a26fb8f59c31d4608c1290e0f56553 2203 python optional devpi-common_3.2.2-1.dsc
 6d97b46e6c7bad07c561994530041c2f 24573 python optional 
devpi-common_3.2.2.orig.tar.gz
 5594efa68c23d9f4dd188157474534f0 3940 python optional 
devpi-common_3.2.2-1.debian.tar.xz
 00c8f0e066585843b378da197349f1a8 7141 python optional 
devpi-common_3.2.2-1_amd64.buildinfo
 1e74b743698d9059568742fe0a9e5094 20428 python optional 
python3-devpi-common_3.2.2-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrjPJYACgkQ3K6QUi5x
Ir+W9g/+IPJ6gMtdTB/h47gA+SF4xjwXUxZc15O8Bc3CqQdV6TvUokKPERovFcUZ
n8IlVncSUB/D8ABWysMJL+qBuUqSyYcc4hgtp9KrmYUMT3b+5BUyzSqb+x2I9+dW
OGWwqaPgm9DtX6tNuYIeCzdJkIGFj3lVOPFcUf3Aw/8DgG3fPDIYXaB2Y+MkZygq
rqgcOdlthH4CAIcwBY9tG4Dp2zxFyzCD4iGIUVrG6xym75f2Pxsoi/AwTOioMwAn
LJjf4L3BQeupXWPlgNmQiZ1xBdFOAO/2+1qNCBGeIXD6NecoVUzE5AtRIV8VXyuC
Wccy2+U1mQvMIpeW5fvUrIVViza2lgOeTwjomBqcji9E8OrP9zb6rX3ttGCIIak+
XHQ03F1dkMPXPw0HjpmLMZqkr4KMb9R+YFpAGPeFR/p1NppotaUL5e64wY1PDfIi
nB97QUQDMCREmOe+Yw73V5hktmJVjGszMDhb+FoLTqUvoyp1+UFfLNiRV4QSuOHl
vnbwYRY454kLMw9QrOrRYAfNO/zSc1FghIdDncJih56jq56n5DKvNqnD5Pf1wcJ2
nzZtnH3s2GXHI2AFhkhnEfxPiX8l2VYyot/QOaFclxZiULS0uSHioOsDgbWRj4c+
//gyoG525tNpjKmkP7l/MS0mRajqgQPIgwrfb9tzDYAiknhay60=
=xZ7N
-END PGP SIGNATURE-



Accepted jaraco.itertools 2.0.1-3 (source) into unstable

2018-09-25 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 25 Sep 2018 13:19:04 +0200
Source: jaraco.itertools
Binary: python-jaraco.itertools python3-jaraco.itertools
Architecture: source
Version: 2.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-jaraco.itertools - Tools for working with iterables (Python 2)
 python3-jaraco.itertools - Tools for working with iterables (Python 3)
Changes:
 jaraco.itertools (2.0.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Remove pytest cache directory after tests have run
Checksums-Sha1:
 b9ad7a71bf2f3c7339393a039e433d612f0d21b5 2475 jaraco.itertools_2.0.1-3.dsc
 adf512d91dc49f8850908bc17542b026dc12637c 3432 
jaraco.itertools_2.0.1-3.debian.tar.xz
 a06849a81fb5b25705aa2f26cf42c63cc0960db5 7722 
jaraco.itertools_2.0.1-3_amd64.buildinfo
Checksums-Sha256:
 7ff2198e1d3c2b4e48a4c2805724d0b59eb24033b31cf40e1da5d8ceb413b96d 2475 
jaraco.itertools_2.0.1-3.dsc
 4eb602c2455adf9109b7f0d77a77332fd742dff210c4f426214c095d2e6d301d 3432 
jaraco.itertools_2.0.1-3.debian.tar.xz
 a3bbdaadc9776f1b20552adc726d911d183e1256659599b5974106f88a326116 7722 
jaraco.itertools_2.0.1-3_amd64.buildinfo
Files:
 ac17d97c53a3434a1ed5c103fb87ce36 2475 python optional 
jaraco.itertools_2.0.1-3.dsc
 1a1ec63fec0fdaf6e18a2c9de6eadd5a 3432 python optional 
jaraco.itertools_2.0.1-3.debian.tar.xz
 52871841cfb0628ac8b020573d22b368 7722 python optional 
jaraco.itertools_2.0.1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAluqGeoACgkQ3K6QUi5x
Ir8ywg//WCmeIiDIFv34eKsd8Vea3keiC2Ut0FS9JU3v8eq50xi2+/wBtecPVf61
zUFEhyUTvB3BSAGyQvNqe/r5g1O2Z8a9XBWOU6VVFMw2moM1+nbdEnne7x1cPEg2
i4B9FSFcZgopr/BM2gnb7BBTHmMUT4kvPP+hrZzJA4fV6FnQAyIKeA52lSI26Vyp
3UKkICjp1jaS0DpVvXnrBhW6WM7qY/juI4wCMdsN+tIHUDERCp1RuT+k39ojhKYQ
W8Q0QqCJi53fJPBIqdbAc8Ujv8BhUUPc+pNPwP1ik/QkxB5vldUQ8L/hrOqlsilJ
5ChoJ91YL561Nc9IPOEKXgFT3hUXqjjrcBMK89LA3/CO/AIbmiDiu/IuSf6BkREP
MKdvJHxZMDwwuWBMGoAqXqsP3av/6O8LqS1RnI4WUHwpUVEt6cFL+zebhPwbOqvD
5Kf34Vc1tBZh/hAiJDKFv8VQ7tI6D0fjIhM8F7tcFwBRafUoZLTCpu8qaCRze4xC
u2usInD0L2ER/U1iXRzdTtcdYj8Xygbygycegp+HVxtOR3Coet3327sHRLlbbKho
5xXeHk/JWYQsf9+unFA2a6dFj+89Zkcx/9cOllGAejSCP+6cabV9kJLUi1CtCmo0
JaE6jZaJWW0uG8LEGgQOxGXgxdYlX2b8KV637IE+AsuVw0Xt3fo=
=f2dK
-END PGP SIGNATURE-



Accepted alembic 1.0.0-2 (source) into unstable

2018-09-25 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 25 Sep 2018 13:13:59 +0200
Source: alembic
Binary: alembic python-alembic python3-alembic
Architecture: source
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 alembic- lightweight database migration tool for SQLAlchemy
 python-alembic - lightweight database migration tool for SQLAlchemy - Python 
2.x
 python3-alembic - lightweight database migration tool for SQLAlchemy - Python 
3.x
Closes: 909529
Changes:
 alembic (1.0.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Remove pytest_cache directory after running tests (Closes: #909529)
Checksums-Sha1:
 e85c9453577169791fcac15da352dd723b44382a 2476 alembic_1.0.0-2.dsc
 a96f1879bb1ec054f94f3980f299d037152356bf 7252 alembic_1.0.0-2.debian.tar.xz
 476b218c08f8e06e22fc4c617a04a0246d5864b0 9023 alembic_1.0.0-2_amd64.buildinfo
Checksums-Sha256:
 60fbb1dabf564908e06020ee137db21e218c71a5567d590dcb4804b62ce02cf0 2476 
alembic_1.0.0-2.dsc
 fe839e71312d357740452cf2e5176626a41e5872f4686da18b14f948cdc7bbf7 7252 
alembic_1.0.0-2.debian.tar.xz
 5d3e276a0c78bd33e329b3793beca46e88e7b4affb55314f2a378b30fdc84eac 9023 
alembic_1.0.0-2_amd64.buildinfo
Files:
 ed3c5c1c0b859fd85df7794daa9c3be7 2476 python optional alembic_1.0.0-2.dsc
 9997a1738eb70d2bf75d9613f726f8ee 7252 python optional 
alembic_1.0.0-2.debian.tar.xz
 bac3958efc30c4dddb8d3fe5eff9188e 9023 python optional 
alembic_1.0.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAluqGOMACgkQ3K6QUi5x
Ir8ORA/7BXAcgIC76aNsWUGCmpr+6dRtTljKHlBnrdUj7A7rLAQExTiw47IBcbp0
2hQiUbnSIekN0wrbCuHpnFSyR9FTacGcb7HQJcpGk2n1oYaLzhVVqQmExFGFTnBC
2LIskINMuT7oPgFRtyBZF5FqY/OegBWWw4nDGapnK+20eMoxnnS9tT6F59kcXDCN
v0y7DgVTPwfWYpXtxhNR6jxjYOMtpsXmPyXnM8gKxJMp59D8vLmSGSrkiZZkuA9w
20xXZq3Zl4x/PHoD04Eyc0IwaMxyHZ4muUiNxPk8qKREZUARYTEj4SeXs9FpRu+P
eVUV+MvhQXS1TN31GZzlmuJWseNcqKK9OeOG+23aObhH9gHMaIWOsF70MjMMtK4F
F0Nxl9AlUPdS4PXlijOCQATFys+H2hK4P4GAnciaCxAMdIapiMNH/IVsYs31IobI
PBlRymnoJEBmv4RRwBzyXJ53Z8FS2tuS9wFOK+onQySH2H1laVjChLAHRF3KzvVZ
FGQUcAvMJIho6wrFPE0Scx8OeQi+xsHPSZn9frVa1c2bEwgjwJ2qvRXYXpdVJiIh
xkSVzwaGPnkUKwDx3WNgql0+xjLI/w/u+XaK9n+WtKu9NsldlSyiyuxzOBiuNzWu
yUh4IvoVeYCPJ0TJesfr+D+1pdYv5TRQb8+iBd0hnVM1SazHEo4=
=r6p/
-END PGP SIGNATURE-



Accepted astroid 2.0.4-2 (source) into unstable

2018-09-25 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 25 Sep 2018 13:04:14 +0200
Source: astroid
Binary: python3-astroid
Architecture: source
Version: 2.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi 
Changed-By: Nicolas Dandrimont 
Description:
 python3-astroid - rebuild a new abstract syntax tree from Python's AST 
(Python3)
Closes: 909529
Changes:
 astroid (2.0.4-2) unstable; urgency=medium
 .
   * Team upload.
   * Remove pytest cache after running the tests (Closes: #909529)
Checksums-Sha1:
 88e29a479c1c6305dbd67cb14e21c808cc9dfa38 2046 astroid_2.0.4-2.dsc
 ce91e01374f39cefb74aacc596554691a4ca36b3 4088 astroid_2.0.4-2.debian.tar.xz
 f787d5048c909263d0e8d6c44bfacbf55ea929db 6681 astroid_2.0.4-2_amd64.buildinfo
Checksums-Sha256:
 96a7ad93d238f41414b68e1e7664af0f0bc54b91a7bbb0a10fcf0e4e2de49189 2046 
astroid_2.0.4-2.dsc
 2daa3511beeda2f0056f59f5975926ddb6c0eda50fe9d4663e29365c1b0cda5e 4088 
astroid_2.0.4-2.debian.tar.xz
 37cc24454de385b0a1ce1986668e76e55686fe4f22784317c30945d31b506d00 6681 
astroid_2.0.4-2_amd64.buildinfo
Files:
 8f1559eb605dd6bb4f1e013f5d0116f5 2046 python optional astroid_2.0.4-2.dsc
 4d3569c78b3a4731e6f2df6111f7f3fe 4088 python optional 
astroid_2.0.4-2.debian.tar.xz
 ff47fee67629757592da21bb4a14ba50 6681 python optional 
astroid_2.0.4-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAluqFrsACgkQ3K6QUi5x
Ir9HYBAAkNXkjGFSRgoasiWSpJRipsvQ3436rqvkqAUN/S1Mt4wjkk674nZFIP9S
7TgiZmrBmI2my6H9boMsR6CWUtLmMDI88HeNubiFp3T/1eOEKiYDOG7N25KUIpVT
F43dt3GZUnBcjU8j51DlhLMzlrP3tKQN2Yzpli8f6GpI3sCxE85qiWT8OvJrpWBf
vMLpO1eHHrfifvAf4GKKJlqtTzc3Vfs2rY0a5hfiVQvH1AvJcppIDcf0lNtZ7BdB
GwAbizV6FIsvRqujgBEVYsOe+q717ej2JdLGMEVN6e+XLnd29+OHVBsfWnqPX2L2
uSKMBA1eSMgpC9jFBqAOfCFCZfIopay8zcNPy7ZIunUWlb2KhFJLxb3jvyKt5iU0
s/KDyLmtFN7tFiEFx6wUMjMHLkW0C4lGaMb5i4+Kf9d+1zEZSR4xv5BC7fPunUet
CGqvPcuEd1jHFiEucTd3JWReDmzWchxi6/kfpbKs0gHO95CqEZU4mjQKETTCp8Bf
0KWOCPFk7GJreBC+NUjuE0P6nDV3QXBEMNWZNg4Ld14L4VZWFZDP4+k5ayQY2uVn
f17YIkCYjzvMNNSAFCS+hSELIz1b50yhyuhH0ABKlQehzzzJ5Y0smIanRVV0ZdJx
0dIh3CB3BDXhsFMfedO2YlGQwtEhYukXTYKw8N2ER88UftBK61c=
=zt3C
-END PGP SIGNATURE-



Accepted python-argon2 18.1.0-1 (source amd64 all) into unstable, unstable

2018-09-24 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 18 Apr 2018 16:11:34 +0200
Source: python-argon2
Binary: python-argon2 python3-argon2 pypy-argon2 python-argon2-doc
Architecture: source amd64 all
Version: 18.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 pypy-argon2 - Argon2 password hashing library - PyPy Module
 python-argon2 - Argon2 password hashing library - Python 2.x Module
 python-argon2-doc - Argon2 password hashing library - Python Module 
Documentation
 python3-argon2 - Argon2 password hashing library - Python 3.x Module
Closes: 864156
Changes:
 python-argon2 (18.1.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #864156).
 - Provide the python-argon2 binary package to allow usage of the
   algorithm by existing Python2 packages such as python-passlib.
Checksums-Sha1:
 dd362c4274e086571b344ab6c2c55cd02e6965b8 2876 python-argon2_18.1.0-1.dsc
 cbec59d764adec068ac3ebf0e9621b22789122af 1802732 
python-argon2_18.1.0.orig.tar.gz
 beaea1457767456f627e0c4e34f9ab7a933a3b15 833 
python-argon2_18.1.0.orig.tar.gz.asc
 8b8c71f71cde2f7bb1cd3f09bd0228a0cd4c0c16 17256 
python-argon2_18.1.0-1.debian.tar.xz
 be39a2adf7d902170813b2a3f641f3fbeb2121f6 13248 
pypy-argon2-dbgsym_18.1.0-1_amd64.deb
 62479a92f2cdc79f47077b6bbdb90b6354164ee3 18368 pypy-argon2_18.1.0-1_amd64.deb
 71ce913fd958f4d90b10a9dde14fc7dc1cff82ab 18764 
python-argon2-dbgsym_18.1.0-1_amd64.deb
 c38951226878ab4ad09dcff0829f2483b14c327e 42148 
python-argon2-doc_18.1.0-1_all.deb
 e52e10973e3dbe98ab91b961cef4c11b6f88 10777 
python-argon2_18.1.0-1_amd64.buildinfo
 317932d35681e9f552f6a5c78e6f9f4cfc276ccc 20236 python-argon2_18.1.0-1_amd64.deb
 809875a981626c7cd353dd360cff7b673facd59a 14832 
python3-argon2-dbgsym_18.1.0-1_amd64.deb
 dee1a11b6c820d76c53e576a5daf260ef29b0359 20232 
python3-argon2_18.1.0-1_amd64.deb
Checksums-Sha256:
 04b03ffe0d2dc3a3d006910198877c42f68423cd29719c854170467752855cc6 2876 
python-argon2_18.1.0-1.dsc
 7e4b75611b73f53012117ad21cdde7a17b32d1e99ff6799f22d827eb83a2a59b 1802732 
python-argon2_18.1.0.orig.tar.gz
 74692001871b3828c78bd72d786352293f7ad5e3ea7362465091aa59fd8ef754 833 
python-argon2_18.1.0.orig.tar.gz.asc
 511c530f88dc4d2737927d482cf0f12110a36ad1b771a21886aca09fdb7bd2d3 17256 
python-argon2_18.1.0-1.debian.tar.xz
 8ae5105da54e14042fbb1398928258b2aa297618a525482183f907a8866049fb 13248 
pypy-argon2-dbgsym_18.1.0-1_amd64.deb
 f9c1154134510217dd0277420b7e48a75f6cc00a4b9c0622f40fba8d32395eee 18368 
pypy-argon2_18.1.0-1_amd64.deb
 ff16f9a2caad8f4219401c8380392f3435bbfdd99d3bfe1c7491585491584090 18764 
python-argon2-dbgsym_18.1.0-1_amd64.deb
 f072fabce22f8ea28fcfb237ce6d57ec28ae2f15f943f5f733c9a745e0f46f71 42148 
python-argon2-doc_18.1.0-1_all.deb
 889250bf414037906a2392a7e5c7cca72913cbe3511bfed0acfb0359d161bcb7 10777 
python-argon2_18.1.0-1_amd64.buildinfo
 d1985f11c5c257bcd12c0de4bbb229d0c98693259c5d53656d85eac84f0c8295 20236 
python-argon2_18.1.0-1_amd64.deb
 8ec5b314eb6789a68c7a1193f15001395631e03d9fbad98b7ead3eb1edcfd838 14832 
python3-argon2-dbgsym_18.1.0-1_amd64.deb
 390215843c1cb583b4bb3703f16b3c13fd2a19e0852e8a20b95a137b6b75ed07 20232 
python3-argon2_18.1.0-1_amd64.deb
Files:
 311ea640dec3ce01a36266196964f115 2876 python optional 
python-argon2_18.1.0-1.dsc
 88b2ce1d96323ace26f2db2838834ed9 1802732 python optional 
python-argon2_18.1.0.orig.tar.gz
 2a1ec2287407bbd6ecd35c1a4858da34 833 python optional 
python-argon2_18.1.0.orig.tar.gz.asc
 1840ee00cd3825c43acbd40333f7e052 17256 python optional 
python-argon2_18.1.0-1.debian.tar.xz
 29fd6833f78ce494f1dae41ef8f98a73 13248 debug optional 
pypy-argon2-dbgsym_18.1.0-1_amd64.deb
 7e29d6f33ab5664946ff9a5319fa4bbb 18368 python optional 
pypy-argon2_18.1.0-1_amd64.deb
 cca7fd61e07dd66577a05d0bd9e1599d 18764 debug optional 
python-argon2-dbgsym_18.1.0-1_amd64.deb
 23c81e4c5fd10909bd9a255c604e0686 42148 doc optional 
python-argon2-doc_18.1.0-1_all.deb
 45371be6bbcef5304b0546b976657a03 10777 python optional 
python-argon2_18.1.0-1_amd64.buildinfo
 58f5898c92fd75fd57b0625a6f170522 20236 python optional 
python-argon2_18.1.0-1_amd64.deb
 347002bc0ec84ca7d79870aaa0c5103b 14832 debug optional 
python3-argon2-dbgsym_18.1.0-1_amd64.deb
 a4bbaa2b2f7734ecf01619006ec66ffe 20232 python optional 
python3-argon2_18.1.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrXVSgACgkQ3K6QUi5x
Ir8Etw//QEOOrqfnz/ULUiY9hzFv+iwSK11V56cdQzUYJQQw0wQimOwq63w/ZWCK
RP6bWbYsMLKouvMjfQRh/6EmUFkNPAlsu0vRxaaCKAxoxDqGt/xPKM9PkPPE5ZLI
PAma5swBFJIG8HIqSOKW+KghYaEh9CTHiOZ3vO82ApdMWwbFkesNfUtB8JF9/cp5
iODdROJIxO3WLQZnrD87yXEApWgXHp3hwlhQYLg9w0ATNdIbPWNAdihjtT40bV6g
5GokkYeoNsqEUlXZvO8TT7DeTga1KqBhrfxh5UEZSKCJofZ3r1FBqGPAT4cPkL7z
zbxaP6Rfa48du4CRcUzftc1fYE9PmAYxzbaS9zinxGg1W+I/s0YQSK4Oka9eZhcQ
ehb+e0k/S547zMq+AudGm6ILbPeXnEaKSHZCQSsX9MQNjodCmtlCMrDRrDypiyhf
M4kt9eojcAPVenyToEqBGfstuuB4OQ2UOkzpRjFW1s1hNbPP4Ozg3LBEVXuwibEm
WpQF7Af5sVgYceZjy6T8+nx

Accepted astroid2 1.6.5-2 (source all) into unstable, unstable

2018-09-24 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Sep 2018 14:41:44 +0200
Source: astroid2
Binary: python-astroid
Architecture: source all
Version: 1.6.5-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi 
Changed-By: Nicolas Dandrimont 
Description:
 python-astroid - rebuild a new abstract syntax tree from Python's AST
Changes:
 astroid2 (1.6.5-2) unstable; urgency=medium
 .
   Team upload.
 .
   [ Ondřej Nový ]
   * Convert git repository from git-dpm to gbp layout
 .
   [ Nicolas Dandrimont ]
   * Rename source package to astroid2; only package the Python 2.x compatible 
module.
Checksums-Sha1:
 c4ab0653d70465edd44b78c8aa8fc43e33887cb5 2067 astroid2_1.6.5-2.dsc
 c99c76daa0b7e3fa633ddd4315ca999689f2fa02 255688 astroid2_1.6.5.orig.tar.gz
 caae8b9cf72f68fcfb65988b0a0052d6f6979d6b 4068 astroid2_1.6.5-2.debian.tar.xz
 9f2654017f0b179d3cbdf866c0724e674dcc733c 6699 astroid2_1.6.5-2_amd64.buildinfo
 e2a6c843111754dea954ab39e29c72df7702c7c2 129532 python-astroid_1.6.5-2_all.deb
Checksums-Sha256:
 9efd108c26b1da3885b98dfeeaa6df9917650eebf1a8ca6729677b67b05e4a6b 2067 
astroid2_1.6.5-2.dsc
 fc9b582dba0366e63540982c3944a9230cbc6f303641c51483fa547dcc22393a 255688 
astroid2_1.6.5.orig.tar.gz
 528f1fcdb3d37d71cada8e4da9fad8e91418a1f8c063917d87da8b4b82490472 4068 
astroid2_1.6.5-2.debian.tar.xz
 4a554327621c8e8cf088e2befc96731b604ec2094e118e9d5d8699b926e1c8b6 6699 
astroid2_1.6.5-2_amd64.buildinfo
 80d52f05b5c04693b9b32711da853720c12c29b48dbc2bdcb80f6fbe9d462baf 129532 
python-astroid_1.6.5-2_all.deb
Files:
 5a48e0a15a6ec43f04b80b9a6376aa5d 2067 python optional astroid2_1.6.5-2.dsc
 2dd01ef0d5b5f0fc754c1ba40137b61c 255688 python optional 
astroid2_1.6.5.orig.tar.gz
 7bf69246c2e39ce7938106d2d789cab5 4068 python optional 
astroid2_1.6.5-2.debian.tar.xz
 dcc7ee3bbedb65290d0341454122cc73 6699 python optional 
astroid2_1.6.5-2_amd64.buildinfo
 2fbd9837f9c71b1186ccdd9b94a7571c 129532 python optional 
python-astroid_1.6.5-2_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlunjIEACgkQ3K6QUi5x
Ir+GAQ//ftfi0rwioVUMVs0XJklQ+otGeTOb4N0P/6qBqUwP0QIK5u2o28SkzB/s
Wph96uK0DBbzao92MMQ9Kur1EX95bjr3zt93RjibgiYeiVDvAjuzEHvje+kairUj
zubH+Wl+ajlVNuJdmCDK/FCRRUeOcMCVUlX3zl+gyA94X7UqBT5b7bCkSw9CiZaz
dG9oOskgJPhzN65aGhiwm9UXCsJGctdR9E8SRhzZlKqR5NluiurAMR9JUCykOjur
orPOq3U5v+FAH7W87aJL2MhAPRBI/c/B9T4LO68R3ao+U9W7aaalhPV7/8oWF28f
oObeLLpXlTtC/PrjwxpVoLz7QO6MOQgGudQ6CIYmE9feYCjRDDer64+gK0FlqisU
FTUZ+RkfHvc3rn+QDGxYRtfTFlG9WDjWMXDyj3KHmI8E2PBiCk+PHNrjwHU114cI
hmYPXgwLGC2V/Uv8ByEEeCVsSbm0cNJV+gXKB+YPgy5HX1zsRMjqw4kDDr0H3BWk
tfpQOvrcy2Hf0vYqwyvh8TEue4kbT8rrlM09nYhmoFzcHwu/r1cNRfK4CXcwyKAz
QBZUw0HChbAbB1VN4FAajY678W97KtF72UP28CrenU52jXdLdb7gQsjE96FwgWB8
obdp12WV284ULxKeZk4Omf3dMYLb39aZHHQo2+tGxfbZXXNoAdg=
=JU7g
-END PGP SIGNATURE-



Accepted astroid 2.0.4-1 (source all) into unstable

2018-09-23 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Sep 2018 15:17:11 +0200
Source: astroid
Binary: python3-astroid
Architecture: source all
Version: 2.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi 
Changed-By: Nicolas Dandrimont 
Description:
 python3-astroid - rebuild a new abstract syntax tree from Python's AST 
(Python3)
Changes:
 astroid (2.0.4-1) unstable; urgency=medium
 .
   Team upload.
 .
   [ Ondřej Nový ]
   * Convert git repository from git-dpm to gbp layout
 .
   [ Nicolas Dandrimont ]
   * New upstream release
   * Drop python2 package, built from the astroid2 source package
   * Build-Depend on python3-pytest to run tests at buildtime
Checksums-Sha1:
 7fe4ace18737540c3ee6946481bffe201f637c8a 2046 astroid_2.0.4-1.dsc
 d06c88f278df392176968df5594c324f7e8ed9b9 273871 astroid_2.0.4.orig.tar.gz
 55f98b09dc1609dedcb5ac6146a4c57e16301d5e 4028 astroid_2.0.4-1.debian.tar.xz
 259cb2102f7b145e68b8ad0e9edecd7bac2ac01d 6681 astroid_2.0.4-1_amd64.buildinfo
 f1011e5c96d78b3d3cb3dbcaafa76afad049a04c 145052 python3-astroid_2.0.4-1_all.deb
Checksums-Sha256:
 74ec715317b6698a133b4b358f2c866490e845628004938d90d34675c77fe8cd 2046 
astroid_2.0.4-1.dsc
 c7013d119ec95eb626f7a2011f0b63d0c9a095df9ad06d8507b37084eada1a8d 273871 
astroid_2.0.4.orig.tar.gz
 8767279ba3cace9e665778ba41e1d2719857bbff18aebe25ee2d0cc4b5454d43 4028 
astroid_2.0.4-1.debian.tar.xz
 e3dc09be762d3177b9131e6bdd021086ad220686279286ab90e781372e9862a0 6681 
astroid_2.0.4-1_amd64.buildinfo
 f21c903a82d9ca3afba187c7d78b98acf5d84c3a80f302355f3ed0e5fb578d67 145052 
python3-astroid_2.0.4-1_all.deb
Files:
 ae1caea796adc029b6fdc4f719525311 2046 python optional astroid_2.0.4-1.dsc
 eb1c4312019809696634b33d639eee9d 273871 python optional 
astroid_2.0.4.orig.tar.gz
 7bfafc21a3c5323ed96c33b7deed2751 4028 python optional 
astroid_2.0.4-1.debian.tar.xz
 51d20f9145e337f856793933b84be38d 6681 python optional 
astroid_2.0.4-1_amd64.buildinfo
 296749f58fc088895e62ecf4a1ff0098 145052 python optional 
python3-astroid_2.0.4-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlunktkACgkQ3K6QUi5x
Ir/K9Q/6A78lyqB6KUAktwvegH2ek3EM7Ug0+y+ZQDTAXY6u4ZYlJBhTe06fR6kP
Mqwyml9T4men4At9hRhrBqTRUQ/yuObTXNPv/lA4DX3cNin25e/F2ZVC5Bg3azfB
3O3pB+lW/q8xUNnvDQcewzr8tZSHzAFD1pTRguuM/2HtxAWRY1UrdAu8+v21xwSk
n2W7w082HQ4reeS5lwfTX1wZBxZ9bysFcx7dJwXnxUHuX+wZch30RzSKDpzP9B4d
5MTQrgBaZ7UuBpZB4Qzv2juAjwOOid8J6c+s0kb8n/u4//C0Zi/A/hc0Rw6jAq1j
L7Z3/hNJAtpbORpg5eK1OYHzVMp5+0LC0iOUcuZBfsPufd6qprhsD1ZGpV6A+Pba
xgO7MsLyC7X3JFtGLGDDsqSUvIVoqKJvQPr8z0zKVz3qctpNjocvUZQqFoovwdF7
O3gyQ80/2yqYb9ZazESQez1zhLlo/q8TuneV7/ZqF9rsWsMHcDjqml57njk50R/D
Pv56WQVn2a8irnhdybG0mBsM73v2QTSEh+h+ZQnw66jf4BfUgvL7BAikgvrnj2y7
+d6GytDjRB6vH/FYf7YfuUgDF5F/z8IvRIt5w58wQN+LcUvcwiEuLYq60AUDXkxD
jOtqEo/W5eAFjihs77CCw/Wqe3G7UfbH6h0jP6MBw50NNn0qR7o=
=sEhq
-END PGP SIGNATURE-



Accepted psycopg2 2.7.5-2 (source) into unstable

2018-07-02 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 02 Jul 2018 14:58:20 +0200
Source: psycopg2
Binary: python-psycopg2 python-psycopg2-dbg python3-psycopg2 
python3-psycopg2-dbg python-psycopg2-doc
Architecture: source
Version: 2.7.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Nicolas Dandrimont 
Description:
 python-psycopg2 - Python module for PostgreSQL
 python-psycopg2-dbg - Python module for PostgreSQL (debug extension)
 python-psycopg2-doc - Python module for PostgreSQL (documentation package)
 python3-psycopg2 - Python 3 module for PostgreSQL
 python3-psycopg2-dbg - Python 3 module for PostgreSQL (debug extension)
Closes: 902715
Changes:
 psycopg2 (2.7.5-2) unstable; urgency=medium
 .
   * Team upload.
   * Do not install tests/test_async_keyword.py, incompatible with
 Python3.7 (Closes: #902715)
Checksums-Sha1:
 fd5625c044e200e0fc30e6648da5b27b2fe75174 2460 psycopg2_2.7.5-2.dsc
 b76e8ff146b651bf4b64bd461c98fb008f994e4a 12376 psycopg2_2.7.5-2.debian.tar.xz
 3c6b71e1aace35a2d30755323a44453950090384 10645 psycopg2_2.7.5-2_amd64.buildinfo
Checksums-Sha256:
 6d081bfbc3596eb2a5f452c52552bf803c05d3d040de3ea13f488f2a0ccaba10 2460 
psycopg2_2.7.5-2.dsc
 11324136ef712b73d5c22dde78e01b6103e13dae64c8a156fa0d1c43e3ed1aca 12376 
psycopg2_2.7.5-2.debian.tar.xz
 9821a05d3d811ebe9c070bf81b05d76e11604054ca87002cbe0935fb39782673 10645 
psycopg2_2.7.5-2_amd64.buildinfo
Files:
 acc43d9fc5a8d5935dde0a9220505477 2460 python optional psycopg2_2.7.5-2.dsc
 b89ab5e7021dd1fa07c98f2b58fa06bb 12376 python optional 
psycopg2_2.7.5-2.debian.tar.xz
 3523d0315c4a93bee75dfe7f9b07a4ce 10645 python optional 
psycopg2_2.7.5-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEeR8SOWYw3XH9NkN1uOUId2ZHWq8FAls6JIgACgkQuOUId2ZH
Wq9Jyg/+J4PxRzX9MHyWjGQA3ldXInIFfkIc5uqeUWBCFaZknIB8I7ZZmVsdjSLf
Nkzf8gJ2/zfi2wo1OVaWVFhIJjMhFBxkT9ae3NtJbvBbgJg/m16c8AEnY0a38wz5
A6W0ueiy0FRNzyC8IzLEEeRFU/b2p4UWuvWzELKAenlRmz+ndXG0sOIXMad6lWH0
iyc/0uM0uFuBlbulvZEJaDkhyr+jZ0YsQmWLooMTfHqQlnlzdTGTZKrdShTmZ7G9
bUBmH0n8QOVuZ5ZZUrdhyd0qNga1Dq0EMJQCzplKzAP6qNROGdhOHs/WKHIkzXV3
XhiMI58KfZDDjX/jVB5Pu4K9FnaTImhEdYpPYwi0osCCX2xzadqNIUsXyNCBpzos
pwKauw0JRYGdINo7r1PBP6M2k3RVM4ZUSwOFmoswXkeY7JjzytTIjtjziGDeZizI
ksQVevXDfayYuzOTRqR28bVB53xwsBJM3tHRMHDtEbdObLnCC5M4CygtvxNqi3zH
rOKpCNEzbHY9sDWLSPXSUVGbzDSzi/fJMK+ohAii33TDvtlhB3ugrj0GRSWDg29e
WqHKi6TX7ZIUx87cnzA9OgvhCVFvtbEcsxzwJnsbpMdO32wlpHhW39Wm6w0Pe63G
oGEiTl4ePFAmx5afmttzF3/PcEewd9+Rik7Xa13NNWUb/44Vfwg=
=oomN
-END PGP SIGNATURE-



Re: Meetup Debian Paris 2018.2, Mercredi 13 juin, 19:00-22:00, ISCPIF

2018-06-13 Thread Nicolas Dandrimont
Hello !

C'est en direct sur :

http://webcast.iscpif.fr/stream/stream.webm
La présentation sur 
https://doc.zordhak.fr/t/Meetup/Pr%c3%a9sentation_Meetup_cloud_priv%c3%a9

<3,
Nicolas

* Nicolas Dandrimont  [2018-06-05 13:36:03 +0200]:

> Salut tout le monde !
> 
> Avant une pause cet été, il y aura un nouveau Meetup Debian à Paris le 
> mercredi
> 13 juin, à partir de 19h00.
> 
> Il aura de nouveau lieu au sein de l'Institut des Systèmes Complexes Paris
> Île-de-France (https://iscpif.fr/) (CNRS).
> 
> Au programme, il y aura une présentation et un atelier :
> 
> 19h30-20h30: Reprenez le contrôle de vos données avec votre cloud privé
> NextCloud, par Alban Vidal
> 
> Résumé : Alban va nous présenter comment il utilise Debian, lxc et lxd pour
> déployer son cloud privé à base du logiciel NextCloud.
> 
> Au programme, une présentation des protagonistes, NextCloud, lxc et lxd, et
> tout un tas de démos :
> 
> - Démo d'installation complète automatisée via script shell
> - Démo d'utilisation Nextcloud Web (ajout de fichiers, édition en ligne,
> contacts, agenda, partage de fichier),
> - Démo d'utilisation du client bureau (synchro de fichier),
> - Démo d'intégration de la synchro de contacts et agenda dans Thunderbird,
> - Démo client Android.
> - Si il reste du temps, démo lxd.
> 
> 20h30 - 21h30: Atelier « Venez avec vos bugs ! », par Aurélien Couderc
> 1. Présentation du BTS, l’outil de gestion de bogues de Debian.
> 2. Le BTS et le cycle de vie des paquets.
> 3. Bogue Debian ou bogue amont ? Où rapporter, où corriger un problème
> identifié dans Debian.
> 4. Démonstration par l’exemple : venez avec des exemples de problèmes que vous
> avez identifié dans Debian, déjà reportés ou non. Nous analyserons les 
> exemples
> en séance.
> 
> La page du wiki Debian avec les détails et pour s'inscrire :
> https://wiki.debian.org/DebianEvents/fr/2018/Meetup2.
> La page meetup.com si vous utilisez ce truc, parce qu'on est trop web 2.0 :
> https://www.meetup.com/fr-FR/Debian-France/events/251265143/
> 
> Accéder au lieu : https://iscpif.fr/contact/
> 
> Si vous ou votre entreprise souhaitez participer aux frais pour l'apéritif,
> vous pouvez contacter le CA de Debian France (c...@france.debian.net).
> 
> À bientôt !
> -- 
> Nicolas Dandrimont
> 
> BOFH excuse #274:
> It was OK before you touched it.



-- 
Nicolas Dandrimont

Linux!  Guerrilla UNIX Development Venimus, Vidimus, Dolavimus.
(By m...@ka4ybr.com, Mark A. Horton KA4YBR)


signature.asc
Description: PGP signature


Meetup Debian Paris 2018.2, Mercredi 13 juin, 19:00-22:00, ISCPIF

2018-06-05 Thread Nicolas Dandrimont
Salut tout le monde !

Avant une pause cet été, il y aura un nouveau Meetup Debian à Paris le mercredi
13 juin, à partir de 19h00.

Il aura de nouveau lieu au sein de l'Institut des Systèmes Complexes Paris
Île-de-France (https://iscpif.fr/) (CNRS).

Au programme, il y aura une présentation et un atelier :

19h30-20h30: Reprenez le contrôle de vos données avec votre cloud privé
NextCloud, par Alban Vidal

Résumé : Alban va nous présenter comment il utilise Debian, lxc et lxd pour
déployer son cloud privé à base du logiciel NextCloud.

Au programme, une présentation des protagonistes, NextCloud, lxc et lxd, et
tout un tas de démos :

- Démo d'installation complète automatisée via script shell
- Démo d'utilisation Nextcloud Web (ajout de fichiers, édition en ligne,
contacts, agenda, partage de fichier),
- Démo d'utilisation du client bureau (synchro de fichier),
- Démo d'intégration de la synchro de contacts et agenda dans Thunderbird,
- Démo client Android.
- Si il reste du temps, démo lxd.

20h30 - 21h30: Atelier « Venez avec vos bugs ! », par Aurélien Couderc
1. Présentation du BTS, l’outil de gestion de bogues de Debian.
2. Le BTS et le cycle de vie des paquets.
3. Bogue Debian ou bogue amont ? Où rapporter, où corriger un problème
identifié dans Debian.
4. Démonstration par l’exemple : venez avec des exemples de problèmes que vous
avez identifié dans Debian, déjà reportés ou non. Nous analyserons les exemples
en séance.

La page du wiki Debian avec les détails et pour s'inscrire :
https://wiki.debian.org/DebianEvents/fr/2018/Meetup2.
La page meetup.com si vous utilisez ce truc, parce qu'on est trop web 2.0 :
https://www.meetup.com/fr-FR/Debian-France/events/251265143/

Accéder au lieu : https://iscpif.fr/contact/

Si vous ou votre entreprise souhaitez participer aux frais pour l'apéritif,
vous pouvez contacter le CA de Debian France (c...@france.debian.net).

À bientôt !
-- 
Nicolas Dandrimont

BOFH excuse #274:
It was OK before you touched it.


signature.asc
Description: PGP signature


Accepted python-pyramid-chameleon 0.3-1 (source all) into unstable, unstable

2018-05-15 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Apr 2018 16:44:59 +0200
Source: python-pyramid-chameleon
Binary: python-pyramid-chameleon python3-pyramid-chameleon 
python-pyramid-chameleon-doc
Architecture: source all
Version: 0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-pyramid-chameleon - Chameleon templating support for the Pyramid 
framework - Python 2
 python-pyramid-chameleon-doc - Chameleon templating support for the Pyramid 
framework - Document
 python3-pyramid-chameleon - Chameleon templating support for the Pyramid 
framework - Python 3
Closes: 785048
Changes:
 python-pyramid-chameleon (0.3-1) unstable; urgency=medium
 .
   * Initial release (Closes: #785048).
 - Also package Python 2 version as it is an enhancement to python-pyramid.
Checksums-Sha1:
 ae4d973ac3a28d578ef38e6add25d25660c1 2551 
python-pyramid-chameleon_0.3-1.dsc
 5f0891289fa0cd0adb486efa95639caa7e24279c 28468 
python-pyramid-chameleon_0.3.orig.tar.gz
 f01171a8985346ddf2c8fe11257f31f5a1e9fc84 3900 
python-pyramid-chameleon_0.3-1.debian.tar.xz
 13c21ab67d04f7802327b24021b2fc19bb6b0508 30040 
python-pyramid-chameleon-doc_0.3-1_all.deb
 9d071f4d3e37aefc3ae8181426f9cd23f47775f1 10864 
python-pyramid-chameleon_0.3-1_all.deb
 3dea00a35e95baf075be2a67545c3080c9da4814 9870 
python-pyramid-chameleon_0.3-1_amd64.buildinfo
 3972f521b8c23dc62992ec95f7f6687ef5711b9a 10932 
python3-pyramid-chameleon_0.3-1_all.deb
Checksums-Sha256:
 d84b340c3c7172a02197a844519c4a4383c6826c59dd2f6c071c91cb2325d8cb 2551 
python-pyramid-chameleon_0.3-1.dsc
 d176792a50eb015d7865b44bd9b24a7bd0489fa9a5cebbd17b9e05048cef9017 28468 
python-pyramid-chameleon_0.3.orig.tar.gz
 c9d7fb60987579944921c97810ffeb04c56b03ff0ab3ba51b3722107057c0536 3900 
python-pyramid-chameleon_0.3-1.debian.tar.xz
 64691dd13c9446770cf229d07615cf819dd1428ca3003fa064cf18767a67d888 30040 
python-pyramid-chameleon-doc_0.3-1_all.deb
 c948ae54f910a1a596bd8cd8cca64c81ee33e5879a02eb71c7d60a2129827fab 10864 
python-pyramid-chameleon_0.3-1_all.deb
 8af68141bdc253dd524607a8e2413b7f650da6ea58c8b21dce196ed5819dc06a 9870 
python-pyramid-chameleon_0.3-1_amd64.buildinfo
 22e86b99505d50471601807f810536afae8ddf91165095b351f3ed23fe230d5d 10932 
python3-pyramid-chameleon_0.3-1_all.deb
Files:
 ac6129b8b14850a1c02958aa70246703 2551 python optional 
python-pyramid-chameleon_0.3-1.dsc
 5bb5938356dfd13fce06e095f132e137 28468 python optional 
python-pyramid-chameleon_0.3.orig.tar.gz
 70db4abb24ede2d0a870a656c9cc4519 3900 python optional 
python-pyramid-chameleon_0.3-1.debian.tar.xz
 d11bbe5931172e1a60a81c476c673080 30040 doc optional 
python-pyramid-chameleon-doc_0.3-1_all.deb
 ca7d143ab3b65663e62abe0b9033f588 10864 python optional 
python-pyramid-chameleon_0.3-1_all.deb
 acc76320ad6970b674689ac39fd613d5 9870 python optional 
python-pyramid-chameleon_0.3-1_amd64.buildinfo
 464eece0875565b693f289020aaa7df7 10932 python optional 
python3-pyramid-chameleon_0.3-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrh6uwACgkQ3K6QUi5x
Ir/ZPRAAnh5Xil4yQyIiaBpzEEES++a5+aiVaY7KH673UfdPE7UFaEbhE4+RhrOX
RvTurhf4Zdc1nR+F9JoOhM962pnc2mAxsoqgAdr2sxhnoNnoN2hqUyI645Ae8CBh
aVKClcPWw7SAPmyYF2aauy4+a01uS6Oda3RTZhm98drV9uz2hATNZaCkIz9MJttd
ssHcly5Lx9MuhG7wG2+7lSbtMFoap15HeG5WAas26P8963sE/N3JsHQRLyxa7b9N
7abaG4Pdbb6Sp/z0JpAMmIVpCe9MH05+GSzN/9ag+jm8dVHrWDOrMI9GWEbVyxcC
EfrJMZ73bb7fwyS3oxHqNHu5ryP0RsUN4jzM7vmlqwSaq+T20NlzotKa1HeirnEk
3hMfZjK8ktkyz7Wgu1Bgk6+5DMtb5MjXuoDPjZiB2tgByNTnMFPd6pYlP29/aQh5
cBh0KVpFnTXepd3FlcSz25kVhkIk7caM3On/MGTSkmryHqYf6GrozOEN0Fn8yftJ
s85zgpI3iMkkB6A/wed+v0sZPG0VHZP+397JONdTxb4Db0E0qrNpTED0vnjbGeA3
S4zq2mm9Kbg/17+iQV5sfmaYpXicxRQXLGibN/VhzoFp6GxoyV7jfv7Ec31wr7vW
WutSg7Jq9yo1frj7TojsNxZ4ZIRGbXdTau0hYhetrdLl0UaqMQk=
=y5Ce
-END PGP SIGNATURE-



Re: Firefox 60esr on Stretch ?

2018-05-10 Thread Nicolas Dandrimont
* Thomas Goirand <z...@debian.org> [2018-05-10 17:36:19 +0200]:

> On 05/08/2018 03:01 AM, Paul Wise wrote:
> > On Thu, May 3, 2018 at 8:29 PM, Julien Cristau wrote:
> > 
> >> I expect nothing much different from previous ESR cycles: stretch will move
> >> to 60 after 52 goes EOL in September.
> > 
> > Does anyone know when firefox-esr in unstable will switch to 60?
> 
> It's currently in the NEW queue.

For experimental, not unstable.
-- 
Nicolas Dandrimont

"All language designers are arrogant.  Goes with the territory..."
(By Larry Wall)



Accepted python-cmarkgfm 0.4.2-1 (source amd64) into unstable, unstable

2018-05-01 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Apr 2018 12:30:38 +0200
Source: python-cmarkgfm
Binary: python3-cmarkgfm
Architecture: source amd64
Version: 0.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python3-cmarkgfm - GitHub-flavored Markdown renderer Python bindings
Closes: 896993
Changes:
 python-cmarkgfm (0.4.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #896993).
Checksums-Sha1:
 18d034deaf747bacc3164dd08116a6f11d8c6e9f 2168 python-cmarkgfm_0.4.2-1.dsc
 d59cacf7b46a8f278d23d11bc0e1570bbc7dda5a 133264 
python-cmarkgfm_0.4.2.orig.tar.gz
 820b8f9d44cee88e275ab870c765866c601df100 2836 
python-cmarkgfm_0.4.2-1.debian.tar.xz
 bf0a806b4c17396a9a94599935cf2970e71b9b2c 7160 
python-cmarkgfm_0.4.2-1_amd64.buildinfo
 72ec64e71e1b7e72ed039ac314a644168eda0829 242124 
python3-cmarkgfm-dbgsym_0.4.2-1_amd64.deb
 729bd86811930f3f034d7b4cbd19055aeae1c5b2 111776 
python3-cmarkgfm_0.4.2-1_amd64.deb
Checksums-Sha256:
 b016eb46619ed1c40de902c2bb6180d72363462e2d03ff5913d32a57c2036fb1 2168 
python-cmarkgfm_0.4.2-1.dsc
 f20900f16377f2109783ae9348d34bc80530808439591c3d3df73d5c7ef1a00c 133264 
python-cmarkgfm_0.4.2.orig.tar.gz
 11523ad222bdccc450f8c74ddbd203fbd3988f5326d9b1edddaebc1da3d05700 2836 
python-cmarkgfm_0.4.2-1.debian.tar.xz
 e4f0895b01c1928a8d6a0e17c1c487f5efb683a7db6ed094213cba09156ac366 7160 
python-cmarkgfm_0.4.2-1_amd64.buildinfo
 6b57612d6555fa7de4af8452328d1fe9b4c5a2fdce65932dbdc797bc5ff545e6 242124 
python3-cmarkgfm-dbgsym_0.4.2-1_amd64.deb
 c555027c716ab92e3cd324d5c67abf7519024f4a35dcaefbd6763b0ee770b822 111776 
python3-cmarkgfm_0.4.2-1_amd64.deb
Files:
 8156ed033760fc861039beb53053b996 2168 python optional 
python-cmarkgfm_0.4.2-1.dsc
 fbdfc8c9b9e46ed4cbf683c9803c9b42 133264 python optional 
python-cmarkgfm_0.4.2.orig.tar.gz
 2bd3a9af0d0451db8b0c029f9f72752b 2836 python optional 
python-cmarkgfm_0.4.2-1.debian.tar.xz
 cb72aaf8894db5d76722ba95e31e65e4 7160 python optional 
python-cmarkgfm_0.4.2-1_amd64.buildinfo
 ff0164ccc9224687bbefb687c226c557 242124 debug optional 
python3-cmarkgfm-dbgsym_0.4.2-1_amd64.deb
 a08f5fc148333527e656714283faeded 111776 python optional 
python3-cmarkgfm_0.4.2-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlri/LsACgkQ3K6QUi5x
Ir+wXA//esA9zpJHjtIn51zpuTOcabdRF4WDGhDVaeIDpewyTLpfPmcCfuyAZrrv
cQTTrJ3XOe6UZuhnPUIEinmIjQkrImNmfV0O4ws2cD6ri9DgZPAFDEwtbmNlMoWO
cB7PCmJ8f4NXlkdB1EoB8EZEQ3LDOVQ7YUDJlqC0UUdKPSxySmgCzhC+S3ci4Rnm
QCLHHyawBWU0mB8x1Fr9ykdQB2hmkR2MIhYWz6SrTGQWIypaq75mKWXy/U72vovE
Cfaspqku6PGUH38VIQSZ7lOewDSF/1l2qcuH3WUVncci0s40I6QWOlatsChCrHNw
0bH0xsnsW/EeMjfMvgwmUeJCY3ClFzUaslTl1KSH0raGZlTR4sB8BvSflvYNDTVg
9UEdYBjuoUD2WWCA5jxq/EvdOh/z52k2qS6aqFM5ZPJ2lxYSSWRwUwGoZshfRCfq
AkJQS67RddMvAxHhpTtM13h85CRaB3gs+nUCopTOG+z7PbZhQJsxYZz+AnDsvAoN
cqaTgMiw994kCfQY+eW9RdLZofZxYwqx/OvVi4FM6jzTDSgVy09cGzoVaykn4kOL
jiaITrZpwh5X10wTPY8/DM87N7xdHYtxcQPh8WW0yD2eepVXmM9rehPqsfkuvPSA
qnp8nmHYQvV0bcA0+Wcofx8bJiTP4+4xi6Bu9BuMQtXvh2rTyO4=
=s7Gk
-END PGP SIGNATURE-



Accepted cloud-sptheme 1.9.4-1 (source all) into unstable

2018-04-30 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Apr 2018 21:00:08 +0200
Source: cloud-sptheme
Binary: python-cloud-sptheme python3-cloud-sptheme cloud-sptheme-common
Architecture: source all
Version: 1.9.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 cloud-sptheme-common - Cloud Sphinx theme and related extensions (theme files 
and docs)
 python-cloud-sptheme - Cloud Sphinx theme and related extensions
 python3-cloud-sptheme - Cloud Sphinx theme and related extensions (python3 
version)
Closes: 854332 896613
Changes:
 cloud-sptheme (1.9.4-1) unstable; urgency=medium
 .
   [ Nicolas Dandrimont ]
   * New upstream release (Closes: #854332)
   * Update to gbp-pq unapplied patches format
   * Refresh patches after git-dpm to gbp-pq conversion
   * Remove upstream signing-key (no more signatures)
   * Build docs without the fulltoc extension
   * Update Homepage URL
   * Add patch to fix FTBFS with sphinx 1.7+ (Closes: #896613)
   * Update debhelper compat level to 11
   * Update Standards Version to 4.1.4 (no further changes)
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
Checksums-Sha1:
 494463df6d41706425698947a4ddc8bc746de717 2285 cloud-sptheme_1.9.4-1.dsc
 c31c2ddeace822cdd4b56db4e2f556fb7a0fdac8 147827 cloud-sptheme_1.9.4.orig.tar.gz
 d33aa54eb371de5681e6e350cb5b7c02fa8bea39 6616 
cloud-sptheme_1.9.4-1.debian.tar.xz
 fbf510964d710bf4f4555ac3f826371cfa40597f 109332 
cloud-sptheme-common_1.9.4-1_all.deb
 2cc575cd7c6b95b665f77dd4dbc46389b3d47f93 8924 
cloud-sptheme_1.9.4-1_amd64.buildinfo
 07d1da9eca9e4c688496dd0da084aca16cdac88d 29828 
python-cloud-sptheme_1.9.4-1_all.deb
 be25bd973bdfc85ffa6c733fc07a748a20b4c73d 29924 
python3-cloud-sptheme_1.9.4-1_all.deb
Checksums-Sha256:
 f3e94036098cad79ca93b06a9252fa5d7f8b0e1bcce58c4e1fdf3e504e382565 2285 
cloud-sptheme_1.9.4-1.dsc
 4d665f2f4681140abf8d45b846371d54918207fc397b403f1fa307e8f3394b6c 147827 
cloud-sptheme_1.9.4.orig.tar.gz
 b9083b1c697d5d82eeebf49d5839174c2a9f2029a280721676d7fc653b3c8089 6616 
cloud-sptheme_1.9.4-1.debian.tar.xz
 b3468e33c7de3955c9afd5e3dfc83875366704a259a1bcab3c3488e9a3f6b937 109332 
cloud-sptheme-common_1.9.4-1_all.deb
 c0cad18b3417461e822fefb46cf772278765d76c596c055c723aaae63bb43660 8924 
cloud-sptheme_1.9.4-1_amd64.buildinfo
 09350586375c003d194891599db94fb2882c00bbf0ff29c21212860d1fbac33e 29828 
python-cloud-sptheme_1.9.4-1_all.deb
 c61ab98d5db4f04f9b3d366bb2bf6c857189c1aa0af36c1a9b92c7b32bd569cb 29924 
python3-cloud-sptheme_1.9.4-1_all.deb
Files:
 2a743a16f402401b0213fbe925bd9c09 2285 python optional cloud-sptheme_1.9.4-1.dsc
 9a74d8609cd2c640c3a2ec459e5438dc 147827 python optional 
cloud-sptheme_1.9.4.orig.tar.gz
 d44508972ca12dc9006be056d4de0632 6616 python optional 
cloud-sptheme_1.9.4-1.debian.tar.xz
 d2f4672659cea5fcd50cd89d06ed18b4 109332 python optional 
cloud-sptheme-common_1.9.4-1_all.deb
 558d554a96a351732593b73e388bb1b6 8924 python optional 
cloud-sptheme_1.9.4-1_amd64.buildinfo
 5478ffed0c79d045facdddf190ce8511 29828 python optional 
python-cloud-sptheme_1.9.4-1_all.deb
 cfb7885bb4420c5ed794370c42499ecb 29924 python optional 
python3-cloud-sptheme_1.9.4-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrnaKcACgkQ3K6QUi5x
Ir8GKw//TeQMZSfV1jPinmkh64Q6SsXWfYzIdxBDAgp6zNZQMfCDHyEG3yqEbNnF
mo5D6siIUCTPnaHnMoKFeDweb/G4IpDqAQRJWFWvGHW3bI+dLE9DZFUyvkmEF0WV
EYbEpq9b12d9PqEu5CFBwIY8tsYGh1fsjpFU9XpBXKd2/JNujdFUxeEmZ46dkZAi
afCvohSId40P2Q/d6wa41m9jwSBKtKuMbju/jMENVtQXYOjS3ytlpI5BZC8Eh1ee
SRlBlZOqwR1+Gk30YDKUIyqPAUf0cnM7sftkpk5/UNTzRtnRoaLmIW0pPT1zi8rO
jwtVkpBVlT3McPHakQtoKWYSfJprqYGw6etRL901K0rvd2PWTZ2Rpk1zKKtd0qyn
glHs1Z/JzWcynjAJD5w9kgd3KSkYRsO+5IyezJbmE7qvsbPIpYTj8k8CNKFM6yMD
OMWaZI8JRfxn0BGkCBiibqR85v0ChgK/0x2nwgV7KCkPsbmgWmAnXYVutTVrXo8b
mF3SNXReaJYL2mzZRpDb3cSpUdCMLiZUw0mlam6L310gIe5XTpftKrPRBkQha98j
YAdvRRnotTUtZWccMvITlmqOT/9hpwcKEnCOFuaCcqPc081HKpdU8t5PS1ANFGgb
17pAHJFxtz0KFFA6x0UYSdRp6BCNEJZ3z3RSYfiiocNPmzFdfRY=
=8Vvo
-END PGP SIGNATURE-



Accepted flask-limiter 1.0.1-1 (source all) into unstable

2018-04-30 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Apr 2018 20:08:02 +0200
Source: flask-limiter
Binary: python-flask-limiter python3-flask-limiter python-flask-limiter-doc
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-flask-limiter - Rate-limiting for Flask routes - Python 2.X
 python-flask-limiter-doc - Rate-limiting for Flask routes - Documentation
 python3-flask-limiter - Rate-limiting for Flask routes
Closes: 852482 852515 896276 896410
Changes:
 flask-limiter (1.0.1-1) unstable; urgency=medium
 .
   [ Nicolas Dandrimont ]
   * New upstream release 1.0.1
 - Updates versioneer.py and makes the build reproducible (Closes: #852482)
   * Fix install path for documentation. (Closes: #852515)
   * Refresh patches after gbp pq conversion
   * Stop running tests at build time
 - Remove associated patch
 - Add autopkgtests instead
   * Remove patch rendered useless by upstream versioneer update
   * Add a patch to avoid a useless runtime dependency on
 distutils/pkg_resources (Closes: #896276, #896410)
   * Update Standards Version to 4.1.4 (no further changes)
   * Update debhelper compat level to 11
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
Checksums-Sha1:
 2974416481ee6733b5ad1b0916c344a7bdfd4b00 2690 flask-limiter_1.0.1-1.dsc
 ef162249968df19f3a56f525b4a52d4e529d336f 103794 flask-limiter_1.0.1.orig.tar.gz
 c3a0da8eda0e70deda2f0661b7bce1089719e50f 4124 
flask-limiter_1.0.1-1.debian.tar.xz
 1d5918548a43e83296feba409813f9f7cae2c0e0 8694 
flask-limiter_1.0.1-1_amd64.buildinfo
 74a39187181e6b4772ef44a30a8e5a95b4027a1c 97216 
python-flask-limiter-doc_1.0.1-1_all.deb
 211ffa4980b801fef5b0b0b83fe8a1f14e8b602f 14948 
python-flask-limiter_1.0.1-1_all.deb
 fe26fd23500cd80f01cde0da0e145574a7ed7602 15012 
python3-flask-limiter_1.0.1-1_all.deb
Checksums-Sha256:
 dd2b69f07a34a3107ef9f65fe436138f0f413e94a14a4dead3f914d024d08258 2690 
flask-limiter_1.0.1-1.dsc
 2f702784851f8169f1db40e2019d9f2e83f12961e56b0585d53290ee630391e7 103794 
flask-limiter_1.0.1.orig.tar.gz
 bc6ab6d85a2c81ebd5f5fe9b6987bf6fb1d9e22bbac54ed5e8d738633692d090 4124 
flask-limiter_1.0.1-1.debian.tar.xz
 5aa00d7916d18d5a0db1545f5ab71e9b4f29787f28244dc7ebdd3dbb234b0007 8694 
flask-limiter_1.0.1-1_amd64.buildinfo
 76b1de31eba124de9ff43d3b15901ae3967ab7fb2085b79c271788b751c605fa 97216 
python-flask-limiter-doc_1.0.1-1_all.deb
 52a734f4ffbefce34957c83b8c886e8da29c3b542a7c99353c7cf949a6de5388 14948 
python-flask-limiter_1.0.1-1_all.deb
 69f97a0e0a4686dc94a18d9d41ffc6cc0d9b6ce5de4758d491c041c2079f94e2 15012 
python3-flask-limiter_1.0.1-1_all.deb
Files:
 0f5c3cf6eea31500741d1de58a9b0c41 2690 python optional flask-limiter_1.0.1-1.dsc
 4cb45a7a2b0f51f2433ff6b2120b36d6 103794 python optional 
flask-limiter_1.0.1.orig.tar.gz
 e92f90eb8bed31a41f296e95a94cd268 4124 python optional 
flask-limiter_1.0.1-1.debian.tar.xz
 a078d2400a78ceda78988a64b3d95d0e 8694 python optional 
flask-limiter_1.0.1-1_amd64.buildinfo
 639f2e2424ccc2531140cf28983638cd 97216 doc optional 
python-flask-limiter-doc_1.0.1-1_all.deb
 51f7955cbf98736ea8fadbd3d6b56d56 14948 python optional 
python-flask-limiter_1.0.1-1_all.deb
 63e86b9167b8fe5a982d298c2ca18c7a 15012 python optional 
python3-flask-limiter_1.0.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrnXscACgkQ3K6QUi5x
Ir9fnQ/9HjuvI+cLXaBT440YcidPP9niSoeiItb1nyHJGAsBV9XDyEt4ER/A9Ne/
0MSU0nkt5/GS4lIJ6yLMRs21vgRRO+Nd8GIDu27w5ko5NYnyGsrW0A6a6Drb6iht
cvqc6RVJPuRXC1MMG2fMT9ivDUwaaOhuFtJtg4qmK60hn+Bmn6JR8yrI+7B6jXNv
bxA/NOm3hgTFvjwyQXef8V5ALZMHuxIRj84wZ94wt8Qa1kDsFkdcwLngnInpl5io
5gCKYHMBWmhUY8jGEvgGdA9X6lt+Qe2+JlHGG2J1m2E0MOTkKTu8jykSHolIKkz5
Xjno7TWQYerC9eUub1c6BgPKWQG3wtwY/yYGILzYo4oGMzM+rxd+i9Z2Rek7tNYB
6J6SnTvDcT6A7gpfJoeTSu95qYFH5gYT21BqHb5FKP0ez/LRn+3C/3M5/olTow1H
TpZev5JlCacbQLhToGpQAqOhetRM66804oOb8SdaDeRCvvWvPFIHTIcl3EdfURAl
2sAI4IGmwU7H1PCSvzXJNUmWEdkQPJkH8lJK9BGffrCYn71Mx0aPoofbTa5Q0Fy0
1CR2GnpsaPNm7119dWqvKgAK8Kv0pkIvpcQwtnTmsJk6VkT5f+fdYPxW2bPjCFzR
EUeGWvHbg6EGV8/zMPVEN5CQizDFC1dwp7cmOIctrehZ2rLzkos=
=m81n
-END PGP SIGNATURE-



Accepted python-limits 1.3-1 (source all) into unstable

2018-04-30 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Apr 2018 18:03:15 +0200
Source: python-limits
Binary: python-limits python3-limits python-limits-doc
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-limits - Rate limiting utilities for Python - Python 2.X
 python-limits-doc - Rate limiting utilities for Python - Documentation
 python3-limits - Rate limiting utilities for Python
Changes:
 python-limits (1.3-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * Refresh patches after git-dpm to gbp pq conversion
 .
   [ Nicolas Dandrimont ]
   * New upstream release 1.3
 - Update remote tests patch
   * Update Standards-Version to 4.1.4 (no changes)
   * Bump debhelper compat to 11
   * Add autopkgtests
Checksums-Sha1:
 2a645e1b35800c3ec90dbe5085d3ca18ac23d202 2713 python-limits_1.3-1.dsc
 bab6d1be090644d8b7447290d032b2b9f382b37a 76946 python-limits_1.3.orig.tar.gz
 9a4f500999eb67310179439c02bb9e7984602f89 4656 python-limits_1.3-1.debian.tar.xz
 d130189cf5ea148853abb7af13e9d02189d30ca8 37332 python-limits-doc_1.3-1_all.deb
 32227d8118e43ce34d6c9ef00ed09b26e847e519 14036 python-limits_1.3-1_all.deb
 cfab1c287d884ff40ff0dabe904caf6f30ddec76 8713 
python-limits_1.3-1_amd64.buildinfo
 39a2c8417ab0716dd00b2647a8b71bbfe3f915d3 14124 python3-limits_1.3-1_all.deb
Checksums-Sha256:
 4a54d9076f10b8d381a5208dcf12b292610707756513c1c188fd57156caf122b 2713 
python-limits_1.3-1.dsc
 5a90ed2983fd60ebfe2eb13d6d5113e192b70375df9d514e0a7300e83b1baa21 76946 
python-limits_1.3.orig.tar.gz
 d176dc355b1af9f17480b6ca4e2151d0c7eac91b21f86d55751d26ffd611acac 4656 
python-limits_1.3-1.debian.tar.xz
 31eeff43e419232fcc1fbac1022757c413a13d403be983e670d57da09ffc9192 37332 
python-limits-doc_1.3-1_all.deb
 e65b659aa45d04fee04f176159cfe8fc2c9a3aa630ff5566f2f97bbd2d25bfbe 14036 
python-limits_1.3-1_all.deb
 b5efa7578e93f179890a97734e6d6c5152b37a86c2a8d780a44b536095ff3274 8713 
python-limits_1.3-1_amd64.buildinfo
 2fce4786612514078cc87897639c5cbd51895c4dcef214c6785b6ead15934da4 14124 
python3-limits_1.3-1_all.deb
Files:
 2ac68fe753dfcfbd04aa5df918c2833f 2713 python optional python-limits_1.3-1.dsc
 66563f666c0b0634105b46a8289e812e 76946 python optional 
python-limits_1.3.orig.tar.gz
 b446c45a6a2727f998e13d51b9ea0d64 4656 python optional 
python-limits_1.3-1.debian.tar.xz
 e142e1c58a21561d4f9d1a33d2a49297 37332 doc optional 
python-limits-doc_1.3-1_all.deb
 23fcd65db384dcdfdd0e112393925964 14036 python optional 
python-limits_1.3-1_all.deb
 3e58acf907a782a2ed2c78f542fe7542 8713 python optional 
python-limits_1.3-1_amd64.buildinfo
 9d7f9c389f1319980e751ace4d2d8451 14124 python optional 
python3-limits_1.3-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrnP9MACgkQ3K6QUi5x
Ir/ESxAArUapUiLzccvT3iTdidhEjEb/CB5ARcGRVSi4nl/ldqbO6u6VdC4NQLJb
ghyZRk9bDUhfLMb4GN9/04c1sKZCCSZ3GEo/YSGyzU8NuQz6OsyDAHzsBiqy334u
AtVty37HSOqcX8UHOP9sGKbsMqDK7g9BbQYus0JjxH1ZD59wtum4IyRs2y9AkqIV
/VldyPaNp82qM9DT7gjNntrFTMRBbc9gp8KmwFCuk8ugBN7lRhY1l+MmgNpVzYRJ
SFgBFFzpIxa5yJHKi8h7/lL1jhZvSEGOuN0EFWh6x3H7NoXBRNDevHdj8MvlWOF2
pSr1xBa0Q84XAZoFzWCTir+A71Jh7IKiil+7jG6vDiFVK2JTAQZmxyJ7H4LDrm/d
p4r8wDnrCDHs4X6X07KD31NyZTHJ5aYxJZRgnwJLDmtsIwsg0HFMH72SQ/MeggiO
uffmgpnqgfqdJEtzMuy2AegRrAr1gCsWApv+h2dX+vsL/9mFawqMRTCdFaNfcjX4
nIpnm5/8FtUSGJbKKLCC2DXiSfYiH3YOvpGv6rwsN1+/qLY/Zvr4rIweR5K/tVof
V7zEL2OabaJ9dStMsFSP7UGW0wEAa7TI/Emp0UtW/EqoO4Sk4yU/bAOI1abOpBml
qqwYvFBaGpZt8Lea1rZflu4w9W8aIRoY3ITfwftGoo8lAY7ZahI=
=XQyq
-END PGP SIGNATURE-



Accepted python-readme-renderer 20.0-1 (source all) into unstable, unstable

2018-04-28 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Apr 2018 12:38:48 +0200
Source: python-readme-renderer
Binary: python3-readme-renderer
Architecture: source all
Version: 20.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python3-readme-renderer - Library to safely render arbitrary README files into 
HTML
Closes: 896992
Changes:
 python-readme-renderer (20.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #896992).
Checksums-Sha1:
 51d05df8d05c3c3f1a104460a9f1255dec8c1de3 2365 python-readme-renderer_20.0-1.dsc
 c522363472f449ab97fd3c0a9cb94ef1931a4425 25412 
python-readme-renderer_20.0.orig.tar.gz
 f701175806958726a736742119f60a32fdf2d904 1832 
python-readme-renderer_20.0-1.debian.tar.xz
 245a7890adb56835a97ce67689af4fbe5787727c 6990 
python-readme-renderer_20.0-1_amd64.buildinfo
 55aa5f45fae3ef6789d409e523de039d265c7c51 8912 
python3-readme-renderer_20.0-1_all.deb
Checksums-Sha256:
 f7ca916e5aa3a63e09aa36e32bbd232551341370ff8a1fd785d581d6c6a1 2365 
python-readme-renderer_20.0-1.dsc
 bde909eaa84d65b7942f7e6998c8b427b90b568b2630ff0306f4ca75f6d2a909 25412 
python-readme-renderer_20.0.orig.tar.gz
 c498bc0ce5ffce45a818dc90ef16998fbd508daf91b1319473ed62999d0c22ac 1832 
python-readme-renderer_20.0-1.debian.tar.xz
 91fc1b531e1c2ffb95bb1d0e622fe6cbe521f3a397e9997c757874f706c8f1df 6990 
python-readme-renderer_20.0-1_amd64.buildinfo
 521972725b2737a8966ad550508dd8ec999d3d353801cbbf01ed0151fe75b406 8912 
python3-readme-renderer_20.0-1_all.deb
Files:
 6e05c279f0d7fdc275be2e4fd216f766 2365 python optional 
python-readme-renderer_20.0-1.dsc
 48b973c56329fc654452dae795dc818a 25412 python optional 
python-readme-renderer_20.0.orig.tar.gz
 b0bd4ade0f230922e6e8abcb6c1134dc 1832 python optional 
python-readme-renderer_20.0-1.debian.tar.xz
 b7fdb947817a9abd59037f73b3f71de8 6990 python optional 
python-readme-renderer_20.0-1_amd64.buildinfo
 c94d3753803295fef2407084bfa68396 8912 python optional 
python3-readme-renderer_20.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrjOuQACgkQ3K6QUi5x
Ir9XIA//bHLJqi1JhCHCaFHTmbWury0XRAJyz+aZBgtWstE2yCeqUgDG74f/eCMv
OfJYHG22H6rcnChSQczOXmLxMIVNK/WveH4DrXDZhdO+eApmmfD+13oT32cxFY+T
7fwBJiVpKRJ9aN7ZW7T6VZADHh+YYL6rNW8sHHklu4Ua9NZY8m84BBLzTOcy6R+F
cC1djh7rW75yi/461M72zh8t52Y/D/Apx06FP/4gL21dNU/TtDrEv6//BQ0vKlM0
9q864K0EuMWoW68Pku++VuFr18m4eVGiyNGbOPsdoUvYKcjPbirbDWAmUdNF04+X
oknmTf2E/hb1zpiQgJmB0ggcg/Tl3N8pwmNVvpFz6qc6U2+IFNcr6EybQg2vHuGl
D8nliZVp1bMiTtm6vFAjRuqDk1cwcJFbdv/YB6czGSha1BFrySOLO3YGSZ8GK2Ye
dHdFw+3Ldacc2GS5O/uRXydchP38rGJWl3jN8Ifcx7IDt/YTNyQo4HgBDYfyPgQl
PBid6i1i4xhIL/SEw75KvAfKoZm02XePcizwpM0wqF/47L52md6OK0F85WllEKc4
ZUKgg9QKFasO8c9ceKZYvPrGuVU/nLvuWYX4lzI7NTudS2MDqobgLJnvQplSiKtD
9D/QkilnJFkTG9/3G67oZnKPndunt/UBHcYBxtBoCHc4dO1BfEM=
=PaO4
-END PGP SIGNATURE-



Bug#896993: ITP: python-cmarkgfm -- GitHub-flavored Markdown renderer Python bindings

2018-04-26 Thread Nicolas Dandrimont
Package: wnpp
Owner: Nicolas Dandrimont <ol...@debian.org>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Control: block 896992 by -1

* Package name: python-cmarkgfm
  Version : 0.4.1
  Upstream Author : Thea Flowers, The Python Packaging Authority (PyPA)
* URL : https://github.com/jonparrott/cmarkgfm
* License : Expat and BSD-2-Clause
  Programming Lang: Python
  Description : GitHub-flavored Markdown renderer Python bindings

cmark is an extended version of the C reference implementation of
CommonMark, a rationalized version of Markdown syntax with a spec.

The cmark-gfm fork adds GitHub Flavored Markdown extensions to the
upstream implementation, as defined in the spec.

This package provides Python bindings for the cmark-gfm library.

This is a dependency for python-readme-renderer, which it itself a dependency
for devpi-web. This will be packaged under the Debian Python Modules Team.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#896992: ITP: python-readme-renderer -- Library to safely render arbitrary README files into HTML

2018-04-26 Thread Nicolas Dandrimont
Package: wnpp
Owner: Nicolas Dandrimont <ol...@debian.org>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Control: block 896097 by -1

* Package name: python-readme-renderer
  Version : 20.0
  Upstream Author : Donald Stufft
* URL : https://github.com/pypa/readme_renderer
* License : Apache-2.0
  Programming Lang: Python
  Description : Library to safely render arbitrary README files into HTML

Readme Renderer is a library that will safely render arbitrary README files
into HTML.

It is designed to be used in the PyPI Warehouse to render the long_description
for packages.

It can handle Markdown, reStructuredText (.rst), and plain text.

This package is a dependency for devpi-web, and will be maintained within the
Debian Python Modules Team.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Accepted hiro 0.5-1 (source all) into unstable

2018-04-24 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 24 Apr 2018 18:29:51 +0200
Source: hiro
Binary: python-hiro python3-hiro python-hiro-doc
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-hiro - time manipulation utilities for Python - Python 2.X
 python-hiro-doc - time manipulation utilities for Python - documentation
 python3-hiro - time manipulation utilities for Python
Closes: 855908
Changes:
 hiro (0.5-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
 .
   [ Nicolas Dandrimont ]
   * New upstream release (Closes: #855908)
   * Update Standards-Version to 4.1.4 (no changes)
   * Bump debhelper compat level to 11
Checksums-Sha1:
 11550a266f1d6a840563e525f47103d77f172be4 2137 hiro_0.5-1.dsc
 6eb0939a1fd14dfbda9bca30db12826eb151b838 16561 hiro_0.5.orig.tar.gz
 d2341e376af72709458fd700b68fae52d4faaf1c 3532 hiro_0.5-1.debian.tar.xz
 787df04d6c922976576b3acd57465273ba83a172 8085 hiro_0.5-1_amd64.buildinfo
 1ed5a2072a6d683e4425b910bcdd211b8b69dd29 25084 python-hiro-doc_0.5-1_all.deb
 f511df45de3f52e80e97fcf8c534ac7cc81332db 9720 python-hiro_0.5-1_all.deb
 3843e6410e7eaec8b17c738f320f798d786db05c 9736 python3-hiro_0.5-1_all.deb
Checksums-Sha256:
 06faa8f3d64a87a9b6844d5784dfbc40cc62278c5fb8fad73b4f0ff46a92eddb 2137 
hiro_0.5-1.dsc
 a6d3edbba13c2df4c9a4431fcd53fc814398850bf3b24d7c3f8dee33231a734e 16561 
hiro_0.5.orig.tar.gz
 308ed1bc0b071c1436d2a90c2a164cef2e96f4febb5ef75dcc713dc44f6943e2 3532 
hiro_0.5-1.debian.tar.xz
 a7209c1ea3f2db99b5840fab23c5906473eb92b5eeda0c272cd20cd416613606 8085 
hiro_0.5-1_amd64.buildinfo
 ca0c070d0079153797e907c0e7811c82623e62944ff588b00c36348656a20eac 25084 
python-hiro-doc_0.5-1_all.deb
 714246d6eaf8a6586f5949f570c86d250361e232e9e8e0183848131bab932439 9720 
python-hiro_0.5-1_all.deb
 237a56be26cf117ef294dae2f5ccf4fdb73e3d21fc821dac25407c8bae02ceb4 9736 
python3-hiro_0.5-1_all.deb
Files:
 bfae732ab027b71ed687deefa125c1a5 2137 python optional hiro_0.5-1.dsc
 932f6fdae985955eff2d66ab00b3b86c 16561 python optional hiro_0.5.orig.tar.gz
 14fa8267d2f1d051eaaa238e249e41f0 3532 python optional hiro_0.5-1.debian.tar.xz
 c7f37723b8c756ec98691b93a3f3c440 8085 python optional 
hiro_0.5-1_amd64.buildinfo
 c780d8a9467a51b6661dc0d436590f9c 25084 doc optional 
python-hiro-doc_0.5-1_all.deb
 6c39b8bb91cdf48e70ae54881245b319 9720 python optional python-hiro_0.5-1_all.deb
 9371f95c70d313d290666d6fc070b733 9736 python optional 
python3-hiro_0.5-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrfXFsACgkQ3K6QUi5x
Ir/QEQ//UskCPCcSTNBjA2JmGwizXmKfqTnXDsT89n5ELMV4LeZIMl01nWzb8ksp
WHSH4Jv/xeymNntH+Xbz0e6pUcUTDK2SE55elryyxtJaRV9P23cGmKvzSGVnoAYq
ZcsYbX+9gko0Tj8V+w4AEzIJzB9GKhq5waKaa36Gnjx7aQ5vB8jw/mgV/PitCnH7
+uh+IIIsoiSQnwDOAS+C1NK6jdyL2ypgUl9mSRBKwR+nT58+RW19NqfjYpW6x3o7
1h2V3VgNdncoz9m6CvFutKLKz9SV7vlGzYm2mxDi9EFpoaVsquVqDepNJ3BE8UUK
ALXJVn06SmIzOseilw6MIcRp7RZqP57fBW67QYfTgXqAorQeLi7s1aN3TDqTy7zi
v6VmwiJMwLDELz+MUqGZg7VRYCxBa4EIHGwWKRkkVkOPkpGAO86sNsiS6UT3zfF2
WplI55vYNaxAQ1uwU0ax5J2FZHiaqViVtdpDZ4cdI+kk5UGzHoJIqyuJDnos0RjT
UURkOqq6Izb2gjc0mqRni5YB6bK29gEopRqgCSP3f3j2WU2zK1Y3vmwAB9gZLFFW
j6EKVWUoioVM61Mmd39InwkriokU3DExEXBGRiQi+6C9kDUzdCWTyGLqGH+pmQ74
2yNcpKWtcwK1CU7vqoRHYzz3wCCvFTNzvqNslY1gb3cNwZuH2SM=
=PDgH
-END PGP SIGNATURE-



Accepted python-pyramid 1.9.1+dfsg-1 (source all) into unstable

2018-04-23 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Apr 2018 15:49:46 +0200
Source: python-pyramid
Binary: python-pyramid python3-pyramid
Architecture: source all
Version: 1.9.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-pyramid - Pyramid web application framework, a Pylons project - Python 
2.x
 python3-pyramid - Pyramid web application framework, a Pylons project - Python 
3.x
Closes: 851013 885702
Changes:
 python-pyramid (1.9.1+dfsg-1) unstable; urgency=medium
 .
   [ TANIGUCHI Takaki ]
   * New upstream version 1.9.1+dfsg (Closes: #851013).
   * remove unnecessary debian/patches
   * debian/watch: Add repacksuffix (Closes: #885702).
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * d/control: Deprecating priority extra as per policy 4.0.1
   * d/changelog: Remove trailing whitespaces
 .
   [ Nicolas Dandrimont ]
   * Switch to git-buildpackage branch format
   * Add new build-dependencies on plaster and plaster-pastedeploy
   * Update Standards-Version to 4.1.4 (no further changes)
   * Add autopkgtests
 - Add patch to avoid failed autopkgtests in installed directory
   * Update to debhelper compat 11
Checksums-Sha1:
 fce5b5857e4b79d2444c0be125e81f1552c33588 2853 python-pyramid_1.9.1+dfsg-1.dsc
 317c2ac5b46773f4b68c708b2e4768de2d24121c 647458 
python-pyramid_1.9.1+dfsg.orig.tar.gz
 4a22a68023c616ff2a2cc171beea9b4f83db565a 7012 
python-pyramid_1.9.1+dfsg-1.debian.tar.xz
 4dd00706dc790dc156e1730ccdb2eb9672efa2b6 523916 
python-pyramid_1.9.1+dfsg-1_all.deb
 fe3329ff53f86edc1c0b8ca9bafb93f2ebde1910 8381 
python-pyramid_1.9.1+dfsg-1_amd64.buildinfo
 71a9fa450e5f45be184ed27128f9a744fb8141db 370140 
python3-pyramid_1.9.1+dfsg-1_all.deb
Checksums-Sha256:
 f437a2aa269e4bfb95a582fdacc7a4ca834b1ee1ff050d5d089ba55c870291e9 2853 
python-pyramid_1.9.1+dfsg-1.dsc
 b559b478bccc649b0115d55a92f3bf83d646c01f0a21eedd0bc2e9defa1feb5c 647458 
python-pyramid_1.9.1+dfsg.orig.tar.gz
 660f1f805d1681cb2e12427b8f3dc23b9c8af6e5252a4687d290e84a1fe22863 7012 
python-pyramid_1.9.1+dfsg-1.debian.tar.xz
 aadc6a3bc158fe688ff264be3abc67d5d4e1690af5702e42fbc11120a57f3c53 523916 
python-pyramid_1.9.1+dfsg-1_all.deb
 3e7ccc786ca0d5cbc1c1e3d1472308a31bdf074b36688b2672fbcfb265e11741 8381 
python-pyramid_1.9.1+dfsg-1_amd64.buildinfo
 82b7cbf9e172d83b60e89d3c5ac6a653ae0c1462abe55800f17cb85a5aeb20f1 370140 
python3-pyramid_1.9.1+dfsg-1_all.deb
Files:
 3766b4e498ba267c9edd723910d00a36 2853 python optional 
python-pyramid_1.9.1+dfsg-1.dsc
 5b191732be2fa07b1342eaad23b4b7f4 647458 python optional 
python-pyramid_1.9.1+dfsg.orig.tar.gz
 6888059e679de5a63cd09b16e95bbbf1 7012 python optional 
python-pyramid_1.9.1+dfsg-1.debian.tar.xz
 818fea9b77be3bf8cb0cd20d9900e1fd 523916 python optional 
python-pyramid_1.9.1+dfsg-1_all.deb
 ae82f8d63528583635c17a49e43afbb4 8381 python optional 
python-pyramid_1.9.1+dfsg-1_amd64.buildinfo
 5b3d41647ec3278545b868728d2db700 370140 python optional 
python3-pyramid_1.9.1+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrd5yQACgkQ3K6QUi5x
Ir9sgA//Zmjx/rPOKKjKftut8xyrW735iDAYxNEKG0fW2em51sBsU5vc0ba9itv6
3JPALx0XCHDvjmvf++rtPhVy48TF5EZTsAm6mOm6to2JuwtsLk30m85cU0Uuy0CL
QcPAabDJeT5gUFvW8elCfZBiBCGqJ/T1QeS+/eF3+BwwvSG4SpbTDECIZPAgxwCU
oTWbEAIp8zVimIIghd0J058JB2Dtt/LQz8x/FtFUz8ZtQcBGT3706FdP2QFJMPWj
od4myO0KYpI+S5a+hLM9EkjTI7HbFRkTfQrMm3tvZOC7HIrR5eigzbRd2WciJESW
ifOhEca049A4KPjXiqIxARN4+2oaKggeqAeDbIi1z1yjieAVngG/BvyCPFfHF5jA
HBD7GqVXvwredxdSb8rahNgW/mINam1QZ0/p5HU+zpb4zX8zXHk57Uy6YOeWoGAT
ZkGeOgWK3fQvTGaJOTKbf8JWtEIIufDBpEzCa9Vt98s3ZyC9p4Fp16D1hZoxlDzr
bGFZ51Di8hbNALQdf4fObKjwye72BgiGL92g222H3xVbTPC85DAsH6Vmma9ZtH/J
roJCnJHlMU+3XCcPxNwG4N+MyAaRNkApR5b5Ijt8HBBVF3ePt2rGJet9bA/WJ5xS
58bQO0+irL27AVzwdctv4iQbNjT+4f5ijjhCUcdFdMN4QGy1XKc=
=sizi
-END PGP SIGNATURE-



Accepted python-plaster-pastedeploy 0.5-1 (source all) into unstable, unstable

2018-04-20 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Apr 2018 00:22:31 +0200
Source: python-plaster-pastedeploy
Binary: python-plaster-pastedeploy python3-plaster-pastedeploy
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-plaster-pastedeploy - PasteDeploy configuration format plugin for 
plaster - Python 2.x
 python3-plaster-pastedeploy - PasteDeploy configuration format plugin for 
plaster - Python 3.x
Changes:
 python-plaster-pastedeploy (0.5-1) unstable; urgency=medium
 .
   * Initial release.
 - Package Python 2 version as it is needed to update python-pyramid to
   the latest upstream.
Checksums-Sha1:
 43f723c8fe3220fd6c71275aa5f5ea311bbe2c8e 2783 
python-plaster-pastedeploy_0.5-1.dsc
 260dafdc91cfbeffd62a5af2e266cef59c76878a 19869 
python-plaster-pastedeploy_0.5.orig.tar.gz
 c71eca85267b8b9cd0ba6160e7f39027b99bf23e 833 
python-plaster-pastedeploy_0.5.orig.tar.gz.asc
 655140d7fff5d89ef64535a9125e86f032550065 17852 
python-plaster-pastedeploy_0.5-1.debian.tar.xz
 4dfb9a69844cb87548f8d90e39e385382cb63267 9536 
python-plaster-pastedeploy_0.5-1_all.deb
 312e8596a8f2382881e039d0c7750b37cf55d1b1 7682 
python-plaster-pastedeploy_0.5-1_amd64.buildinfo
 258e7d095cb0459320117d4bef29734ada943b66 9612 
python3-plaster-pastedeploy_0.5-1_all.deb
Checksums-Sha256:
 e7e2e4e290891ad3e9c508a14d978e921522f8368c2e5ff729e6e303fe16 2783 
python-plaster-pastedeploy_0.5-1.dsc
 70a3185b2a3336996a26e9987968cf35e84cf13390b7e8a0a9a91eb8f6f85ba9 19869 
python-plaster-pastedeploy_0.5.orig.tar.gz
 7f40f7c3deff317485718033b55697964d18d75180b60cabd1582069fa1524b6 833 
python-plaster-pastedeploy_0.5.orig.tar.gz.asc
 d5a5717fd6dd50f05c0e80e23cdc3e4cac523d1d6b8f6421b0ce8128dbb6bd32 17852 
python-plaster-pastedeploy_0.5-1.debian.tar.xz
 2843a8037d915d68bf8f13f476622eee2764bc868874b567f707a5bdd6aa7261 9536 
python-plaster-pastedeploy_0.5-1_all.deb
 f98438b58e2037187f456c34b22c0d57500ad7ef0cd22b4add4fdbb4b2fc8ffc 7682 
python-plaster-pastedeploy_0.5-1_amd64.buildinfo
 3834cd5e5ebf4deea11d06780f24ad86e04ad9e4a1f94f092137993226376d14 9612 
python3-plaster-pastedeploy_0.5-1_all.deb
Files:
 071f428dd00f1d9abc44c09d7922544f 2783 python optional 
python-plaster-pastedeploy_0.5-1.dsc
 9cc699022c91fb09293680662cba177d 19869 python optional 
python-plaster-pastedeploy_0.5.orig.tar.gz
 f5e77003d95939c5f4a2f6cb6c230d52 833 python optional 
python-plaster-pastedeploy_0.5.orig.tar.gz.asc
 2869b0edc857f9ae5d60ce0933849193 17852 python optional 
python-plaster-pastedeploy_0.5-1.debian.tar.xz
 834d0f29c4bd1f18eb3fa145a9d833f6 9536 python optional 
python-plaster-pastedeploy_0.5-1_all.deb
 8717e0d3fdfb342a9e9b12952920fc47 7682 python optional 
python-plaster-pastedeploy_0.5-1_amd64.buildinfo
 b25b326b91892863de3a17b9bf8cde88 9612 python optional 
python3-plaster-pastedeploy_0.5-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrZGF0ACgkQ3K6QUi5x
Ir9zUA//SZRRXoHpsb/CJBpRVGX6rukX+NuCa6PykcnO/5Tj0KFh9rBKzMjaLOPH
tP7n54EBRhUaihT7Q9ufAoEer4yy9TXVvnid+2u4LHcl3NUGQfE1wEH8dQqPqrs1
djvdQd4TIEiKkZycEhQs+2x0NknDUA6dENAgEJCNj2Qu8kHVsv0pV+Km/d9O4Co9
jB7y7TP+wNq3vSMEQ7L/0iaRX8YkFy7LkQtDk/8R97tAXcKH8tx5sKnU2r8aMtx0
VCAyvBcSQNBe4lPxU0tn8dCnf5An0cQKKouT1VWXvOmGb0veHxBufDpsGYeowUu7
ERVzmCScQIbGNwX02OQ17rdWkzUm/+j3kj4l75CX5BFQ+41wq0lYJ0SN6SuU2Mzt
wgVmARCYckaNTQsBF2TPGJwiWgdKUW/qOQm57fP6MvEzXaqOUbcCSbHbiwimZ4kr
hl3jsEOnrk9qL2ErbkoiPvDd7nZMlR6ILqm3rqMYvHEuHXMSLU/ltv3T4xaJSMU8
JUjmV4gNVHdeiE3JvP8uGMtkNjgefOWk1g9V4MJtdKsnvN1kWpAPk+R+RXzzfSRH
AfCvZxAfQ4RdeCU/LyR58wDX0zWAbvV33lJffzrvlwx4+1lqrqZLw04GAOLqQBJ0
ilMz9tkaYgx+K2IRq1Z+pGVTPPniMKYRfl9runMSs9tlNJC+jXo=
=JQfD
-END PGP SIGNATURE-



Accepted python-plaster 1.0-1 (source all) into unstable, unstable

2018-04-20 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Apr 2018 23:54:00 +0200
Source: python-plaster
Binary: python-plaster python3-plaster python-plaster-doc
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-plaster - Python multi-format configuration file loader interface - 
Python
 python-plaster-doc - Python multi-format configuration file loader interface - 
Documen
 python3-plaster - Python multi-format configuration file loader interface - 
Python
Changes:
 python-plaster (1.0-1) unstable; urgency=medium
 .
   * Initial release.
 - Package Python 2 version as it is needed to update python-pyramid to
   the latest upstream.
Checksums-Sha1:
 874b5e002b0f873970c3f0d081cbc063bdaade53 2602 python-plaster_1.0-1.dsc
 22371947f5c65122d59e5611933e1e3520a42b9a 29592 python-plaster_1.0.orig.tar.gz
 dce60d4c19301a71b094e62642ef892d8a92b887 833 python-plaster_1.0.orig.tar.gz.asc
 f838014afde07b628dfa0543f50fe4f118a0567f 18304 
python-plaster_1.0-1.debian.tar.xz
 d1793dde4f6a9dc24552da0af12de92cd7686fc9 34892 python-plaster-doc_1.0-1_all.deb
 a5a9ebb0ec30d81e8dca1ec2ba743cf69707c6df 9940 python-plaster_1.0-1_all.deb
 93fefeb2ecd15d2dd77091958b3708300d56318c 8298 
python-plaster_1.0-1_amd64.buildinfo
 50822a52b2119445f7a380ca3dfeb005d37dab8d 10008 python3-plaster_1.0-1_all.deb
Checksums-Sha256:
 9316b9d61f466c6af5e6acbfeffda3741eba5060478202a175c6ed487fba4aa5 2602 
python-plaster_1.0-1.dsc
 8351c7c7efdf33084c1de88dd0f422cbe7342534537b553c49b857b12d98c8c3 29592 
python-plaster_1.0.orig.tar.gz
 57af03aa22552b7f02d41035a21ce5c11a97aaf377737c14b056f5d967a48f54 833 
python-plaster_1.0.orig.tar.gz.asc
 153b01d2f08269386ff0bfa5ae7fb6cc21ec3fc1e950734c56fc36b91cea0818 18304 
python-plaster_1.0-1.debian.tar.xz
 770b806045c61935ffb342415e34747acd62ac8d06e2a5955ee34cde83f1539f 34892 
python-plaster-doc_1.0-1_all.deb
 8890c6269113fcca1a34c54bac89dc06722f7200127fba9a3e4683fa448b66b1 9940 
python-plaster_1.0-1_all.deb
 a75dac9595ba9a74984ab2a9e941968ba92531113aea400f59b6c0600914d25d 8298 
python-plaster_1.0-1_amd64.buildinfo
 765e1cbc193fc9bd469d88a5114695c093f27b037754ac32a64bd407b6d8c185 10008 
python3-plaster_1.0-1_all.deb
Files:
 662527eb668c2b0549ff2ccd9b94472c 2602 python optional python-plaster_1.0-1.dsc
 80e6beb4760c16fea31754babcc0576e 29592 python optional 
python-plaster_1.0.orig.tar.gz
 17a4e51a3aa4dc1798e838a66592ac81 833 python optional 
python-plaster_1.0.orig.tar.gz.asc
 8652bceb54e75cecbd6969ff80381a77 18304 python optional 
python-plaster_1.0-1.debian.tar.xz
 cdfb6f5c7a8c3460a210e650453917f6 34892 doc optional 
python-plaster-doc_1.0-1_all.deb
 7184833731155d47f03f398e6ebf68f5 9940 python optional 
python-plaster_1.0-1_all.deb
 4905b22ad8d04f1593b7bc66ab58c0a0 8298 python optional 
python-plaster_1.0-1_amd64.buildinfo
 021597945faad91b3b9c112aa27b59a5 10008 python optional 
python3-plaster_1.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrZEHsACgkQ3K6QUi5x
Ir/mUw//XYdf0bbld87ItcvGkNEABI+rfu5JQMVqFXb8bIwbSLQTlzM+SXUp9AIT
vwzKgCDGSLYpAIUpdgJDd4uNsauQmavnmhHR/cEhX+WudxGnDgLMxKF2/fLt8XpW
3nWbq142aK1wZO4v3dlgYlBp7gnICgrQS/tDDLe3IsByQgm5nblF/vlvDNF0O6AO
txynqz5aMJMOvljfmlCA1xb2qiT5N3b+tTjS9sc8mjWfVsMYIRELBlsve6p4+HwF
TIXaghdh5JdG4racYv5Cn4zB0eID+15IsQamA6tg4MFSHV7pogl5JkUMyRAR7mK7
zXAPelUg2dHYOFUO2UQG44JYwLriegLIT+In4s6GYvu2lY2PaC67TenC9HjyWHmO
/CBYVQ3/ANwPbJALwYgvTGdV5jxzS0C6rfuSM2Jw74P3WyB6rlphiwBWnGm9DHfv
soUupnh/aclgFk8kfoJWMaiciNqQy1bid+ppNw3TgAfvLuDP1jNefBUmsuXaJsO1
BymmqXShEWK1X71HU6A6bgDKCWnAtawYTKlcZ9GoHWgAg0mt1lXgtHcbuGLv/pFH
eiQ2S++mHpaA+9ERGRQDWp3JoNB7czrqACYUDmo/HSEagkDETliztAwC//2XkLvx
M5JOAXP5idXt3Xmx1f0osfomPgm/QumSL/Qia69UOHLk3bwZizo=
=hU4P
-END PGP SIGNATURE-



Bug#896096: ITP: devpi-client -- PyPI server and packaging/testing/release tool - Command-line client

2018-04-19 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: devpi-client
  Version : 4.0.1
  Upstream Author : Holger Krekel et al.
* URL : https://github.com/devpi/devpi
* License : MIT
  Programming Lang: Python
  Description : PyPI server and packaging/testing/release tool - 
Command-line client

 devpi provides a powerful PyPI-compatible server and complementary
 command-line tool to drive packaging, testing and release activities with
 Python.
 .
 Its main features are:
  - fast PyPI mirror
  - uploading, testing and staging with private indexes
  - index inheritance
  - web interface and search
  - replication
  - import/export
  - Jenkins integration
 .
 This package provides the command-line client for the devpi server

I will maintain this package in the Python Applications Packaging Team.



Bug#896097: ITP: devpi-web -- PyPI server and packaging/testing/release tool - Web and search component

2018-04-19 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: devpi-web
  Version : 3.2.2
  Upstream Author : Holger Krekel et al.
* URL : https://github.com/devpi/devpi
* License : MIT
  Programming Lang: Python
  Description : PyPI server and packaging/testing/release tool - Web and 
search component

 devpi provides a powerful PyPI-compatible server and complementary
 command-line tool to drive packaging, testing and release activities with
 Python.
 .
 Its main features are:
  - fast PyPI mirror
  - uploading, testing and staging with private indexes
  - index inheritance
  - web interface and search
  - replication
  - import/export
  - Jenkins integration
 .
 This package provides the web frontend and search component for the devpi 
server

This will be maintained in the Python Applications Packaging Team.



Bug#896095: ITP: devpi-server -- PyPI server and packaging/testing/release tool - Server

2018-04-19 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: devpi-server
  Version : 4.4.0
  Upstream Author : Holger Krekel et al.
* URL : https://github.com/devpi/devpi
* License : MIT
  Programming Lang: Python
  Description : PyPI server and packaging/testing/release tool - Server

 devpi provides a powerful PyPI-compatible server and complementary
 command-line tool to drive packaging, testing and release activities with
 Python.
 .
 Its main features are:
  - fast PyPI mirror
  - uploading, testing and staging with private indexes
  - index inheritance
  - web interface and search
  - replication
  - import/export
  - Jenkins integration
 .
 This package provides the devpi server component.

I will maintain this package inside the Python Applications Packaging Team.



Bug#896094: ITP: devpi-common -- PyPI server and packaging/testing/release tool - Common modules

2018-04-19 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: devpi-common
  Version : 3.3.2
  Upstream Author : Holger Krekel et al.
* URL : https://github.com/devpi/devpi
* License : MIT
  Programming Lang: Python
  Description : PyPI server and packaging/testing/release tool - Common 
modules

 devpi provides a powerful PyPI-compatible server and complementary
 command-line tool to drive packaging, testing and release activities with
 Python.
 .
 Its main features are:
  - fast PyPI mirror
  - uploading, testing and staging with private indexes
  - index inheritance
  - web interface and search
  - replication
  - import/export
  - Jenkins integration
 .
 This package provides the base modules common to both devpi's server
 and client components.

I will maintain the package in the Debian Python Modules Team.



Re: Suddenly U2F doesn't work on sid

2018-02-18 Thread Nicolas Dandrimont
* Hideki Yamane <henr...@iijmio-mail.jp> [2018-02-18 10:08:39 +0900]:

> Hi,
> 
> On Sat, 17 Feb 2018 13:10:50 -0500
> Robert Edmonds <edmo...@debian.org> wrote:
> > I ran into the same problem. It looks like it was due to #889665 being
> > fixed and not having the libu2f-udev package installed.
> 
>  This fixes the problem, thanks Robert!
> 
> 
> On Sat, 17 Feb 2018 19:32:09 +0100
> Bastian Blank <wa...@debian.org> wrote:
> > And chromium does not recommends that at all.
> 
>  Really? What's wrong with it, I'm curious.
>  And hope Firefox also supports U2F in the future.

Hi,

Recent versions of Firefox (Firefox Quantum, i.e. 57+) support u2f if
you turn the right knob on in about:config. More details:
https://www.yubico.com/2017/11/how-to-navigate-fido-u2f-in-firefox-quantum/

IME it works fine at least on salsa.d.o and on GitHub.

Cheers,
-- 
Nicolas Dandrimont

BOFH excuse #176:
vapors from evaporating sticky-note adhesives


signature.asc
Description: PGP signature


Accepted cura 3.0.3-2 (source) into unstable

2017-12-17 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Dec 2017 20:42:21 +0100
Source: cura
Binary: cura
Architecture: source
Version: 3.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian 3-D Printing Packages 
<3dprinter-gene...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 cura   - GUI G-code generator for 3D printers
Changes:
 cura (3.0.3-2) unstable; urgency=medium
 .
   * Team upload.
   * Add missing build-dependency on python3-pytest
   * Make sure tests run with an existing HOME directory
Checksums-Sha1:
 8afa5957ea9b2cad2e2f8f58740658b4ad7d5cce 2023 cura_3.0.3-2.dsc
 e6c8a097b2cb8c3e7d2d871abfe72215993d46ee 9424 cura_3.0.3-2.debian.tar.xz
 36ea5e9a75510875120f9330541896bfa88adc95 10468 cura_3.0.3-2_amd64.buildinfo
Checksums-Sha256:
 70c3fea935c3d622a61618fbaa8341beb2d8360ea2ebe208e9a0d9eb47b0a68c 2023 
cura_3.0.3-2.dsc
 97d79076ebd8ae894636ed4a27b76d3abb8a80ef37bb65a0cb6b93fb90001ae6 9424 
cura_3.0.3-2.debian.tar.xz
 542a1f66b5d5a76cc97934588ef4e17e7a51dc1db69fad825dbabefa87425473 10468 
cura_3.0.3-2_amd64.buildinfo
Files:
 3a47e8aca9aff4242be808dc85b65351 2023 misc optional cura_3.0.3-2.dsc
 9b9a8834eca53ca84b91e6ebc74e7443 9424 misc optional cura_3.0.3-2.debian.tar.xz
 ce96e2691183141b0c6258926913e925 10468 misc optional 
cura_3.0.3-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEk5VTAYR8rODpNPx77AWLMo2+neoFAlo2yR0ACgkQ7AWLMo2+
neqAARAAqJ9tpyBsY0oEBzqXMFsLXaJstcJ+Jmjbjdwi368a6tQm4HJeSMpnoJ3c
0Bw9xa5wVij24+wKwVpwhFFZnMQVZ9mG1t5foDEbns92uZlXvBSk1oBDoXVwoeCV
FSeQa6r6t+LYKIWcUxX2zN39G33EdXJDIijLvC3+7/tNXCg/mB9fD/V2op0oCo3n
mqbuJ6qIwTcEF/zBrGhg/ZBKFYP5UWEqByBiG70z7cJEB8L8gBLWkLwSvFHgTeAe
jaEiZ8LlvHGyGqmO0SjxxZz3E7Nz0X4KLlGChmUimhjo2lHk4iLyVzf5OSb166c8
mBTvWk26J9a+5XF/a+CH6DqT9bCCHv26NnTJ2FJ5TcEe/cEuZh+vrZAIbXI2qDrZ
XctRllzpg14lRuHkkkXT+oA2adI9ADCpbJngRE8x7TUl7o7fLX5XjSrN7ZDhdG3P
xuCbDDA6liS9yjNfjjwYVjJhuwemzdtNMQwzKQLQLtzI42EaJCiXVt9cbvYkDYhL
U9BNs1NwN/Dm/p8R3wSnOMNc2e8UnF1fNvblbU2Sd6AJbNTAMddz9Hf+pEmcCApc
lkFQscCHRMBiOT0FkiNEiDATmp459eV1rzkEuU0VqQZ3M+5hJ5PziIdLWPjIeipD
L6fnlUrAiQmVqeNBuRL2q+z62rv7vnL1Cu85dJ08t5zLKAxtkoc=
=XInH
-END PGP SIGNATURE-



Accepted python-limits 1.2.1-1 (source all) into unstable, unstable

2017-01-23 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jan 2017 17:41:55 +0100
Source: python-limits
Binary: python-limits python3-limits python-limits-doc
Architecture: source all
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-limits - Rate limiting utilities for Python - Python 2.X
 python-limits-doc - Rate limiting utilities for Python - Documentation
 python3-limits - Rate limiting utilities for Python
Closes: 851272
Changes:
 python-limits (1.2.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #851272)
Checksums-Sha1:
 84782a182b5655ebdc3ae9a84418dc2bf7c9741d 2463 python-limits_1.2.1-1.dsc
 b7d401b2828265220efb6e46576a11d30481fc1d 60383 python-limits_1.2.1.orig.tar.gz
 adfa2f361925e5019bb6b0e41b40da4d93714479 4576 
python-limits_1.2.1-1.debian.tar.xz
 c8823edd111f531a373a4d333eae83caa0b11ed9 37866 
python-limits-doc_1.2.1-1_all.deb
 1e6c304b1b0f3535eda91a5664eb78ac6a239bac 15452 python-limits_1.2.1-1_all.deb
 eb1edc139ab2dc9d8eac1822dc9977db5cfb1eb1 7147 
python-limits_1.2.1-1_amd64.buildinfo
 00697f5bc209800051a58c6a60bc66cf9525f38f 15534 python3-limits_1.2.1-1_all.deb
Checksums-Sha256:
 d2380b341b74d3e2337f614330952c08d9232c3114f659c2c0ebedeb95e5577a 2463 
python-limits_1.2.1-1.dsc
 851347afe95fc8d0c09fb23ce3f99028ee5ebfd6d7ce18e6fff8db0349ea744a 60383 
python-limits_1.2.1.orig.tar.gz
 597240870158b8cdd53c2964f6238e00fe4c48ab332b79714e65476353c6f7c6 4576 
python-limits_1.2.1-1.debian.tar.xz
 35a07c5aebc6d3fb6aec7874e5b2db8e571ded7f5e5b9a676ca8979e4bbbf22f 37866 
python-limits-doc_1.2.1-1_all.deb
 479c114971afacf92e439697f7c00e43b168a20f44173a5fa33c26124f889321 15452 
python-limits_1.2.1-1_all.deb
 4e14ad0bb5c842a34d4bc3fcd553a5ed603cb8a440e665b4a25a278825cb3136 7147 
python-limits_1.2.1-1_amd64.buildinfo
 79699decc631b140d6c350f60a354e7fe0cd2527ff946f00f63272daf1b9303c 15534 
python3-limits_1.2.1-1_all.deb
Files:
 199f6d54eb7272423cd39eaafba97038 2463 python optional python-limits_1.2.1-1.dsc
 45e038becb532cae160c3432be49f886 60383 python optional 
python-limits_1.2.1.orig.tar.gz
 173349e2d5d5d5559c6a7c75c6334d7f 4576 python optional 
python-limits_1.2.1-1.debian.tar.xz
 32c82cd6ead657fca82fe710ecb43023 37866 doc optional 
python-limits-doc_1.2.1-1_all.deb
 62a5f005921e023b34c17d1afae6e665 15452 python optional 
python-limits_1.2.1-1_all.deb
 2de3d20bfad7db207967214dfcf2de8f 7147 python optional 
python-limits_1.2.1-1_amd64.buildinfo
 dbfe923f74dc824b2143df030d64591c 15534 python optional 
python3-limits_1.2.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEk5VTAYR8rODpNPx77AWLMo2+neoFAlh5CJcACgkQ7AWLMo2+
nerDyxAAh+900HQJhhjHCI27x6qVttWJUBBzeqzdTIiDWzgGpsEkztw/gKh3+Jyw
kuKS20NUTnKm+fsEjBjVjgyQpXmPl+Jsv4KaZhlbHSxWmH34KwWz+Rkv17mWaAnd
nnQwcpPS0FLVBASUISzE244FsIc7Ejqi9UQWj/7ffnkg2BOKqYCN7GVkzlD3GkZ2
17UFnxB0mC9/a8Hj+rYgE3jxIu/DL2g7FfQlSdwXB+IyMUUe4v54B+5QGjehKEfY
d6Y+58Ux5s5EGsVDOF6HOFFWmX6/gMWx84KUAC8x+Y23p3tdYX7m6t3XT7QZzEMu
DA/3oO3TT27UMV5goJx04bSk9QHzwjgc+9diM8kYdfXepkAOcLHs6xPhynGzvUIJ
h/sl/VMB57pWH7GkxBjJgwBVr28zb4KXxwUh1iOFDXc3vTqQiEFaRuJbd5f/f+yi
HJw9OTTQwa3zK5rqZKm1yR8WQAuoQM0Zk7U9brjXlA+e0PAZ/68dCBrVdRV950JH
RWxNNcAoS+0vHK/ioYTY//M0d1QizuDPywg/kzHDGFYi26kqE+5e4hNhMyoYb9yH
ryM8v0o7oNCkO4v5hzXNv+RR1iOkjDF48jWKyZ2b++sEzpBzyEAy9HH3XHi2HnkA
b81qgbviou2qSyM1myA3GAS3eOqRTppSrgWo7wH0semK1ohIYGk=
=P+qP
-END PGP SIGNATURE-



Accepted flask-limiter 0.9.3-1 (source all) into unstable, unstable

2017-01-16 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 16 Jan 2017 16:21:28 +0100
Source: flask-limiter
Binary: python-flask-limiter python3-flask-limiter python-flask-limiter-doc
Architecture: source all
Version: 0.9.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-flask-limiter - Rate-limiting for Flask routes - Python 2.X
 python-flask-limiter-doc - Rate-limiting for Flask routes - Documentation
 python3-flask-limiter - Rate-limiting for Flask routes
Closes: 851290
Changes:
 flask-limiter (0.9.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #851290)
Checksums-Sha1:
 fe7921a30f06d4c3a6be768e1b9c65c4521c173b 2480 flask-limiter_0.9.3-1.dsc
 a408229b44c47fa012b217b54cc47a14f163ee1a 85860 flask-limiter_0.9.3.orig.tar.gz
 68b4e260eba58900d0d36acbe3a1e8923ce316ff 4276 
flask-limiter_0.9.3-1.debian.tar.xz
 f3608ab1c67c7696051362a61eb969393deff59c 7448 
flask-limiter_0.9.3-1_amd64.buildinfo
 b4c7972bb200bd83de7a550cbaa88a192993373a 96368 
python-flask-limiter-doc_0.9.3-1_all.deb
 e6dda95dc1c9ec1632babb320ac79388acfe539e 15046 
python-flask-limiter_0.9.3-1_all.deb
 e66ef494aab0d47e38812c945ea66c4f27852d40 15110 
python3-flask-limiter_0.9.3-1_all.deb
Checksums-Sha256:
 b975a0927782fae219bce96b0f74ad0308a6de89ec95f7aa813bb2351ddd6ec9 2480 
flask-limiter_0.9.3-1.dsc
 525dacf38ee7f80e17c60fb3f341a1250fbf7cb5cdd24520600a024c79be8b33 85860 
flask-limiter_0.9.3.orig.tar.gz
 7fe4bdc1df77f355ab0eebb2b0a39cdada50b88eba051bd23e0f6d849d9d6cc6 4276 
flask-limiter_0.9.3-1.debian.tar.xz
 8bccf20d66d35ca56a891a8fc4572856265fa97148529deec06d0cd6f8f531c8 7448 
flask-limiter_0.9.3-1_amd64.buildinfo
 2fdd8d5587311b4884b94943d82726ee32af99fa555b166a07c4b60fd331da64 96368 
python-flask-limiter-doc_0.9.3-1_all.deb
 8446157c63237e1e002feca44e501d687abb70a3040c9fe7499d981f793f38d2 15046 
python-flask-limiter_0.9.3-1_all.deb
 677366234d963360d376d06942a90a4654bb1cf0fef458d39112be1b2636f9cc 15110 
python3-flask-limiter_0.9.3-1_all.deb
Files:
 28a1e67a28cc4fbde379f5f124bb2598 2480 python optional flask-limiter_0.9.3-1.dsc
 fe1ea000b80468c1ffd51be9195fb47f 85860 python optional 
flask-limiter_0.9.3.orig.tar.gz
 f09a1f3b5313ca99c478a9afd138acdd 4276 python optional 
flask-limiter_0.9.3-1.debian.tar.xz
 dd1dbd4da147abe2f42df9eaf423ea3b 7448 python optional 
flask-limiter_0.9.3-1_amd64.buildinfo
 844aa0674c2acecf7d537c84e38e38ea 96368 doc optional 
python-flask-limiter-doc_0.9.3-1_all.deb
 cec39ea0ec95ae429192e77b08449b90 15046 python optional 
python-flask-limiter_0.9.3-1_all.deb
 0b04c18a5b44d4a09203c4c84e1282fa 15110 python optional 
python3-flask-limiter_0.9.3-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEk5VTAYR8rODpNPx77AWLMo2+neoFAlh8/NcACgkQ7AWLMo2+
nepJ9BAAg4NU9JvXwFdM9qlyc+ecpijR0cVdA0r01vhltL0n6JU5kfoHG5q91eaa
A/YwxF1F8Ze9lA5/2D2Wm+nyUuol0+RGeC8fSEtQ2mWWspheePmnLgFv5dSClaVD
4VAV58TWlMhVtjkblG3hKH5c96z37jUuJlX1hy9x8e/To698W7UhYGYkQ9krGQAB
09ZgAgaAJBU2KtiHB977OrJvBOW0Ju+O8ozf5nmQI3HHpnBrbuD5XLaIyjL+uL1c
RMS5LeSSKIK3AoBl9KLX8coPdFodX4v1GO9vb8TnUm4a0c2prfbSmNWwNPc8S6QN
K6+IS4EOEkyz6lKHZMBO6LwIpbKdwmMttX50tvMwVsaCM75ga7RpgtTTkwxM0s9w
RHtynawdJQpAZ2+yoGCjeX2i/+EuE/zjmgNjaamBt2zMqT34yC4q8gz2GLXsPAHm
vBfqD/qOUMoZrpHnmbZld2cNuSg6ovN88xlu7ml8h/lRY8nCdPUe/iK/UnLNSN7S
VouJW914j8wzImYmvvKAPP3qhvemwof6p7SXByGkffsYloRw3UFH4euw7m2NIp1w
Eh7gOjyaW9qo/7M+qpmonlcPJNqxPWs7XIZ1tdVfMBucBwC4le4uL/qhkyoko5g2
gF3laDh+mnL0yswhOnjuYV8WtJ/bGYh9SOxGAE8bzAvt/r9TRo4=
=7cny
-END PGP SIGNATURE-



Accepted hiro 0.2-2 (source all) into unstable

2017-01-16 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 16 Jan 2017 15:44:23 +0100
Source: hiro
Binary: python-hiro python3-hiro python-hiro-doc
Architecture: source all
Version: 0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-hiro - time manipulation utilities for Python - Python 2.X
 python-hiro-doc - time manipulation utilities for Python - documentation
 python3-hiro - time manipulation utilities for Python
Changes:
 hiro (0.2-2) unstable; urgency=medium
 .
   * Add missing dependencies on runtime modules
   * d/control: add Vcs-* fields
   * d/.git-dpm: conform to DPMT tagging policy
Checksums-Sha1:
 e0290afb0c93d8c272a717c90a4989c4e75a8d87 2162 hiro_0.2-2.dsc
 136c85e8ccc9922f389110c941094e8bfdf45595 3500 hiro_0.2-2.debian.tar.xz
 c950faf2d24f0eed46ec51f757a355d1e80ed9d8 6554 hiro_0.2-2_amd64.buildinfo
 c6e3c567d4f40096b4c152b00bb0ccf3efa022d0 27188 python-hiro-doc_0.2-2_all.deb
 0a772592c12012db0449c871dab4b0fbfbc460e5 9448 python-hiro_0.2-2_all.deb
 1c107c38171e6a176965e37c1373ab6bfcdf6894 9464 python3-hiro_0.2-2_all.deb
Checksums-Sha256:
 8ffa1c29c7e5aa7e48a26568d2a736cf2c0e8efe5d3b3676b1a24494d9721588 2162 
hiro_0.2-2.dsc
 31988331475a939ec80b013e189e6cb34430db085d7d5909b1e1263f2f30cc2f 3500 
hiro_0.2-2.debian.tar.xz
 480ec4153a699f74439ed88189a9ffe75ed350016f043968c9e58fc743c2c6a9 6554 
hiro_0.2-2_amd64.buildinfo
 f7d021bcee16fb0af1fdd55a6af78e662eafab8a407a33039bb80d96f087546a 27188 
python-hiro-doc_0.2-2_all.deb
 8f6829ab60a94fd7c78952a9055e8da0321fc5e650ea7e46b27a449a5185adda 9448 
python-hiro_0.2-2_all.deb
 f70bcaca80a876b7d7ddf59e47ac4333bc981e8cb987ea09f751ab73fbff8b5b 9464 
python3-hiro_0.2-2_all.deb
Files:
 4f574c538dd5595d41a44054c02152b3 2162 python optional hiro_0.2-2.dsc
 5d5526361e5d718141f0a17ad12559ec 3500 python optional hiro_0.2-2.debian.tar.xz
 6eb3c5762e11177e11485e7d6147f245 6554 python optional 
hiro_0.2-2_amd64.buildinfo
 c9f925c416ba13b768517a962d762e61 27188 doc optional 
python-hiro-doc_0.2-2_all.deb
 a0feca03f7c018ec1aef0b56e46218e7 9448 python optional python-hiro_0.2-2_all.deb
 c738eba807548646b09ac4956a8f52b0 9464 python optional 
python3-hiro_0.2-2_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEk5VTAYR8rODpNPx77AWLMo2+neoFAlh83O0ACgkQ7AWLMo2+
neqBuQ//QKOlUXfEzfbauRGeDUyT4iu4tpiuDsUK+PoO+3qhQW08KwBQyADwZ5t8
PznZjdmiMUH4+cZutkpAEWAQZcN1wTT6d4/Q+gFfuBEzAgD7YrHlm95e2IpUQMKb
eMCpMHz5wVPq0A024KaXl9+oFuCyhRwaw9BhT2Hk+G62gtsEypnFm81UdUrhX89t
xIQDgUUkMGHVQDX/avHwtA8uwU/zFllpltPWvOjzuRXOdJVXqXFSCkIsPA+Lcgor
Mp7X3RjkpbDTbCV3+hLn/vV/G2dFNfkWuu+6pNb0WCWpG52KO+AKkkEPUpEdySOk
Lm0jVH85fyjYkEgIoIqG6+ZvFe58rnyOLwEYHuh6jGVzxM1IGA+Ssy8ADpZ8f+Aw
RbYgzo1FFF7Sp71FRQ7nVePTKRCQM+Q4iKG5CMNnEwwwjS110PWum2jM00EKMwcX
/Ufrb6a6vaMR51ZxqmBZrt8Ab9VCms1pHoy6UXlWCkW4MNZOwu02x5H5BnW16lf6
6m7Vloq/er4LhkHuKt/aoHfCGWCezvytn41O8NbCE4hRySIMMwf7/CW4fljyQ2n5
NV8b/Cp3Q+oui9cQcXg0WEZL732rDG8HwD2XzfwhgR7PtrmUlUl55YM3m0/bUO66
WjMtTqFgAwRC4A2v6Jmjc/5UlvpdHo8xAkofzR/HD0SLLUZvuiE=
=clsy
-END PGP SIGNATURE-



Bug#851290: ITP: flask-limiter -- Rate-limiting for Flask routes

2017-01-13 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: flask-limiter
  Version : 0.9.3
  Upstream Author : Ali-Akber Saifee
* URL : http://flask-limiter.readthedocs.org/ | 
https://github.com/alisaifee/flask-limiter
* License : MIT
  Programming Lang: Python
  Description : Rate-limiting for Flask routes

 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions.
 .
 Flask-Limiter provides rate limiting features to flask routes. It has support
 for a configurable backend for storage with current implementations for
 in-memory, redis and memcache.

This package will be maintained under the umbrella of the Debian Python Modules 
Team



Accepted hiro 0.2-1 (source all) into unstable, unstable

2017-01-13 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 12 Jan 2017 16:45:04 +0100
Source: hiro
Binary: python-hiro python3-hiro python-hiro-doc
Architecture: source all
Version: 0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-hiro - time manipulation utilities for Python - Python 2.X
 python-hiro-doc - time manipulation utilities for Python - documentation
 python3-hiro - time manipulation utilities for Python
Closes: 851153
Changes:
 hiro (0.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #851153)
   * Remove useless sphinx extensions to allow build
   * Avoid privacy breaches by patching out external badges
Checksums-Sha1:
 36c79732b12a64e19fc2b38305b88eaa5d5fa225 2011 hiro_0.2-1.dsc
 98de84663400de673df7be7c746715d71a01ada5 14772 hiro_0.2.orig.tar.xz
 f4b2f58e508f0c31896106b56251c3995bda119c 3336 hiro_0.2-1.debian.tar.xz
 aeff1a29d7f9dc8de120e1a926ad68d28d4de721 6569 hiro_0.2-1_amd64.buildinfo
 977395a8edb8739ba363b6e4f96a46abb86c97d2 27084 python-hiro-doc_0.2-1_all.deb
 c773b80a15c5a44a17d8d0f86c52294c561bc9b6 9336 python-hiro_0.2-1_all.deb
 c4f18e741cef2063b4050cc545d62a7d9d8d4333 9346 python3-hiro_0.2-1_all.deb
Checksums-Sha256:
 8a2eb73ef4e39e51d896925c0b7c7b5f97bf49a0413e00a20dafc8107b997b0e 2011 
hiro_0.2-1.dsc
 0d9aa809b28f576e6aabde742fd84fddf69534b1368c995d5ed4e2656dab578d 14772 
hiro_0.2.orig.tar.xz
 ab398d47ea05caf622588e311ab7953a68cab6536e5705f51b99e2e2733d236a 3336 
hiro_0.2-1.debian.tar.xz
 0e020a11613660c37541bc47bf1aed2898695a1f26cff277c837e7bbfb34e958 6569 
hiro_0.2-1_amd64.buildinfo
 a9b73745159938c39233163aa43f952213f16bb0199fba76dfa230c5baa261d7 27084 
python-hiro-doc_0.2-1_all.deb
 0ffe174d5342573c1250732f361416082e95388560b6b586402c745aefb3f903 9336 
python-hiro_0.2-1_all.deb
 25403d284aec6c5ef6751d55969f23dd278e2f6104b9584319b36c6cc60c3c3c 9346 
python3-hiro_0.2-1_all.deb
Files:
 9c86a77be1ef7ecabf4e2283203dfb6e 2011 python optional hiro_0.2-1.dsc
 918a32546ad985db9cf103c39a4dfd82 14772 python optional hiro_0.2.orig.tar.xz
 2ef24b69215136388f600071078a9234 3336 python optional hiro_0.2-1.debian.tar.xz
 24a6123491a43be2dc386bb58025da29 6569 python optional 
hiro_0.2-1_amd64.buildinfo
 d89d200ab4e6f9927ef12a4b1a4ef6f3 27084 doc optional 
python-hiro-doc_0.2-1_all.deb
 0107d96d9377fcc14136ca745b82c7c6 9336 python optional python-hiro_0.2-1_all.deb
 b2fdbd9ec82276020178a87c0e0890af 9346 python optional 
python3-hiro_0.2-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEk5VTAYR8rODpNPx77AWLMo2+neoFAlh3qIQACgkQ7AWLMo2+
nerv6A/+KIwk5EDdsyYa/H6/ytJ6JkZztbXdQFClD0RT1Zvz84TpAzVxOSKJfc66
OlnA8QUs4Q9SNVhnRkufX/yxhoy7dttBvYME270BQlGf1cI1/SRdkPA57VolJCUn
9cW6oLb7nmB6FrJ/eFFquANrXa27x9GKsfEDVSMVz50xMuy223an/mxWAnc/ir7c
K6qbfjCpwOIdZcUlDAKC7aEEM71KTH9AR0sooEWwIvvO0PklLNHbii6yTs9fegDD
PLcCHCcE6GG06XASEP2r+jqqR5rkTKsjMAu5mW3EWzZM+7vDwsTZSkmkBgaDZ3dQ
hFsT+dz2sz83yt/3cu+WXIbGhTfwY/xqnt7mm64KyrEZzKQAuRjpV2IAmpdmbKqB
6GQc+9Qo2kRHfu5SMmKdebDJagYJIZOXRSNRW5oB+ZOu3ftmvdwgP3/vZ/p1VMMU
izt4l4jNEa9leUNBYkD5iIfhuXGwxr5EljdGtjs00ptuYAVmQWOj6Dak2j/B+krF
OnC1IcPDaNDm0OweaPv74T4ToENb0SXW+PftjpsjOLbUS60F3HDyOo+3TTQCTzcz
qLSWfui6Y2Ko/IjY0K8HozXMwXf6jPSTQWMn72oh/az7RwGH+8mJt7nEJfz0zN0K
iZgXstKZB2VgTfntThHzMPpAnM1tFLqCRP6e0Q5pfoW53Pv52ZA=
=xN46
-END PGP SIGNATURE-



Accepted redis-py-cluster 1.3.3-1 (source all) into unstable, unstable

2017-01-13 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jan 2017 15:51:41 +0100
Source: redis-py-cluster
Binary: python-rediscluster python3-rediscluster python-rediscluster-doc
Architecture: source all
Version: 1.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-rediscluster - Python interface to a cluster of Redis key-value stores 
- Python
 python-rediscluster-doc - Python interface to a cluster of Redis key-value 
stores - Documen
 python3-rediscluster - Python interface to a cluster of Redis key-value stores
Closes: 851255
Changes:
 redis-py-cluster (1.3.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #851255)
Checksums-Sha1:
 55eaa230834b0af7e0c3f00ef0f8d3ef0ab875f0 2354 redis-py-cluster_1.3.3-1.dsc
 6bd11aec24aa1a810f1c2a1f095bcaadeb09917f 99756 
redis-py-cluster_1.3.3.orig.tar.gz
 d91c1d5d56e13c5c57fa3cff4befb1bd23df3528 2392 
redis-py-cluster_1.3.3-1.debian.tar.xz
 9140c3aa25615c0e10aa2939dce94e3c4d48d870 49894 
python-rediscluster-doc_1.3.3-1_all.deb
 c30d6d8538e3139b47448415a06db0c31736e2f4 27694 
python-rediscluster_1.3.3-1_all.deb
 97a4152b5bb3eb50e42590bf45bba2f4c6dd4b11 27716 
python3-rediscluster_1.3.3-1_all.deb
 bd83af7b09e23f26077e3789059bd793a669c82f 6762 
redis-py-cluster_1.3.3-1_amd64.buildinfo
Checksums-Sha256:
 8ebc236007645565373f5fcdc37928adb28078496a218a93c9bfedaf96c86c21 2354 
redis-py-cluster_1.3.3-1.dsc
 d026a5ffac36beab71e43c49c0b12866765196615ae3a60ae2992bb15833b6b1 99756 
redis-py-cluster_1.3.3.orig.tar.gz
 99704ecdfc0f949b93982efc11648f4c73af1bcbc02c9500ac2b9b3b71877552 2392 
redis-py-cluster_1.3.3-1.debian.tar.xz
 7a532cf56b485bda4030ca917d43e4297fb4b3a1ce6b805ba629b9eeaeb18800 49894 
python-rediscluster-doc_1.3.3-1_all.deb
 d297e2654731ffd2c8aa86cacd2271e37aaea0cce1c8753e6518401487ca3f6c 27694 
python-rediscluster_1.3.3-1_all.deb
 fbaa817177260b6f284210d2818e92e7e6a8900dfc53e1eedd81e1683aa60bf2 27716 
python3-rediscluster_1.3.3-1_all.deb
 480a868e0d844d6e98b68fc759ce3e5cf8ab9347557da4f8fe7e0e5b764e 6762 
redis-py-cluster_1.3.3-1_amd64.buildinfo
Files:
 0ec75219d4fc0d9f407df6dcf67c4759 2354 python optional 
redis-py-cluster_1.3.3-1.dsc
 c9b8202755d607cc8d219b96cfff174c 99756 python optional 
redis-py-cluster_1.3.3.orig.tar.gz
 cb8c85fae3d29099801ffed02742613f 2392 python optional 
redis-py-cluster_1.3.3-1.debian.tar.xz
 295a56b00eb7e8364a08cdc122f03b74 49894 doc optional 
python-rediscluster-doc_1.3.3-1_all.deb
 c6fa1c823ce39e30ab962b39142dea47 27694 python optional 
python-rediscluster_1.3.3-1_all.deb
 222d43c50617d0a0b34509a60a68f38f 27716 python optional 
python3-rediscluster_1.3.3-1_all.deb
 d1c1616863e88878effe9381074f082a 6762 python optional 
redis-py-cluster_1.3.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEk5VTAYR8rODpNPx77AWLMo2+neoFAlh46mUACgkQ7AWLMo2+
nep5JRAAmdKEWAzxUSfvQ0kiZhUI//btlrExmrx9rSgqCUe9smfwuDHALdKXMkym
fwye6/QI5ZQeeg/5+hYi2fHaA8xuMCTaqYVyDYqf4oXQFuzFPcdcHdV1J1Kk/Zfu
4nAOotU5PK3k8uPCrgb65vMrgJ4ojP+2llI8M+cg4M4BF2C+hG4EVEkDGHz2fVee
+bIF4k0tjygXc1OVyRFMfwL0H8VliZa1oKeAIefn5S3Tqr/z9G5FczAKf5lkyNqD
lBZAKf+FT+E9r31gUvxURJEbiXz3Brj9vgtk/q8yQgCR2jojXTGtFvltRq69rKFo
6YuqWOsveRlt1d8R/MbSfAnxSyeJULvzV0MSmiiQe99eo2j8LmLXI6yW2UQpwmFj
vicd03IYiOa0lCNrudVBzd+P2TdURHH4vPxrXsHDtmns5a9gBnaUYFnYyL+GDg3f
xMfwXRuIDbrvew9HP+b/FyZPQDO0vqA0VV7YV6c20i3ABBODnLWKLkoOy1QCHEsE
VzBRCTpI2uw1e1Wf2zuFt+N/8QE0cpo5YBoEfy3KaGZCye96UCigjtUP/Wago3/d
9uDA4MYwMksB5nONuHk+U1XRGAtHMFsX6mBxNlnJUI9U0WCTHmKudwXNZhLaUUZT
OLPgWA97cmo2q3gG+LTFsTOauY62swi9RB1ehoFS0pwZIn2Byf8=
=ELGw
-END PGP SIGNATURE-



Bug#851272: ITP: python-limits -- Rate limiting utilities for Python

2017-01-13 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: python-limits
  Version : 1.2.1
  Upstream Author : Ali-Akber Saifee <a...@indydevs.org>
* URL : https://limits.readthedocs.org
* License : MIT
  Programming Lang: Python
  Description : Rate limiting utilities for Python

 limits is a Python module providing utilities to implement rate limiting using
 various strategies, such as fixed or moving windows, and various storage
 backends, such as in in-memory storage, Redis or memcached.

limits is the back-end and base implementation of the rate-limiting algorithms 
provided by Flask-Limiter. The module will be maintained inside the Debian 
Python Modules Team



Bug#851255: ITP: python-rediscluster -- Python interface to a cluster of Redis key-value stores

2017-01-13 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: python-rediscluster
  Version : 0.5.3
  Upstream Author : Salimane Adjao Moustapha <m...@salimane.com>
* URL : https://github.com/salimane/rediscluster-py
* License : MIT
  Programming Lang: Python
  Description : Python interface to a cluster of Redis key-value stores

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 rediscluster is a Python library adapting the upstream Redis bindings to enable
 sharding among different Redis instances in a transparent, fast, and fault
 tolerant way.

This package will be maintained under the umbrella of the Debian Python Modules
Team. It is a dependency of python-limits, which in turn is a dependency of
Flask-Limiter which I intend to package.



Bug#851153: ITP: hiro -- time manipulation utilities for Python

2017-01-12 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont <ol...@debian.org>

* Package name: hiro
  Version : 0.2
  Upstream Author : Ali-Akber Saifee
* URL : http://hiro.readthedocs.org/ / 
https://github.com/alisaifee/hiro
* License : MIT
  Programming Lang: Python
  Description : time manipulation utilities for Python

 The hiro module provides a context-manager which hijacks a few commonly used
 time function to manipulate time in its context. It allows you to rewind,
 forward, freeze, unfreeze, and scale time according to given settings.
 .
 Most notably, the builtin functions time.sleep, time.time, time.gmtime,
 datetime.now, datetime.utcnow and datetime.today behave according the
 configuration of the context.

hiro is a test dependency for python-limits, which itself is a dependency for
flask-limiter which I intend to package.

I will maintain those packages under the Debian Python Modules Team umbrella.



Soirées de Conribution au Libre Parinux, tous les Jeudi soirs à la FPH

2016-10-07 Thread Nicolas Dandrimont
Salut tout le monde,

Je relaie une initiative sympathique de nos ami.e.s de Parinux, à laquelle je
participe régulièrement depuis quelques temps maintenant, au cas où ça
intéresse d'autres.

Tous les jeudi soirs, Parinux organise une soirée conviviale de contribution au
Libre, sous toutes ses formes. Parinux fournit une salle, de l'électricité, de
l'accès internet, et les participant.e.s ramènent un peu de carburant (des
trucs à boire et à manger, que l'on partage dans un buffet participatif). Tout
le monde discute, refait le monde, et bien sûr on utilise l'occasion pour
avancer sur ses projets au sein de logiciels ou autres initiatives libres.

Dans les groupes qui participent, Parinux, Fedora, April, OpenFoodFacts,
WikiData, Ubuntu-fr, et plein d'autres!

Ça se passe à la FPH (Fondation Charles-Léopold Mayer pour le Progrès de 
l'Homme)
38 rue Saint-Sabin, 75011 Paris (Métro Saint-Sabin, Bastille, Chemin-Vert), à
partir de 19h30, tous les jeudis.

Plus d'infos sur le site de Parinux :
http://parinux.org/?q=content/soiree-de-contribution-au-libre-du-13-octobre-2016

Si vous voulez le digicode pour l'accès, envoyez moi un mail!

Amicalement,
-- 
Nicolas Dandrimont

Avoid the Gates of Hell.  Use Linux
(Unknown source)


signature.asc
Description: Digital signature


Organisation Paris Open Source Summit (16-17 novembre 2016)

2016-10-07 Thread Nicolas Dandrimont
Salut tout le monde,

Debian sera présent au Paris Open Source Summit[1] (ex-Solutions Linux et Open
World Forum), qui aura lieu les 16 et 17 novembre prochain aux Docks Pullman, à
la Plaine-Saint-Denis[2].

[1] http://www.opensourcesummit.paris/
[2] 
http://www.openstreetmap.org/?mlat=48.90376=2.36011#map=17/48.90377/2.36011

Le stand nous a été confirmé, et Debian France est en train de s'organiser pour
commander plein de goodies qui seront à disposition sur le stand.

Si vous passez dans le coin, et que vous avez quelques heures de votre temps à
donner pour aider à tenir le stand et parler de Debian, merci de vous inscrire
sur la page de coordination sur le wiki Debian[3]!

[3] https://wiki.debian.org/DebianEvents/fr/2016/POSS

Merci de votre aide, et à POSS,
-- 
Nicolas Dandrimont

BOFH excuse #422:
Someone else stole your IP address, call the Internet detectives!


signature.asc
Description: Digital signature


Accepted backports.ssl-match-hostname 3.5.0.1-1 (source) into unstable

2016-07-21 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Jul 2016 17:36:44 +0200
Source: backports.ssl-match-hostname
Binary: python-backports.ssl-match-hostname
Architecture: source
Version: 3.5.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-backports.ssl-match-hostname - Backport of the Python 3.5 SSL hostname 
checking function
Changes:
 backports.ssl-match-hostname (3.5.0.1-1) unstable; urgency=medium
 .
   [ Nicolas Dandrimont ]
   * New upstream release.
   * Update short description to match version.
 .
   [ Julien Puydt ]
   * Fixed file conflicts with other python-backports-* packages.
   * Pushed standards-version up.
Checksums-Sha1:
 720b15c2137bfd56c3f5b68a7ca01a40d664806f 2248 
backports.ssl-match-hostname_3.5.0.1-1.dsc
 0567c136707a5f53b95aa793b79cc8d5c61d8e22 5605 
backports.ssl-match-hostname_3.5.0.1.orig.tar.gz
 63fc30d883a176dfd7fcbce4725d6e13cc3b5be5 5468 
backports.ssl-match-hostname_3.5.0.1-1.debian.tar.xz
Checksums-Sha256:
 75f3d2d63bfd880bd48a31dd11f4c2239608361007ed0ae2c6e10a51b351ddf2 2248 
backports.ssl-match-hostname_3.5.0.1-1.dsc
 502ad98707319f4a51fa2ca1c677bd659008d27ded9f6380c79e8932e38dcdf2 5605 
backports.ssl-match-hostname_3.5.0.1.orig.tar.gz
 191eb83e8cbd805d40efd371b01119983f40a1807e7d042868a8415daaf4eea1 5468 
backports.ssl-match-hostname_3.5.0.1-1.debian.tar.xz
Files:
 ff98eac91db627c34bff217844123a37 2248 python optional 
backports.ssl-match-hostname_3.5.0.1-1.dsc
 c03fc5e2c7b3da46b81acf5cbacfe1e6 5605 python optional 
backports.ssl-match-hostname_3.5.0.1.orig.tar.gz
 641e1a5872adee2b29bc052cf4955678 5468 python optional 
backports.ssl-match-hostname_3.5.0.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXkOzcAAoJEOwFizKNvp3qURUP/3qBeTf4ad8NYIYlBvw0Abi7
xQWmF+DSbsJjhmCEt9TUaftuiAStCsepVqzPxAgFqIOn4eVeZdEEEGRFRSUMf2Zg
pBsE8ybW3nw0VNxxaMygVWb3DfRGAXSHf5OrfsoCR6ceFPIQ0Pw4SvoVAmblpCTg
1ZRY+4lL+nHstbd9TJhFsixV+J7SscgI0SMf1zMd5Ebna2gLOaXpPGECaRbz9QJu
9y3PwhdDxVu7AlHYsQT+DtoWX7/u6kA5w1zbRWPX5M3AAYucDDz6ebdoB3QOBdfF
pKv9JdkD97PC0PDv+rU0cWR36utFtdQhTMlAk1TzJN6zPLYXcLO1cpSF1aLBzBHl
CZNnf9Lh8Xpo583zP1KuF9OmtIBMeKsEp0iVMvsA57u37ndHTybm4+U5dPcw/She
XLVyE0srra++cqe5xkqbSi37I28zzp+2MOe5x0qbhSJd1KT6spzbG5Rx2VzfWaf0
6HAO1L+yRNphaLhxO98VWUqCfF4o6ezGPU48pK1QtBcMyreiwxkDxUsgWXnsaF/S
IrN5BXs1KbSRfmGUYi6RLnMbcOeMHtj1hyenccfT3OtTe1bbr1ixsTUjYzJ9EUSg
Uzh7/YdhRu01HIMHohEGv6u7INsbBSss2Ftz3cfeRD8eAOl6M9Hk71RPf+ANUOoC
uDBVxYjgN+hw89eUmAMb
=10gP
-END PGP SIGNATURE-



Orphaning the fedmsg stack (packages + infra) [was: Re: Status of fedmsg for the Debian infrastructure]

2016-07-18 Thread Nicolas Dandrimont
* Simon Kainz <ska...@debian.org> [2016-07-14 15:03:56 +0200]:

> Hello,
> 
> in the QA BoF at DC16 fedmsg was briefly mentioned, and I only found
> [0], but could not find out what happened to the project. Has somebody
> some more information about this?
> 
> [0] https://lists.debian.org/debian-devel/2013/04/msg00764.html

Hi Simon,

fedmsg (the software stack) is currently unmaintained in Debian, and I was
about to orphan the packages as soon as I came back from vacation.

The infrastructure that creates fedmsg events from Debian events is currently
kind of working, which means I sometimes restart the service when someone pings
me about it. DSA has provided a virtual machine to move this to Debian
infrastructure, but I haven't had the time, nor seen the interest from others,
to do the migration.

Basically, I'm giving up. It was a nice idea, but it seems that people actually
like parsing emails. If you want to take over, I'd be glad to let you do so. I
know from a corridor discussion at DebConf that there might be some interest
from the NM team if the Debian integration is revived.

Sadly,
-- 
Nicolas Dandrimont

Dijkstra probably hates me
(Linus Torvalds, in kernel/sched.c)


signature.asc
Description: Digital signature


Re: Debian i386 architecture now requires a 686-class processor

2016-05-11 Thread Nicolas Dandrimont
* Marc Haber <mh+debian-de...@zugschlus.de> [2016-05-11 10:47:52 +0200]:

> >The third reason is the question of how much in detail the release
> >notes should actually be. In a strange way in the past they were too
> >short. That made me reluctant to suggest entries for low-popcon
> >packages as their significance doesn't match the prominence of being
> >mentioned in the notes.
> 
> We could have a "show-release-notes" package containing a script that
> scans (pre-upgrade) the installed packages and shows all release-notes
> relevant to those packages. This would need the release notes to be in
> a somewhat automatically-selectable format, most easily a http-served
> directory somewhere with a packagename.txt for each package that has
> relevant text that went past the package maintainer and the release
> team. Some thought needs to go in there for the cases where package
> foo is superseded by foo2. Most easily this could be a simple symlink
> in the releasenotes directory.

That really sounds like what apt-listchanges already does.
-- 
Nicolas Dandrimont

BOFH excuse #147:
Party-bug in the Aloha protocol.


signature.asc
Description: Digital signature


Accepted flask-testing 0.4.2-1 (source all) into unstable, unstable

2016-04-21 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Apr 2016 13:30:34 +0200
Source: flask-testing
Binary: python-flask-testing python3-flask-testing python-flask-testing-doc
Architecture: source all
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-flask-testing - unit testing utilities for the Flask micro web 
framework - Python
 python-flask-testing-doc - documentation for the Flask-Testing Python library 
- documentatio
 python3-flask-testing - unit testing utilities for the Flask micro web 
framework
Closes: 807054
Changes:
 flask-testing (0.4.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #807054).
Checksums-Sha1:
 e6c8138f78c1302a5f8d7c4dec1ffeb7982491ec 2364 flask-testing_0.4.2-1.dsc
 0ef17abac8fc8fac1da3fc4786c289bae4608c32 40994 flask-testing_0.4.2.orig.tar.gz
 ba19347a137e24dd1cb3d43f52cd6c052202dcbb 3044 
flask-testing_0.4.2-1.debian.tar.xz
 fb1f82bff56d7d106792a2c3d02fdaae36a106f1 43338 
python-flask-testing-doc_0.4.2-1_all.deb
 98d6c477cadfe02419b81fb4ef2afb168ec3e349 6530 
python-flask-testing_0.4.2-1_all.deb
 f5666d5f1e0d0692abcd4528c4a7a5d3114a8c52 6584 
python3-flask-testing_0.4.2-1_all.deb
Checksums-Sha256:
 7df349e8ad765ee89a94e4c4868daa174806c409714b7f1504fb3b035146586d 2364 
flask-testing_0.4.2-1.dsc
 921c7c653e0d511ed87fbf70d984e27afea8dfa7e10b358689863d7a63e05321 40994 
flask-testing_0.4.2.orig.tar.gz
 da35ef75d28cade1767b201aa6d779ceaa09e3cce218ea014f13ed9f82a3db37 3044 
flask-testing_0.4.2-1.debian.tar.xz
 f1b6977a5ce1bca09c1c59e36f778a034076015e983536f7ac51753c052b7d83 43338 
python-flask-testing-doc_0.4.2-1_all.deb
 af047b86f1a70f67f576b3020a19d4a14de373b5e277c572849cdeba93e6778f 6530 
python-flask-testing_0.4.2-1_all.deb
 1de8725c9f016954961ba13ab639a35cb73427582fe0ed8c37c84d7bd63299a9 6584 
python3-flask-testing_0.4.2-1_all.deb
Files:
 eb4816871e4d347fb18c545c58fbb5c4 2364 python optional flask-testing_0.4.2-1.dsc
 f47d9b859bae7ac43728cf61ca3eaa88 40994 python optional 
flask-testing_0.4.2.orig.tar.gz
 69691505b7a1bf7d1f278210c1a92f1f 3044 python optional 
flask-testing_0.4.2-1.debian.tar.xz
 422a6570542a035e5b1d5f8cfc628667 43338 doc extra 
python-flask-testing-doc_0.4.2-1_all.deb
 49b5489789f480b05639a69459a5f495 6530 python optional 
python-flask-testing_0.4.2-1_all.deb
 c63db75241d71c00b588c2287cb92664 6584 python optional 
python3-flask-testing_0.4.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJXF2l8AAoJEOwFizKNvp3qPWYP/jfez75riQ8oZ9i1mGWjuPKQ
+ZacG28izXJn7hYMwuCDm6+6rL+aB4ufEHs8p57uj5hYA+//BO7JSeqQbdvqEB8D
IOU46HbgCB5J1Gq4hCg14rKXz0Fz28/2CjauuA3gUdFIFF2CCOGwu91+2KBfC45s
udv5qqNEDxlRgJ+VXuri6dwe42PW20kNIUOIMioIBjAVmwmVK3F43uRAjLXRaJYE
1DRCCevae8gK+ihgVx+XYq/pcj59c8Dps0G416mjhfgkMsThfg6ASfZztYCHJxtT
LlJVG9BNduLStLnJExydb4amQL2uDOBOA6VHI2cJjSY1iPtSIevcA36dSuibcPht
LVwB2THSD9X0MsB9vLXCgP1h97um5YX8xM8wrSVUNtVfI53eWs6V3x45UaRCcg6U
zZiH8h84nUHd0exXhAiaP8fLizJstUhSvPnL4zzske4zWgJZwcBLM3/mqoqtgPHU
ehMOYUxVK1BDVtqVPUD2lhGnUsBeCpjBBUQIpBJb6BY8REhNJs8uiQy2LeojTpDJ
ND+CvARNZyxpbFOWFJQ34JnbYuZQRvBlbAYrMLI8nfPHCsDWm/cyY+m9r6/uGZMl
SM8iAVhvUtaYO0q6aq45RIcODcP3d3ALnb0GdiXnEXd2i5zUqkuoJWERlT81XHnJ
qY8Em4lUEHYq4ENMS+vW
=WpYa
-END PGP SIGNATURE-



Re: ITP: python-browserid -- Python library for the BrowserID Protocol (Mozilla Persona)

2016-03-24 Thread Nicolas Dandrimont
* Pierre-Elliott Bécue <be...@crans.org> [2016-03-23 22:44:18 +0100]:

> Control: owner -1 !
> Control: retitle -1 ITP: python-browserid -- Python library for the BrowserID 
> Protocol (Mozilla Persona)
> 
> Hey,
> 
> I intend to package. VCS is up, the package builds correctly.
> 
> VCS: https://github.com/P-EB/python-browserid
> Build results: https://peb.pimeys.fr/packages/python-browserid/
> 
> Comments welcome, and if everything seems okay, please, I'd like to request
> for sponsorship on this package.

Hi Pierre-Elliott,

To get more luck, you should really use the proper channels for sponsorship:
either the debian-python mailing-list specific to python packages, or the
general sponsorship-requests process on the debian-mentors mailing-list (more
info is available on http://mentors.debian.net/sponsors).

Cheers (and good luck with your packages!),
-- 
Nicolas Dandrimont

BOFH excuse #287:
Telecommunications is downshifting.


signature.asc
Description: Digital signature


Accepted flask-api 0.6.4+dfsg-1 (source all) into unstable, unstable

2015-12-09 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Dec 2015 13:21:04 +0100
Source: flask-api
Binary: python-flask-api python3-flask-api python-flask-api-common
Architecture: source all
Version: 0.6.4+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Description:
 python-flask-api - Browsable web APIs for the Flask micro web framework - 
Python 2.X
 python-flask-api-common - Browsable web APIs for the Flask micro web framework 
- static res
 python3-flask-api - Browsable web APIs for the Flask micro web framework
Closes: 807053
Changes:
 flask-api (0.6.4+dfsg-1) unstable; urgency=low
 .
   * Initial release (Closes: #807053).
Checksums-Sha1:
 1db76ad6f546891c6e8ea34399afd8315194741e 2285 flask-api_0.6.4+dfsg-1.dsc
 b0344218348147ab0bf016a17c00c295eba9c4d6 44159 flask-api_0.6.4+dfsg.orig.tar.gz
 e3a4c93189340781607914879d6490e3ffc5c5c3 3608 
flask-api_0.6.4+dfsg-1.debian.tar.xz
 b1c1bee26e0ea5184900619a5efa125abd8c994a 28788 
python-flask-api-common_0.6.4+dfsg-1_all.deb
 3182e815175d180a83d5159c1af245617b4cc575 16200 
python-flask-api_0.6.4+dfsg-1_all.deb
 eff7712d785f3ab2a47e851b23976fdb322b3182 16272 
python3-flask-api_0.6.4+dfsg-1_all.deb
Checksums-Sha256:
 45b20c1392be243acf451e1d6f581fd62f8964b7b2f1964dbb8f739649eb7b78 2285 
flask-api_0.6.4+dfsg-1.dsc
 629e9c9c0ec86ed05bf3bb77196558d81ddd5b8ec8db463b27906f75d489b943 44159 
flask-api_0.6.4+dfsg.orig.tar.gz
 fc6a23d0208a1de2e5d294ef756c11187af2f4736331f7f63d34e1019ee96ad8 3608 
flask-api_0.6.4+dfsg-1.debian.tar.xz
 70ae643b7838a450b4a5eb3bc27184cee7d12552d6c6368df57f9b7bccea4ce6 28788 
python-flask-api-common_0.6.4+dfsg-1_all.deb
 eb59affea19b9752311d360d767cc7fbf1bf11d0ce37148aa63fcd53b60f0830 16200 
python-flask-api_0.6.4+dfsg-1_all.deb
 50ee71a9fb4a3cf99c967ee0e551e3616e3bb8267306b2b7daa31822aa21847c 16272 
python3-flask-api_0.6.4+dfsg-1_all.deb
Files:
 6caedb0221526d4c70bcaffb0f4d6341 2285 python optional 
flask-api_0.6.4+dfsg-1.dsc
 9f339223e9aafae22ae73c9cb504c55a 44159 python optional 
flask-api_0.6.4+dfsg.orig.tar.gz
 30446bb7a5644c15e6605b3da15ce841 3608 python optional 
flask-api_0.6.4+dfsg-1.debian.tar.xz
 b6e8da93e0c4669de8e54db6a02517a7 28788 python optional 
python-flask-api-common_0.6.4+dfsg-1_all.deb
 23b9d30aab2341e73b337555a3c33469 16200 python optional 
python-flask-api_0.6.4+dfsg-1_all.deb
 1c4fbc70483677e0b2bf705531a92d1e 16272 python optional 
python3-flask-api_0.6.4+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVmWl0JwxUDxthmOWAQjNbxAAiwtm7Yq2+Ju7MNUnFWfA6Fr8cjhSFC3Z
M8ckrf+Vo6lWXO/akkayflpSEcBmZZtCDUCKwlONOyqHji3C0oOCUG1Mt8+o3WCF
Atp/w/tHvRMq5ULJDR3J7l1Dllk5Uf2NcWGFTUP1KDZ0ev/OZwYifZsM7loGbUYZ
t5bzOBm5wOenS7VmWGJgHEgjL4z6HWWcwRjbTGnF9NkQ8T8a0U8eFygSTB2ghtCW
ggqB6+Y6A1Qslx1HfTyATY46lBmTiEmYebVGYyD2utPPsrVIzNRVB5K1nn3JjEaD
JOfX0UTasid6qf7t/+kZw0X6PPpBxfC8oJpCD87L6WAS3l5tGN4jNMj9PqXSCfBn
J6Bwu80wqpm22rVpvoBXpXZisSRqhZh0TKJWboqicF9O+CM4ifCnIV+37S1lcm+b
F89j37PYd65PmKBmViEuq9Ew3hqatWR7EsLooJ0Aegg7kMwN2u4WqpQglurfilo5
dyXNSuTZ/Cd3H4K3evjLO7FZFBHyQBP0B6xcFjeGJI/Ng9tfm6wbbsLqIravu3MS
YsNhp94+XWqmKzkN8UcAKJnWLMpTTTjW4+nNG24208oW5+xvII5iHiUYnrqQ4aje
PPPzA66hd764oLTIsQn2dXoKVSaAceEtPfhAhgHKeCTZQmWvscGFK16toT/RKazg
VT29Ykj/gYw=
=BJAZ
-END PGP SIGNATURE-



Accepted fedmsg 0.9.3-2 (source all) into unstable

2015-08-21 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 21 Aug 2015 13:54:51 +0200
Source: fedmsg
Binary: python-fedmsg python-fedmsg-doc fedmsg-hub fedmsg-relay fedmsg-gateway 
fedmsg-irc fedmsg
Architecture: source all
Version: 0.9.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 fedmsg - Fedora messaging infrastructure system - general utilities
 fedmsg-gateway - Fedora messaging infrastructure system - gateway daemon
 fedmsg-hub - Fedora messaging infrastructure system - receiving hub daemon
 fedmsg-irc - Fedora messaging infrastructure system - IRC bot
 fedmsg-relay - Fedora messaging infrastructure system - sender relay daemon
 python-fedmsg - Fedora messaging infrastructure system
 python-fedmsg-doc - Fedora messaging infrastructure system documentation
Closes: 795391
Changes:
 fedmsg (0.9.3-2) unstable; urgency=medium
 .
   * Update watch file for new pypi.debian.net redirector
   * Fix test running for new dh-python (Closes: #795391)
Checksums-Sha1:
 de663f4f64282721ea2e8abfd096b1e542e0105f 2625 fedmsg_0.9.3-2.dsc
 7fd95cbe18eb9a9ffab75dab44dcdf744dedeb9d 14268 fedmsg_0.9.3-2.debian.tar.xz
 470a080a47e2c98d59ecc274727ae8e9d8ccaf53 41158 fedmsg-gateway_0.9.3-2_all.deb
 103c7c311b38a905c000ae31d7d62a58cb3a1599 41108 fedmsg-hub_0.9.3-2_all.deb
 486e44b6adfe785a7821c4243e23645cd94c50ba 41212 fedmsg-irc_0.9.3-2_all.deb
 610bfa55aaab754a95db133b5639bc70d258a8d7 41366 fedmsg-relay_0.9.3-2_all.deb
 5d8663878b81265baeaf0f6c4bfdf9a946dda3d1 47270 fedmsg_0.9.3-2_all.deb
 23fcef215217fc50010beb5e05659c3b64bb28fd 263186 
python-fedmsg-doc_0.9.3-2_all.deb
 f71071e3b208a2c636dc13accae0aba216c0f682 194984 python-fedmsg_0.9.3-2_all.deb
Checksums-Sha256:
 febe4e48259e90218f081cdc680f14d0a28298c47ee35ea47c397ff689bdd0b9 2625 
fedmsg_0.9.3-2.dsc
 f53916e6d62339ef1359e307ca175b6df1a51812ae4e934d7370aeba5db64fb9 14268 
fedmsg_0.9.3-2.debian.tar.xz
 5dd5e52b383915f23e23f7f1970a982084e26523ad42053617f917d7bb2684dc 41158 
fedmsg-gateway_0.9.3-2_all.deb
 165c4dbd18bf9e881289062cebb029431eda6fd3dee15bffcb7321e5d064188e 41108 
fedmsg-hub_0.9.3-2_all.deb
 0c2d200084f2faa39f02a456c34ea2cee25e6efb581a3d368c4099ad9a461bfe 41212 
fedmsg-irc_0.9.3-2_all.deb
 a90a43dc8683071e4efe74e411c8ecd4c038c85fe2b542183690406945ce2a76 41366 
fedmsg-relay_0.9.3-2_all.deb
 1132f24f2a2b1117434225a3265c484555232298e0591b712db8c977feba3ddf 47270 
fedmsg_0.9.3-2_all.deb
 0adab844cc7849bcec32e4f9254de83403abd3c1aace17cdaf83cdf9c8287ce7 263186 
python-fedmsg-doc_0.9.3-2_all.deb
 d945b43ece6c8695d0a2e559d185e1646f8bba43dc33ba7e8c120c5118ee 194984 
python-fedmsg_0.9.3-2_all.deb
Files:
 8b46b862eac422e63eb8edc5a274b586 2625 python optional fedmsg_0.9.3-2.dsc
 4082002e8f87f8d89346a32e4895c5e0 14268 python optional 
fedmsg_0.9.3-2.debian.tar.xz
 3fe5ca2df737a141293fa70774a5f812 41158 python optional 
fedmsg-gateway_0.9.3-2_all.deb
 3c7e46bba2ac96d3b2d21e1a70cd196f 41108 python optional 
fedmsg-hub_0.9.3-2_all.deb
 40eb6da2a3e7acce18ca4b9c2428e89a 41212 python optional 
fedmsg-irc_0.9.3-2_all.deb
 77d0419cb00f5a1d200647dd30755718 41366 python optional 
fedmsg-relay_0.9.3-2_all.deb
 3e9c1404bbc1e9a0d29bc5058aed5537 47270 python optional fedmsg_0.9.3-2_all.deb
 eec9c0d2ff3b94398185f7a4d74a4a92 263186 doc optional 
python-fedmsg-doc_0.9.3-2_all.deb
 ff80b96929bd08466f1891895f3f1b4b 194984 python optional 
python-fedmsg_0.9.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV1xICAAoJEOwFizKNvp3qkMsP/iCTf1uCP/g8zLR1h19aj85U
+YJ/2ZBoGn3UWmVRgKHhix1e0XWKUVlna3GxXUheGV6c1XxOLywZM/Wpl0Yf2mBO
Jjduyi/KmRE0k2iNbWnHJnxOoZ6lWgH2f8GmJwBjjY7LFmoG9P7dc/Vc4FPhbuTE
0vejpqP1z7uvF4654ayfTe+8CmZrI/pYhwuS+a2rr0k6gc0GgU72TezBP4RgiRRP
RzRknI7rg/pLBVQqds9pUV6SxzFNaEGyRaUpZYw/lc0YWISyZCX1iCIdTPTl9w4+
Oz6RXW+Psf1mzFhkdYLxrlf3qmI7+7pvDYki4xnLBmjJcEyH30NYLPS1OM6VUV+c
Eg6yGSuLQxBx0+CLFwgEqMWmsR85rLjfaGjtvwREfwFT5okXB2AVy9Ic/sSWNFal
/TSsbqxVzGR8ILRSs0eonMNKtyFcpkFpfw+KdOGab8UxJPJfG97IkD0eJWtHtJ4N
6IalQLkns+jT6Zlt/TGFgpzGxDe7DbznbcAL6CpJOypW6Wv0dMOaIU6RUeBAd5Kl
VEAlIt2uEGRggzx+yXiPRZVr1I3W5l0ZC0SpR+2qx4ZPt7TWVfwhhbftUHp2UXn9
cUJDsLMPCm3+lYyncgVd2wemwmctKl7FheZ+hhmwVzKpiZFP/kJwY+0dPIgzjCZa
Q/A6LWIdqvsS23AKVdhP
=AzIO
-END PGP SIGNATURE-



Bug#794637: ITP: celerymon -- real-time monitoring of Celery workers

2015-08-05 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont ol...@debian.org

* Package name: celerymon
  Version : 1.0.3
  Upstream Author : Ask Solem a...@celeryproject.org
* URL : https://github.com/celery/celerymon
* License : BSD 2-clause
  Programming Lang: Python
  Description : real-time monitoring of Celery workers

Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
.
Celerymon provides an HTTP API and a web-interface to do real-time
monitoring of the workers in a Celery cluster.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150805094609.25732.41750.report...@darboux.home.olasd.eu



Re: debian github organization ?

2015-04-21 Thread Nicolas Dandrimont
Hi,

* Pirate Praveen prav...@onenetbeyond.org [2015-04-21 20:24:09 +0530]:

 On Thursday 16 April 2015 08:34 PM, Dimitri John Ledkov wrote:
  I'd rather see gitlab.debian.net http://gitlab.debian.net :)
 
 gitlab folks are willing to sponsor gitlab.debian.net I will try to take
 that offer forward.

I sure hope that won't mean getting Debian onboard the proprietary edition of
their software, but rather them helping the proper packaging of their software.

Cheers,
-- 
Nicolas Dandrimont

BOFH excuse #82:
Yeah, yo mama dresses you funny and you need a mouse to delete files.


signature.asc
Description: Digital signature


Accepted btrfs-tools 3.17-1.1 (source amd64) into unstable

2014-11-22 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 Nov 2014 14:52:06 +0100
Source: btrfs-tools
Binary: btrfs-tools btrfs-tools-udeb btrfs-tools-dbg
Architecture: source amd64
Version: 3.17-1.1
Distribution: unstable
Urgency: medium
Maintainer: Dimitri John Ledkov x...@debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 btrfs-tools - Checksumming Copy on Write Filesystem utilities
 btrfs-tools-dbg - Checksumming Copy on Write Filesystem utilities (debug)
 btrfs-tools-udeb - Checksumming Copy on Write Filesystem utilities (udeb) 
(udeb)
Closes: 768746
Changes:
 btrfs-tools (3.17-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add 0002-Fix-linking-with-libbtrfs.patch from upstream, to properly
 export all the previously exported API (Closes: #768746)
   * Add 0003-Make-headers-C++-compatible.patch from upstream, making the
 new headers C++-compatible.
Checksums-Sha1:
 70508267ce72bbe9cb2485470c2769fecf89358c 1975 btrfs-tools_3.17-1.1.dsc
 5b6ea2d5d711800ca69bbffbfb7de7e91a3db0dd 10804 
btrfs-tools_3.17-1.1.debian.tar.xz
 1d33b7b04dd4cd5fb160d89b624f51c04105dabf 434924 btrfs-tools_3.17-1.1_amd64.deb
 948ed4f82af5582a24d75c8043c92ec6972e5940 204364 
btrfs-tools-udeb_3.17-1.1_amd64.udeb
 a94e7b4edf1e9339c87b65da4561c45a6376e33a 3994770 
btrfs-tools-dbg_3.17-1.1_amd64.deb
Checksums-Sha256:
 9b5dc855d50b9a873e4ed997958b557c5e70c34049e80a7609e08fcc7a57f145 1975 
btrfs-tools_3.17-1.1.dsc
 c3c361adbc5f819f4fd96bcbee1f534cae8e6c6c1e541af621cd323ae36e1a35 10804 
btrfs-tools_3.17-1.1.debian.tar.xz
 e307aea8ac84288f4fddffbad93e103ad2caa2553753efa8d1d72e6aea41 434924 
btrfs-tools_3.17-1.1_amd64.deb
 b51ddb4852ca87c2cb0360621c9abaebed6548c02632b3cbc5a081f4f45d559e 204364 
btrfs-tools-udeb_3.17-1.1_amd64.udeb
 f49f2304e547e0c93e9e09cc021a4b64c9439e45f3705bf11fa87c4fc2063998 3994770 
btrfs-tools-dbg_3.17-1.1_amd64.deb
Files:
 530b8ecf6fdae99ffe2368cac98235c6 1975 admin optional btrfs-tools_3.17-1.1.dsc
 7d6f21bee907967fd1971de561b6dd11 10804 admin optional 
btrfs-tools_3.17-1.1.debian.tar.xz
 bb2c42ee359439dad971d79f7f0f2f3a 434924 admin optional 
btrfs-tools_3.17-1.1_amd64.deb
 2169c5d6394024b66bc5723cc55f17e9 204364 debian-installer optional 
btrfs-tools-udeb_3.17-1.1_amd64.udeb
 ec69daa5912133f024f616ca8e4965fa 3994770 debug extra 
btrfs-tools-dbg_3.17-1.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUcKZPAAoJEDgB129fsthcPVIQAI0kSyu/vaAMcgy4I9U5kYUd
fj8rNvQ0FXqJM2hjtxwaLiristE6XukJyMggJJT1Zai1uwrnkT3LR6eDP5BKEH/4
EmSd1PpUG/EiesPsnoDuN1ZVFQ6XbFW6qvUFe+lp1P+6FiloH/Yd9sNgV81+DZku
iEAdKM0BHLcxSuwnE888UlFCyl8IzH8xAKJ6wnZLy8EeXmAPfFpz/fiDqyYaAUc1
8F3/lC8x0wucOezPIIIJWfCBTlDrqjx+tGCneljVp0g4EqYUQPmOfYl3J3Si6c5+
RnQp8+KF0nExR1a8XIpnDc2pLTGYZzpBgS8f5DTmIvCtL1T2E5GtFmcKdy2Lmf7f
LG9mnYjSu6whpDN1JrwPfwDXlZbvGLPx5Qhl17zEgvX9HjMMeJNzKHrYnikJhcEk
m12Kds3TcyNXnDEUlkdEwxlgelW8exctdlVSQ7KFMr1NSsvbmD/3YkzXc2tNFXUm
pUNjH6jguniAKZWl3sCg51WOprm3kr8vT9a9iBE4ikR4jJ2fB2pEGM1P9j2GXHK2
7ga8JQl1n5ACILqDacwyfThccMJSrzkcM5twoteDFeYuqs5pFGoEp2wB5npfwUJV
tftyM4kaPlqooIWpzplLliH1VEJdGJ1yUQCIoWeiY0YzmETGMHN0CW9wjNepL9Dd
srR7oN0GZDnUKtUnP52l
=54qx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xsctc-0004r6...@franck.debian.org



Accepted snapper 0.2.4-1 (source amd64) into unstable

2014-10-13 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Oct 2014 23:14:31 +0200
Source: snapper
Binary: snapper libsnapper2 libsnapper-dev libpam-snapper
Architecture: source amd64
Version: 0.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Dandrimont ol...@debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 libpam-snapper - PAM module for Linux filesystem snapshot management tool
 libsnapper-dev - Library for Linux filesystem snapshot management tool (header 
fil
 libsnapper2 - Library for Linux filesystem snapshot management tool
 snapper- Linux filesystem snapshot management tool
Closes: 763262
Changes:
 snapper (0.2.4-1) unstable; urgency=low
 .
   * New upstream release (Closes: #763262)
 - Update copyright info
 - Add build-dependencies on libacl1-dev and libmount-dev
 - Refresh patches
   * Update Standards-Version to 3.9.6 (no changes)
Checksums-Sha1:
 ac399b700cbe5e08dbf8b84942dc259d7a3e0aba 2189 snapper_0.2.4-1.dsc
 b73d22da5d68774d4761e2357373c41015698b3b 458409 snapper_0.2.4.orig.tar.bz2
 357bf1c1f61382887f82c3ab498e00a34f3cf030 5088 snapper_0.2.4-1.debian.tar.xz
 b20f5fd6447603460f57e8fe323dc27c20db5e0a 189236 snapper_0.2.4-1_amd64.deb
 c925fea91fcd8250e77bf89fe94088a1c808cc59 214138 libsnapper2_0.2.4-1_amd64.deb
 5c9e709953d86aaf19e51a0b58599a4d09ba0805 37574 libsnapper-dev_0.2.4-1_amd64.deb
 a71f85a33f00613908c9e74bfc7131f8b592a26e 10648 libpam-snapper_0.2.4-1_amd64.deb
Checksums-Sha256:
 5a02e724087d37eb15c8df3dde03c35c8d2b7ba956ee7b94768d10961b165357 2189 
snapper_0.2.4-1.dsc
 8fc70b8e7a39dc3249ce9141e2c5f0623bb80f8e4150a543d8ed04d2ad27f399 458409 
snapper_0.2.4.orig.tar.bz2
 00c574835917a3e7b2ee5ab862f88446a2ccf9e12868bc88a2606cfe16093e16 5088 
snapper_0.2.4-1.debian.tar.xz
 cd502e8eb86fb8518d7583163d0c020b65aff77fdc91c4118da08bba11367b4b 189236 
snapper_0.2.4-1_amd64.deb
 2334520f0f3fe2a803630ec2760e569ad206ffa1c3eacf4e043d7e5d1fed4cd9 214138 
libsnapper2_0.2.4-1_amd64.deb
 4590aa6d77f94ff9cbf9dedb70acefaeb7a7482f096ffaf7e630429436f1af94 37574 
libsnapper-dev_0.2.4-1_amd64.deb
 b8b8bd0b19a6b936e249561da7b5063b9ae292e161899e7d114175b8b171 10648 
libpam-snapper_0.2.4-1_amd64.deb
Files:
 41756a5fba9a35bfaa9761984ae8bdc2 2189 utils optional snapper_0.2.4-1.dsc
 d2b17422cc0c7e7cb74f5707f6418ed6 458409 utils optional 
snapper_0.2.4.orig.tar.bz2
 15233d0fd185800b3f5be76642625d38 5088 utils optional 
snapper_0.2.4-1.debian.tar.xz
 54dbe3f19b27bc97651dad4c63259a19 189236 utils optional 
snapper_0.2.4-1_amd64.deb
 3fc7c0b50730789e137bd02a6b5763a0 214138 libs optional 
libsnapper2_0.2.4-1_amd64.deb
 f889cdf46887fe1d2e9840163a416e6f 37574 libdevel optional 
libsnapper-dev_0.2.4-1_amd64.deb
 aea63b8b7b62c4bf79b9e6429b1c90ae 10648 admin optional 
libpam-snapper_0.2.4-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUPELtAAoJEDgB129fsthcLZUP/iBc1B0sgX0Df4SZOrLdBKzw
X91m47R5iglbAe+PAGtE8Yl4FoLXWYH21MRaOjkp0ER+Zuolsnseqw/Ybgh/HMm0
p1oDrbYjFwjWZw0xvmY7M1+kMf0RIyWEmeCpQVw4NbNgaRRC9fHzLxqlALeQGUsE
nPd5/ackxb7tJ6q/8BjhESBgptD/FAOryZn88yShch/3hmX4rqqgLoMPI79ZAbvO
ioEHS5dvvaTnMCQL8ExyikL3NgDBlnSS8YmYi/ILVMePBqB4z9w/V07H1bVgcYLn
ox58a97pv+D/LN2vdAx6ozCki0wkPffCNzGaPfWgeVDbesEjs+qMNJaN4bE+8nwh
ZzPdYS06AxSAVfIsun5T14XQ1jKOKI8nY/quzqp4kAdEyqZM4XLf259B401u1a8l
SwU8Y6r6JcC+Mi7yDDS/7q9aXjrr5IHP226zd9TfN8ygWxEOzTooV1OP0P65DMOf
q9gwvpN/4GPjmnSKN3Zej2Rl/Kn+1zT8dDPZMolaVF3xZ+BLjigcfByeyTdMOlcG
FtdprVcHrTWo2ifjCcToAt0aqKd5FDcSbsG/XYdtstEw85LfgT25ozBHfyv0AQIF
J3QO2aK5uNFvVdAJ6Eh005PhTlLiKamm0ZPVTXb9lXHQRG5trKasPeHPHAaIeQud
cRVBKfkIy25VUZWXoi5X
=4soU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xdnxe-0001wm...@franck.debian.org



Accepted txzmq 0.7.3-1 (source all) into unstable

2014-10-05 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Oct 2014 14:46:45 +0200
Source: txzmq
Binary: python-txzmq
Architecture: source all
Version: 0.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-txzmq - Python module providing ZeroMQ binding for the Twisted framework
Closes: 760482
Changes:
 txzmq (0.7.3-1) unstable; urgency=medium
 .
   [ Simon Chopin ]
   * New upstream release
   * Disable tests during build, add autopkgtests instead (Closes: #760482)
   * Bump Standards-Version to 3.9.6 (no changes)
 .
   [ Nicolas Dandrimont ]
   * Make autopkgtests install the built packages
Checksums-Sha1:
 7ff234463ff0208a4f79b57592d8d0108cc476e9 2015 txzmq_0.7.3-1.dsc
 97134d0900fc680ac4accf4b0a738fc4c5a4c8e7 18663 txzmq_0.7.3.orig.tar.gz
 fe5223b5cc02cdfda6b3f464ea47fed6ec05232e 2320 txzmq_0.7.3-1.debian.tar.xz
 7e2e3ef9df8d927eb8034117044eb675ffc0e140 13806 python-txzmq_0.7.3-1_all.deb
Checksums-Sha256:
 ac95d02ef6bca450fcff1778e3df3a8cb1b5d995b051dc0c3a635519d86a4760 2015 
txzmq_0.7.3-1.dsc
 823372d1a579c77486f2c17b6bc42ff8ddabbd9ac52a949ad35a90f92e6d6ae0 18663 
txzmq_0.7.3.orig.tar.gz
 d80ff35f39d6dd5a58a877278fa7ef490521bd6a2bef6f0960b2da41c53597c5 2320 
txzmq_0.7.3-1.debian.tar.xz
 4ff129f2c353e13ce79ee898ce6593460f55ec6caf66c8bea150d08fa711aa33 13806 
python-txzmq_0.7.3-1_all.deb
Files:
 d3b75873d780194093c1f28f065ec7d5 13806 python optional 
python-txzmq_0.7.3-1_all.deb
 e111c42eae4a57264d0bcca4703328b4 2015 python optional txzmq_0.7.3-1.dsc
 8064422e590f859bf9c5aedf94af5a5c 18663 python optional txzmq_0.7.3.orig.tar.gz
 31dc8968d9900daa80295bde67f89006 2320 python optional 
txzmq_0.7.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUMT9jAAoJEDgB129fsthcOIIQAMAQDzFSBqeGlpoodfoPJdew
0/qacF0os4CiIjsyGjuywrqVKlF8qLvNtGzy0yREZUJguUplAyuU04o7WIgPYKAX
QiYugmBLzbFMpmaxNCqqzhN4DHOrHhPEFlXFEaoo+jQD8tIyVmEbnUEPQNA7YAgm
t/7aZgX7A3R7LvUsmzJNoQPUD2lvPRaCQ1yg16Z8ChqrxitVTTAraTrymHhf+wdq
Pc5lFXzFG3bVpeBU543X5qg+r8KKHA0ECeZa1/PcUQnLMN12IfMoypGNlXatjYGh
QjkX8OLTXktgpxlJfasToO6jjEBMppOYFkK2EPSX4+s/Qc+IAPbEqA2C2DAJ8fOC
yP/KKNhS3kKiF7gsXajbf2flWvIUphNz6uT5qNdhOuIMMhS2VwJSHmwxNiSAJJh5
YNHBH0wyMlno7sKJn2nos8XOkAtGcqoHY077QRZvfHBPsf5A+LgVSkesSpdOpude
ngLoxYVxrt4qosEUNn1OzVJr2RPXV7b96Mlq5l21jSrZkZEzf+OzlGmC9sI8R317
g5FZqLS1OtwpjBvT7vvEOXoqsHsW6llAy21oFS4iddtaNsA03z8D81PMiYrOP49d
Ew+OPo4E08OzvkEOMGdNGsIAMJzF2SHznNT1T9vy4YbqmcQEmncVV0HGb9jAAUqy
LijKHdMhIG5L8Adnt2y8
=xqdS
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xalvm-0002on...@franck.debian.org



Accepted datanommer.commands 0.4.6-1 (source all) into unstable, unstable

2014-08-26 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Aug 2014 21:29:31 -0700
Source: datanommer.commands
Binary: python-datanommer.commands
Architecture: source all
Version: 0.4.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-datanommer.commands - fedmsg consumer to store messages in a database - 
command-line ut
Changes:
 datanommer.commands (0.4.6-1) unstable; urgency=medium
 .
   * Initial release.
Checksums-Sha1:
 b7de32c811b7a70e1963e52955146c3dc314c55a 2052 datanommer.commands_0.4.6-1.dsc
 d6eb15967a359f5d59674b41c3cfb823c2e9bdd7 22956 
datanommer.commands_0.4.6.orig.tar.gz
 649bcd4a827924feab01accfc56aa5ca104bd02b 3760 
datanommer.commands_0.4.6-1.debian.tar.xz
 111e4d07bc0df305c4a094236e1ca8229c0659d4 6138 
python-datanommer.commands_0.4.6-1_all.deb
Checksums-Sha256:
 94460ac7c1c2851ee6f9dd6069afbf6b763db4b5f3b9800f876e6a4d3abe1d2f 2052 
datanommer.commands_0.4.6-1.dsc
 fe064a991727fb05685e318953cacac21ea654866c17148e4dfb89e401efbc75 22956 
datanommer.commands_0.4.6.orig.tar.gz
 67f95ca19a863cb67d561a82f9f351a2fcbd2f79437bbc4e37e6d39ed07abbd0 3760 
datanommer.commands_0.4.6-1.debian.tar.xz
 fc6588ec834133aebf7124fc944bd3a0c8346020b6689249c239ee6910ef6a3a 6138 
python-datanommer.commands_0.4.6-1_all.deb
Files:
 50dbc1c97fcf0c93d5ca226da2444c46 6138 python optional 
python-datanommer.commands_0.4.6-1_all.deb
 5ac0257a8c279b94d48f89d00a75cc1e 2052 python optional 
datanommer.commands_0.4.6-1.dsc
 4669083aaf76f3bd87d1520d326a4c7e 22956 python optional 
datanommer.commands_0.4.6.orig.tar.gz
 bb68648d99537b707c49b8b20b4c66b8 3760 python optional 
datanommer.commands_0.4.6-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT+WriAAoJEDgB129fsthc3pkP/iXFEwDTYWaWoMNQYY2gTkab
Zk1esyddGvlify3BUJ1L1hK9e5xhg7Q+mPh9oLlbdNmhF19Ool1taidRt1Pqm85D
7kNKaQHCGYEA7cc9vdnMQfKI9KBtH0oSbODuddi7e3tWOqiFvEr81K6USrt8DjLQ
JUZMq3hhiNJCfXt4PffGD5orjRudhopXeOeWoLPWb4jwt8/5y+f3lxqOxRMz0qmI
qcnvYqrpnwzv//iHwLEGo/s+jJNe4R2kYMc7JJBHBAstyUEbwU0T4qp7xzqYOEIE
6jJKtSlnOOVIoGOOqeg3Nlv2seHMuXboQwJwozCjnLf5BQd/a3ZXVrOG76PUd/Pe
2dSsE4WO3cNfXpUt6gp/7lchzEdx1NV/7j0DKPKHNf3KaGM7iPoJS5TWY6412PwP
54bd41SV58bbmnLTfwcB/OeKzIobhkpDAa0Fgsl6MtaMsa5WYTJC3fgDrs9HACjI
3n8pKwswmYpey228+ce8355u6s7OmBB6mMey4x4GsnFVb0kC5oEwbW71jRzR1Afw
JMPkshbd7owdN729uhdt/WdE6UGhrNYth649kKs53jVTcydbREwqdQCYfFDbr+Mm
W32IgIdh8TmOu2TdsfaaVpD0tPTV2AH2AK1aGW5zlUmn/sOeM3F9N55W7RW6atI2
4s7KS6OgsZH7imjtbkQR
=mbWl
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xml2m-0002l8...@franck.debian.org



Accepted datanommer.consumer 0.6.1-1 (source all) into unstable, unstable

2014-08-26 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Aug 2014 21:40:11 -0700
Source: datanommer.consumer
Binary: python-datanommer.consumer
Architecture: source all
Version: 0.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-datanommer.consumer - fedmsg consumer to store messages in a database - 
consumer compon
Changes:
 datanommer.consumer (0.6.1-1) unstable; urgency=medium
 .
   * Initial release.
Checksums-Sha1:
 8f26834370833abfbe294c2eae5bd8a30735748c 2010 datanommer.consumer_0.6.1-1.dsc
 6e66d35f83a36c941770a004b562d9dba639b29e 17763 
datanommer.consumer_0.6.1.orig.tar.gz
 0e8030b77c53230388c69eb2a9fb927c59904e96 3780 
datanommer.consumer_0.6.1-1.debian.tar.xz
 6274e419bd39a50de2637551861afd1a51d9f25f 4296 
python-datanommer.consumer_0.6.1-1_all.deb
Checksums-Sha256:
 770c830780d131943f6981b3ee3f7e0034d1b0d38606866fd4dc6973620ad55f 2010 
datanommer.consumer_0.6.1-1.dsc
 fa7cf5f0d0cc786355e6801bdb1235469dc67bc78946bcdd27100f97fc1f9373 17763 
datanommer.consumer_0.6.1.orig.tar.gz
 7407cbe75b3cda26627ee9bee4f08ccfc7ede61076c807bb1c72fee285e42a9e 3780 
datanommer.consumer_0.6.1-1.debian.tar.xz
 5c9a97f18dd44b342efd4e44256475d3b39cc3cd3964adcc69e81f180be915db 4296 
python-datanommer.consumer_0.6.1-1_all.deb
Files:
 8981353cc6585c5163f9eccdc36e41b7 4296 python optional 
python-datanommer.consumer_0.6.1-1_all.deb
 2774553052a6aaf4315d48275578d2a3 2010 python optional 
datanommer.consumer_0.6.1-1.dsc
 24c24e11867d805841bd5f2dafba6925 17763 python optional 
datanommer.consumer_0.6.1.orig.tar.gz
 997ee2f48ebec77f8076a9d28fedf459 3780 python optional 
datanommer.consumer_0.6.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT+g2DAAoJEDgB129fsthcuqQQAJkVYuNn1x4JiM0ti1QDnLda
cXW5nOX7b1qswn+/r4CBL67n6ra1RRxTM2FnHsr9TMA9iOJ4S/uuu9eTXKKwdwIC
HmkrXgSIc+FyeCxpZUWBcl+1XDPWpwXjWZaCogZESZ6tOr2KoDrIYoPMG+oMYgd9
YNKzqVgvKSTnEWe1ylcDVxBHB+7dA5fPvsOBd2V6hneYLFL+4KhhXArLB0cIx2Y/
ZQBtlO5ItjLWVhk5OjsTjMc1mr7ZZrrG+GaANgZDSyUSvSAY7beX36+xHyjMbT7y
hFvqXAUWOcFxwfDpquARg1UkxwMGxYCkiEc7rZzVJ2OeG3oGHeZyKbKpAeDQfOuC
CglvOg/qy6IMqIhrA+64TcN1pLEr9e6bdE3R2N4+42tA4u+t51MaxP1Z2JZxNawg
kMS3Gzi7JmajCLsHKOeS2bptsqLFqXMGzUoWe4a1xvd98ms5R6goR/it6AaGmacH
6lwNCG8WCAeDUku3QIil+5ajCxHuXns4Sr437hL213UAf9olI5+HMXfMLwpIkAj2
CPRgbJaArJ0xjdnIRUkJuhJB9nzBF/woxRb8fPlRQLkd4oQWlz7TDSegxyNXiWPc
Hbjrif2wSMZ6+b9H0fw7E6DDNuH9DHAfjeHiau6obYlNn4AUYzb2hUFBhmLdyBV1
VB+8QQgAX61F7Ddnn/LE
=gQ0/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xml2m-0002lk...@franck.debian.org



Accepted datanommer.models 0.6.4-1 (source all) into unstable, unstable

2014-08-26 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Aug 2014 20:00:52 -0700
Source: datanommer.models
Binary: python-datanommer.models
Architecture: source all
Version: 0.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-datanommer.models - fedmsg consumer to store messages in a database - 
database models
Changes:
 datanommer.models (0.6.4-1) unstable; urgency=medium
 .
   * Initial release.
Checksums-Sha1:
 3e53e94d440095928b468a866e4b458975036e52 2030 datanommer.models_0.6.4-1.dsc
 9849f537b4103a162b9eff5376b54d3df6041459 33202 
datanommer.models_0.6.4.orig.tar.gz
 fee13a84720b67e84cf543b10100a95647d7bea9 4204 
datanommer.models_0.6.4-1.debian.tar.xz
 883cfa7d79948772b99738016b49583f61a39e1d 6852 
python-datanommer.models_0.6.4-1_all.deb
Checksums-Sha256:
 aea9051f8a70480f60b8f4f015ea01f9a08b0a0908d0f127c833c97b1009bb96 2030 
datanommer.models_0.6.4-1.dsc
 f7c689b0bd309633dd82f38331321826b3d0cd3625a70306880e0160807f2061 33202 
datanommer.models_0.6.4.orig.tar.gz
 05acb5e60118597b0c6f3ffafe30383ad2c91a060512c6123ff934a719fe3731 4204 
datanommer.models_0.6.4-1.debian.tar.xz
 86dcb5a3fb2644971648621dcac35290b6a7a72e0eab9da60368387768cf71d3 6852 
python-datanommer.models_0.6.4-1_all.deb
Files:
 a30fbfba1b9347b7e1a09e3553dd1b15 6852 python optional 
python-datanommer.models_0.6.4-1_all.deb
 f5e1c53257f369f853a6bb06d6381071 2030 python optional 
datanommer.models_0.6.4-1.dsc
 c15533abc0ac229ae716b184163accf5 33202 python optional 
datanommer.models_0.6.4.orig.tar.gz
 969d602a2b7137699f196e580a205e85 4204 python optional 
datanommer.models_0.6.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT+WkLAAoJEDgB129fsthc+OMQAJGl0cTyXDRI1H3fHnmqcoV0
OLs5GFvTxwajw5b6yy6Wk9I7JfdKpHgYZ5f6hPpFdtkIp2paicBEH6/izZt4PcYI
k+ud3gWyTTwslzGeloJsJbaB5NG1Rl0aQaE/U7OX17B3WVyYYBXUMbG3iz47jAe6
fZ8wqL6vKmq93qADNuzpM8F9zQ95r9uc4kTYfWBoddqd8W6zyhVWBLEiDlEwMGiX
t1+UiooWQnOSBMAv8ziRisKVqJVxOko1HMhr74QZBABTIeKbs5BsKhWpIGMTWWnZ
5LJJeJnWRydxM1AdKbLOGX3dkS4zSB6C3hWJARZjV61/9X3bv5RCo/t22pHV3+2t
XF87zcocqALoOsPS6lWOqGmgpNKUE+mD4/jQs65N/EzR39GxHbtsZsZVWM6gtsfh
kAghQyGQNvFNtwPd9l4tEb62WoRHL9K+Lj74vwiWPFzqgMFd7d9qScd8lbysSzo0
JJOEBvZeN1tgVodgLcewSvYvCFJ3IIWzkOxlg2xJn5J5jDEB0roDSxJsC01Wxv86
G4Sdm38/VaZIhoFyJE0OnjMyguk+folsdFjQbg4IyqIPnhVkpm7dv5vhoQ+Crwo8
grA4Sjw0qei++Gz5A9mFiyyq6kRJkyq5PUVB76igdCeYeaDUEWtj2AesOzsq4jpR
xCeXxqVx0fNilTK3casP
=Hmbw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xml2m-0002ly...@franck.debian.org



Accepted fedmsg 0.9.3-1 (source all) into unstable

2014-08-23 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Aug 2014 08:49:21 -0700
Source: fedmsg
Binary: python-fedmsg python-fedmsg-doc fedmsg-hub fedmsg-relay fedmsg-gateway 
fedmsg-irc fedmsg
Architecture: source all
Version: 0.9.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 fedmsg - Fedora messaging infrastructure system - general utilities
 fedmsg-gateway - Fedora messaging infrastructure system - gateway daemon
 fedmsg-hub - Fedora messaging infrastructure system - receiving hub daemon
 fedmsg-irc - Fedora messaging infrastructure system - IRC bot
 fedmsg-relay - Fedora messaging infrastructure system - sender relay daemon
 python-fedmsg - Fedora messaging infrastructure system
 python-fedmsg-doc - Fedora messaging infrastructure system documentation
Changes:
 fedmsg (0.9.3-1) unstable; urgency=medium
 .
   * New upstream release
   * Refresh patches
   * Install new command /usr/bin/fedmsg-dg-replay in the fedmsg binary
Checksums-Sha1:
 85968078309e4916e3986d34886dfcd8186f26b0 2625 fedmsg_0.9.3-1.dsc
 a9998615cad0f56f267d09d30a772d8d51483f9f 469731 fedmsg_0.9.3.orig.tar.gz
 8c2a42b6b75377434cb986b665fab304bce0c94e 14128 fedmsg_0.9.3-1.debian.tar.xz
 4b38c68cbfb60e5eac6c7005c052d791f02867f3 195852 python-fedmsg_0.9.3-1_all.deb
 250b80f27abeda1f653818c773dae85e78bb1f43 264862 
python-fedmsg-doc_0.9.3-1_all.deb
 b262d076bfd9712178b440c49d3e06a554427a7c 41172 fedmsg-hub_0.9.3-1_all.deb
 6c291b1dbd0d05511acf6448da6fc731dc2436bc 41454 fedmsg-relay_0.9.3-1_all.deb
 c1cff9fe0720e8db238d821d7bdd089888906ad4 41238 fedmsg-gateway_0.9.3-1_all.deb
 013aad6514d5492e278b661a16f454d6516bf79f 41276 fedmsg-irc_0.9.3-1_all.deb
 cd376151da504336134239056d1f8cdcd09e0329 47258 fedmsg_0.9.3-1_all.deb
Checksums-Sha256:
 aa844c12d93f17914a919702352363972b252929beb2c138a7360180192c27b3 2625 
fedmsg_0.9.3-1.dsc
 7cfecf2515589a79ac5dc397969250cefcc1a5bdf6759a857a411b70439dd69b 469731 
fedmsg_0.9.3.orig.tar.gz
 4bb2cbdd52df75da7924c5da6844931d667a3cc55949c9fd7a53ae1afe7324e0 14128 
fedmsg_0.9.3-1.debian.tar.xz
 c79a9f860b7ce5c2b4c9d65d53e2ec3ec588a52225d1eec97c608f027a59a73f 195852 
python-fedmsg_0.9.3-1_all.deb
 0c6fe8eb7521b013e9ca27f3f775051e0cd6acab214bd779097faaf2bf1bf562 264862 
python-fedmsg-doc_0.9.3-1_all.deb
 d5cace5564b3ecf3f207b51065a327a34978a0f1d43e769170b936b1c9130d79 41172 
fedmsg-hub_0.9.3-1_all.deb
 c03b9c89a0eaeabea6fea3c23dc51ebf7ac06016ec7f50652682e276902afdef 41454 
fedmsg-relay_0.9.3-1_all.deb
 5962852d34a0faef78ca7b77830a7879dc704b5c727fa6ac8bf6c45fb0511214 41238 
fedmsg-gateway_0.9.3-1_all.deb
 b22a43d1e8c35430fb9116ac5363e2e2125ae2440f9e24623071c88a342a3c17 41276 
fedmsg-irc_0.9.3-1_all.deb
 742ad75028ef0283b405029d1c2842ee38129eeb96cfbe1385924a291596eb65 47258 
fedmsg_0.9.3-1_all.deb
Files:
 4e0670050f2d2c38edc9a021462c4a1a 195852 python optional 
python-fedmsg_0.9.3-1_all.deb
 2620e43567b141bb82a262f90afa5bf9 264862 doc optional 
python-fedmsg-doc_0.9.3-1_all.deb
 16665606ff6fa41995a803532ac2e61c 41172 python optional 
fedmsg-hub_0.9.3-1_all.deb
 a3d200c1e5c5175d66edcda538f4f79e 41454 python optional 
fedmsg-relay_0.9.3-1_all.deb
 9f73c44921e9c3cd4e6e26c7ba86ae5e 41238 python optional 
fedmsg-gateway_0.9.3-1_all.deb
 7ec5688a8a379713cd8789aba868f6be 41276 python optional 
fedmsg-irc_0.9.3-1_all.deb
 02fbcedd6a84e031ce890e44ab8e61a9 47258 python optional fedmsg_0.9.3-1_all.deb
 76379abff407c8bab89c7f81557b8a27 2625 python optional fedmsg_0.9.3-1.dsc
 89d0f97b895cf408b20a81809ea2aa33 469731 python optional 
fedmsg_0.9.3.orig.tar.gz
 1e2d102d8f769fdf2a314d68d1099e74 14128 python optional 
fedmsg_0.9.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT+LrhAAoJEDgB129fsthcYi8P/0SN5jR9aTjnXc7zmNIq/JUS
8v//MEUoAUC07mB5RsOLUtrwH7W9LDQCzRdiaAwWGAn1sVds6xLpCG2h2v4wZLmO
4bUbwn0gI9Uz/o3+7JigNnaqYEzchY1l7iRriuqp7gwsX+FpkoQTxCk2yi8QSo05
rE1v15zWQt+kTCAth8GlB4UULSzhUYxK/3GATymyGNUb1JU4gHJbjEv6+eLuOIX3
fb3+YEZCiOtiSMo6w4vVPvx/Fbbmt/iH33vtiCLCaoReAn5EUKhykGVfdnyXednM
b3i3GKaO8iYQyJvP9v9uniS5sLrXvHdnva4cRY6tNkMsRigjKJgBQ1yzsHS+CooE
/RNJGAQ06M5rpsG/503y34mPgCnqFYHOWPuuONTH5bSl9OhxJ6Lb5Nbi98pQ11JY
xfKls0n74wRYG7L6Sk0PocRIBRwUe92qG4KzifVqGGnXwMQi02yQ0WG4w8xkpXCd
4X/R5YuRsg1S+sHGmNq5efZx4KEfQZL60PKdx9n30cN4g0zsO7iKOI71ZIP/GcC4
jRzrFyS316dzr+IyNYL7A2A5b2kbZyq9+gpgtFNfOJNCBaVY9FooO6yERpH3AeTp
e3yaerUdWaXxAm0JGwobu/JHlAcThGbkdKV0UluhAzvHhngDx6HJi3WiGrLCUtl8
zm2xmG1Ip/FQ232DE6OO
=fdNI
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xle1j-0004e0...@franck.debian.org



Accepted python-fedora 0.3.36-1 (source all) into unstable

2014-08-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Aug 2014 13:53:31 +0200
Source: python-fedora
Binary: python-fedora
Architecture: source all
Version: 0.3.36-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-fedora - Python modules for interacting with Fedora Services
Changes:
 python-fedora (0.3.36-1) unstable; urgency=medium
 .
   * New upstream release
   * Update copyright years
Checksums-Sha1:
 f343510fc43101732071a68a7c31053f518c2971 1963 python-fedora_0.3.36-1.dsc
 530506d4f2b72e2a88a7b11021a139109e21b5f4 165511 
python-fedora_0.3.36.orig.tar.gz
 1702ce025722928c4d9f8a841fb3c943c2499439 4316 
python-fedora_0.3.36-1.debian.tar.xz
 605d5a2f8352c8f7ac8f96587d4ce1d02c615a8a 48676 python-fedora_0.3.36-1_all.deb
Checksums-Sha256:
 c4c10ce049973b6a82c35656e79f1ba8757b94dc9916b58e382f3445f7cdd1e1 1963 
python-fedora_0.3.36-1.dsc
 23b92a3c4176df4f9cc2997f99276c4722de6986e5dba39be5f93d74b73ded37 165511 
python-fedora_0.3.36.orig.tar.gz
 1f24ed5cb1f5770da1c7c11cf629580d5fb947cb7b449797e1fbdd79f2b47eb4 4316 
python-fedora_0.3.36-1.debian.tar.xz
 ebd64cacfbef01ed5be1891fe6bf03c4e50f4f95dc055e5511247327031048fb 48676 
python-fedora_0.3.36-1_all.deb
Files:
 cf0030fa9709bd2816216ee8dcee6762 48676 python optional 
python-fedora_0.3.36-1_all.deb
 50b7c497d79a5415d9d09b55219eae6d 1963 python optional 
python-fedora_0.3.36-1.dsc
 e19463b712c82b14dbf9a0e141f34d4c 165511 python optional 
python-fedora_0.3.36.orig.tar.gz
 c91d55f31d9055e85ccdd915fd0d34c6 4316 python optional 
python-fedora_0.3.36-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8zt+AAoJEDgB129fsthcZdcP/jsJYGe/GNegioYimFoG9VdT
VEWmzbBs9ZWcg4Ae5ADQcWeY6fWBzNgf962+tOR2n8R8HNlq6rv1YCLA3wwcW6vJ
879Le6vL+YZ711DjXRZt8LJXZk/ADuRs9algEPtgO/CT2olffgL4eVhLWpX7LZK5
hd3XpUIA1qIlsss33ACK9erElXE92JXWk8MHjbl+RqAw42vfSx44joxcEkCPF2RS
AVZ86Hhd4pCuQCPpNOvFz8CFib/UfzhjK2mraO2ugT+l+EkgaUj06TznCef+aV+K
Mq5RzONlwL3GXcPkHsQ9rzxjXDCEJ/lnT7ZmjsJZEkxmMlwISg9cCmaWy38fSEqh
ru8B/ST1ho/A270vKDO7YrAq2UsjMZAplJUQpeZbjiQ2zQ9S6RewCS+Hh9RGIkMU
JdkaGnjT2CJAlUj26NXKzQbG/uJq2XSrFK2qvQQvhNBtnMHK35rKB5ObYaruzoM3
6MVEA7w9qrWt2F50L6VfUDl/cS7+vSoUHD2ER3OqZwPmrCo5IU6KPEvx1SJUCyPz
wNOgHt2MCJE1ksqOcUDm313YhExeqFaVvLbzwzfBQT/xl16qxJ/S9V+2JzD6ySIg
qgzVL7NrwifUHcYCPHIxE/fjENOV3Mmi2iQGjHJ/pV6TDYsPpIbDIGLZ/W5YW+2/
2u6iod4SpFNrutlduovp
=FzYU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xjiau-000353...@franck.debian.org



Accepted moksha.hub 1.4.1-1 (source all) into unstable

2014-08-19 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Aug 2014 14:05:47 +0200
Source: moksha.hub
Binary: python-moksha.hub
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-moksha.hub - Hub components for the Moksha framework
Changes:
 moksha.hub (1.4.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Update watch file to use https
Checksums-Sha1:
 0739f2b20d697cdde30c6f3519f843dc21937f3b 2228 moksha.hub_1.4.1-1.dsc
 0ff0ac485f2385dd8c8d296bd0a2cc18184f835b 27328 moksha.hub_1.4.1.orig.tar.gz
 6b58330b9f63d8c6f371b35f35f7b302fac6eea5 38880 moksha.hub_1.4.1-1.debian.tar.xz
 2de16f1fb4359937cab6f38b08fdbdb2f248a958 21844 
python-moksha.hub_1.4.1-1_all.deb
Checksums-Sha256:
 bc0c3ab4ffe7358549b498db5798c1b8811278e1bf2b2c02fdd95f80d352e684 2228 
moksha.hub_1.4.1-1.dsc
 e0352c5acc76588838756db8540b573b655f49b13009a971fc4e17f967267663 27328 
moksha.hub_1.4.1.orig.tar.gz
 f717858e44bbbdaed41839d09d4fd6433cf638d7c298ebfda3391caefb205b36 38880 
moksha.hub_1.4.1-1.debian.tar.xz
 51835fe24b04516b974958eb2b33de6740949e8f836325471d5cd3c480eca5cb 21844 
python-moksha.hub_1.4.1-1_all.deb
Files:
 bd24e4c83622f84e8ab6613f456b1eff 21844 python optional 
python-moksha.hub_1.4.1-1_all.deb
 54cf228941916acc1137e2e45f1ab76c 2228 python optional moksha.hub_1.4.1-1.dsc
 6682f784730d8660da5b24c9d68d6985 27328 python optional 
moksha.hub_1.4.1.orig.tar.gz
 25ca8ab4fe0f77a8329c8263dce2184f 38880 python optional 
moksha.hub_1.4.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8z8fAAoJEDgB129fsthc794P+wZqCWHCaTt9SnUQuPaHuOC1
X40m+m5Ijz9GWm2v5VnZlmZrGb5mqo0dZwFnoG4SyM4aT59BWkQ3vsUCOaMIKESj
2A+tqUHENX0/YNnJH27qYt6Hb2vPxr61VoawnPm+2Y81dlybLPQBrVp2/mNqw0dL
BBxKsLEHm2Wn7n7Dd7JEdqg4HRXfPNrHoapuPr6tecoV4n7z6lYnsQRQBkWdq2m5
/ktNPS4fIeFC/+ZQ/U0Bc9JnmfsReC3E8PzRdD6Wm5+QotY0uZp33/e9+XeWAOIS
jVFusmsuCVB8Raam7I+kuGfvZYt1xFvkhPUT6Eu/j8bCEgHVSjCcbNyXCHRlB90/
Xlf6S+G7kwF2++DRsgyzYX9ZffMiNqn+cV/RU3VSfWFgNWJDxgeCf7Ugxvg6tXTO
3yyN7Vx/vHBAUhhSYKv1HkgeE/uqBhh1p20b/dmWQmUiIpzEGLp3KbdSPN+sBMtg
KQvHCxyBsaHh2YJ0bH7e0hfAAujiAPPA91UhGxNvLncHMTTS+PwBWPy9zVr0rbN1
zAE3kOmkILNqnP/S+UpxxAxPBvyFi5W1UraBsmxdtJ8ukQFIz6xZTYGAb4mMYzSm
W7PFA+Z6VMAHHY+ZMRqej2twDNtofY3RJ7dstcgI18C3UFAsEWRdPFdxtMMU4bBT
Q5ceEU3hYA3dpQODYQIZ
=Mssu
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xjiom-0006qx...@franck.debian.org



Accepted fedmsg-meta-fedora-infrastructure 0.2.18-1 (source all) into unstable

2014-08-15 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 16 Aug 2014 00:57:05 +0200
Source: fedmsg-meta-fedora-infrastructure
Binary: python-fedmsg-meta-fedora-infrastructure
Architecture: source all
Version: 0.2.18-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Dandrimont ol...@debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-fedmsg-meta-fedora-infrastructure - metadata providers for the Fedora 
fedmsg deployment
Changes:
 fedmsg-meta-fedora-infrastructure (0.2.18-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 ba241deccd8c79e99865f446448d18f283ee0f20 2247 
fedmsg-meta-fedora-infrastructure_0.2.18-1.dsc
 1acd068974696acfd719b63153997cfc05b84931 82519 
fedmsg-meta-fedora-infrastructure_0.2.18.orig.tar.gz
 f042da2698a8698eef81009b7856d3f78a562565 3596 
fedmsg-meta-fedora-infrastructure_0.2.18-1.debian.tar.xz
 990696f865ade8449bec2e3ba44e613fcae63688 60204 
python-fedmsg-meta-fedora-infrastructure_0.2.18-1_all.deb
Checksums-Sha256:
 37d116bafbd48896ca0a84515cbf6be4d7cc4991350b07b6088df217ef7a082d 2247 
fedmsg-meta-fedora-infrastructure_0.2.18-1.dsc
 23ccfb77e315069722e2eb5e8e9766685885fa250b469304c9614e3385798f39 82519 
fedmsg-meta-fedora-infrastructure_0.2.18.orig.tar.gz
 af569d38ff9f12e45592a7f7235ef0757fa58f762e45db6072d9d1bf7b697c2c 3596 
fedmsg-meta-fedora-infrastructure_0.2.18-1.debian.tar.xz
 b5a2f2ee38b90083d5591fd25cb9079c336e1f5d76df7436056e2ff00dfbe941 60204 
python-fedmsg-meta-fedora-infrastructure_0.2.18-1_all.deb
Files:
 33e7b13643cbe9197240c40c40981559 60204 python optional 
python-fedmsg-meta-fedora-infrastructure_0.2.18-1_all.deb
 756f7c361709056bf878e14d34bda78c 2247 python optional 
fedmsg-meta-fedora-infrastructure_0.2.18-1.dsc
 e9f684bb98210d583cd7af80fd9a8f24 82519 python optional 
fedmsg-meta-fedora-infrastructure_0.2.18.orig.tar.gz
 a9bd90fe9b0324038da02075a9c2931d 3596 python optional 
fedmsg-meta-fedora-infrastructure_0.2.18-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT7pC7AAoJEDgB129fsthcC9EP/3cyxS+EB+vjwIwLRyvKAjJx
nEd7OA4gFy0/vAtrmFgi+37OR5QB+fAwqC2ScMzJcfthgQMf4lQrF60NpFvokE2R
XRc/VLMQJQ+r5pkumucMWZN50fmGjahChRrp9MvuNYMkazdI7AMpkkIdR1C44Cil
wU7OO7jAXaKYfzae+YLpl8fRhmmjPQxZIDQaYvFakIqmQm2MisENQB4TtGh1JASN
DGxF9e7S6Z34X7kIthuGPbc3B2rHRS9x0+cnNk8zFuY9BJDHXwpNZlICeNGlThXa
TCgazBkhr/qgkwRtjwnr8R2YmMG0Mxo7SPnS3U8H3mtCzKaCtz4R/yeBmrYlkfoN
xUQIsSMzAmAnuBBGIpCbLS0zA/6GtI4DNk3Kig6af5+pEW4FXiJj3mLKAO4u/4f1
oLjhgfbWUohI0a1eFlA2jwiFmwJqrp3DmTIlHVUQBDo5/suNIbRExzkwpz/lnbqb
CABeH+xvDmf1n6HGLHGkemUjPritFd8nP8t06JER2oG4y60rnkW59aeza8Vkw4Tv
rQI4EAFS+yG374KzH/o+N+iAsTDumXHLSLCr2rWxyUpVoka7zcBryOVfmkcwkUtX
OLOLzHjovCXk+1UpaRvXngtIGmBnC135GUhllj4SjI2Xuej7ByYT4QFA2nq+BPuU
kpRBpS3s9KiVG4332uLw
=zknG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xiqn4-00088h...@franck.debian.org



Accepted websocket-client 0.16.0a-1 (source all) into unstable

2014-08-15 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 15 Aug 2014 23:51:19 +0200
Source: websocket-client
Binary: python-websocket
Architecture: source all
Version: 0.16.0a-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-websocket - WebSocket client library for Python
Closes: 741606 744726
Changes:
 websocket-client (0.16.0a-1) unstable; urgency=medium
 .
   * New upstream release
 - Include the test-suite and run it at build-time (Closes: #741606, 
#744726)
   * Switch buildsystem to pybuild
   * Update copyright file
   * Do not ship the tests module in the binary
Checksums-Sha1:
 d23d31fdc2e0c9d663bf1fb9a20ca32555124336 2156 websocket-client_0.16.0a-1.dsc
 7a0c6aba73feab5e4bf77c88b6be88236f62acc1 191428 
websocket-client_0.16.0a.orig.tar.gz
 ea406e454c89bc63323b697c09a804fe0d6f1408 6852 
websocket-client_0.16.0a-1.debian.tar.xz
 8829129ac8fedcd6484d01e82413d20b92fbe482 164096 
python-websocket_0.16.0a-1_all.deb
Checksums-Sha256:
 57af25b5b2b9d0997b92705c3b0559df4f94663d347905b8e4fdd6d2a430f6e0 2156 
websocket-client_0.16.0a-1.dsc
 9f970a67f246b5b644dcf25000298e45d8942bee50009eb570384e397f936c39 191428 
websocket-client_0.16.0a.orig.tar.gz
 815a2344fe8da6ff5cfece4cc811a0a6102e2e83653d4099779245ec8019444b 6852 
websocket-client_0.16.0a-1.debian.tar.xz
 8902247a6ac7114ca561ef4c300a4aed5b44657b6c83254c97a964a2386fe4e3 164096 
python-websocket_0.16.0a-1_all.deb
Files:
 9f116515871b9a56767c752c1fcbbf2b 164096 python optional 
python-websocket_0.16.0a-1_all.deb
 ed060946ab9dfffcc3e123e43cf14ac5 2156 python optional 
websocket-client_0.16.0a-1.dsc
 511dd0a031aace73e5d59c826b7b41c1 191428 python optional 
websocket-client_0.16.0a.orig.tar.gz
 88559f10bc3d787e36ff529d8c036db4 6852 python optional 
websocket-client_0.16.0a-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT7oHUAAoJEDgB129fsthc74MQALWerP0j4qfrueRoFff6tnsq
qye+xWDKUGhzA0vYDe5RXtRbOQHp+LbhVxqqVc61hA1IMaGwdiCR6iaYgH4qVzJz
yeQD6Qt9AsYJ943VlPoK9xlTf6YB8UUvaX0DjORawOMvffv8MZxx1UbM9tpczspV
X545YV0HDrf8j0if/dZxlPCfA729qAfNVC4LUx8qgH6GH3tH/JXEDp92/BKbrTOg
WudexfZH8s3FhJT72ZLo8suWUiqGneju1FSaUfWTOhKGB04R0Ops9AQ0a7P3bzJu
JS8Kp82ar1dioGv/6rW5arF9rjfsspvnMC300DVQOwdc1Meivb30qPvu2rGhbqg+
Wjf9fD+KXG7Gwq1omf3GsYyO9QaSSvzjaQj0XTI02U1ZgyTXgz50G9/SIKICQSf9
hqwmIPWJTZuFpfJAM4MEhayvyP4l3wKVcWkjH/r+HxsknDYCxYby0x7Zko28Z2Yy
E7CEuPOeWiKsUkPLi3+nYKUhK8/UqMywW+rfuz1wF90mx8Pr5EhHSzoe+2iUiwHx
tek8D55s9AiU4L0kt2UfoMMiR054NgJBzQwoy5HnLaRHmG2D9gopJ0bq3yaapOpP
EtwjCU345CcKKRJgTpGpp48c1Hv7mEoA3MFcJrYSLm5laFGyqFlBR4S2pp89c4QK
MBs613G52KWQdOaI4VCK
=Z7B/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xiqs9-fg...@franck.debian.org



Accepted python-astor 0.4-2 (source all) into unstable

2014-08-15 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 16 Aug 2014 01:59:12 +0200
Source: python-astor
Binary: python-astor python3-astor
Architecture: source all
Version: 0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-astor - Python AST manipulator
 python3-astor - Python 3 AST manipulator
Changes:
 python-astor (0.4-2) unstable; urgency=medium
 .
   * Don't ship the tests module (or setuputils.py).
Checksums-Sha1:
 df1e02a9d825ba1a8e293c840939ddb90b6619e7 2167 python-astor_0.4-2.dsc
 9ccd4a0c6ebc62c14ab178c8679529390d2f2857 2924 python-astor_0.4-2.debian.tar.xz
 d82f23a5b25a40ebea46822895c4ef626d57ef7f 11526 python-astor_0.4-2_all.deb
 23dcf18a7b1c52af541eb8824121e76e553bfcd6 11608 python3-astor_0.4-2_all.deb
Checksums-Sha256:
 3bf91e5c5bb6d1891c87ebf6372eb1ecf50c377851130ebc2ce56f0ec796ba58 2167 
python-astor_0.4-2.dsc
 eae2de90bdb1009806bec07b45f8db52494b7dc112939203197792b1a83bf617 2924 
python-astor_0.4-2.debian.tar.xz
 e741a94962e357bb311aba8dbceee979ce1a078fa15f7fb7e97e964490668fe4 11526 
python-astor_0.4-2_all.deb
 471330062e5fccae74941cf9f1c10f4bf4e848df2e24cb50c5c3a4f7def7d9de 11608 
python3-astor_0.4-2_all.deb
Files:
 98cb0b51788d1d7f199b098cbb01ba24 11526 python optional 
python-astor_0.4-2_all.deb
 a25ec3771ca4cb8e5966550eeb157dda 11608 python optional 
python3-astor_0.4-2_all.deb
 9395bc2540a73eeddd15d53546c271e8 2167 python optional python-astor_0.4-2.dsc
 288d43bc4c820f5296687596c9b92394 2924 python optional 
python-astor_0.4-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT7p+PAAoJEDgB129fsthcGQcP/iwqyY9EA1VDURoW6qVwWxP1
FY02U+n1wP/JjPCDI7xhMrXFWaPjw2h79mw1rx9T4MnqvwJoIOpEnYroaOhjPNpV
zcCRzZwJPwNJhWPbzxpB18/PU/W17NeKMwa3qBmrKZRsPV8X1/ncbWANDabWS1G8
2itQBzCG/xuBU4vsABktoiDjlojQTdFd0LtF0UCTtS63/MVe4ZywYzlDP9xR8KsC
tJLu+FjVJvhs1X7uVTO2TAB72x4iD9jCBGNUN8LAWCT6hLhI18foOPOJtvp6Y86F
Y0wcwAg+vwBGvS6A0q5DYXBig12mTyHsiKg0JVWnmvY22XIlMgYmIbryT+ZSqjik
Z/7BFHtwBQVZ17aD5Xw5uSYEloVhiOc7zYz9LbeVrheRf9uWwDniupoq/hd4NhvX
28R9DP+a4CtOnVxyYfk0tGTYb4Pg5s/6/lr0a+B5uxEh8ERVotIWoPY7f3luz1Qf
0SBlcJRSCCtt84U1/fJvHL+PreslxOEt0jiELblob8oYNKwgpR4/TFaIL2vf4fiE
3DrIzt6Ut47sAXDS3zClFT/UNC6MYbKURbRxdFyOWTlJuPkH4Xg0u/vxaOm/pFi4
KoCGo35B1L0l4kcvLDquUErBWT4D4u3MeAbgrPM8zZr14VaJHhZ4JrkkXFVEdthw
lNzfUe1HujK0oL58tkfF
=7HqX
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xirvi-0006pn...@franck.debian.org



Accepted backports.ssl-match-hostname 3.4.0.2-1 (source all)

2014-07-23 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 May 2014 13:37:08 +0200
Source: backports.ssl-match-hostname
Binary: python-backports.ssl-match-hostname
Architecture: source all
Version: 3.4.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description: 
 python-backports.ssl-match-hostname - Backport of the Python 3.2 SSL hostname 
checking function
Closes: 747481
Changes: 
 backports.ssl-match-hostname (3.4.0.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #747481)
Checksums-Sha1: 
 c8a7156ba77856c05d71b4d159f330f278e2b943 2054 
backports.ssl-match-hostname_3.4.0.2-1.dsc
 da4e41f3b110279d2382df47ac1e4f10c63cf954 5151 
backports.ssl-match-hostname_3.4.0.2.orig.tar.gz
 9778ffed4da0665ba6d2d573794c9d80c08e1bdc 5108 
backports.ssl-match-hostname_3.4.0.2-1.debian.tar.xz
 cf21d592ad8c3363357ec01e04f2f8be6cc1fe4f 6332 
python-backports.ssl-match-hostname_3.4.0.2-1_all.deb
Checksums-Sha256: 
 bbec9033822311ba9ae98956e6668f1fa71e0c3b2a9db0ec23972bcb2054541d 2054 
backports.ssl-match-hostname_3.4.0.2-1.dsc
 07410e7fb09aab7bdaf5e618de66c3dac84e2e3d628352814dc4c37de321d6ae 5151 
backports.ssl-match-hostname_3.4.0.2.orig.tar.gz
 4752c79c64f10a351a81a6d3a143f12b8bc07ab963ab80e8de702ff0097e03a3 5108 
backports.ssl-match-hostname_3.4.0.2-1.debian.tar.xz
 155c97ffb6fbb54bde76db4fb7fb7f203cf27d7d2b38bef3c772520924321f57 6332 
python-backports.ssl-match-hostname_3.4.0.2-1_all.deb
Files: 
 0c33785d205a752fd1a47eb839a3d4d7 6332 python optional 
python-backports.ssl-match-hostname_3.4.0.2-1_all.deb
 e3fd08baeaa4474b377f59e2bdb92348 2054 python optional 
backports.ssl-match-hostname_3.4.0.2-1.dsc
 788214f20214c64631f0859dc79f23c6 5151 python optional 
backports.ssl-match-hostname_3.4.0.2.orig.tar.gz
 4573b4443d310493d505becac654ae3c 5108 python optional 
backports.ssl-match-hostname_3.4.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTb2PdAAoJEDgB129fsthc1YMQAKiUv6tOaWlzGEMBVFpyodSc
zj4cszDjzYqrrQw62OyiqQZxnQ60segJTWZm1UEsJccOEh4ZXt6B7nQBJrAofV8I
jBGkXKJFx446Y0X4URsOJbI7WSVFy5UWCT60NvMoZxEdqrDD8MKYCGoJM2OukBlT
0/d+tYgboAdKpbzbLp7FB2dxw+BR4/xruHHl5HGIYIFGBsSDtmgqRQq7AQ19OIUU
h03728BXlG3wSuE9U19lURe5Q0wdci147m7VWG0imWF5OAOF0C5turs4PLMhikPy
sZiC/kjGnYmifOAJSb2E0ytIsezzgDpGAq5WAudRmDo675BBZMMHPT33afmyV6ew
X9T7kHED+H4Ydq2WulTCG/eO11R8+8BBTR08DNC+NQ23L4uDa3rFkSfY4zdAavJb
Mbd0OsASWkjN7aC8hYM2ogdhEgqlR4p9Th5/2nfsFOjDFcV7Ps66JEnrhnn/YH9L
oWZkAObCIi8ieGwuICQ44JeQyuefOvkOXibVEho9q6+1McmQBu5AxExZeKifzl8J
dV78V5k7cizjV+WN8L8xlVbzm7Db4YNa13ULeh2bnICToNBJsczpAVM73osLGXOt
nxxCKpJlVrFnFcEmEf9OVtNEpO1BQYnhs4Ze52Jd46/l1sLbQ8HfEm38981h6HuW
gFc2SS9Xr9jsoVzYczco
=ATKn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xa0pi-0004fh...@franck.debian.org



Re: RFH Packaging DNSSEC/TLSA Validator

2014-07-21 Thread Nicolas Dandrimont
Hey Ondřej,

* Ondřej Surý ond...@sury.org [2014-07-22 02:42:03 +0200]:

 I just found the upstream misses OpenSSL exception[1], so I will
 have to sort it out together with next stable upstream release.
 
 1. Do we already have some nice *SSL boilerplate exception that
 would allow OpenSSL derivative libraries as well?

Joey Hess quoted the FSF boilerplate in [1]. In can be found in at least wget
and GnuPG. In full:

| In addition, as a special exception, copyright holder gives permission to
| link the code of project with the OpenSSL project's OpenSSL library (or
| with modified versions of it that use the same license as the OpenSSL
| library), and distribute the linked executables. You must obey the GNU General
| Public License in all respects for all of the code used other than OpenSSL.
| If you modify this file, you may extend this exception to your version of the
| file, but you are not obligated to do so. If you do not wish to do so, delete
| this exception statement from your version.
  
[1] https://lists.debian.org/debian-devel/2014/07/msg00564.html

HTH,
-- 
Nicolas Dandrimont

BOFH excuse #390:
Increased sunspot activity.


signature.asc
Description: Digital signature


Accepted moksha.hub 1.3.4-1 (source all)

2014-07-14 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 21:02:42 +0200
Source: moksha.hub
Binary: python-moksha.hub
Architecture: source all
Version: 1.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-moksha.hub - Hub components for the Moksha framework
Changes:
 moksha.hub (1.3.4-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 c3619bf737ff18c57c6e3b43ad78ac5e600c9f63 2228 moksha.hub_1.3.4-1.dsc
 708025a5c581584b7d9768da04ce4ff4baa0650e 26934 moksha.hub_1.3.4.orig.tar.gz
 1c2eba9acc87c783d943854e602261ecfc01dbb1 38852 moksha.hub_1.3.4-1.debian.tar.xz
 77ee454e8b0cd6fc7d9c5127c3469a72949bf60d 21484 
python-moksha.hub_1.3.4-1_all.deb
Checksums-Sha256:
 c3e02a065eee1080d7986f18394421985a0125ced118e40079b3312bc7ee441d 2228 
moksha.hub_1.3.4-1.dsc
 e7e264be93c6141cb50cc6242c7547cd8cdcc88d3375ba5843c51b81fd71a41c 26934 
moksha.hub_1.3.4.orig.tar.gz
 0fe42629588654b98141c4749295bd3acfb57398f5120cbb09de25d61bcd022c 38852 
moksha.hub_1.3.4-1.debian.tar.xz
 1c41164cd47449af3e5cfbb7a25806ab5090e69fa531bb5cd32063ff45b838ad 21484 
python-moksha.hub_1.3.4-1_all.deb
Files:
 09f8de320526a14fb47c10279b3a74d6 21484 python optional 
python-moksha.hub_1.3.4-1_all.deb
 1a61e70a1218f4d2e56c31d4c5423a7c 2228 python optional moksha.hub_1.3.4-1.dsc
 57470c5a0de95d10602bfb5daac9360b 26934 python optional 
moksha.hub_1.3.4.orig.tar.gz
 d1395faa2601b89e52474542fcf6a8a4 38852 python optional 
moksha.hub_1.3.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTxCp/AAoJEDgB129fsthcg4gQAJG2rBYPhyyBFIlpb00xJ7/l
gl+d6/HXnPAsOewUoawi3Gl3Mi6N3DLHfYYoGSqAI+QO7ahmkE5Z+AgKsy0UjzVU
PY2+4Pv7wMWRbuYq6bvHnFpAWzBmUkgp/V2WzTo8Pip+//iFWHJdbix0GVOHX/7y
FtghnZB6taeTZi3gW7aXGPLlzQVI+PuQelHATA4c6jEW4/jM7poKGwAiHPtGzNIb
uj/i6q77CbUcm20En8noUzG1FryRYbtKuu1+pVFRdHfWCI7cZwol+8l2YiZAuigw
WKLT47z3mF1TnyWe3h03Z+IcbQYxtZcCQY8SNtrZvLh9NOlQoLlGfanHOZn+nwQF
82FSYrBwZ+3gksVMu7GdCnv5b3IRydrYVttnYOZaWH8nNskdkajXV3OQ5dICrSbe
2H3vgWnWtoSzJ9V/f0VlFU1RMlFj3BNBxVFudLGUypwdw/C8w6VQVgRsHudGDfxP
iPqrYOlGuggDyuY07TTNKTRsZmhOFtlAs12K/YjQF0VuJ3P9dayU1Aaxdfjc3++q
uBfbCVw0qfXNjxWSKV72c2zNc4oJAC2ZOw0SyCtfJCj8bX+6qLnzKQVhicnAQnbk
8EgTBNg2P2Fbg3Ntma0SJn0/fnBGNFjXWE7GZ612j0UeosXDudyHWeZy0/e37rkk
o46ko7e57Uml41C+6mH+
=xKhs
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6lmi-0004nt...@franck.debian.org



Accepted txws 0.9.1-1 (source all)

2014-07-14 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 21:13:37 +0200
Source: txws
Binary: python-txws
Architecture: source all
Version: 0.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-txws - Python module to add Websocket support to the Twisted framework
Changes:
 txws (0.9.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 b70f45ffe0c1c20579b83ef7bb48f0f507c814da 2038 txws_0.9.1-1.dsc
 08680d07cd7a9b02d4d922b83db01b9a41f545d5 9899 txws_0.9.1.orig.tar.gz
 9b876830a4b7a6e70b4d28b0ef03fa162e8e8694 2364 txws_0.9.1-1.debian.tar.xz
 ea3f0df18ddf7cf7b49805318febb0dfda0e0332 10922 python-txws_0.9.1-1_all.deb
Checksums-Sha256:
 34a60e66276749441e538fbbdaa914b1e21a32f4bc7d4f1bef66ed34cef10165 2038 
txws_0.9.1-1.dsc
 cb93086095d04a5d70f53a75053f7df478ff37e972c3637fb55ca4a9e6b94679 9899 
txws_0.9.1.orig.tar.gz
 6e5c7b2e27dc44fd56da64bf3effcbcaee80fe6c8e3416e51f1360e9c4f6043f 2364 
txws_0.9.1-1.debian.tar.xz
 56e3c84ed83ff1ad2c5ede37d633fe979bbbd019f8ea4200b37fa5e4a4c369c6 10922 
python-txws_0.9.1-1_all.deb
Files:
 022a34c2cad40814397157bdb4938b64 10922 python optional 
python-txws_0.9.1-1_all.deb
 2c53f1cd137ed1a90b681f9dd47a521a 2038 python optional txws_0.9.1-1.dsc
 d113910af0521ea62db8a0f3d7c63abb 9899 python optional txws_0.9.1.orig.tar.gz
 36bdae781f383d55c2a10771dc145fdb 2364 python optional 
txws_0.9.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTxCxuAAoJEDgB129fsthcGD0P/RKan5YbtwP5MDDqvWcR4vB6
nruh/ACL2X/devLwimB4Mhgea5tENRMZ4jSp2vq1BHQOlmtR/OHkeEX8aXatpjnT
/OLmxbKX5TIsmWoTT4x9qXbncUn5BCQYvj+I2fxTFSj+lCdSgr8RhVmXYpOOxat9
OAc3w5/d9drRSfybjqWeRlO8dXiKTK1r5F73JonD93b8bCUpzr6Xu3WD7Oo9ZsP8
UyPkNbhKuXfu1mBOMuhmr+bUl4TyT82CGBeNU1sS54RH6SrOMbzDUD7Vs2L0JZrV
PrOdKRftRXSoi0nxS2fk3ULd2Ch/aKWVtWpIeC2QGd8//7SxOiONgNUiQIhEjzVR
+aIQ1q8b2Z5ajuBB6t4fPDriufcnXEZKmBZxUisEK6gpBmv9a55Y+wHKI1hrN+G6
69fLJZkxzAQ12n9cpum1es4kNErt95ssJ3DDBabq18K4vMARwwJSigDATuuAXDwP
czfWzix2FigcmIOs7Ln9ZdgyiDSq4SVqZUVx4i9GCXhEAXXaOaHMmW0jHwqmgKnR
muLiFVc0OUVKCgTpqkWl8AWb31V18xD8WMySWq7rjaR2sXjLWrXrn3AMfb7m6wVz
0WIMXbI3rknsdWTrGiLKWTu337Vb+YK3cHIOw2Ly1V88sxprWPi9Or+Zkl9EAQ6U
yS6GK+6zYLbuZWfU7KuG
=2+5m
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6m0w-0006of...@franck.debian.org



Accepted fedmsg-meta-fedora-infrastructure 0.2.15-1 (source all)

2014-07-14 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 22:20:38 +0200
Source: fedmsg-meta-fedora-infrastructure
Binary: python-fedmsg-meta-fedora-infrastructure
Architecture: source all
Version: 0.2.15-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Dandrimont ol...@debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-fedmsg-meta-fedora-infrastructure - metadata providers for the Fedora 
fedmsg deployment
Changes:
 fedmsg-meta-fedora-infrastructure (0.2.15-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 6ead6df41bdd090626277753a1f004403bedeeb2 2247 
fedmsg-meta-fedora-infrastructure_0.2.15-1.dsc
 d46ea219a128336a3860c669e89e1dd7f6f7e319 80287 
fedmsg-meta-fedora-infrastructure_0.2.15.orig.tar.gz
 14d8ba27e457e7d0139785398532a31e7a2fba2c 3580 
fedmsg-meta-fedora-infrastructure_0.2.15-1.debian.tar.xz
 0bf49ab8876796fb70e1bf66034b996a9c361073 58392 
python-fedmsg-meta-fedora-infrastructure_0.2.15-1_all.deb
Checksums-Sha256:
 513d79bb2ac760884b58a3976b462eecc2d20d4363806579990fcc73c08acdcc 2247 
fedmsg-meta-fedora-infrastructure_0.2.15-1.dsc
 93d96ab51d60b4273f594f05f9297d2b4e4b3e6d75111e37c4c490218c3dea49 80287 
fedmsg-meta-fedora-infrastructure_0.2.15.orig.tar.gz
 530e488a2e29037350d81b8f79cf407a50e1e403db82503fa5ce477c6da6f95f 3580 
fedmsg-meta-fedora-infrastructure_0.2.15-1.debian.tar.xz
 be3167ca70c7f9089c584ca125a05b9e90dadc1dd48872665d97449478c10cac 58392 
python-fedmsg-meta-fedora-infrastructure_0.2.15-1_all.deb
Files:
 3410639d8a4e27621ef5f576f2f25f1a 58392 python optional 
python-fedmsg-meta-fedora-infrastructure_0.2.15-1_all.deb
 80e92292400937e2a448b5ecc7092331 2247 python optional 
fedmsg-meta-fedora-infrastructure_0.2.15-1.dsc
 ed3c4caf3c4561a8fe8f32fc2d4e2192 80287 python optional 
fedmsg-meta-fedora-infrastructure_0.2.15.orig.tar.gz
 0f5e261d275fc1de63f3d5303432a511 3580 python optional 
fedmsg-meta-fedora-infrastructure_0.2.15-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTxDwTAAoJEDgB129fsthcrnsP/21+L7M9t76AnhFl2d4Pkg7i
aJer+Lq+ajzyEoat92W0hOrfBkIAb86/AxjhucSvHYRFkYfqqGRXyKHVgl9PnVda
PSWUTzJLSUp4DVInj7xsiPBXhzeEGs/rokgaK42rWRxpOUR15HOrYH9yMLPMidHP
AGXfBjKahJI/IrE/phucLgm0P2sHtozd2t9w90W4JI0sTcdrj0sBTdMKZm4kzgVf
Id0jXrSUA91aHbOC9XQmjUrsPKJQC4Zq415Weh9fZlJn7Dg+ngSOkNRm3cwErB/1
e8d7lRBJXV/8T3Ul4GPRB2TasnB1QvNQcvoFL25CBRYkesb1RA4+YiSZ3ghofPt+
+OdF2kif3A8J7UlRNAkc55ZksxiTXgnUt9sJ6UQDG7zgDtIP5anxAVY8KcxVFVD7
otq+dfCq8A3lLUICY8Dg2AFTUF5gEVoZzJy4UmlRkzWWO7o3gANr1O8PrXeN587w
0j1+mMhc4ALZ0pDot4kPU/J08EjaPgo7iwEX8xNHtnJXDBz6FQnAHutI/EurqWRL
zP0XuZXl6YZp6QiC62EMQUmWhNoRC1oP4SLF4AW6aU76X5DNEirfLmtpgOnaO4YL
FlJdnHZlUw7SBlwxvF3tO6jC+2u+NEau1LgorzxbpdXECrjnt+liz1+lzaaO2JRA
8C+AF7DYrjlKMERZywkb
=GUY/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6nta-0002a1...@franck.debian.org



Accepted python-fedora 0.3.34-1 (source all)

2014-07-14 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 21:55:29 +0200
Source: python-fedora
Binary: python-fedora
Architecture: source all
Version: 0.3.34-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-fedora - Python modules for interacting with Fedora Services
Changes:
 python-fedora (0.3.34-1) unstable; urgency=medium
 .
   * New upstream release
   * Install upstream changelog
Checksums-Sha1:
 48e37cd30a2cc96148aa254a49082161d870c3d3 1963 python-fedora_0.3.34-1.dsc
 280fce58616e5f06272a1b2830cff46de42f35f2 156420 
python-fedora_0.3.34.orig.tar.gz
 c20feec894d170724e6a2098d6b6ee439c4ab0f9 4280 
python-fedora_0.3.34-1.debian.tar.xz
 3fdee1f9328892e35a90fe16f7614b148148b2a9 44528 python-fedora_0.3.34-1_all.deb
Checksums-Sha256:
 47c7d6d2dbd2f45a5330e452a442c3168639220b3bf8c2b4b6af9fd8049fce2c 1963 
python-fedora_0.3.34-1.dsc
 fc36da4c52096f042e1c4e06c1d11e8348cc7823600efa997dfacf0b9016105c 156420 
python-fedora_0.3.34.orig.tar.gz
 a450e8ef69d8c446d8951389fff694604bdbf7b8b23577345cc5e4f9310c0f74 4280 
python-fedora_0.3.34-1.debian.tar.xz
 89bbaf6d7bdf0477557ce257feab7dcba7c5b84066e048216626b29897be4a97 44528 
python-fedora_0.3.34-1_all.deb
Files:
 d8b1faaa85c7d7904188746b3400e00b 44528 python optional 
python-fedora_0.3.34-1_all.deb
 9158945d23f84aabc7382cdc9937e3e3 1963 python optional 
python-fedora_0.3.34-1.dsc
 99bbf5ddc67d7d678e10a83e8b1c7cf9 156420 python optional 
python-fedora_0.3.34.orig.tar.gz
 b424c8b6c9d2af703170c3d6cfc63cf0 4280 python optional 
python-fedora_0.3.34-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTxDh3AAoJEDgB129fsthctwkP/1uGfguHz4XpY1cYPEw2FRXt
yOj5xuanDPOCSZlfqhyNLv8bVDuK6XIh7piTqbvQIfbWHETrMW/ewpAjqZquxfRm
puRysHYgaR7+JlOPprzorAzGtbUzmZkINlyWFnLwbK5tsRmoKv9Sx3ErievVX9FI
ue8d0uNQtG4+Yae9lQfH6AuLoPqqcAjcjLlOrhydpgtwRKMNIcVOpS+yWIH91J/q
QTyQrQDfMEujVyND11k+vCDKEfRLklHzBoLlEl7U9qs8PwmoJJ3D6xR+4b5KUXiG
hMhhgIzXuaaZHuBY1BmKqL6WopPsLQsmJ7JerrBHqxdBHcBNwevZCE0avCyECXCR
CaPDbcRSOJdsiUjnU9CyNw0Wr9MQSNWLfGhyxrPrFqgtbUbriTERB6apfgxJko+z
kinHit9dy0abAVDZ3ZDeCdhTAFSmyHe+8F6N2vNP+vaZWeq0oAL/kk6l3IdCYDJr
ubRLUrlZS3nTkOjcw3pOA6paJHjbpZchqfmIZOX5oK8N1x6ikQhssgxwUiOPKyNf
qjNhkBLW60YoLjFFBY5TK6awa6SnmIlzD6Jg9Gm4UnrrEsRTFxSo+p/QoLe4lzgK
vWqQv9H7rYbVbysIllJXV6av9fWZC7E1zhCkIsjAev3G3cEoXYTL1V6eMwzntOaV
8I5e3cqElrFWdXsVm8uZ
=1Fza
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6nxz-0004xg...@franck.debian.org



Accepted fedmsg 0.8.0-2 (source all)

2014-07-13 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 10:30:13 +0200
Source: fedmsg
Binary: python-fedmsg python-fedmsg-doc fedmsg-hub fedmsg-relay fedmsg-gateway 
fedmsg-irc fedmsg
Architecture: source all
Version: 0.8.0-2
Distribution: unstable
Urgency: high
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 fedmsg - Fedora messaging infrastructure system - general utilities
 fedmsg-gateway - Fedora messaging infrastructure system - gateway daemon
 fedmsg-hub - Fedora messaging infrastructure system - receiving hub daemon
 fedmsg-irc - Fedora messaging infrastructure system - IRC bot
 fedmsg-relay - Fedora messaging infrastructure system - sender relay daemon
 python-fedmsg - Fedora messaging infrastructure system
 python-fedmsg-doc - Fedora messaging infrastructure system documentation
Closes: 752895
Changes:
 fedmsg (0.8.0-2) unstable; urgency=high
 .
   * Fix init scripts so that the daemons really get launched (Closes: #752895)
Checksums-Sha1:
 3de7d3d7d1ecf889c9cae10bafff9ba888ec130c 2610 fedmsg_0.8.0-2.dsc
 4f9e6fdc58ee53119699086ac7f2a15aa9b2cd84 14028 fedmsg_0.8.0-2.debian.tar.xz
 549eaa8954ea3f6e1d864850b51c5a19c42018fb 192300 python-fedmsg_0.8.0-2_all.deb
 1b7b982db526a40533528b328c99624ccc3d6db9 310854 
python-fedmsg-doc_0.8.0-2_all.deb
 5b3de7880aca327b1fe57adcdd2c2e6873e3277f 38560 fedmsg-hub_0.8.0-2_all.deb
 7dc271a5e6f9f1f7cc0630ba2856b54ef91e346e 38838 fedmsg-relay_0.8.0-2_all.deb
 435e26a420f9798a3be393689a12dd8384c56e6d 38630 fedmsg-gateway_0.8.0-2_all.deb
 23f6089ba8b828ee4c5f931c2fc778de25390844 38674 fedmsg-irc_0.8.0-2_all.deb
 867c18b06630187e3cd31a92fbcbe12268e2bcca 43330 fedmsg_0.8.0-2_all.deb
Checksums-Sha256:
 71dc16a7e08617542baec1eee769bcc7e8ce7128c8651fac24a41e564f796ab8 2610 
fedmsg_0.8.0-2.dsc
 da5b9568beb4eaeda53f3063fa177f8261637cc1fe0bde5ca5ee12d2b5569c03 14028 
fedmsg_0.8.0-2.debian.tar.xz
 ab5611429f947cecc2795c152bead5e3bb6d3e34e4bc0d2475ecd33ca69eaa72 192300 
python-fedmsg_0.8.0-2_all.deb
 795e469951bf3945ae5b48bb665a27e8cca4bd07d71996a16713fa35eb527308 310854 
python-fedmsg-doc_0.8.0-2_all.deb
 41a291dbdc239188702fa83772fce7b4fc994ad637792c325399bfe0f1dca2af 38560 
fedmsg-hub_0.8.0-2_all.deb
 8e3d10c5a8057980a7c609c7cbb5c13d6b7be211d9e6e36a03e298318601f874 38838 
fedmsg-relay_0.8.0-2_all.deb
 f6203a0bb38f830ff3d115e4bc80174d9630b642e8a08b87f17ecbd5504a27bf 38630 
fedmsg-gateway_0.8.0-2_all.deb
 94a9629ad067a2badcde4abdadce4604353eee3d21e56dc9b061d3ae6815d6d5 38674 
fedmsg-irc_0.8.0-2_all.deb
 f88129fd04b035b5a2d5b6d8d4be930fb1a2c147d7e24d1c0d88d81bb91c7d9a 43330 
fedmsg_0.8.0-2_all.deb
Files:
 1bcf40d80fe0a49a52bfd508ae3dcebf 192300 python optional 
python-fedmsg_0.8.0-2_all.deb
 6260561a43a5897bfcd3a83b67017e27 310854 doc optional 
python-fedmsg-doc_0.8.0-2_all.deb
 7079b5cddaf7dadd6d2924239ba61533 38560 python optional 
fedmsg-hub_0.8.0-2_all.deb
 fc485066fb65c14827a5af4e72464b6f 38838 python optional 
fedmsg-relay_0.8.0-2_all.deb
 6c04f7406cbf995b11ce6297b6c3cc8f 38630 python optional 
fedmsg-gateway_0.8.0-2_all.deb
 68d94a2549238e86eea1ee427c4395b8 38674 python optional 
fedmsg-irc_0.8.0-2_all.deb
 5f8d27e418703a0c71ae4bd1b800e79f 43330 python optional fedmsg_0.8.0-2_all.deb
 365c31df8df4d48e760e1b538af36a91 2610 python optional fedmsg_0.8.0-2.dsc
 8173cc4b218a4f00de27b40ec0e528d1 14028 python optional 
fedmsg_0.8.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwkSNAAoJEDgB129fsthcja4QAINU6nEBaw8PlHpzJp8zzuCJ
Za/tIMT1OCHMbJS3n1vrXTkVJnYMVD94CWehkIDHVxQ3L/ItRJ96LB5kg6wWtDIj
sXwPemE1d1yGr5/SHNbf0gFlL4mtwmc5lHQ8NfSnWuDaDqxVWR8yqnC6BJJn6dd6
AG0wF3pXLSk/YClecPBSP96PhRLy5k93zR6dSx9jV2tcsHXaDunxiJhESaHfUscG
Mq4LSkpFz6/Iu09RVJWSS42sOkBTjECWZ4u4u0pqLu6iYS9YIPR2tWBSMLa3g9l2
4clZIO00bnjw8OkO5dmy1yzxKBWAl1Iss0AbRbMxZ4FZ04xr1pORVdK8yUYJEI2f
L93xXAp8y+0J60PqsnJ2z1G1Sh/FtktG94khmbWdPtekBqJ9g/zFhlRrN75zwx+a
rZVzA1IWa6GVdunhNhfvijkV4hzigjHUpUFVFWUAYD9eLFk7BT4EBnaVBmicofDQ
DbmwcKIz8BkVyaPVUwPfMm4OeFEntx23a2wfVfoF0hU5fWKk8VxsoONHEyjkI86o
2CoKSWccxmgAxAAk+6GHTM3vkIhPfsSII/Hl4em1GbXJOAVK+OJwLbebyMdV0GVL
fmpEuxkd1X6ydHcktZpTVGX2YVOrQpOXm/ISwu5ZHFtUkc9kn1ECniDOU4SNETyC
aLDFNBLoc/BD24hJCmsA
=Em/4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6gaq-0007ac...@franck.debian.org



Accepted python-astor 0.4-1 (source all)

2014-07-10 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Jul 2014 22:00:13 +0200
Source: python-astor
Binary: python-astor python3-astor
Architecture: source all
Version: 0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 python-astor - Python AST manipulator
 python3-astor - Python 3 AST manipulator
Closes: 748372
Changes:
 python-astor (0.4-1) unstable; urgency=medium
 .
   * Initial release (Closes: #748372).
Checksums-Sha1:
 b2eabf418e72cefbf4de1e4a15d82d6f7b8d125b 2167 python-astor_0.4-1.dsc
 d971f5800c89db41966d12b755f090b841a1c27a 11188 python-astor_0.4.orig.tar.gz
 c9fd40b64f8574a8f027590ddf595513e7a36363 2836 python-astor_0.4-1.debian.tar.xz
 a1688ecf2e84457732acf1af644bd3a5723a5361 12100 python-astor_0.4-1_all.deb
 93cf40b76068ba3e7d77a241cda90c3436f06d35 12178 python3-astor_0.4-1_all.deb
Checksums-Sha256:
 43e6b5f21bfb3814c422aa2b8824705e41adf084a201c17a5eb7c011d4430a4c 2167 
python-astor_0.4-1.dsc
 26ddb1ae3c372a09702709e91544eece9e8c885fdae7b2553838d440492fc24c 11188 
python-astor_0.4.orig.tar.gz
 4c6d5d9089729b7d62af2306dbde6f992cd21d2240e6e7abc9f94f801d94de52 2836 
python-astor_0.4-1.debian.tar.xz
 59ffc44638910d6571783d866dfc67825bd9fff407d27ab83f8583df27c8ab30 12100 
python-astor_0.4-1_all.deb
 644406b5a4afa291c9fb4264afc6bf1525acbbfd4a9456f944178a8b61876fe3 12178 
python3-astor_0.4-1_all.deb
Files:
 3b23aa67f33c30568be69c6b595f9a4d 12100 python optional 
python-astor_0.4-1_all.deb
 a4fbb0a3148908fcbd35f12f4a4e7bec 12178 python optional 
python3-astor_0.4-1_all.deb
 7e797a77b37cc7ea64b4af43303c4910 2167 python optional python-astor_0.4-1.dsc
 32ee1e50e88cccfc56315b19b09449d3 11188 python optional 
python-astor_0.4.orig.tar.gz
 ed86e9fbea5d11b97b775f73f9580750 2836 python optional 
python-astor_0.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvvpiAAoJEDgB129fsthcCVgP/iIhR24f416L8JsZqRTZV1Jl
z4dmSuenUxhM4KVNbsXYtyG4Y2ZayWQ3se9UqGjEvbsGbCfoWKLbEsAIHeZXSEIK
Do/DwLl4e/+fF53x24dDemelyNQ3b4/G7mos669XxaRVtEDAKtWAC98Lgma5FQe0
ig1NpTNqGMucBBaF9R1JkiOg9Odf5TW9s9ovDAIT6VMAWlxsL6f+F7e63ImyfjwA
5VeaGcP+mfUTkv3Ewg641oo/DXBU8jg10pgq7WJBos3qRykTO81zRlWATIpLG79B
yl3fx/A+GWEriubqil3AgfV41wiDrn4+dZr9GGBBk76wg2Bk1jU09ZWQeibdaqIS
x7d1JCAq0ID8tTpSHAsMx60lo9JLeEAOJYKu9DknknBySMSUAoqEVv+osaUCIViJ
/mqar04QzGdgLBHup0PRek8iEVSGMZOsm/gysKPnwoJ1m1HoEpWwqD5NWEFbeHGG
IG648f2SqKPUABAIMrox53zjW/puMmy8oBctRWngI1f/A8U1ker3nObIw0SSi5vh
vthnm0OywnNVF0TeQu3PvWVsFIaWSiaOeSL4vWBkvrakWrTh0zdn+hnzuDWG4v5d
6qjWUDIKuaVWSonetReuxIi7uOAZyxQp8POIVN9KNlr/EaALYKYbnu7hFbwvylEC
4VNjK0vStXwtoVTRf53I
=4iNf
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x5mnp-gc...@franck.debian.org



Accepted fedmsg-meta-fedora-infrastructure 0.2.12-1 (source all)

2014-06-27 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 18 May 2014 18:33:16 +0200
Source: fedmsg-meta-fedora-infrastructure
Binary: python-fedmsg-meta-fedora-infrastructure
Architecture: source all
Version: 0.2.12-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Dandrimont ol...@debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description: 
 python-fedmsg-meta-fedora-infrastructure - metadata providers for the Fedora 
fedmsg deployment
Changes: 
 fedmsg-meta-fedora-infrastructure (0.2.12-1) unstable; urgency=medium
 .
   * Initial release.
Checksums-Sha1: 
 fd0298ebea173031d9767aaca266e9231313286d 2251 
fedmsg-meta-fedora-infrastructure_0.2.12-1.dsc
 cb4101b7b73e81d3b63c47e04d7363649055c7d7 73369 
fedmsg-meta-fedora-infrastructure_0.2.12.orig.tar.gz
 c9f83931126af0655eb41ae3078ce10ad1cba28f 3544 
fedmsg-meta-fedora-infrastructure_0.2.12-1.debian.tar.xz
 d66d78448288f9df92c1748edb5d9f50e06f95ae 52428 
python-fedmsg-meta-fedora-infrastructure_0.2.12-1_all.deb
Checksums-Sha256: 
 fde948d4d3b76fcabd23d3501f419e49bd04347e32bb78762aca85e57115de7d 2251 
fedmsg-meta-fedora-infrastructure_0.2.12-1.dsc
 66051459e3b39c98873b9d7ce4e24d741f6d87fee40ea219caa9b5af2956d98b 73369 
fedmsg-meta-fedora-infrastructure_0.2.12.orig.tar.gz
 20680611a6a1452a6f51d4a953023ea39decbe04b4b36caccb142bacfed14392 3544 
fedmsg-meta-fedora-infrastructure_0.2.12-1.debian.tar.xz
 dc40bef7256e7edc1822ac14a2c78cb66da6a52052588328649746f71fc98c8d 52428 
python-fedmsg-meta-fedora-infrastructure_0.2.12-1_all.deb
Files: 
 ae1813916fdbcbc1ee790f277a29511d 52428 python optional 
python-fedmsg-meta-fedora-infrastructure_0.2.12-1_all.deb
 06df3986842c2a9a10958baf5e28c256 2251 python optional 
fedmsg-meta-fedora-infrastructure_0.2.12-1.dsc
 6a9e2903619dd20e3faf3dc920309456 73369 python optional 
fedmsg-meta-fedora-infrastructure_0.2.12.orig.tar.gz
 ff84f2ad8ab46137602869bcd012517c 3544 python optional 
fedmsg-meta-fedora-infrastructure_0.2.12-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTeOSpAAoJEDgB129fsthcCVcP/jac4iuCaC87S4JEXH5+pqtM
BnqjKNNHadWlHaQ7QRfgjcMZeDdNpZIW4tPEru+vd9Ge0UZkK2dVrjVGM2AARWI8
WH+tuGUFTRu+kuPcXypygCjN/SlasxabXcMRPR+6kjj7eHn5cm/SEAHQ9KjYO6tA
xKMi7m2avdzZmdot5RjYpBdLU8jgaaCF4Yl1qhLtnTkkSrFDZ90KEEhP+NrV6HjT
h7xOXVi9JObzc0MLRnvgHIg85L+YtvkkRmZ+As575EvueGSI47nW0RQSXoMPzDNq
UJTx/bEvh8Eq3GSjGZxlQcFkSRzD2fDKUTRUmysf8HWoCfGrBqRJllLr8GLuXW3c
qkGd7nbPKu7DfmeqChEWYYXTnT84ykAgZ6aCM0445fNvoJHr9OL9kZBdwuKgEYsG
z+8yHEZq84pvrhcTDyODyKjdFSR8qSIYrS0S/a6Fy3Xdl0tq0CaXJ+UMwEQvhZkd
9jUQuJdXWnLN7brDGcjaHQVmq24UQTaHQL6PbuH/JwZtEc5f410pwhfYzDd6SA1u
tVhrSW9shzVVTbtZnKjy4iY0S56QUrhPDaRUJ09oGsVzJVUYHxCWAgN46HTau1/m
+UEq+fagN5fqikfGFZ7SUq9nyuFeg4s+wj9hoLdVvWO1yMSYx2in6/+5xUtq7nLY
ij2W1zjdBboc0xYKB3c9
=zgU2
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x0zvo-0003xi...@franck.debian.org



Accepted libwx-glcanvas-perl 0.09-1 (source amd64)

2014-06-17 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 3 Nov 2013 23:54:33 +0100
Source: libwx-glcanvas-perl
Binary: libwx-glcanvas-perl
Architecture: source amd64
Version: 0.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 libwx-glcanvas-perl - Perl interface to wxWidgets' OpenGL canvas
Closes: 728670
Changes:
 libwx-glcanvas-perl (0.09-1) unstable; urgency=low
 .
   * Initial Release (Closes: #728670).
Checksums-Sha1:
 ba612c1469fd9d2fd91286c41ebf62ca8219e89c 2142 libwx-glcanvas-perl_0.09-1.dsc
 4545a6548d3483d8853156236e0a05e7a6d39a61 13910 
libwx-glcanvas-perl_0.09.orig.tar.gz
 e1683ea9141ebec9e534dd19ac9aa4a823b7a695 2676 
libwx-glcanvas-perl_0.09-1.debian.tar.xz
 aa43904c4ec91c6a405eb50d6c8ac55744f03df6 17138 
libwx-glcanvas-perl_0.09-1_amd64.deb
Checksums-Sha256:
 04cf4bf9bb7036150e405365b1248373e0eeb1d4e071d797d722cca038469ea5 2142 
libwx-glcanvas-perl_0.09-1.dsc
 6ad2c29ff06ff80a5c8b4b9d1d6bf0aed57489e831be59c94494f4f688dc8fe0 13910 
libwx-glcanvas-perl_0.09.orig.tar.gz
 8ee9769f8459a8efb726d3102f12ec1367335f0f418b0192cca4dedd103a783b 2676 
libwx-glcanvas-perl_0.09-1.debian.tar.xz
 ab71f99f13a9826c5cd7dbb95912e1b6cb3df6712751e5c6357447a9bc6352ac 17138 
libwx-glcanvas-perl_0.09-1_amd64.deb
Files:
 c9af2f8894f4da25a9fa2e3b68e01fc5 17138 perl optional 
libwx-glcanvas-perl_0.09-1_amd64.deb
 e8805da50e0b17abaaaba0a1cd3211b7 2142 perl optional 
libwx-glcanvas-perl_0.09-1.dsc
 4f6475010bd6e4231e2dbb3fb52bc642 13910 perl optional 
libwx-glcanvas-perl_0.09.orig.tar.gz
 76eca48bad7ad0813f8a4d813a57f233 2676 perl optional 
libwx-glcanvas-perl_0.09-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTn0woAAoJEPvVIltYh1KhV8EP+gKEYvuDAFaD8knW+ct5bwUh
WUjVBLToaeiy++vkZ9JDumfRz5pDee3B3DQlgpk8LFNRZLQDIARTGk5ioFu9AnAi
qdqFi+FO9bxwgnM3YakjjN37WdmJOtfg/SFwhsTKNJIrXMO6aPjEaRKnPQTZucnP
F1JAbGu5HWG0ZyJuhux3XInxQHsgeLqioqZy3vcsP5CP/DuTErL+Ms3YoEBDHQx0
iZv2tBr8c+yp/Weq02U2f3mekpSgqW1MHUbDZ28j9k+qwra0s8iMlY2SMHK6G1xd
Bkytz2opiuVlizuxqmC3IJ+SbMe/ZEvmUwZuJaPU2i5ld6cqivrGzOgYa8DNMl1X
ErZYTGxxJ8KRg52MC7g8S+RFtcc1wmCS++pBoFqT4widLywASJtFuHLJxOG0G352
LdPvEH+NNf/JDhjnMLgkLP5wb+BDSHxqPW9W9SfEOFhTg2Xp8KE7DpwudV1pWeEn
bs6lGpeE8BgiOmHps5PGDUwqyMrI75HJWHNTy76Uf9ydNYrVg74ymQ+rtbDz7nWj
/bUW65VVStwnpTH2UoQ/+1H7mB6pxssu1iuL/3AxhdlrwJBa/1ZoaBA7ZhYexwGN
LgmCVGrXoxytRP4GNRV1lQtJSdidHe8Hu2OxMTD+eYCyCKi3JP3+B51Kjc6ToXQL
y+VJtklNWapwjg7Bn7VV
=df6m
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wws3b-0007ko...@franck.debian.org



Accepted vcversioner 1.14.1.1-2 (source all)

2014-05-12 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 May 2014 14:44:06 +0200
Source: vcversioner
Binary: python-vcversioner python3-vcversioner
Architecture: source all
Version: 1.14.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description: 
 python-vcversioner - Use version control tags to discover version numbers
 python3-vcversioner - Use version control tags to discover version numbers 
(Python3 ver
Changes: 
 vcversioner (1.14.1.1-2) unstable; urgency=medium
 .
   * Add Python3 support
   * Properly install the readme file as documentation
   * Update copyright years
Checksums-Sha1: 
 a3c5f9b75db5acf0fbb39b9c9e879c819c706831 2173 vcversioner_1.14.1.1-2.dsc
 79f522b2b1185081bc1f2f62be59c51e71eb9e54 2008 
vcversioner_1.14.1.1-2.debian.tar.xz
 2c2fa54f7e8c070881be1d70da4f213ee8d4dc17 13210 
python-vcversioner_1.14.1.1-2_all.deb
 6ff7432e50838161ca9479c5e85806ab6f59e669 13168 
python3-vcversioner_1.14.1.1-2_all.deb
Checksums-Sha256: 
 504afcbeb873be98b5357ce22bfc5ba269ccd2f404006ea0c6463388cd54c703 2173 
vcversioner_1.14.1.1-2.dsc
 0a94f1a73166379686d4c56ba75fdcfd6906cc57319352befa5b32ffd41d15be 2008 
vcversioner_1.14.1.1-2.debian.tar.xz
 6bb35fe22729ecbaa9b0f854bd1778a41235dd680dc13617bbb298a7cd0de9bf 13210 
python-vcversioner_1.14.1.1-2_all.deb
 56e75121d3d385f189096e6e2dee371636fdf5fe7e075c43a32b2f04f9583304 13168 
python3-vcversioner_1.14.1.1-2_all.deb
Files: 
 8a266dd2464843e9a86eed1adf70134e 13210 python optional 
python-vcversioner_1.14.1.1-2_all.deb
 aad8cad24dac2d029bd2ab45a59d0b2f 13168 python optional 
python3-vcversioner_1.14.1.1-2_all.deb
 7e579abd4da3db58d61a1cfccc7bf231 2173 python optional 
vcversioner_1.14.1.1-2.dsc
 b10c45969a754649706e5d5647186353 2008 python optional 
vcversioner_1.14.1.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTb3EEAAoJEDgB129fsthc1OAP/R+ORC7wS/vtAN81bTC6jQA3
VJoc3yGezgy1vIf8PqeWL6tE5C17Ut4ekeY3Bkdo8Yiv/XB46HaNQKWFbBqb7zgm
pfrL4UCbD+VNUAB52lLcLAx5ToVR/8agzVBe+e4Lf2TFa2YFZlgDwimTqK1NTec6
8MJEJGgX36PHcXV+hU8RiQemAaMmiX3cu0lY5pCeZMufuMhQdNpY3OMuc4hl5obr
rfq0KbNaFgfwKOU5HQy/hYZNJcdB2+n/UYcY9rRyOmF9kBklEFTnAb3lg/kAmy2u
OIj0DwmbW6yvZGP40Yy9wphSNDTmCiJlrpnKhNy1xhe8HsyMlDcCIBGzrJJZYEG4
6aghxOX3dhgOmaDw1x7m1gQ0T+E+4V9ijgu2cWN6s/O7gEordckMKQhIm6hidnR2
kRKCvRdPvrGfQeT7KYLTmXcz40V+YDA3YG6vi5NzOonnKdKRJaezzrYY1opAW1qm
cGLY99SoW/NA8LvN70GRKkj2HKTKAWxetrmxRcGvVZeQc+Xj5yYrpWAkexxN7UFE
8f8zCRi2rhZM9R0fn+iRarWWtip7WjX4nI4EdPQ9AERdl1kpVe/u/Hwj3m6/s3Wt
2LQr6HD6vVGt/JmPudjfOWCu2L2pco+xQCfBH7vU9ZDA6xBo0raX4cOVMG4/yzqj
SdD5AcxFTMWY6PB5UO86
=GsiT
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wjtal-0004j6...@franck.debian.org



Accepted txws 0.9-1 (source all)

2014-05-11 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 May 2014 14:10:48 +0200
Source: txws
Binary: python-txws
Architecture: source all
Version: 0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description: 
 python-txws - Python module to add Websocket support to the Twisted framework
Changes: 
 txws (0.9-1) unstable; urgency=medium
 .
   * New upstream release
   * Switch buildsystem to pybuild
Checksums-Sha1: 
 cf03b96627246a9176854bb1df9c805220cc39b7 2028 txws_0.9-1.dsc
 0b2c23258d993c9b671c0d8f54bae43e0e02b491 9886 txws_0.9.orig.tar.gz
 fe21f36969c33eb535bbe58af4a6f90cfc173a82 2344 txws_0.9-1.debian.tar.xz
 868eb3925e700ea88a2f6d94a44b511274d0cc1d 10928 python-txws_0.9-1_all.deb
Checksums-Sha256: 
 7d2592356b040ba8d02007b6f717e96f052a98380c9425c8b3415a9aaa245f86 2028 
txws_0.9-1.dsc
 e531c7bc2bcf6f663390fd25ef23b3124d28ad14bf0ac3e931489cdfe090bbb5 9886 
txws_0.9.orig.tar.gz
 946739dbb96321bc9e03443abc2f275c32266fd2dd2c4d5be88999d778745a23 2344 
txws_0.9-1.debian.tar.xz
 a80d53c4fd570eb9a4b584721421d6b9a98de18ebab7062436c7a635c1a33395 10928 
python-txws_0.9-1_all.deb
Files: 
 2e00e4f3eb1f17b9fa93b0b130d67033 10928 python optional 
python-txws_0.9-1_all.deb
 3fb57391743b26b093dfc60851e60489 2028 python optional txws_0.9-1.dsc
 b2c023774e89ed758225e2959e2ffa23 9886 python optional txws_0.9.orig.tar.gz
 0efbdc8478c23c1dfc1163f4380840f1 2344 python optional txws_0.9-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTb2nVAAoJEDgB129fsthcFGMQAMJPi2+l/9io2TjmUIZjwTqS
w1+EuhMQWctuQwGIxhHfj0MAFhrzyx3kA7Q9MGOTRYgJg8ly7de3wDxVN3+NIzzl
+kWi+lPv116PNu/5563DYwV7Jtlsu6y0b/kCVwe9BmTMyhTe+A4aci6EwCGroD2Y
VgWkq7+FCzpgtLBVaBYmlFLg+I85sVvgd1dEZtjAlMpYMPl2K0E8x03wfSrCyJeC
KOK8IVHbWzEJfOnri+iVE2Xg/0by/uTV4QytIIgxln9NDPWIWEfl2nE2ODaKIhtR
BjX8WgB4kevC249MlOOrWkb5T2EwJeUk33iNAdUsoyJVT218PYjsfWiqNwqS3e79
qrds3lA6M6KpOprO5NLslcEhFS6dP6RmF89sRrsRSEACL4aIxwdcwxqsgvYhT7Xb
YkgbJY7BjIwGRufDRBlca1NiAUnLpGMxYdelAjqNTet0XwexsBjybDl4OrYJI+vm
Mj1M2SKLv77QbOxciWf9I6MXSoNvUGOhKu9UcF7cQ54wV9q2tkKCzoILCFVAs7Bd
cFN0r6cKup7ozVCSxmnVpJ55Vf0ZBD729d5CDcGRziL9nj/8WSLxMaHmPaQrvB9i
UKxjeNkicphn2kxre9lmGnwMmZAFBSkB7h+qMJqzISXbND6dD3pn7C/NVkvcrQGs
O12tlTjLSaiEZx310FRX
=FWOn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wjsiz-0003wm...@franck.debian.org



Accepted vcversioner 1.14.1.1-1 (source all)

2014-05-11 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 May 2014 14:26:05 +0200
Source: vcversioner
Binary: python-vcversioner
Architecture: source all
Version: 1.14.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description: 
 python-vcversioner - Use version control tags to discover version numbers
Changes: 
 vcversioner (1.14.1.1-1) unstable; urgency=medium
 .
   * New upstream release
 - Add support for mercurial (hg)
   * Add suggests on git and mercurial
   * Switch buildsystem to pybuild
Checksums-Sha1: 
 e0a737e0ad4c5617d95673a22a288f59a20a1c13 2069 vcversioner_1.14.1.1-1.dsc
 c9d69ffacb5de2bf5d6d57a037fe45a36ec7055f 8809 vcversioner_1.14.1.1.orig.tar.gz
 749664608ffac9e711c5c813c917a50d1c3d2531 1792 
vcversioner_1.14.1.1-1.debian.tar.xz
 23a10ca851f786df7439c8f75bd0cfc22e6f6bf4 9188 
python-vcversioner_1.14.1.1-1_all.deb
Checksums-Sha256: 
 e1586925c57968cac988d25ff6d5be370a6c8df81c84e876b661e3b8cb052d11 2069 
vcversioner_1.14.1.1-1.dsc
 8488030eccad209aae94c87c866dae9352fbd507f41ead71ca63fd2736c45365 8809 
vcversioner_1.14.1.1.orig.tar.gz
 fe6c14604a42c11aed4006a6675a22124ff0fcc7b34c72e7f73aae6ddc55e4a4 1792 
vcversioner_1.14.1.1-1.debian.tar.xz
 d531e258b39d225ea6235de4577242264541218d83dddb062860c2a1489c947c 9188 
python-vcversioner_1.14.1.1-1_all.deb
Files: 
 7bc7dd1219fd2323c54ed1863058f790 9188 python optional 
python-vcversioner_1.14.1.1-1_all.deb
 954fa60785b28ab2c58482b35abbe611 2069 python optional 
vcversioner_1.14.1.1-1.dsc
 3680f1df3982edebf0e2417439cdacf4 8809 python optional 
vcversioner_1.14.1.1.orig.tar.gz
 519822e2817b86781657a1a5adc6f171 1792 python optional 
vcversioner_1.14.1.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTb2zQAAoJEDgB129fsthcxI4QALnyiDBTLu8+9nbOaDpIAlqC
Orf19hPF/hlush6sVwxjXfNIjKOZhRExgwHvE1zTg0kZR+TW6eoZ+Nnkl2Hn3xyq
50pNsN2RJfNUcgd3kWoMrRpLhPM//gqeNEumLvox8/yRVS3srzaA9pxx3yLn+bRh
VyGnbXLTQUD8wout3WGa7NsMme9DWCJJ8EzyN5olQqnVNpJFnynF0GucAJDtgN5C
8f5FNab70AXAEvCPQw9WL11cXhpyMNBnFTXG0qNIgJmdf0+Oh/6ZtmB/0CeqkL9L
83fFELgu1WfPMjKxtK1W5khd7AOO+mqnDGmVOt32RqHbLisj6uxGOraj1PUq5mSg
IS2WGAiE2yr6wMbqQPhLdTbzK2nw+gRNOWNvnAOB9rBgKcpsDKvKQa6RBEFRAHhD
QRpX3WdH99agLvadQRpcjKVS9auJnleXsXnXc48XsQOe8m0g0V+N8VCHtRIGByrE
FHE60S2ih0YwRjas/pKIVdXXTE0Y1FhdSGScAA7dOJ8xaZPWOu4ILgGpjLZTxd91
pJfOcFV5ZH11UOSFqwrcYYeEVsLmnmNiPVOh/+t6KBKr9o36ywFWqEdj2I2TswLV
8f8JbxtROOI7X1khhZiK9+LOktugfX/35qp4Bd8FnvjOq+gkS/uNs1GP3E9nNOg/
j4lZzxJs76BOHmrCQNX4
=BgOP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wjswh-0005ro...@franck.debian.org



Accepted txzmq 0.7.2-1 (source all)

2014-05-11 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 May 2014 15:24:16 +0200
Source: txzmq
Binary: python-txzmq
Architecture: source all
Version: 0.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description: 
 python-txzmq - Python module providing ZeroMQ binding for the Twisted framework
Changes: 
 txzmq (0.7.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Switch buildsystem to pybuild
   * Bump Standards-Version to 3.9.5 (no changes)
Checksums-Sha1: 
 f8b8211ca08c8f34bf1e0d99eb2270f45b1c73f1 2075 txzmq_0.7.2-1.dsc
 c2a1802477c00ea6d7969f43f6a593438b04112f 17849 txzmq_0.7.2.orig.tar.gz
 fb6a752fd2d2ca5e40f4b36fd906cabee84c31d3 2052 txzmq_0.7.2-1.debian.tar.xz
 a19d4ff4d31ab2cb15e14ec3a56fb97c70b199ed 13204 python-txzmq_0.7.2-1_all.deb
Checksums-Sha256: 
 9aba0285f78180ec22fad70440a7ddbdf0712f81f4ab01695e24ca8b8c5bbff5 2075 
txzmq_0.7.2-1.dsc
 84c09c4ad34f77be6e1d6ad2bcaa97154001ac9a0c075abc4cf6f94fdf3e427c 17849 
txzmq_0.7.2.orig.tar.gz
 c81907927a1c20c835662c1c994f83b97c2431fcb7f2b758ca53a46f153315e4 2052 
txzmq_0.7.2-1.debian.tar.xz
 a0dff2a1c5ff3f79f6f2372f118df63b30fa934040522c1392380822bf6b8f5f 13204 
python-txzmq_0.7.2-1_all.deb
Files: 
 675d36d2823324c5cee225c7464e31a8 13204 python optional 
python-txzmq_0.7.2-1_all.deb
 f3ee7cfe3de847fe9c6cc2694a52e056 2075 python optional txzmq_0.7.2-1.dsc
 3745073daa0a20e46bac9c77cf76b739 17849 python optional txzmq_0.7.2.orig.tar.gz
 42f7855ecab0ddd1771bc19d75ada655 2052 python optional 
txzmq_0.7.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTb3zfAAoJEDgB129fsthcBWMP/ig62hndOUXi8XJp3qwcAqaO
80d45OeLl6lMgzsjJXiMuJ2XsbB7uDWzvx9AEpCiY7nxARjHMRhbJnMxY/n0iKvF
N24GS3mYwfy7zTTAdXyiDvgi5xOv5HXUU0qtCgmWw1V83sxka+XWRtD4CpX4j9RR
8xrcfGrlvgTpRjQrhHLPcNqI8e8+62VoHP+d2LZQ5Jjtkvi0oFnDPhX6P1a7fFwu
FwsEgp7FfJji6VopdwYNGnZ0RZBaX/SshvfZdHYR2eWtQPieEqccDRLkv5jme253
36qCfBJ4WY7i8Jd/OUlF+ehADIaFF2f/RJT8JZ2187PPRXrD11s0TjNe62HpQiC5
lsoPr6EhNTNqeKtS/OXFxVsuGiL9fiXETamfv7w2I04f29cPc6gYzPwJkj6P5qyw
ugFYM2LJtx65rdeI4dcKOCUVDCbA1v6hn8lYQ5Ft5PjqMSczMCT3VH5uSd4eRISj
+ij1oPVnMHUnARXZA/Jq2k11enhNmL1/+4+2E+xrBZudd27tLzn5Wi/oGbypAWfA
MB+w+6YxdBCkNtNVvTgE2IThJS82krlvh8Hj6Dpb15Gr9UJVlhLTywJa6yd0mzAQ
xyyERyFzC2rZuLcroQ07jUFyvtPBms71AKl0yoIebr7+9dSYpgMiGUKikbMTFFlW
44miqU6b6NlGjVMhgn+D
=Rvr2
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wju7q-0005xq...@franck.debian.org



Accepted moksha.common 1.2.3-1 (source all)

2014-05-11 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 May 2014 15:52:19 +0200
Source: moksha.common
Binary: python-moksha.common
Architecture: source all
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description: 
 python-moksha.common - Common components for the Moksha framework
Changes: 
 moksha.common (1.2.3-1) unstable; urgency=medium
 .
   * New upstream release
   * Add dependency on python-six
   * Switch buildsystem to pybuild
Checksums-Sha1: 
 15594a09058c31b68518cf9e536b6e40f53c0284 2215 moksha.common_1.2.3-1.dsc
 3fe47f50a38468f087fd3165ab375e5df5fc7755 16108 moksha.common_1.2.3.orig.tar.gz
 5bf6e17b96d10dffb530a6894e370ab7f2c49bd8 39392 
moksha.common_1.2.3-1.debian.tar.xz
 4118aafeb769bd3ef03e5985d00a508949ccd015 15034 
python-moksha.common_1.2.3-1_all.deb
Checksums-Sha256: 
 81073202461d48414d041f943053e444ff89c55508a57780990cc0ccc2651a30 2215 
moksha.common_1.2.3-1.dsc
 04cafbc77606f8ee2a4eeca593d897815542261ea5e39d069e6ee8a676136b0d 16108 
moksha.common_1.2.3.orig.tar.gz
 115424dd15284cae2fb5ff808640fbf8de2b878dac4d8a2961d1a9e6266bfbc3 39392 
moksha.common_1.2.3-1.debian.tar.xz
 29de7e6be4d6fbf290aa1f1e630a56f357749680c74ceec5e5d652f8814dca02 15034 
python-moksha.common_1.2.3-1_all.deb
Files: 
 b1edf2f1b9e899e589d697b6ce2e22d1 15034 python optional 
python-moksha.common_1.2.3-1_all.deb
 0b719443cd13da2c94259beb36589b34 2215 python optional moksha.common_1.2.3-1.dsc
 c0898257d033d41f8f8c7e8fdb77058d 16108 python optional 
moksha.common_1.2.3.orig.tar.gz
 2797b3cff378f09bd21ec624d006c184 39392 python optional 
moksha.common_1.2.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTb4aXAAoJEDgB129fsthcNEUQAI1e7htHpppwcnx51g2pfdQl
AZc2WSPo9ObHmkjm0l68A2uYrsRbIX0GqquGi+htuM3Bilnpt8YtSL+p1C2B5XzK
KIpy2YULLCT66bvUN96BXw0FGWsYwqri7AMK/ubLahbbvOeh3WjM9ToafD+C5epo
dh6KelOwxpVJnBUToX2F+OwrgZMpebMSLe808iHI7sbhE8oANX3PP2Hk2GkemwRX
zRyw06rNY7+L+XJeMYfUHRD2eJBRdwL9GULu1nYY+51quhNpNE72Dl2ift9NlZlX
9nwavKmQWo+3xAPWHVrJQUlhrQrcduryuhb8d7ngOgay2fWw2FSwbYQ4bWyVQw3T
ddosZPIsTRh05L5Bf6CvUXh2O8WEgAoydU2IQYSGaemI79fhqlMTBBTGCqTq/eGd
S7xvLrSqd5cG+16WAUg4uZQ8DhiHl/M5ayxZSWvzVk/ZUd/V7HqKMWyVREUtgFp+
wlEBA8uGqfVQ/9vKAodLBCKPT8QotHlkTtPilpBAGBbRO5g4I89uB+plN8HC56BL
Eqw4YfBto7gFTHUFKkTYI7ch6xkt+dRylSEsodK4OiKfBO6+ZF5hh5wkcfkxVCP7
oNFpQ23WBMTzPJoxp0/kXxC8yGG0W+GXhGOXVxB/FZ3kTOkBI8GP9Bw3Q+vpNiU2
oCKoMUB0piy/3azK8pQz
=wTaB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wjvpl-0001wt...@franck.debian.org



  1   2   >