[Python-modules-team] pythonmagick 0.9.17-1 MIGRATED to testing

2017-08-18 Thread Debian testing watch
FYI: The status of the pythonmagick source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.9.17-1

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

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


[Python-modules-team] python-jpype REMOVED from testing

2017-08-18 Thread Debian testing watch
FYI: The status of the python-jpype source package
in Debian's testing distribution has changed.

  Previous version: 0.5.4.2-3
  Current version:  (not in testing)
  Hint: 
Bug #867199: src:python-jpype: Non-free file (possible) in source 
test/sample/big.xml

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

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

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


[Python-modules-team] pytest 3.2.1-1 MIGRATED to testing

2017-08-18 Thread Debian testing watch
FYI: The status of the pytest source package
in Debian's testing distribution has changed.

  Previous version: 3.1.3-1
  Current version:  3.2.1-1

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

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


[Python-modules-team] Bug#872393: marked as done (sphinx: autopkgtest failure on armhf with webkit2gtk 2.17.90)

2017-08-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Aug 2017 17:37:50 -0400
with message-id 

[Python-modules-team] Bug#872591: ipython: quit in ipdb does not immediately exit the debugger

2017-08-18 Thread Brian Murray
Package: ipython
Version: 5.1.0-3
Severity: normal
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu artful

Dear Maintainer,

There is an upstream ipdb fix which would be useful to include in the
packaged version of ipdb.

https://github.com/ipython/ipython/pull/10009

A detailed bug report with test case was also filed in Ubuntu and can be
found at http://launchpad.net/bugs/1711741.
The description, from Brian Murray, follows:

Using the following test case I'd expect that entering the quit command the 
code containing the ipdb import would exit immediately. This is not the case 
and the code continues to run. Here's a test case:

#!/usr/bin/python3

word = 'the word'
from ipdb import set_trace; set_trace()
print('bird is %s' % word)

This is the failure:

 $ ./ipdb-test.py
> /tmp/ipdb-test.py(5)()
  1 #!/usr/bin/python3
  2 
  3 word = 'the word'
  4 from ipdb import set_trace; set_trace()
> 5 print('bird is %s' % word)

ipdb> quit
bird is the word

With the fix:

 $ ./ipdb-test.py
> /tmp/ipdb-test.py(5)()
  2 
  3 word = 'the word'
  4 from ipdb import set_trace; set_trace()
> 5 print('bird is %s' % word)

ipdb> quit
Exiting Debugger.

This affects both python3 and python2.7 ipdb in Artful. Package version 5.1.0-3.

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

Kernel: Linux 4.11.0-13-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)

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


Re: [Python-modules-team] Issue in numpydoc (Was: Further help needed for statsmodels)

2017-08-18 Thread Sébastien Villemot
On Fri, Aug 18, 2017 at 06:55:56PM +0200, Andreas Tille wrote:
> On Thu, Aug 17, 2017 at 10:06:46PM +0200, Denis Laxalde wrote:
> > Andreas Tille a écrit :
> > > there seems to be an issue with numpydoc which breaks the build of
> > > statsmodels.  I'm on my way back home from DebConf and can't do any
> > > sensible research into this, but I'd consider it urgent to get
> > > statsmodels uploaded soonish.
> > 
> > https://github.com/statsmodels/statsmodels/blob/v0.8.0rc1/statsmodels/genmod/families/family.py#L92
> > 
> > There's a duplicate "Notes" section in Family.starting_mu(). Deleting lines
> > 98-99 in statsmodels/genmod/families/family.py should fix the error raised
> > by numpydoc.
> 
> I can confirm that this solves that issue.  Thanks a lot for this hint.
> There is a probably rather minor issue left:

[…]

> I just want to announce that I will not have time for any relevant
> Debian work and that it would really help if somebody would solve this
> and do a team upload to save a larger set of rdepends.

I uploaded a fixed package. The last issue had to do with a broken makefile
rule for binary-indep. I also fixed a lintian error and the autopkgtest
failure.

However, this may not be the end of the story. Version 0.8.0-1 failed to build
on several release archs, so we may have to deal with some additional
portability issues, we’ll see.

-- 
⢀⣴⠾⠻⢶⣦⠀  Sébastien Villemot
⣾⠁⢠⠒⠀⣿⡁  Debian Developer
⢿⡄⠘⠷⠚⠋⠀  http://sebastien.villemot.name
⠈⠳⣄  http://www.debian.org


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

[Python-modules-team] shiboken_1.2.2-5_source.changes ACCEPTED into unstable

2017-08-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Aug 2017 20:42:31 +0200
Source: shiboken
Binary: shiboken shiboken-doc libshiboken1.2v5 libshiboken-py3-1.2v5 
libshiboken-dev shiboken-dbg
Architecture: source
Version: 1.2.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Raphaël Hertzog 
Description:
 libshiboken-dev - development files for the shiboken bindings generator library
 libshiboken-py3-1.2v5 - CPython3 bindings generator for C++ libraries - shared 
library
 libshiboken1.2v5 - CPython bindings generator for C++ libraries - shared 
library
 shiboken   - CPython bindings generator for C++ libraries
 shiboken-dbg - debugging symbols for shiboken and its library
 shiboken-doc - CPython bindings generator for C++ libraries documentation
Changes:
 shiboken (1.2.2-5) unstable; urgency=medium
 .
   * Team upload.
   * Work-around broken gcc-7 on mips64el for now by using gcc-6. This change
 should be reverted once #871514 is fixed.
Checksums-Sha1:
 ba56df7d2c3bbc963d4a868fd363927889d2b2fe 2317 shiboken_1.2.2-5.dsc
 e88ea419245520778e4edf8f599b3cd6679d87df 16800 shiboken_1.2.2-5.debian.tar.xz
 b62849d131206d4d736539938d947a72e55fe207 6500 shiboken_1.2.2-5_source.buildinfo
Checksums-Sha256:
 08e310fb9320438336da98a9f42ac7ebae5b23b82f7c699d11ececc8a12c9ca7 2317 
shiboken_1.2.2-5.dsc
 cfc46848bb73ede96431bb38e07501fc0b6011eee3ce506e21addcba15fd3ac2 16800 
shiboken_1.2.2-5.debian.tar.xz
 4ed88cafd39db2a227b5090c56c71687930837b492b4bc744bdcc7ad9929d3db 6500 
shiboken_1.2.2-5_source.buildinfo
Files:
 827d7458694295dca309fe1a7d83e3b6 2317 devel optional shiboken_1.2.2-5.dsc
 07982b6bf7d1bac83f5975fab1f999a8 16800 devel optional 
shiboken_1.2.2-5.debian.tar.xz
 c62a393a69a726f04669c7e32856de41 6500 devel optional 
shiboken_1.2.2-5_source.buildinfo

-BEGIN PGP SIGNATURE-
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAlmXN6kACgkQA4gdq+vC
mrm3jAf+OWMMvmZrPxCmOLtEC3JGreuz3NmEeKHTmAbk9e6YE9h+v2krDNIXhlzu
THvBnbOa/iLyOQPB260FK50Gqz1oziMbFPKsEHcjoVBRCMvBxlLRPMihosfQaGK6
DMYQuzdoPg/+UWxLbufXuY/PO85o9Evg65rMdE0l5Qn6/QnsYSEtxwclWkgYbKBS
CYySp3/ccFDqWsYgh9+UvWO6EWOJQGZnOa4S0wlAisgUtCRptOSiqCoyRTCqLPq0
XLf1xT6IBuSdEwUoniq9KsW3LFvK9YZToFbRGVooEosQZiZFohBRElZq4z1mqZ7Y
R6gbLm7DQb2Oz5hYAj2hYA9FfFyI0A==
=uTND
-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 shiboken_1.2.2-5_source.changes

2017-08-18 Thread Debian FTP Masters
shiboken_1.2.2-5_source.changes uploaded successfully to localhost
along with the files:
  shiboken_1.2.2-5.dsc
  shiboken_1.2.2-5.debian.tar.xz
  shiboken_1.2.2-5_source.buildinfo

Greetings,

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

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


[Python-modules-team] Bug#869971: nose: Provide a package for PyPy

2017-08-18 Thread Dmitry Shachnev
Hi Ghislain!

On Fri, Jul 28, 2017 at 10:28:09AM +0100, Ghislain Antony Vaillant wrote:
> Dear Maintainer,
>
> The lack of a nose package for PyPy may block testing of future packaged
> PyPy modules. Since nose should be compatible with PyPy according to the
> upstream wiki [1], you might want to consider providing a corresponding
> pypy-nose package.

I want to note that nose is deprecated [1] and completely unmaintained [2]
upstream, and all users are encouraged to switch to nose2 [3] or other
alternatives (plain unittest/unittest2 or pytest).

So if you want to package a new Python or PyPy module, please consider
not using nose there.

[1]: https://github.com/nose-devs/nose/blob/master/NEWS
[2]: https://groups.google.com/d/msg/nose-dev/rkofU1WdNNc/um9FRb19BQAJ
[3]: https://tracker.debian.org/pkg/nose2

--
Dmitry Shachnev

___
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] importmagic_0.1.7-1_amd64.changes is NEW

2017-08-18 Thread Debian FTP Masters
binary:python3-importmagic is NEW.
binary:python3-importmagic is NEW.
source:importmagic is NEW.

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

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

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

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

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

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


[Python-modules-team] Processing of importmagic_0.1.7-1_amd64.changes

2017-08-18 Thread Debian FTP Masters
importmagic_0.1.7-1_amd64.changes uploaded successfully to localhost
along with the files:
  importmagic_0.1.7-1.dsc
  importmagic_0.1.7.orig.tar.gz
  importmagic_0.1.7-1.debian.tar.xz
  importmagic_0.1.7-1_amd64.buildinfo
  python3-importmagic_0.1.7-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


Re: [Python-modules-team] Issue in numpydoc (Was: Further help needed for statsmodels)

2017-08-18 Thread Andreas Tille
Hi Denis,

On Thu, Aug 17, 2017 at 10:06:46PM +0200, Denis Laxalde wrote:
> Andreas Tille a écrit :
> > there seems to be an issue with numpydoc which breaks the build of
> > statsmodels.  I'm on my way back home from DebConf and can't do any
> > sensible research into this, but I'd consider it urgent to get
> > statsmodels uploaded soonish.
> 
> https://github.com/statsmodels/statsmodels/blob/v0.8.0rc1/statsmodels/genmod/families/family.py#L92
> 
> There's a duplicate "Notes" section in Family.starting_mu(). Deleting lines
> 98-99 in statsmodels/genmod/families/family.py should fix the error raised
> by numpydoc.

I can confirm that this solves that issue.  Thanks a lot for this hint.
There is a probably rather minor issue left:

...
copying images... [100%] images/ht.png

copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 774 warnings.
#@echo "Copying rendered example notebooks"
#mkdir -p build/html/examples/notebooks/generated
#cp source/examples/notebooks/generated/*html 
build/html/examples/notebooks/generated
#../tools/examples_rst.py
../tools/fold_toc.py build/html/index.html
#../tools/fold_toc.py build/html/examples/index.html ../_static
../tools/fold_toc.py build/html/dev/index.html ../_static

Build finished. The HTML pages are in build/html.
make[2]: Leaving directory '/build/statsmodels-0.8.0/docs'
mv docs/build/* build/
mv: cannot move 'docs/build/doctrees' to 'build/doctrees': Directory not empty
mv: cannot move 'docs/build/html' to 'build/html': Directory not empty
mv: cannot move 'docs/build/plot_directive' to 'build/plot_directive': 
Directory not empty
debian/rules:68: recipe for target 'doc-stamp' failed
make[1]: *** [doc-stamp] Error 1
...


I just want to announce that I will not have time for any relevant
Debian work and that it would really help if somebody would solve this
and do a team upload to save a larger set of rdepends.


BTW, this "appears twice in the docstring" issue also happens in skimage
but I need to admit that I did not found the duplicate here after a
*very quick* look while being tired of my flight back from DebConf.

...
reading sources... [  2%] api/skimage.color
reading sources... [  2%] api/skimage.data

Exception occurred:
  File "/usr/lib/python2.7/dist-packages/numpydoc/docscrape.py", line 343, in 
_parse
raise ValueError(msg)
ValueError: The section Other Parameters appears twice in the docstring of None 
in None.
The full traceback has been saved in /tmp/sphinx-err-ECVN6G.log, if you want to 
report the issue to the developers.
Please also report this if it was a user error, so that a better error message 
can be provided next time.
A bug report can be filed in the tracker at 
. Thanks!
Makefile:53: recipe for target 'html' failed
make[2]: *** [html] Error 1
make[2]: Leaving directory '/build/skimage-0.13.0/doc'
...


If somebody could solve this (+do a team upload) this would be
helpful as well.  Just do not be shy and fix and team upload more
Debian Science packages. ;-)

Kind regards

   Andreas.

-- 
http://fam-tille.de

___
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#857122: python-gdata: please make the build reproducible

2017-08-18 Thread Chris Lamb
Hi,

> Sent upstream here:
>
>  https://github.com/google/gdata-python-client/pull/56

Have pinged upstream.



Regards,

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

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


[Python-modules-team] Bug#829197: marked as done (bugzilla-cli: Description should not mention Python version)

2017-08-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Aug 2017 15:10:51 +
with message-id 
and subject line Bug#829197: fixed in python-bugzilla 2.1.0-1
has caused the Debian Bug report #829197,
regarding bugzilla-cli: Description should not mention Python version
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.)


-- 
829197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829197
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bugzilla-cli
Version: 1.2.2-1
Severity: minor

Dear Maintainer,

The recommendation to specify Python version in the package
description is limited only to packages where the person installing
the package needs to care about what Python version is supported.

The package ‘bugzilla-cli’ installs primarily an application, of
interest regardless of the programming language. Its description
should not mention that it is implemented in Python, because that is
not relevant to the functionality of the package.

I suggest this description field instead:

Description: command-line tool for interacting with Bugzilla
bugzilla-cli is a command-line tool for interacting with
Bugzilla instances from shell scripts.

-- 
 \“Science doesn't work by vote and it doesn't work by |
  `\authority.” —Richard Dawkins, _Big Mistake_ (The Guardian, |
_o__)  2006-12-27) |
Ben Finney 


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: python-bugzilla
Source-Version: 2.1.0-1

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

Debian distribution maintenance software
pp.
Sergio Durigan Junior  (supplier of updated 
python-bugzilla 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: Fri, 18 Aug 2017 08:55:38 -0400
Source: python-bugzilla
Binary: python-bugzilla python3-bugzilla bugzilla-cli
Architecture: source
Version: 2.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Sergio Durigan Junior 
Description:
 bugzilla-cli - command-line tool for interacting with Bugzilla
 python-bugzilla - Python library for interacting with Bugzilla (Python 2)
 python3-bugzilla - Python library for interacting with Bugzilla (Python 3)
Closes: 829197
Changes:
 python-bugzilla (2.1.0-1) unstable; urgency=medium
 .
   * New upstream version 2.1.0.
   * Bumping Debian Policy to 4.0.1.
   * Bump compat level to 10.
   * Enable autopkgtest.
   * Fix Description of bugzilla-cli. (Closes: #829197)
   * Update Copyright years on d/copyright.
Checksums-Sha1:
 43ea13f81a170c871e5dbc1db94fe0531c315dcc 2389 python-bugzilla_2.1.0-1.dsc
 bb844d54ecffd65e279cdb74d32e15753b66b876 78791 
python-bugzilla_2.1.0.orig.tar.gz
 41283f8bd48e3ad4638138ffad4e04cb64582816 2448 
python-bugzilla_2.1.0-1.debian.tar.xz
 76796a3976c4f40b39f5909bf924590a73bbdc19 7255 
python-bugzilla_2.1.0-1_amd64.buildinfo
Checksums-Sha256:
 d0f813e45b2b035dbd1ad9f060560e708b9d756aad24f3f5067e4e473efdbf8d 2389 
python-bugzilla_2.1.0-1.dsc
 f3145ab86c299389f3686fc44bb7c8b70eb1a9ccd4a7bafe578b5c4d450c8250 78791 
python-bugzilla_2.1.0.orig.tar.gz
 98d8d18d3fd84d191f5b97d5ed7514563c5d954538f11e812c6eca2022e3f643 2448 
python-bugzilla_2.1.0-1.debian.tar.xz
 6b65c37d034e9c07f359133881b63b18aef9e2372ed1aed3b9dc20029958606e 7255 
python-bugzilla_2.1.0-1_amd64.buildinfo
Files:
 236a897201d0700fa7a3ae7322daf0dc 2389 python optional 
python-bugzilla_2.1.0-1.dsc
 89f2659332dd2a894662e47fd2fcab7c 78791 python optional 
python-bugzilla_2.1.0.orig.tar.gz
 9fffc8f991f10f7116ae0a123fac217e 2448 python optional 
python-bugzilla_2.1.0-1.debian.tar.xz
 553563e5021f0e7b23f7619da6a05315 7255 python optional 
python-bugzilla_2.1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlmW7uoACgkQCBa54Yx2

[Python-modules-team] python-bugzilla_2.1.0-1_source.changes ACCEPTED into unstable

2017-08-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Aug 2017 08:55:38 -0400
Source: python-bugzilla
Binary: python-bugzilla python3-bugzilla bugzilla-cli
Architecture: source
Version: 2.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Sergio Durigan Junior 
Description:
 bugzilla-cli - command-line tool for interacting with Bugzilla
 python-bugzilla - Python library for interacting with Bugzilla (Python 2)
 python3-bugzilla - Python library for interacting with Bugzilla (Python 3)
Closes: 829197
Changes:
 python-bugzilla (2.1.0-1) unstable; urgency=medium
 .
   * New upstream version 2.1.0.
   * Bumping Debian Policy to 4.0.1.
   * Bump compat level to 10.
   * Enable autopkgtest.
   * Fix Description of bugzilla-cli. (Closes: #829197)
   * Update Copyright years on d/copyright.
Checksums-Sha1:
 43ea13f81a170c871e5dbc1db94fe0531c315dcc 2389 python-bugzilla_2.1.0-1.dsc
 bb844d54ecffd65e279cdb74d32e15753b66b876 78791 
python-bugzilla_2.1.0.orig.tar.gz
 41283f8bd48e3ad4638138ffad4e04cb64582816 2448 
python-bugzilla_2.1.0-1.debian.tar.xz
 76796a3976c4f40b39f5909bf924590a73bbdc19 7255 
python-bugzilla_2.1.0-1_amd64.buildinfo
Checksums-Sha256:
 d0f813e45b2b035dbd1ad9f060560e708b9d756aad24f3f5067e4e473efdbf8d 2389 
python-bugzilla_2.1.0-1.dsc
 f3145ab86c299389f3686fc44bb7c8b70eb1a9ccd4a7bafe578b5c4d450c8250 78791 
python-bugzilla_2.1.0.orig.tar.gz
 98d8d18d3fd84d191f5b97d5ed7514563c5d954538f11e812c6eca2022e3f643 2448 
python-bugzilla_2.1.0-1.debian.tar.xz
 6b65c37d034e9c07f359133881b63b18aef9e2372ed1aed3b9dc20029958606e 7255 
python-bugzilla_2.1.0-1_amd64.buildinfo
Files:
 236a897201d0700fa7a3ae7322daf0dc 2389 python optional 
python-bugzilla_2.1.0-1.dsc
 89f2659332dd2a894662e47fd2fcab7c 78791 python optional 
python-bugzilla_2.1.0.orig.tar.gz
 9fffc8f991f10f7116ae0a123fac217e 2448 python optional 
python-bugzilla_2.1.0-1.debian.tar.xz
 553563e5021f0e7b23f7619da6a05315 7255 python optional 
python-bugzilla_2.1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlmW7uoACgkQCBa54Yx2
K61bMQ//aifkmh9KI8behczBCVV5LCtiZQHn2H5jHt1qqKv8svmnHXuGc30ZkpoP
LsVdmFQEYZ6GPD3dUAJcr763UfjBU5k3KBrY4nQxcc60heITg3wjgSZ/qJb3vUTT
dB1/kex3eg8x1+fuE4SxOASPW1CduaqRWKkb0SNCUgAkUSsmS2syPDklz8hqsxZ8
3yd/0sUBw6Ds0aM4szWKF4okkDkU3mT5R8tLaAyN/262iexzZn9SdnAqaEKCAkal
EV9Za05SccLdBL/m6DwN0lJNjiwPU34VIowDbbmhSwV/BHMUO2jKiWkf/KbA89+n
DASjWVYO5vs8vmnn7Ga0kJnwMgUzaDzpDsmNNTGZPDkcLUkDVMO5FN8zLVWVs3En
/Yi6wgAlzsw6oMi3mvYkw3fT3k+PklYLAekCMWL6O9rCJ+8taS/kqA0NSHVVirff
v5dLXbttanNhg50ZsvYx3jZQuksLSGFgFYlyCgzqYZ1aohRosaShwqc6tYn61/23
oGPx4QFwGGQieA1TISP73Ig64jpoc8EKzbwjzsK0ghZQhS7E8nDBZzeemEyTlxPq
6dNo+LnL0LBTiyDDtUukjWQ35zGhTlAZlEpjdcPjJwH8+tggrKjY5RzRBnLyqOsv
7ovhogARCiYec53FE1Jn7JW3mI+URKa5SI5lq4Bwi0m0jrsx3O0=
=u7db
-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#829197 marked as pending

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

> tag 829197 pending
Bug #829197 [bugzilla-cli] bugzilla-cli: Description should not mention Python 
version
Added tag(s) pending.
> thanks
Stopping processing here.

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

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


[Python-modules-team] Processing of python-bugzilla_2.1.0-1_source.changes

2017-08-18 Thread Debian FTP Masters
python-bugzilla_2.1.0-1_source.changes uploaded successfully to localhost
along with the files:
  python-bugzilla_2.1.0-1.dsc
  python-bugzilla_2.1.0.orig.tar.gz
  python-bugzilla_2.1.0-1.debian.tar.xz
  python-bugzilla_2.1.0-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] texttable_0.9.1-1_source.changes ACCEPTED into unstable

2017-08-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Aug 2017 08:47:18 -0400
Source: texttable
Binary: python-texttable python3-texttable
Architecture: source
Version: 0.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Sergio Durigan Junior 
Description:
 python-texttable - Module for creating simple ASCII tables — python2
 python3-texttable - Module for creating simple ASCII tables — python3
Changes:
 texttable (0.9.1-1) unstable; urgency=medium
 .
   * New upstream version 0.9.1
   * Bump standards to 4.0.1.
   * Bump compat level to 10.
   * Enable autopkgtest.
Checksums-Sha1:
 efbaa510434963dd62166c7d987326e8a229a939 2172 texttable_0.9.1-1.dsc
 8dec5077fafea9e911b24c4415aafcc293c5848a 11074 texttable_0.9.1.orig.tar.gz
 3af23dca72d0f081570ad0af497fc7ea250bfb54 2172 texttable_0.9.1-1.debian.tar.xz
 7d0bbb693325af4d2e2933318fffe5bbd26a5119 6287 texttable_0.9.1-1_amd64.buildinfo
Checksums-Sha256:
 2464013aea12261c517b4e7fcb1e7cb23a82ee9946be144a39c1a23303b539d5 2172 
texttable_0.9.1-1.dsc
 119041773ff03596b56392532f9315cb3a3116e404fd6f36e76a7dc088d95c79 11074 
texttable_0.9.1.orig.tar.gz
 5bcfc2a2bed455c99fd03b5e06bf46f293168ed16a6375f02c011b66f557ce07 2172 
texttable_0.9.1-1.debian.tar.xz
 cd0dd44f1b4227b3ca328b8e61a69207e9095696faadf50b718778d5ee46a7c1 6287 
texttable_0.9.1-1_amd64.buildinfo
Files:
 9d423c30e538d65d7371818943c1d1e0 2172 python optional texttable_0.9.1-1.dsc
 a712b5a5464d51c5fc43c64d9d2cd0de 11074 python optional 
texttable_0.9.1.orig.tar.gz
 ef8744d268326dfe20ecb9f785a115b5 2172 python optional 
texttable_0.9.1-1.debian.tar.xz
 5cbff7bcc96705d1bd8b6392bbc13143 6287 python optional 
texttable_0.9.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlmW4+gACgkQCBa54Yx2
K60+Xw//bE1C564+CbL4jXS5R80JEX21Gs9YneYpcJ1TazAuimvRYc1oPXqSoaCn
6HPn/Et+WAqqUf2ewJ/ZiqTsFTQHqzYOQdah4Y3IqPwXK2ude4vsjkWQTkXenWpH
QKJ8O37VyHgY97GWZ+sNGgsZn8O1uS+M+53/0Txt3I6e++3c6GMBme9EfeERraA2
htW8rK9IkeG0W/XouQQd7FUgQITTfMMCCu7LdGcC0yxAK+PH54wFRM6/+KmDSSZA
kqHFaE6LsxAIaFC92le3Cwx7x1LyD9ffchBnrF8+DeUnfM/7nj1PB3/p1UV0Rspz
GKRyWlFDBs39jxJqVt0JuBtH32NwV9HlSn8rTaKM651zsMGd0fZgmtqQy5tJFDKg
IYBK949xFuwdhmnwuQ8IyZxyVyR6liFm3Eg6sclqFyDxcSiC8nw8L/kOi25p1Dl0
5BI0XqmFlqL58hjCPlp9vjWP/GMEXT5z9rXh/vi5k+KN+U/6/huq09Z9YG6Eokrl
IQAtjJ12CwvWvfhy2PeLhhyYqRelsl5qCn4EV1iG64aP9D3fimfZMmjXdTwnjiT5
DC5pu1c/9n3G2w076zn3wAapEiyJcS4JFYRIUw9ilhgecPc3sLDrtlH0Bhr7OlMq
e8HlFEp0m6AK0m45mjPfnUPmE21zZ1g+6DU/yAJZSsB8IfHqyrk=
=Gmr2
-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 texttable_0.9.1-1_source.changes

2017-08-18 Thread Debian FTP Masters
texttable_0.9.1-1_source.changes uploaded successfully to localhost
along with the files:
  texttable_0.9.1-1.dsc
  texttable_0.9.1.orig.tar.gz
  texttable_0.9.1-1.debian.tar.xz
  texttable_0.9.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] jaraco.itertools_2.0.1-1_source.changes REJECTED

2017-08-18 Thread Debian FTP Masters


Source-only uploads to NEW are not allowed.

binary:python-jaraco.itertools is NEW.
binary:python3-jaraco.itertools is NEW.
source:jaraco.itertools is NEW.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
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 jaraco.itertools_2.0.1-1_source.changes

2017-08-18 Thread Debian FTP Masters
jaraco.itertools_2.0.1-1_source.changes uploaded successfully to localhost
along with the files:
  jaraco.itertools_2.0.1-1.dsc
  jaraco.itertools_2.0.1.orig.tar.gz
  jaraco.itertools_2.0.1-1.debian.tar.xz
  jaraco.itertools_2.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] Bug#867485: marked as done (pyside FTBFS with python 3.6 as supported version)

2017-08-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Aug 2017 10:40:25 +0200
with message-id <20170818084025.64lcza7cgh7xj...@home.ouaza.com>
and subject line Re: Bug#867485: pyside FTBFS with python 3.6 as supported 
version
has caused the Debian Bug report #867485,
regarding pyside FTBFS with python 3.6 as supported version
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.)


-- 
867485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867485
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyside
Version: 1.2.2+source1-1
Severity: serious

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

...
mkdir -p build-3.6
dh_auto_configure -a --builddirectory=build-3.6 -- \
-DCMAKE_SKIP_RPATH=true -DLIB_SUFFIX=/x86_64-linux-gnu -DUSE_XVFB=true 
-DCTEST_TESTING_TIMEOUT=600 \
-DCMAKE_BUILD_TYPE:STRING="Release" \
-DPYTHON_SUFFIX=.cpython-36m"-x86_64-linux-gnu" \
-DDEFAULT_PYTHON_BASENAME=-python2.7
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_SKIP_RPATH=true 
-DLIB_SUFFIX=/x86_64-linux-gnu -DUSE_XVFB=true -DCTEST_TESTING_TIMEOUT=600 
-DCMAKE_BUILD_TYPE:STRING=Release -DPYTHON_SUFFIX=.cpython-36m-x86_64-linux-gnu 
-DDEFAULT_PYTHON_BASENAME=-python2.7
-- The C compiler identification is GNU 6.4.0
-- The CXX compiler identification is GNU 6.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at 
/usr/lib/x86_64-linux-gnu/cmake/Shiboken-1.2.2/ShibokenConfig.cmake:5 (include):
  include could not find load file:


/usr/lib/x86_64-linux-gnu/cmake/Shiboken-1.2.2/ShibokenConfig.cpython-36m-x86_64-linux-gnu.cmake
Call Stack (most recent call first):
  CMakeLists.txt:8 (find_package)


-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.7", minimum required 
is "4.5.0") 
-- Using xvfb-run to perform QtGui tests.
-- Detected OS: x11
CMake Error at CMakeLists.txt:148 (message):
  Could not detect Python module installation directory.


-- Configuring incomplete, errors occurred!
--- End Message ---
--- Begin Message ---
Hello,

On Thu, 06 Jul 2017, Adrian Bunk wrote:
> CMake Error at 
> /usr/lib/x86_64-linux-gnu/cmake/Shiboken-1.2.2/ShibokenConfig.cmake:5 
> (include):
>   include could not find load file:
> 
> 
> /usr/lib/x86_64-linux-gnu/cmake/Shiboken-1.2.2/ShibokenConfig.cpython-36m-x86_64-linux-gnu.cmake

This is fixed with the new shiboken I uploaded last night.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/--- 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] python-markdown_2.6.9-1_source.changes ACCEPTED into unstable

2017-08-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Aug 2017 11:12:44 +0300
Source: python-markdown
Binary: python-markdown python3-markdown python-markdown-doc
Architecture: source
Version: 2.6.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Dmitry Shachnev 
Description:
 python-markdown - text-to-HTML conversion library/tool (Python 2 version)
 python-markdown-doc - text-to-HTML conversion library/tool (documentation)
 python3-markdown - text-to-HTML conversion library/tool (Python 3 version)
Changes:
 python-markdown (2.6.9-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
   * Update Homepage URL.
   * Bump Standards-Version to 4.0.1, no changes needed.
   * Update debian/copyright.
Checksums-Sha1:
 49e372aa1d8de3b869ecdd20a6e6c6348c8ea739 2587 python-markdown_2.6.9-1.dsc
 6f973689d3d6ee7c6f5641839bff1e5e05d0a2ab 271564 
python-markdown_2.6.9.orig.tar.gz
 6a29792fbcea10c75d28de0242c8bf840f93fe5a 8020 
python-markdown_2.6.9-1.debian.tar.xz
 40c0ab6a19238908e7fe47a4bc6da320fe9c0115 6446 
python-markdown_2.6.9-1_source.buildinfo
Checksums-Sha256:
 0aee714c9c93fe5dcd91aa5da3a324b4706232f0e9c66cfe2e0fdfa55e4b9e6f 2587 
python-markdown_2.6.9-1.dsc
 73af797238b95768b3a9b6fe6270e250e5c09d988b8e5b223fd5efa4e06faf81 271564 
python-markdown_2.6.9.orig.tar.gz
 eab63c464925642b55e55e7390b26ca317ace9f601d82d89388d2d4d8ae2e0df 8020 
python-markdown_2.6.9-1.debian.tar.xz
 8b1b5055e335074a0b3fb53e69aed5632f5e4dfd55ff1a02ccabab463e31a9c7 6446 
python-markdown_2.6.9-1_source.buildinfo
Files:
 75ea54c7a1d876d4f78cd8643be1d742 2587 python optional 
python-markdown_2.6.9-1.dsc
 56547d362a9abcf30955b8950b08b5e3 271564 python optional 
python-markdown_2.6.9.orig.tar.gz
 310de70343efbba8f07ced7d40d2a492 8020 python optional 
python-markdown_2.6.9-1.debian.tar.xz
 c58414c0e0da842f828742044786d448 6446 python optional 
python-markdown_2.6.9-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCAAxFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAlmWpXUTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRDW/nEDY/hd00d1D/99BGz5h5KXvDouUJ5rIzI64d9hfBlf
3NO4dHTnf7tj/rc0adF2PKglweX8kW1g0x/k4Wc5TuK38GcybNvvxtuUc4+G5iAm
KUGUZ4D4KLPMQrj/cM0dkb8vya8MyGyAv1sSGI1lAFYC/IOx8zn94Nht7XWJTZJw
w/sZgHzLuk+ADWr2eMUsdw1FdQrs53L/zlXSzDCtTq0VjKJ/nEof2khdIivkUXRk
m5bP2zpGIziqYgYA9hZNoBRcQ8K6jOpmqcnGqqf19qz4jgvp7htiGF+UO5jEYAU3
aAYqsCyprCRqjrCo6dYLEroOpcwMfTWHakxZ2OyvvE2mV2mALjNgHqiQh/ajqUpS
n8SYTw3/Yo842gOpZ7EUL+psq5JtiXodETsyYwicqNiJUaD9CLD+a1x9GvPZ9spZ
DH1bbYO0zwo1xkc9yVB7MF6KPSMkX5oK4S3Ued2TyaN2FAn27uM7R8eayEdKHtjh
7V01v1EOqi7QvOLbHXfZpcsA+XhJ3AFoCFmCHBHj+PAaBMhwhRwgm71NpOvsU6rx
enIRKeCLApSZzD8mWTCBA3fHVj2iYzib3QoAt/HjGkEBacJL23biv/W3YMZy59c9
6YBLY06A86ZPUU64n8f8Ow4c6VNjd2bSj0V5Aa/414YgugpvMFTekvRZkqzSp7+1
LchsaP30QCy2ng==
=RQu6
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[Python-modules-team] Processing of python-markdown_2.6.9-1_source.changes

2017-08-18 Thread Debian FTP Masters
python-markdown_2.6.9-1_source.changes uploaded successfully to localhost
along with the files:
  python-markdown_2.6.9-1.dsc
  python-markdown_2.6.9.orig.tar.gz
  python-markdown_2.6.9-1.debian.tar.xz
  python-markdown_2.6.9-1_source.buildinfo

Greetings,

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

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