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

2018-02-15 Thread Debian testing autoremoval watch
sleekxmpp 1.3.3-1 is marked for autoremoval from testing on 2018-03-24

It (build-)depends on packages with these RC bugs:
889903: python-gnupg: python-gnupg needs an explict b-d on 2to3


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


[Python-modules-team] Bug#720342: marked as done ([python-sphinxcontrib.spelling] Impossible to use another than en language)

2018-02-15 Thread Debian Bug Tracking System
Your message dated Fri, 16 Feb 2018 01:21:45 +0100
with message-id <14617765.jaSSFFyAq0@mornie>
and subject line closing 720342
has caused the Debian Bug report #720342,
regarding [python-sphinxcontrib.spelling] Impossible to use another than en 
language
to be marked as done.

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

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


-- 
720342: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-sphinxcontrib.spelling
Version: 1.4-1
Severity: normal
Tags: patch

Hi,

there is a problem with using (defining) another language than "en",
because the same variable is used to load the tokenizer and for
dictionary, but the python-enchant package has only the "en.py"
tokenizer, which is good for other languages (at least for Slovak) too.

Setting to "en" language works, but wrong dictionary is used ;-)

There is small patch to fallback into "en" tokenizer, when no one exists
for defined language.

Regards

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.10-2-amd64

Debian Release: jessie/sid

--- Package information. ---
Depends   (Version) | Installed
===-+-
python  | 2.7.5-2
python-support  (>= 0.90.0) | 1.0.15
python-docutils | 0.10-3
python-enchant  | 1.6.5-2
python-sphinx   | 1.1.3+dfsg-8


-- 
Slavko
http://slavino.sk



--- /usr/share/pyshared/sphinxcontrib/spelling.py	2013-08-20 18:58:10.0 +0200
+++ /tmp/spelling.py	2013-08-20 18:47:42.0 +0200
@@ -179,7 +179,10 @@
 
 def __init__(self, lang, suggest, word_list_filename, filters=[]):
 self.dictionary = enchant.DictWithPWL(lang, word_list_filename)
-self.tokenizer = get_tokenizer(lang, filters)
+try:
+self.tokenizer = get_tokenizer(lang, filters)
+except enchant.tokenize.TokenizerNotFoundError:
+self.tokenizer = get_tokenizer("en", filters)
 self.original_tokenizer = self.tokenizer
 self.suggest = suggest
 





signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 2.3.0-1

Hello,
this issue was fixed by:


https://github.com/sphinx-contrib/spelling/commit/d3209e76555b45868815789ff7d8aa285ffc1993

Kind regards,

-- 
 Daniele Tricoli 'eriol'
 https://mornie.org

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processing of sphinxcontrib-spelling_4.0.1-1_amd64.changes

2018-02-15 Thread Debian FTP Masters
sphinxcontrib-spelling_4.0.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  sphinxcontrib-spelling_4.0.1-1.dsc
  sphinxcontrib-spelling_4.0.1.orig.tar.gz
  sphinxcontrib-spelling_4.0.1-1.debian.tar.xz
  python-sphinxcontrib.spelling-doc_4.0.1-1_all.deb
  python-sphinxcontrib.spelling_4.0.1-1_all.deb
  python3-sphinxcontrib.spelling_4.0.1-1_all.deb
  sphinxcontrib-spelling_4.0.1-1_amd64.buildinfo

Greetings,

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

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


[Python-modules-team] Accepted python-scandir 1.7-1 (source amd64) into unstable

2018-02-15 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 13:58:00 +0100
Source: python-scandir
Binary: python-scandir
Architecture: source amd64
Version: 1.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-scandir - Backport of the "scandir" stdlib module (Python 2)
Changes:
 python-scandir (1.7-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Fix Format URL to correct one
 .
   [ Julien Puydt ]
   * New upstream release.
   * Bump std-ver to 4.1.3.
Checksums-Sha1:
 989b113eff33775b2843fbd603756681a0ad7b9b 2084 python-scandir_1.7-1.dsc
 1cf36505a15bad90cfd7e5d05be0f772c49566c6 29545 python-scandir_1.7.orig.tar.gz
 2e07463490379d0e255ead5a96e056e17b2be0d6 2480 
python-scandir_1.7-1.debian.tar.xz
 57da36a136b0f2241eaa09bebf3daf1af72a2329 20576 
python-scandir-dbgsym_1.7-1_amd64.deb
 800a88cb715109fe777d7f9bc0a6a410dd80ba5a 6767 
python-scandir_1.7-1_amd64.buildinfo
 334ae00ca16a22082e2637d1ae56afc5a0ed15bc 17692 python-scandir_1.7-1_amd64.deb
Checksums-Sha256:
 683d86d75054cd6779447133f50a8c222503b3eca7a19fd80a6648c3e933ca0b 2084 
python-scandir_1.7-1.dsc
 76dd7b2ea15cad53b595ef334fffaeaa61c0da1c40d453eefd2dfe21fd0aaa0e 29545 
python-scandir_1.7.orig.tar.gz
 547e184d8e4ecfccd50b39c49e72d3693e0b7d42fbd6514ee0e0f2bce950147a 2480 
python-scandir_1.7-1.debian.tar.xz
 4362f60771b37322997b6b5ebc11e94370f48ce84c49f28631a079f0d38ab626 20576 
python-scandir-dbgsym_1.7-1_amd64.deb
 95b9c0a556d889002aee3c289df5ca9b498a3428a5ab05eb08546ba536c3c946 6767 
python-scandir_1.7-1_amd64.buildinfo
 c0168d4a9e5376974a82b75b0382cc67bc0a9d122cfe03266afd84bef6885cc8 17692 
python-scandir_1.7-1_amd64.deb
Files:
 1d0a347d535d513c4f30c83e3a513cdf 2084 python optional python-scandir_1.7-1.dsc
 299c1907cc7c09ce004c32b50323c0c8 29545 python optional 
python-scandir_1.7.orig.tar.gz
 d62ccd40b7571f5aad65a8dd31edde7e 2480 python optional 
python-scandir_1.7-1.debian.tar.xz
 fc2dede512af15439c5594aff96c5377 20576 debug optional 
python-scandir-dbgsym_1.7-1_amd64.deb
 94b96f7c0e2ddfca461b08598b9b177f 6767 python optional 
python-scandir_1.7-1_amd64.buildinfo
 92272f3c42b0f75b207125b5d38f737d 17692 python optional 
python-scandir_1.7-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJNBAEBCgA3FiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAlqFhA4ZHGp1bGllbi5w
dXlkdEBsYXBvc3RlLm5ldAAKCRAExTvX/gMFUbbYD/wLZt9ebjKvKTmXfjJmtnma
+rY46/q4xeKLQrCt+JCEyWm155ojJRMLnMp5NqGF9kn+DOqyXhjYJG5jsBAD4xar
/96q/aoMPKG/LiL4CgPjTA+NuNhgBbho+vyFc9aXWN93L1gOMjkyVsCinjegFiGw
scrli3gAcIglHevyjGIG+zPW7kbSWOhRI45urU07XnWLmMx4UbZhaxYiYti/dFwa
yziV8GomxZDR6cOOYH/+Cl1OCxkDU4n047NRAYd3Z9zOSmxqMzUcGfvtfaiMrcng
hrY97mUGveEK+aK8sDmQefSpKpAwlMOm7wDeEh4be3Ne3NFbtWEodgJvA9LmkAk1
74NxjQABDKR7mpzZcNACER+BGtStW1UYWOaIX27vlIOsX7xFyVlIhByspfxa/1ps
ki2cVrsHAk8G2/bSPvvuKjmwXi4zMVL1kHRRrDCobN6c0gTbB76WT4RQYVzKPidr
LFYT4u50zx4ppqegSrHncMJfxHI+PeYk4Qcr5IsQqJK1ARglxipzJjHRlwcVZr2J
bWcbdgsERWDZ3232hfRt74OekLjbXd3h0JWr9qQmrsSDc2WOXHG8Y+RWuEPL2M2u
OjsuR5NWoNtWpewJWIMe+c04b2m0XWeMGTFN38yTbD3fCcd+py1vBK8ACPr2STT1
KrqkjxfNBoXf7J4DPLeoEg==
=vuwD
-END PGP SIGNATURE-


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

[Python-modules-team] Accepted python-tz 2018.3-2 (source all) into unstable

2018-02-15 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 15 Feb 2018 07:15:04 +
Source: python-tz
Binary: python-tz python3-tz
Architecture: source all
Version: 2018.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Alastair McKinstry 
Description:
 python-tz  - Python version of the Olson timezone database
 python3-tz - Python3 version of the Olson timezone database
Closes: 890479
Changes:
 python-tz (2018.3-2) unstable; urgency=medium
 .
   * Typo in patch breaks zoneinf path. Closes: #890479
Checksums-Sha1:
 b8763e166ab1086e7dc262d56b15f802d4ea385a 2247 python-tz_2018.3-2.dsc
 75dcd36be098cd5faa152969210a5a2214a23e21 5496 python-tz_2018.3-2.debian.tar.xz
 258331f1ea5f8b5a61884a8fa4f086a41b51cdc4 33352 python-tz_2018.3-2_all.deb
 97d270cdf9bac79620c4c00eb7ad44200bab0c26 6874 
python-tz_2018.3-2_amd64.buildinfo
 d44cdeda4d58461231ae66afcb886b1510da12d7 26820 python3-tz_2018.3-2_all.deb
Checksums-Sha256:
 046aafb7896681bf590d91924e2c322bfa243e9fb608acfb14b3a00162bb307f 2247 
python-tz_2018.3-2.dsc
 3af403688dff28561d0b070feadb051e115c74340fbb3e0198321e92a1ae3e6d 5496 
python-tz_2018.3-2.debian.tar.xz
 760ee07048b62fd7b9bae0d75046792885cb4fe7421c2c7cf8f3bf877eeeb812 33352 
python-tz_2018.3-2_all.deb
 47bd6b54b5d96db87f4643daca5716d89749098ab9b4f8fd84113e88d969bb52 6874 
python-tz_2018.3-2_amd64.buildinfo
 f5e4fc37a8e058bcc822aabe75ec2ab086dac488c19319adbdf9943e3297211c 26820 
python3-tz_2018.3-2_all.deb
Files:
 3ab1cece53246a8fad6c862f38c01133 2247 python optional python-tz_2018.3-2.dsc
 1606f3567097a01e4750390d9ee1821a 5496 python optional 
python-tz_2018.3-2.debian.tar.xz
 b7747c794ca268baf09078fd8b2b01ab 33352 python optional 
python-tz_2018.3-2_all.deb
 1974dab894d15b4022f50e0df3f7c30a 6874 python optional 
python-tz_2018.3-2_amd64.buildinfo
 efcbc5fc7b69715910e3feb1c7b1bb69 26820 python optional 
python3-tz_2018.3-2_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlqFNPIACgkQy+a7Tl2a
06X4Pg//Zv8u9ot7OnIW6RIBPL4DPOoQOHsIW1WE8ACdo/VU5tOp8QIupeKWsGZe
D+LAqyPQtGReTykT/Tp9+vhk+vFVIBVySWWypjL9cDU+D82MrorzfMHrTV67A+Jl
BuJ8WtJ8hxdU8vgRIBWj4UHiit7WYAGE5r21M6g8nNdg0UFwea6tLU6AP6a5Ll5R
bhA0Vzt4Qn8GJ1KcVfvZIksQvq0Wrt+zqMr6xfvkC9z0idcKGKJ8xG0x+ZhCNqco
HUbrJ7S2uj7w1qGmviMoG2s2AJTnBXXhTixj0ALne2DeCzpo5332OACrVmFvknMH
pJW4cSorMirkdJiqzLCq4w4svTQ9NLsCvM+tHgiRLUKjsrxr3VeqMrI6RXDUC41V
KlWxj0zru2dW1repCFC3udLj4KVWTtQdhcbsDNJksnbqOEgxkQBoAOqD8Fv4NrrS
u27qgOzfeWVTbDvQ4mf6YuZrT2C4p8eAq0tIEJxCD0gpfEFvzNiSgzZdadboOa7m
0sZudmHsmq3EKJN9KEgmF86Xc64E6Y22R4mghEb7bVdP0/ndgVPgrrH/wFi3Peq/
lvkIoHeoMfbLqFu6f4nLKGmT0nAXyQPlxSGbeJUIt6G9uV4KxwyhBxj2mmMoJQFv
oBQPLCG8jVdLU2mHGCO3GbGhLn2D5uaCpcFd2s3t1OcRdwGXKGs=
=pxzf
-END PGP SIGNATURE-


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


[Python-modules-team] Accepted python-munch 2.2.0-2 (source) into unstable

2018-02-15 Thread Ondřej Nový
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 17:35:12 +0100
Source: python-munch
Binary: python-munch python3-munch
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ondřej Nový 
Description:
 python-munch - dot-accessible dictionary similar to JavaScript objects - Python
 python3-munch - dot-accessible dictionary similar to JavaScript objects - 
Python
Closes: 890512 890527
Changes:
 python-munch (2.2.0-2) unstable; urgency=medium
 .
   * Team upload.
   * d/control:
 - Enable autopkgtest-pkg-python testsuite (Closes: #890512)
 - Add python{,3}-six to B-D (Closes: #890527)
 - Remove python{,3} and python{,3}-six from Depends (not needed)
   * Bump debhelper compat level to 11
Checksums-Sha1:
 92b3f0d96e2bfe451ba86fc4f1e7eb5973f100a5 2193 python-munch_2.2.0-2.dsc
 3972ac10800a5e3ea8d5953316adbd28717556a8 2476 
python-munch_2.2.0-2.debian.tar.xz
 1f6571adc1e6bd75f08d0375c798657b51e9532c  
python-munch_2.2.0-2_amd64.buildinfo
Checksums-Sha256:
 3b402f7b4149fbcf5d61b31f437d9f7a627c81b85f785ffad774c0d78f5726b9 2193 
python-munch_2.2.0-2.dsc
 d88419320f11070bb5284b31fddae1ffea579e23b13c03bf0398d9a8a241a812 2476 
python-munch_2.2.0-2.debian.tar.xz
 24b02ff2d2a6cb3ee477a1dc532c4cd421673ab59d67baef880062b517a3721e  
python-munch_2.2.0-2_amd64.buildinfo
Files:
 227153041cb7e8a935096f58ff6fa537 2193 python optional python-munch_2.2.0-2.dsc
 363f512511e3f0b6c99fdf09e792ba1e 2476 python optional 
python-munch_2.2.0-2.debian.tar.xz
 0ba9ba4aa64267e1c42bea3b26c35a93  python optional 
python-munch_2.2.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAlqFt6AACgkQNXMSVZ0e
Bktr3A/+IigrEvtsezii8SNsQvLLcOLKvOCn7SlCwLCElgZQeBjE8bRjHzfZjDtl
0Ci1GvoLkJglcPD3HwAcR43hXf3+xSfcZlHkkcO8pOeU6vCFoz3qWhAHKjpZQMcJ
XTW9bkmJbm4RJLPvAxYaKeNkPea7DtZIiZPJauwdTBzp/8R20JRqoa8k2aJ0sbxh
mBkAhSwuDx3vN/5zQTdTO0RVda7ja7yzuq5Fb/uHRhw2GzRIQy9j1Z8wI84Yna5H
UBTzv7BiskqOo55/+3hU27CFzmlF5ZNPo8yw69JmEoPrMlK+g9q+fR9PLhHgNLzi
BAwb1l3sEWftC40I47k3ZiFZswjESwrFz4IzU6AuUwV3cFUzJ8vKzvmU1gOMh6+n
W8qQDuxi6nV9Ija8GySuBbIdYtAGKmuBTgWQUDSdXJ9SZx7HEkdT0Sxn6t8gdZOt
tpx2RjIWDWjKJubw9SiNvvMV1Pw5VIl0JetL27JWNhRC14bRl/ldJOiQvjsNgEl6
qp/ozDyAUWdKboOzhTmfg4WWBvDD2mKfMvFTI5JX5tccW0RyGN5Zlb1QuMdScmgl
6QyQT5EG2OfHjonYGa/ubhyyBlKaWFjhNyP+pm5RKZ+zNdgQWiYLaqb1jlPge/oC
fONJ/LgarQsGlWFWvQmz98CnI2fIm1T6VyhnZn9z60fMq2pdW3U=
=i2s4
-END PGP SIGNATURE-


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

[Python-modules-team] [bts-link] source package src:fpylll

2018-02-15 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:fpylll
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #889584 (http://bugs.debian.org/889584)
# Bug title: fpylll: FTBFS on 32-bit architectures: test failures: 
OverflowError, SystemError
#  * https://github.com/fplll/fpylll/issues/114
#  * remote status changed: (?) -> closed
#  * closed upstream
tags 889584 + fixed-upstream
usertags 889584 + status-closed

thanks

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


[Python-modules-team] Processed: [bts-link] source package src:fpylll

2018-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:fpylll
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #889584 (http://bugs.debian.org/889584)
> # Bug title: fpylll: FTBFS on 32-bit architectures: test failures: 
> OverflowError, SystemError
> #  * https://github.com/fplll/fpylll/issues/114
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 889584 + fixed-upstream
Bug #889584 [src:fpylll] fpylll: FTBFS on 32-bit architectures: test failures: 
OverflowError, SystemError
Added tag(s) fixed-upstream.
> usertags 889584 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

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

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


[Python-modules-team] [bts-link] source package src:pycryptodome

2018-02-15 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:pycryptodome
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #889998 (http://bugs.debian.org/889998)
# Bug title: pycryptodome: CVE-2018-6594
#  * https://github.com/Legrandin/pycryptodome/issues/90
#  * remote status changed: (?) -> closed
usertags 889998 + status-closed

thanks

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


[Python-modules-team] Processed: Bug #890527 in python-munch marked as pending

2018-02-15 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #890527 {Done: Ondřej Nový } [src:python-munch] 
python-munch FTBFS: ModuleNotFoundError: No module named 'six'
Added tag(s) pending.

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

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

[Python-modules-team] Bug#890527: marked as done (python-munch FTBFS: ModuleNotFoundError: No module named 'six')

2018-02-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Feb 2018 16:49:45 +
with message-id 
and subject line Bug#890527: fixed in python-munch 2.2.0-2
has caused the Debian Bug report #890527,
regarding python-munch FTBFS: ModuleNotFoundError: No module named 'six'
to be marked as done.

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

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


-- 
890527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890527
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-munch
Version: 2.2.0-1
Severity: serious

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

...
I: pybuild base:184: cd 
/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build; python3.6 -m 
unittest discover -v 
munch (unittest.loader._FailedTest) ... ERROR

==
ERROR: munch (unittest.loader._FailedTest)
--
ImportError: Failed to import test module: munch
Traceback (most recent call last):
  File "/usr/lib/python3.6/unittest/loader.py", line 462, in _find_test_path
package = self._get_module_from_name(name)
  File "/usr/lib/python3.6/unittest/loader.py", line 369, in 
_get_module_from_name
__import__(name)
  File 
"/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build/munch/__init__.py", 
line 29, in 
from .python3_compat import *   # pylint: disable=wildcard-import
  File 
"/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build/munch/python3_compat.py",
 line 1, in 
from six import u, iteritems, iterkeys # pylint: disable=unused-import
ModuleNotFoundError: No module named 'six'


--
Ran 1 test in 0.001s

FAILED (errors=1)
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build; python3.6 -m 
unittest discover -v 
dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13
make: *** [debian/rules:6: build] Error 25
--- End Message ---
--- Begin Message ---
Source: python-munch
Source-Version: 2.2.0-2

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

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

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

Debian distribution maintenance software
pp.
Ondřej Nový  (supplier of updated python-munch package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 17:35:12 +0100
Source: python-munch
Binary: python-munch python3-munch
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ondřej Nový 
Description:
 python-munch - dot-accessible dictionary similar to JavaScript objects - Python
 python3-munch - dot-accessible dictionary similar to JavaScript objects - 
Python
Closes: 890512 890527
Changes:
 python-munch (2.2.0-2) unstable; urgency=medium
 .
   * Team upload.
   * d/control:
 - Enable autopkgtest-pkg-python testsuite (Closes: #890512)
 - Add python{,3}-six to B-D (Closes: #890527)
 - Remove python{,3} and python{,3}-six from Depends (not needed)
   * Bump debhelper compat level to 11
Checksums-Sha1:
 92b3f0d96e2bfe451ba86fc4f1e7eb5973f100a5 2193 python-munch_2.2.0-2.dsc
 3972ac10800a5e3ea8d5953316adbd28717556a8 2476 
python-munch_2.2.0-2.debian.tar.xz
 1f6571adc1e6bd75f08d0375c798657b51e9532c  
python-munch_2.2.0-2_amd64.buildinfo
Checksums-Sha256:
 3b402f7b4149fbcf5d61b31f437d9f7a627c81b85f785ffad774c0d78f5726b9 2193 
python-munch_2.2.0-2.dsc
 d88419320f11070bb5284b31fddae1ffea579e23b13c03bf0398d9a8a241a812 2476 
python-munch_2.2.0-2.debian.tar.xz
 24b02ff2d2a6cb3ee477a1dc532c4cd421673ab59d67baef880062b517a3721e  
python-munch_2.2.0-2_amd64.buildinfo
Files:
 227153041cb7e8a935096f58ff6fa537 2193 python optional python-munch_2.2.0-2.dsc
 363f512511e3f0b6c99fdf09e792ba1e 2476 python optional 
python-munch_2.2.0-2.debian.tar.xz
 0ba9ba4aa64267e1c42bea3b26c35a93  

[Python-modules-team] Bug#890512: marked as done (python-munch: Add autopkgtests to python-munch)

2018-02-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Feb 2018 16:49:45 +
with message-id 
and subject line Bug#890512: fixed in python-munch 2.2.0-2
has caused the Debian Bug report #890512,
regarding python-munch: Add autopkgtests to python-munch
to be marked as done.

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

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


-- 
890512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890512
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-munch
Version: 2.2.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/tests: Add basic autopkgtests to test module imports.


Thanks for considering the patch.


-- System Information:
Debian Release: buster/sid
  APT prefers bionic
  APT policy: (500, 'bionic'), (500, 'artful-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru python-munch-2.2.0/debian/tests/control 
python-munch-2.2.0/debian/tests/control
--- python-munch-2.2.0/debian/tests/control 1969-12-31 19:00:00.0 
-0500
+++ python-munch-2.2.0/debian/tests/control 2018-02-14 15:14:07.0 
-0500
@@ -0,0 +1,3 @@
+Tests: python-munch python3-munch
+Depends: python-munch, python3-munch
+Restrictions: needs-root
diff -Nru python-munch-2.2.0/debian/tests/python3-munch 
python-munch-2.2.0/debian/tests/python3-munch
--- python-munch-2.2.0/debian/tests/python3-munch   1969-12-31 
19:00:00.0 -0500
+++ python-munch-2.2.0/debian/tests/python3-munch   2018-02-14 
15:14:07.0 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-
+# Testing python3-munch
+#-
+set -e
+
+result=$(python3 `dirname $0`/test_import_munch.py 2>&1)
+if [ "$result" ]; then
+echo "ERROR: PYTHON3-MUNCH MODULE CANNOT BE IMPORTED"
+exit 1
+else
+echo "OK"
+exit 0
+fi
diff -Nru python-munch-2.2.0/debian/tests/python-munch 
python-munch-2.2.0/debian/tests/python-munch
--- python-munch-2.2.0/debian/tests/python-munch1969-12-31 
19:00:00.0 -0500
+++ python-munch-2.2.0/debian/tests/python-munch2018-02-14 
15:14:07.0 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-
+# Testing python-munch
+#-
+set -e
+
+result=$(python2 `dirname $0`/test_import_munch.py 2>&1)
+if [ "$result" ]; then
+echo "ERROR: PYTHON-MUNCH MODULE CANNOT BE IMPORTED"
+exit 1
+else
+echo "OK"
+exit 0
+fi
diff -Nru python-munch-2.2.0/debian/tests/test_import_munch.py 
python-munch-2.2.0/debian/tests/test_import_munch.py
--- python-munch-2.2.0/debian/tests/test_import_munch.py1969-12-31 
19:00:00.0 -0500
+++ python-munch-2.2.0/debian/tests/test_import_munch.py2018-02-14 
15:14:07.0 -0500
@@ -0,0 +1,4 @@
+try:
+import munch
+except ImportError as e:
+print("ERROR IMPORTING MODULE")
--- End Message ---
--- Begin Message ---
Source: python-munch
Source-Version: 2.2.0-2

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

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

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

Debian distribution maintenance software
pp.
Ondřej Nový  (supplier of updated python-munch package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 17:35:12 +0100
Source: python-munch
Binary: python-munch python3-munch
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ondřej Nový 
Description:
 python-munch - dot-accessible dictionary similar to JavaScript objects - Python
 python3-munch - dot-accessible dictionary similar to JavaScript objects - 
Python
Closes: 890512 

[Python-modules-team] python-munch_2.2.0-2_source.changes ACCEPTED into unstable

2018-02-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 17:35:12 +0100
Source: python-munch
Binary: python-munch python3-munch
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ondřej Nový 
Description:
 python-munch - dot-accessible dictionary similar to JavaScript objects - Python
 python3-munch - dot-accessible dictionary similar to JavaScript objects - 
Python
Closes: 890512 890527
Changes:
 python-munch (2.2.0-2) unstable; urgency=medium
 .
   * Team upload.
   * d/control:
 - Enable autopkgtest-pkg-python testsuite (Closes: #890512)
 - Add python{,3}-six to B-D (Closes: #890527)
 - Remove python{,3} and python{,3}-six from Depends (not needed)
   * Bump debhelper compat level to 11
Checksums-Sha1:
 92b3f0d96e2bfe451ba86fc4f1e7eb5973f100a5 2193 python-munch_2.2.0-2.dsc
 3972ac10800a5e3ea8d5953316adbd28717556a8 2476 
python-munch_2.2.0-2.debian.tar.xz
 1f6571adc1e6bd75f08d0375c798657b51e9532c  
python-munch_2.2.0-2_amd64.buildinfo
Checksums-Sha256:
 3b402f7b4149fbcf5d61b31f437d9f7a627c81b85f785ffad774c0d78f5726b9 2193 
python-munch_2.2.0-2.dsc
 d88419320f11070bb5284b31fddae1ffea579e23b13c03bf0398d9a8a241a812 2476 
python-munch_2.2.0-2.debian.tar.xz
 24b02ff2d2a6cb3ee477a1dc532c4cd421673ab59d67baef880062b517a3721e  
python-munch_2.2.0-2_amd64.buildinfo
Files:
 227153041cb7e8a935096f58ff6fa537 2193 python optional python-munch_2.2.0-2.dsc
 363f512511e3f0b6c99fdf09e792ba1e 2476 python optional 
python-munch_2.2.0-2.debian.tar.xz
 0ba9ba4aa64267e1c42bea3b26c35a93  python optional 
python-munch_2.2.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAlqFt6AACgkQNXMSVZ0e
Bktr3A/+IigrEvtsezii8SNsQvLLcOLKvOCn7SlCwLCElgZQeBjE8bRjHzfZjDtl
0Ci1GvoLkJglcPD3HwAcR43hXf3+xSfcZlHkkcO8pOeU6vCFoz3qWhAHKjpZQMcJ
XTW9bkmJbm4RJLPvAxYaKeNkPea7DtZIiZPJauwdTBzp/8R20JRqoa8k2aJ0sbxh
mBkAhSwuDx3vN/5zQTdTO0RVda7ja7yzuq5Fb/uHRhw2GzRIQy9j1Z8wI84Yna5H
UBTzv7BiskqOo55/+3hU27CFzmlF5ZNPo8yw69JmEoPrMlK+g9q+fR9PLhHgNLzi
BAwb1l3sEWftC40I47k3ZiFZswjESwrFz4IzU6AuUwV3cFUzJ8vKzvmU1gOMh6+n
W8qQDuxi6nV9Ija8GySuBbIdYtAGKmuBTgWQUDSdXJ9SZx7HEkdT0Sxn6t8gdZOt
tpx2RjIWDWjKJubw9SiNvvMV1Pw5VIl0JetL27JWNhRC14bRl/ldJOiQvjsNgEl6
qp/ozDyAUWdKboOzhTmfg4WWBvDD2mKfMvFTI5JX5tccW0RyGN5Zlb1QuMdScmgl
6QyQT5EG2OfHjonYGa/ubhyyBlKaWFjhNyP+pm5RKZ+zNdgQWiYLaqb1jlPge/oC
fONJ/LgarQsGlWFWvQmz98CnI2fIm1T6VyhnZn9z60fMq2pdW3U=
=i2s4
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Python-modules-team] Processed: Bug #890511 in python-jmespath marked as pending

2018-02-15 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #890511 [python-jmespath] python-jmespath: Add autopkgtests to 
python-jmespath
Added tag(s) pending.

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

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


[Python-modules-team] Bug#890527: python-munch FTBFS: ModuleNotFoundError: No module named 'six'

2018-02-15 Thread Adrian Bunk
Source: python-munch
Version: 2.2.0-1
Severity: serious

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

...
I: pybuild base:184: cd 
/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build; python3.6 -m 
unittest discover -v 
munch (unittest.loader._FailedTest) ... ERROR

==
ERROR: munch (unittest.loader._FailedTest)
--
ImportError: Failed to import test module: munch
Traceback (most recent call last):
  File "/usr/lib/python3.6/unittest/loader.py", line 462, in _find_test_path
package = self._get_module_from_name(name)
  File "/usr/lib/python3.6/unittest/loader.py", line 369, in 
_get_module_from_name
__import__(name)
  File 
"/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build/munch/__init__.py", 
line 29, in 
from .python3_compat import *   # pylint: disable=wildcard-import
  File 
"/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build/munch/python3_compat.py",
 line 1, in 
from six import u, iteritems, iterkeys # pylint: disable=unused-import
ModuleNotFoundError: No module named 'six'


--
Ran 1 test in 0.001s

FAILED (errors=1)
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/build/1st/python-munch-2.2.0/.pybuild/pythonX.Y_3.6/build; python3.6 -m 
unittest discover -v 
dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13
make: *** [debian/rules:6: build] Error 25

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


[Python-modules-team] Processed: Bug #890512 in python-munch marked as pending

2018-02-15 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #890512 [python-munch] python-munch: Add autopkgtests to python-munch
Added tag(s) pending.

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

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


[Python-modules-team] www.packages.debian.org

2018-02-15 Thread Carol | AU IT SOLUTIONS
Hello, I hope you are well.

My name is Carol Marshall and I work for a Search Marketing company in
Sydney, Australia.

I was doing some research on your industry and I landed on your website.
Thing is i had a look at some of the other businesses who are currently
ranked on Page 1 and I truly believe you have a better website and a better
brand.

Long story short, I have created an 18-Page WebsiteAudit which addresses
all of the technical and web errors on your website that is stopping you
from ranking on PAGE 1…

I am happy to send you this report forFREE.

All I want is the opportunity to call you and discuss THE WEBSITE AUDIT in
greater detail.

What do you think?

Kind Regards,

*Carol *| MANAGER


*AU IT SOLUTIONS*Headquarters: 41 Bridge Rd Glebe, NSW 2037, Australia
Other Offices: Hong Kong & China | USA | New Zealand | UAE | Singapore
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#890512: Bug#890512: python-munch: Add autopkgtests to python-munch

2018-02-15 Thread Ondrej Novy
Hi,

2018-02-15 14:13 GMT+01:00 Corey Bryant :

> In Ubuntu, the attached patch was applied to achieve the following:
>

Do you know, only thing needs to be done is add this line to d/control?

Testsuite: autopkgtest-pkg-python

-- 
Best regards
 Ondřej Nový

Email: n...@ondrej.org
PGP: 3D98 3C52 EB85 980C 46A5  6090 3573 1255 9D1E 064B
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#890511: Bug#890511: python-jmespath: Add autopkgtests to python-jmespath

2018-02-15 Thread Ondrej Novy
Do you know, only thing needs to be done is add this line to d/control?

Testsuite: autopkgtest-pkg-python

-- 
Best regards
 Ondřej Nový

Email: n...@ondrej.org
PGP: 3D98 3C52 EB85 980C 46A5  6090 3573 1255 9D1E 064B
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] python-scandir_1.7-1_amd64.changes ACCEPTED into unstable

2018-02-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 13:58:00 +0100
Source: python-scandir
Binary: python-scandir
Architecture: source amd64
Version: 1.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-scandir - Backport of the "scandir" stdlib module (Python 2)
Changes:
 python-scandir (1.7-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Fix Format URL to correct one
 .
   [ Julien Puydt ]
   * New upstream release.
   * Bump std-ver to 4.1.3.
Checksums-Sha1:
 989b113eff33775b2843fbd603756681a0ad7b9b 2084 python-scandir_1.7-1.dsc
 1cf36505a15bad90cfd7e5d05be0f772c49566c6 29545 python-scandir_1.7.orig.tar.gz
 2e07463490379d0e255ead5a96e056e17b2be0d6 2480 
python-scandir_1.7-1.debian.tar.xz
 57da36a136b0f2241eaa09bebf3daf1af72a2329 20576 
python-scandir-dbgsym_1.7-1_amd64.deb
 800a88cb715109fe777d7f9bc0a6a410dd80ba5a 6767 
python-scandir_1.7-1_amd64.buildinfo
 334ae00ca16a22082e2637d1ae56afc5a0ed15bc 17692 python-scandir_1.7-1_amd64.deb
Checksums-Sha256:
 683d86d75054cd6779447133f50a8c222503b3eca7a19fd80a6648c3e933ca0b 2084 
python-scandir_1.7-1.dsc
 76dd7b2ea15cad53b595ef334fffaeaa61c0da1c40d453eefd2dfe21fd0aaa0e 29545 
python-scandir_1.7.orig.tar.gz
 547e184d8e4ecfccd50b39c49e72d3693e0b7d42fbd6514ee0e0f2bce950147a 2480 
python-scandir_1.7-1.debian.tar.xz
 4362f60771b37322997b6b5ebc11e94370f48ce84c49f28631a079f0d38ab626 20576 
python-scandir-dbgsym_1.7-1_amd64.deb
 95b9c0a556d889002aee3c289df5ca9b498a3428a5ab05eb08546ba536c3c946 6767 
python-scandir_1.7-1_amd64.buildinfo
 c0168d4a9e5376974a82b75b0382cc67bc0a9d122cfe03266afd84bef6885cc8 17692 
python-scandir_1.7-1_amd64.deb
Files:
 1d0a347d535d513c4f30c83e3a513cdf 2084 python optional python-scandir_1.7-1.dsc
 299c1907cc7c09ce004c32b50323c0c8 29545 python optional 
python-scandir_1.7.orig.tar.gz
 d62ccd40b7571f5aad65a8dd31edde7e 2480 python optional 
python-scandir_1.7-1.debian.tar.xz
 fc2dede512af15439c5594aff96c5377 20576 debug optional 
python-scandir-dbgsym_1.7-1_amd64.deb
 94b96f7c0e2ddfca461b08598b9b177f 6767 python optional 
python-scandir_1.7-1_amd64.buildinfo
 92272f3c42b0f75b207125b5d38f737d 17692 python optional 
python-scandir_1.7-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJNBAEBCgA3FiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAlqFhA4ZHGp1bGllbi5w
dXlkdEBsYXBvc3RlLm5ldAAKCRAExTvX/gMFUbbYD/wLZt9ebjKvKTmXfjJmtnma
+rY46/q4xeKLQrCt+JCEyWm155ojJRMLnMp5NqGF9kn+DOqyXhjYJG5jsBAD4xar
/96q/aoMPKG/LiL4CgPjTA+NuNhgBbho+vyFc9aXWN93L1gOMjkyVsCinjegFiGw
scrli3gAcIglHevyjGIG+zPW7kbSWOhRI45urU07XnWLmMx4UbZhaxYiYti/dFwa
yziV8GomxZDR6cOOYH/+Cl1OCxkDU4n047NRAYd3Z9zOSmxqMzUcGfvtfaiMrcng
hrY97mUGveEK+aK8sDmQefSpKpAwlMOm7wDeEh4be3Ne3NFbtWEodgJvA9LmkAk1
74NxjQABDKR7mpzZcNACER+BGtStW1UYWOaIX27vlIOsX7xFyVlIhByspfxa/1ps
ki2cVrsHAk8G2/bSPvvuKjmwXi4zMVL1kHRRrDCobN6c0gTbB76WT4RQYVzKPidr
LFYT4u50zx4ppqegSrHncMJfxHI+PeYk4Qcr5IsQqJK1ARglxipzJjHRlwcVZr2J
bWcbdgsERWDZ3232hfRt74OekLjbXd3h0JWr9qQmrsSDc2WOXHG8Y+RWuEPL2M2u
OjsuR5NWoNtWpewJWIMe+c04b2m0XWeMGTFN38yTbD3fCcd+py1vBK8ACPr2STT1
KrqkjxfNBoXf7J4DPLeoEg==
=vuwD
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Python-modules-team] Bug#890512: python-munch: Add autopkgtests to python-munch

2018-02-15 Thread Corey Bryant
Package: python-munch
Version: 2.2.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/tests: Add basic autopkgtests to test module imports.


Thanks for considering the patch.


-- System Information:
Debian Release: buster/sid
  APT prefers bionic
  APT policy: (500, 'bionic'), (500, 'artful-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru python-munch-2.2.0/debian/tests/control 
python-munch-2.2.0/debian/tests/control
--- python-munch-2.2.0/debian/tests/control 1969-12-31 19:00:00.0 
-0500
+++ python-munch-2.2.0/debian/tests/control 2018-02-14 15:14:07.0 
-0500
@@ -0,0 +1,3 @@
+Tests: python-munch python3-munch
+Depends: python-munch, python3-munch
+Restrictions: needs-root
diff -Nru python-munch-2.2.0/debian/tests/python3-munch 
python-munch-2.2.0/debian/tests/python3-munch
--- python-munch-2.2.0/debian/tests/python3-munch   1969-12-31 
19:00:00.0 -0500
+++ python-munch-2.2.0/debian/tests/python3-munch   2018-02-14 
15:14:07.0 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-
+# Testing python3-munch
+#-
+set -e
+
+result=$(python3 `dirname $0`/test_import_munch.py 2>&1)
+if [ "$result" ]; then
+echo "ERROR: PYTHON3-MUNCH MODULE CANNOT BE IMPORTED"
+exit 1
+else
+echo "OK"
+exit 0
+fi
diff -Nru python-munch-2.2.0/debian/tests/python-munch 
python-munch-2.2.0/debian/tests/python-munch
--- python-munch-2.2.0/debian/tests/python-munch1969-12-31 
19:00:00.0 -0500
+++ python-munch-2.2.0/debian/tests/python-munch2018-02-14 
15:14:07.0 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-
+# Testing python-munch
+#-
+set -e
+
+result=$(python2 `dirname $0`/test_import_munch.py 2>&1)
+if [ "$result" ]; then
+echo "ERROR: PYTHON-MUNCH MODULE CANNOT BE IMPORTED"
+exit 1
+else
+echo "OK"
+exit 0
+fi
diff -Nru python-munch-2.2.0/debian/tests/test_import_munch.py 
python-munch-2.2.0/debian/tests/test_import_munch.py
--- python-munch-2.2.0/debian/tests/test_import_munch.py1969-12-31 
19:00:00.0 -0500
+++ python-munch-2.2.0/debian/tests/test_import_munch.py2018-02-14 
15:14:07.0 -0500
@@ -0,0 +1,4 @@
+try:
+import munch
+except ImportError as e:
+print("ERROR IMPORTING MODULE")
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] P.I no.102/IVR/2018

2018-02-15 Thread Mahmoud Abdul Raheem Barghouthi
confirm receipt of P.I attached

[cid:ed92f629c9808d05]

Regards,

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

[Python-modules-team] Processing of python-scandir_1.7-1_amd64.changes

2018-02-15 Thread Debian FTP Masters
python-scandir_1.7-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-scandir_1.7-1.dsc
  python-scandir_1.7.orig.tar.gz
  python-scandir_1.7-1.debian.tar.xz
  python-scandir-dbgsym_1.7-1_amd64.deb
  python-scandir_1.7-1_amd64.buildinfo
  python-scandir_1.7-1_amd64.deb

Greetings,

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

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


[Python-modules-team] path.py_11.0-1_amd64.changes ACCEPTED into unstable

2018-02-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 12:21:19 +0100
Source: path.py
Binary: python-path python3-path
Architecture: source all
Version: 11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-path - module wrapper for os.path for Python 2
 python3-path - module wrapper for os.path for Python 3
Changes:
 path.py (11.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Fix Format URL to correct one
 .
   [ Julien Puydt ]
   * New upstream release.
   * Bump std-ver to 4.1.3.
Checksums-Sha1:
 1a77cc996f2bdd17427399354f00874ff7b867e7 2328 path.py_11.0-1.dsc
 c3a20b0d60703cbb391750cfe646ca308bbc04e5 35410 path.py_11.0.orig.tar.gz
 668f91a47cd0a778da9e248206a5f771630c6110 2532 path.py_11.0-1.debian.tar.xz
 78a112cc3bcae30f206aeb892f6a3c2d3c53d294 6995 path.py_11.0-1_amd64.buildinfo
 c5b84d25cc5aca784ec311b2fe09d56fc4ecfb3e 18756 python-path_11.0-1_all.deb
 91178b79a9573c72afae2e21184e2aa1001b4333 18828 python3-path_11.0-1_all.deb
Checksums-Sha256:
 f98373192a4cbcd6ee2817a37d781554cfc664660702853c82de52ab022da900 2328 
path.py_11.0-1.dsc
 e7cad1b1c0bc3ace9461131d5dcd82667bfacfd7d07e05f81bb8a9f60bf671f1 35410 
path.py_11.0.orig.tar.gz
 83049d0521127f48421871358056b46887b6e98fc4554878e16b2d06e3e2a8fa 2532 
path.py_11.0-1.debian.tar.xz
 22eeb15807dc8442ddc1015ec6bdc03ae099c3cf25d7451ef06e3c8a2ec7dfe5 6995 
path.py_11.0-1_amd64.buildinfo
 892f211888fb898796383e6ce2385e7c79b55af8fb80dda2afbb561673f2548b 18756 
python-path_11.0-1_all.deb
 ae49ec30f453c147b93863fb7723486826e098f9281756b737816856e277dced 18828 
python3-path_11.0-1_all.deb
Files:
 b9dfdf0e44779a224215737e2be2f7fc 2328 python optional path.py_11.0-1.dsc
 2af14eb3c920f61e8d4e646925e27f5c 35410 python optional path.py_11.0.orig.tar.gz
 c1625f31d3391e1becbafeed06ec8e8a 2532 python optional 
path.py_11.0-1.debian.tar.xz
 e35147a9c19ddaa4140ea376f38cc079 6995 python optional 
path.py_11.0-1_amd64.buildinfo
 497b6252679ef3dd3533704597db2736 18756 python optional 
python-path_11.0-1_all.deb
 2001b0dd5fa213547b46bef8c9485d53 18828 python optional 
python3-path_11.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQJNBAEBCgA3FiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAlqFdXkZHGp1bGllbi5w
dXlkdEBsYXBvc3RlLm5ldAAKCRAExTvX/gMFUdrtD/wISfx33a4eTD66EWZV7fjt
jgmi8C9ikOLMSpKpeAAgEfjl5ZnfxOxE/iold3h44jMIU2Jvc+WSn7kKusGOLbdm
uFqTrwKUEyDk6flKG7RdGrMt0aO2kyzZd/hVk+qW2f2tdn/c7/zTiM8oNScHWDLu
B88CgK7RKoqchnSJOTvdvQCdt3PwwlKq1YDc3rr/wgLB8vSFa0PLBY8Soo2QaRZa
tLjwq8ynqYbs/xBdO0L0fTAKQYnG5eI0Oma+6U9vHSjKKmY7PKvT24RMZvgZyOx3
DxkpTzP6pbycyr8xNs8k02YC31kCh014vRuIt5bN5TaHItC+3H7BJv4eguHHlYqb
zvVgxtGw+oIYSihSW7Lgrm0ZzdLK13kcwcJarNSy5me8qwDvN9HT1y6htGaIykiq
yIYPSnD7S+QAV/gqvVU744gRNE4wQbD+r3arDRmU5YHpbBvHkMtJvqX4UnCZ+wFZ
IHzbT1NnPV6bxGsR1wU1fEpQGEGGwrMu9yK/AOeuybIpzr4TBkh4+Pjjw3I5Qqfd
iiouQIN011UfUcYXvJ88GbZ5SKwHKDc1J5Nn1Pv80sWHoC91D7p0lvRBWSQkxsI/
aJO/juuoIwwoOxWM2dLbxv3y4iFZFHebBBAvcsMMiGxVXoJGMlidkjfrKVc2sG+4
oEUO+HXBA8hKCunPlUSYtg==
=lxfc
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Python-modules-team] Processing of path.py_11.0-1_amd64.changes

2018-02-15 Thread Debian FTP Masters
path.py_11.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  path.py_11.0-1.dsc
  path.py_11.0.orig.tar.gz
  path.py_11.0-1.debian.tar.xz
  path.py_11.0-1_amd64.buildinfo
  python-path_11.0-1_all.deb
  python3-path_11.0-1_all.deb

Greetings,

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

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


[Python-modules-team] Bug#890479: marked as done (pytz can't find any time zones)

2018-02-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Feb 2018 09:07:49 +
with message-id 
and subject line Bug#890479: fixed in python-tz 2018.3-2
has caused the Debian Bug report #890479,
regarding pytz can't find any time zones
to be marked as done.

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

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


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

Package: python3-tz
Version: 2018.3-1
Severity: grave

After upgrade to version 2018.3-1:

>>> import pytz
>>> pytz.all_timezones
[]

This is caused by this line in /usr/lib/python3/dist-packages/pytz/__init__.py:

filename = os.path.join('usr','share'
'zoneinfo', *name_parts)

So, instead of looking at /usr/share/zoneinfo/$time_zone_name, it is looking at 
(relative path) usr/sharezoneinfo/$time_zone_name (note the lack of comma after 
'share', which leads 'share' and 'zoneinfo' to be merged into a single string 
literal). This code is horribly broken, but it worked because it fell back to 
using time zone files bundled with the package. Now that these files are not 
included anymore (see bug #884079), this package doesn't work!
--- End Message ---
--- Begin Message ---
Source: python-tz
Source-Version: 2018.3-2

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

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

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

Debian distribution maintenance software
pp.
Alastair McKinstry  (supplier of updated python-tz 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 15 Feb 2018 07:15:04 +
Source: python-tz
Binary: python-tz python3-tz
Architecture: source all
Version: 2018.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Alastair McKinstry 
Description:
 python-tz  - Python version of the Olson timezone database
 python3-tz - Python3 version of the Olson timezone database
Closes: 890479
Changes:
 python-tz (2018.3-2) unstable; urgency=medium
 .
   * Typo in patch breaks zoneinf path. Closes: #890479
Checksums-Sha1:
 b8763e166ab1086e7dc262d56b15f802d4ea385a 2247 python-tz_2018.3-2.dsc
 75dcd36be098cd5faa152969210a5a2214a23e21 5496 python-tz_2018.3-2.debian.tar.xz
 258331f1ea5f8b5a61884a8fa4f086a41b51cdc4 33352 python-tz_2018.3-2_all.deb
 97d270cdf9bac79620c4c00eb7ad44200bab0c26 6874 
python-tz_2018.3-2_amd64.buildinfo
 d44cdeda4d58461231ae66afcb886b1510da12d7 26820 python3-tz_2018.3-2_all.deb
Checksums-Sha256:
 046aafb7896681bf590d91924e2c322bfa243e9fb608acfb14b3a00162bb307f 2247 
python-tz_2018.3-2.dsc
 3af403688dff28561d0b070feadb051e115c74340fbb3e0198321e92a1ae3e6d 5496 
python-tz_2018.3-2.debian.tar.xz
 760ee07048b62fd7b9bae0d75046792885cb4fe7421c2c7cf8f3bf877eeeb812 33352 
python-tz_2018.3-2_all.deb
 47bd6b54b5d96db87f4643daca5716d89749098ab9b4f8fd84113e88d969bb52 6874 
python-tz_2018.3-2_amd64.buildinfo
 f5e4fc37a8e058bcc822aabe75ec2ab086dac488c19319adbdf9943e3297211c 26820 
python3-tz_2018.3-2_all.deb
Files:
 3ab1cece53246a8fad6c862f38c01133 2247 python optional python-tz_2018.3-2.dsc
 1606f3567097a01e4750390d9ee1821a 5496 python optional 
python-tz_2018.3-2.debian.tar.xz
 b7747c794ca268baf09078fd8b2b01ab 33352 python optional 
python-tz_2018.3-2_all.deb
 1974dab894d15b4022f50e0df3f7c30a 6874 python optional 
python-tz_2018.3-2_amd64.buildinfo
 efcbc5fc7b69715910e3feb1c7b1bb69 26820 python optional 
python3-tz_2018.3-2_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlqFNPIACgkQy+a7Tl2a
06X4Pg//Zv8u9ot7OnIW6RIBPL4DPOoQOHsIW1WE8ACdo/VU5tOp8QIupeKWsGZe
D+LAqyPQtGReTykT/Tp9+vhk+vFVIBVySWWypjL9cDU+D82MrorzfMHrTV67A+Jl
BuJ8WtJ8hxdU8vgRIBWj4UHiit7WYAGE5r21M6g8nNdg0UFwea6tLU6AP6a5Ll5R
bhA0Vzt4Qn8GJ1KcVfvZIksQvq0Wrt+zqMr6xfvkC9z0idcKGKJ8xG0x+ZhCNqco
HUbrJ7S2uj7w1qGmviMoG2s2AJTnBXXhTixj0ALne2DeCzpo5332OACrVmFvknMH
pJW4cSorMirkdJiqzLCq4w4svTQ9NLsCvM+tHgiRLUKjsrxr3VeqMrI6RXDUC41V

[Python-modules-team] Processing of python-tz_2018.3-2_amd64.changes

2018-02-15 Thread Debian FTP Masters
python-tz_2018.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  python-tz_2018.3-2.dsc
  python-tz_2018.3-2.debian.tar.xz
  python-tz_2018.3-2_all.deb
  python-tz_2018.3-2_amd64.buildinfo
  python3-tz_2018.3-2_all.deb

Greetings,

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

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


[Python-modules-team] python-tz_2018.3-2_amd64.changes ACCEPTED into unstable

2018-02-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 15 Feb 2018 07:15:04 +
Source: python-tz
Binary: python-tz python3-tz
Architecture: source all
Version: 2018.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Alastair McKinstry 
Description:
 python-tz  - Python version of the Olson timezone database
 python3-tz - Python3 version of the Olson timezone database
Closes: 890479
Changes:
 python-tz (2018.3-2) unstable; urgency=medium
 .
   * Typo in patch breaks zoneinf path. Closes: #890479
Checksums-Sha1:
 b8763e166ab1086e7dc262d56b15f802d4ea385a 2247 python-tz_2018.3-2.dsc
 75dcd36be098cd5faa152969210a5a2214a23e21 5496 python-tz_2018.3-2.debian.tar.xz
 258331f1ea5f8b5a61884a8fa4f086a41b51cdc4 33352 python-tz_2018.3-2_all.deb
 97d270cdf9bac79620c4c00eb7ad44200bab0c26 6874 
python-tz_2018.3-2_amd64.buildinfo
 d44cdeda4d58461231ae66afcb886b1510da12d7 26820 python3-tz_2018.3-2_all.deb
Checksums-Sha256:
 046aafb7896681bf590d91924e2c322bfa243e9fb608acfb14b3a00162bb307f 2247 
python-tz_2018.3-2.dsc
 3af403688dff28561d0b070feadb051e115c74340fbb3e0198321e92a1ae3e6d 5496 
python-tz_2018.3-2.debian.tar.xz
 760ee07048b62fd7b9bae0d75046792885cb4fe7421c2c7cf8f3bf877eeeb812 33352 
python-tz_2018.3-2_all.deb
 47bd6b54b5d96db87f4643daca5716d89749098ab9b4f8fd84113e88d969bb52 6874 
python-tz_2018.3-2_amd64.buildinfo
 f5e4fc37a8e058bcc822aabe75ec2ab086dac488c19319adbdf9943e3297211c 26820 
python3-tz_2018.3-2_all.deb
Files:
 3ab1cece53246a8fad6c862f38c01133 2247 python optional python-tz_2018.3-2.dsc
 1606f3567097a01e4750390d9ee1821a 5496 python optional 
python-tz_2018.3-2.debian.tar.xz
 b7747c794ca268baf09078fd8b2b01ab 33352 python optional 
python-tz_2018.3-2_all.deb
 1974dab894d15b4022f50e0df3f7c30a 6874 python optional 
python-tz_2018.3-2_amd64.buildinfo
 efcbc5fc7b69715910e3feb1c7b1bb69 26820 python optional 
python3-tz_2018.3-2_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlqFNPIACgkQy+a7Tl2a
06X4Pg//Zv8u9ot7OnIW6RIBPL4DPOoQOHsIW1WE8ACdo/VU5tOp8QIupeKWsGZe
D+LAqyPQtGReTykT/Tp9+vhk+vFVIBVySWWypjL9cDU+D82MrorzfMHrTV67A+Jl
BuJ8WtJ8hxdU8vgRIBWj4UHiit7WYAGE5r21M6g8nNdg0UFwea6tLU6AP6a5Ll5R
bhA0Vzt4Qn8GJ1KcVfvZIksQvq0Wrt+zqMr6xfvkC9z0idcKGKJ8xG0x+ZhCNqco
HUbrJ7S2uj7w1qGmviMoG2s2AJTnBXXhTixj0ALne2DeCzpo5332OACrVmFvknMH
pJW4cSorMirkdJiqzLCq4w4svTQ9NLsCvM+tHgiRLUKjsrxr3VeqMrI6RXDUC41V
KlWxj0zru2dW1repCFC3udLj4KVWTtQdhcbsDNJksnbqOEgxkQBoAOqD8Fv4NrrS
u27qgOzfeWVTbDvQ4mf6YuZrT2C4p8eAq0tIEJxCD0gpfEFvzNiSgzZdadboOa7m
0sZudmHsmq3EKJN9KEgmF86Xc64E6Y22R4mghEb7bVdP0/ndgVPgrrH/wFi3Peq/
lvkIoHeoMfbLqFu6f4nLKGmT0nAXyQPlxSGbeJUIt6G9uV4KxwyhBxj2mmMoJQFv
oBQPLCG8jVdLU2mHGCO3GbGhLn2D5uaCpcFd2s3t1OcRdwGXKGs=
=pxzf
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[Python-modules-team] Accepted django-q 0.9.1-2 (source) into unstable

2018-02-15 Thread Pierre-Elliott Bécue
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Feb 2018 16:10:13 +0100
Source: django-q
Binary: python-django-q python3-django-q python-django-q-doc
Architecture: source
Version: 0.9.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Pierre-Elliott Bécue 
Description:
 python-django-q - Django multiprocessing distributed task queue (Python 2 
version)
 python-django-q-doc - Django multiprocessing distributed task queue 
(Documentation)
 python3-django-q - Django multiprocessing distributed task queue (Python 3 
version)
Changes:
 django-q (0.9.1-2) unstable; urgency=medium
 .
   * Update Vcs-* links in d/control to salsa
   * Add d/patches/0004 to mitigate another issue with python3-only code line.
Checksums-Sha1:
 8600502e7156d59cb6f482147ac7b13f10b7e8e7 2535 django-q_0.9.1-2.dsc
 65db72373174279d0112e4fd1da2fa2ac068c7f7 4968 django-q_0.9.1-2.debian.tar.xz
 a522ac0a4abdb73076cca2da14eb469e97694199 8604 django-q_0.9.1-2_amd64.buildinfo
Checksums-Sha256:
 93632a283bc4f6328ac6eb270cc631fa9eb5a9704e05ff24844ee3ba7f2ed388 2535 
django-q_0.9.1-2.dsc
 11b61d4bf9d2250bbd415ce145ae85f1677c9cd718a9e8b53709aba81f443449 4968 
django-q_0.9.1-2.debian.tar.xz
 c40e5dd35a74583d77f40a64430cf2a846e942e73bc45c22e8d919d462d5791e 8604 
django-q_0.9.1-2_amd64.buildinfo
Files:
 1d2357c82d859c15bd4312b7ec579734 2535 python optional django-q_0.9.1-2.dsc
 c2d64c5d27f9d8bda84677af13fbd739 4968 python optional 
django-q_0.9.1-2.debian.tar.xz
 306d78a270b927df676c262861f9fde8 8604 python optional 
django-q_0.9.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESYqTBWsFJgT6y8ijKb+g0HkpCsoFAlqEUxQACgkQKb+g0Hkp
CsogTA//RYmSf5Zz82rzRkmVNOn6rm/PR6GJI6aH4VqX25QCuMARS/ZWIar66hCR
PLOUdlS4+X4n+6kBAP7uLg30u0yCsgxcvYZcgLA7esnCZJ3cTLgsrlNRP/PFtrKu
sPxYAumUYz2u2cttq5xqLFYwg+0vuCEhqKNMr4/+E4vJOKNBfQeMjmKJmlsS7/5E
epvhj1mWwnz5wPa/TeD/BYW1eYv65dpvPOHIPl+hKH5cBJ+lCtacAu/JPbgxM1sG
BnN+9D4ZDfX8YzR+uHzu/uckjFCgCapVyxo3PAOwtJ1/Kxn7zKp5yeEcgy3iLVOt
BFqxdYdi48ybghMife2v5ULNsx8cK6gUj+LqHpTvIzqlB4852EigNLS6tJtwpd/e
nb/dbMN133wr8C4k1aaAtQgG8BLZ/YuA2MapL/9vPB4vIpw9HqrOE6AzcpyQ91vs
gdqV769bj5TpWT4eHX13u6I9z5jJ5YuyIauCohIHD54KaWPFQu5KoR/P/H8rzQuW
rUJU+uSkzUhY+TlVh81l+inUVtb9szvBs0iXjX8gMd/EFqvIU6rAsVUHw7fFPZps
2xO1HBnjeUGInndxjTMYbbV4g6ZsH+dQC5zNKpi62n5sppPbOhVHjUw49ZWVkGCQ
UvFjywcUqur6hpMCU/SPtJ9VVKEH+J+GaU2errtuk4fbsQMhnFM=
=atKi
-END PGP SIGNATURE-


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

[Python-modules-team] Accepted debiancontributors 0.7.7-1 (source) into unstable

2018-02-15 Thread Pierre-Elliott Bécue
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Feb 2018 14:27:21 +0100
Source: debiancontributors
Binary: python3-debiancontributors python-debiancontributors
Architecture: source
Version: 0.7.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Pierre-Elliott Bécue 
Description:
 python-debiancontributors - Manage submissions to contributors.debian.org
 python3-debiancontributors - Manage submissions to contributors.debian.org 
(Python3)
Closes: 888588
Changes:
 debiancontributors (0.7.7-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Enrico Zini ]
   * Fixed parsing compressed submissions in python3
   * Convert bytes to stream of bytes
   * Fixed source merging
 .
   [ Daniele Tricoli ]
   * Use items method instead of iteritems (Closes: 888588)
 - Thanks to cl...@debian.org for submitting a patch.
   * debian/control
 - Update Vcs-Git and Vcs-Browser to salsa.debian.org
 .
   [ Pierre-Elliott Bécue ]
   * New upstream release.
   * Update setup.py url to salsa.debian.org
   * debian/compat
 - Raise level to 11
   * debian/control
 - Bump Standards-Version to 4.1.3
 - Bump debhelper build depends version to 11
 - Add a Homepage: tag
 - Make the descriptions of binary packages differ
 - Same for short descriptions
   * debian/copyright
 - Switch Format url to https
 - Update source URL to salsa.debian.org
Checksums-Sha1:
 744f2a23b2af74edc443f3e6dcf4e99e48070662 2378 debiancontributors_0.7.7-1.dsc
 526d09eeae7c2ea9712458564d66fddedd426705 43689 
debiancontributors_0.7.7.orig.tar.gz
 afb94929d0780cf782d0c886d30df53ddb9ceaed 3200 
debiancontributors_0.7.7-1.debian.tar.xz
Checksums-Sha256:
 ded1f27e95f1c9a81b3feb1f5b87a1260ef99b44c9f316b16872012b66eb2eb2 2378 
debiancontributors_0.7.7-1.dsc
 0e27209d2f159cbc1964f17d4f5968157d33173b3842dd7366d1c6d4c12ac751 43689 
debiancontributors_0.7.7.orig.tar.gz
 1e19da14504e7334da63aedd1bfa476628b60fb6b1303d239447017c1c200c0b 3200 
debiancontributors_0.7.7-1.debian.tar.xz
Files:
 577a709ef9813ab5be0837ec71b4e735 2378 python optional 
debiancontributors_0.7.7-1.dsc
 71a83a9728b86376adf08cab57d0afcb 43689 python optional 
debiancontributors_0.7.7.orig.tar.gz
 40922066611dd385474741230b8b9c62 3200 python optional 
debiancontributors_0.7.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEVXgdqzTmGgnvuIvhnbAjVVb4z60FAlqETpUACgkQnbAjVVb4
z60kehAAtip5VqPSsV4fRizYgGGXbOrhiJdEULDxYcRbdfs6QgG2+CMJ2c6WtP2L
RWGQ+eSeloOIaqRs7fXlE2xI6a7ZSZcXtvY6Oer+86pv9srds2YGqViQ0Kedbq+8
FU/QCVB6ggdm3GxJ023Zi0VQuIQrz6B9S6U+PvpBjiDdzjnGblsMLDawIkgMNlXm
KwPvUnC8P++k/Wj5Fw9mzgMfKYwX/K/9OLrd9tk4e5PipKnD9xldjsKbqn5/WH3/
CZQDVJnwJCb1lgu0z10owRnkJM/GoxNVy/mKRoNGXfXR8GdQ+jWncfP4bC8jXhxo
H20yVnDxZkRbrOHe41wAob4EA+ZKwkbTcegWO0NKxdNqD28yxQwJJ6HFQ3eXsC0m
N+k4jgGVKfLgqTY5sgkynfmP/uUxJZDGfppazCGLtCQ0Z1Q+nhjYkbc5m1Bh1vju
D4yzVrfdJpJGOrpLpxMwLTaInUoAchPms8t00UeXthJ+oC/YEDK5fP3JE2zKbnYM
HAE4oBURRJoJbOgrLlwcOPraxLulCBuSLm1qZVWOaGGq+yaGOYymkTjC/sTPlXL6
D1/prGP6xRGzvx2GyTObbMQ2uGT/chlOgiVeh5biwwL2KLEKRc6KR4nUqd30OsJm
Ftfy35D9prgx7KMxgpAI0hWILQovwpulMydr18N+PIKpoaBymVY=
=taYC
-END PGP SIGNATURE-


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

[Python-modules-team] Accepted django-haystack 2.7.0-1 (source all) into unstable

2018-02-15 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Feb 2018 19:15:48 +0100
Source: django-haystack
Binary: python-django-haystack python-django-haystack-doc 
python3-django-haystack
Architecture: source all
Version: 2.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Michael Fladischer 
Description:
 python-django-haystack - modular search for Django
 python-django-haystack-doc - modular search for Django (Documentation)
 python3-django-haystack - modular search for Django (Python3 version)
Changes:
 django-haystack (2.7.0-1) unstable; urgency=low
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Michael Fladischer ]
   * New upstream release.
   * Always use pristine-tar.
   * Update license definition for SOLR auxiliary files.
   * Remove lintian override for missing GPG signature check on source
 tarball to serve as a reminder to improve on this.
   * Bump Standards-Version to 4.1.3.
   * Bump debhelper compatibility and version to 11.
   * Run wrap-and-sort -bast to reduce diff size of future changes.
   * Enable autopkgtest-pkg-python testsuite.
   * Build documentation in override_dh_sphinxdoc.
Checksums-Sha1:
 8c5bd9c94e1914cb51e3fca578d4b9e7e1dd2844 2024 django-haystack_2.7.0-1.dsc
 97ba5a5c71d9097be5cbfc7eae0e307974fdf833 420971 
django-haystack_2.7.0.orig.tar.gz
 3422664e427bd83b2f511e11afe33fb249043e53 4052 
django-haystack_2.7.0-1.debian.tar.xz
 393b92bede6216a897dc414e2f5982f72ad59c2a 8156 
django-haystack_2.7.0-1_amd64.buildinfo
 c58da481f4567bc87cfcbee2d4465653f18b75a9 313528 
python-django-haystack-doc_2.7.0-1_all.deb
 9d129e6cac53c79910612c6f9fbf0738ae2cba96 141040 
python-django-haystack_2.7.0-1_all.deb
 a7a42d09ba14aded9ed76d2b7f05b62f81074152 141128 
python3-django-haystack_2.7.0-1_all.deb
Checksums-Sha256:
 7335420a7168d3e8f7c9e5463362d7bad17b3bdf0955777bee40c7a58552c02f 2024 
django-haystack_2.7.0-1.dsc
 cbf0802eda82dfa449b09e8d0df832dbae95c83c1b2c979061824256d4531318 420971 
django-haystack_2.7.0.orig.tar.gz
 c5d518df9e81c19b1e29daa580bea44b93f4d02bda6a89c389701bf1a155d78b 4052 
django-haystack_2.7.0-1.debian.tar.xz
 654fe34a38a562ce265787cef27ffefadda0f7f47a876a32551186fc7f202555 8156 
django-haystack_2.7.0-1_amd64.buildinfo
 22fa710580463ce1cbe00ce518bdc6ffb1ca42e582f3a378a6dbab7c7fca3ac3 313528 
python-django-haystack-doc_2.7.0-1_all.deb
 a517c0c37fb720fd3d9b27c1a82cef3f6b17ef8db6928481bd00072ffdd5e30e 141040 
python-django-haystack_2.7.0-1_all.deb
 2e31d10939da38710156daa3e883e738315115c2deb4e52988a413baf5b8659d 141128 
python3-django-haystack_2.7.0-1_all.deb
Files:
 67e4dd5a00fb7d29a7a05c7aa322ca20 2024 python optional 
django-haystack_2.7.0-1.dsc
 94fa78496c90ccf2e17de919950617bf 420971 python optional 
django-haystack_2.7.0.orig.tar.gz
 d7ec286cd73db245ee68811987e4311f 4052 python optional 
django-haystack_2.7.0-1.debian.tar.xz
 086b77a8fca2b3d240eac9daa4f2ae48 8156 python optional 
django-haystack_2.7.0-1_amd64.buildinfo
 2f03703b33d6154cdde86a841b527673 313528 doc optional 
python-django-haystack-doc_2.7.0-1_all.deb
 781d07f20bc6f090c66d23cd78044520 141040 python optional 
python-django-haystack_2.7.0-1_all.deb
 72a3816310f0183b5c7f6bd4f112d7b2 141128 python optional 
python3-django-haystack_2.7.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqEfdkACgkQ/9PIi5l9
0WqT9Af9ElNv6mGhsVkkadoukp31O9KdcMKRHiHMDIcD1zKcb9v1aBMTThfx5ZBU
xWdnuKk4aYTMLNJkOArRKcejSxhHGJOrW2qkyAZU/EPXY4pjGa53Ihfmb1Tmjieg
cOadeWGyAByi7M3NvP6DZKNUDYCd+0Mg36AXMs1yBkp06aYl068CxN0Lj7En81DI
Rd7hO+xcNsnQjo7v22idMYmyfawrcHEphxwVRXJvPaDuf5ybgUSD4ZsYaMEI91AG
5FAOcarxT6pqTxmiWDB+OYbTS57BJhh7ShdE9JClfHgWSgRTU7QhvWdzPB4tfCup
One33JDXVGNjZvd4URVmTL0M8xhT8A==
=+9M0
-END PGP SIGNATURE-


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