[Python-modules-team] Финансовая поддержка

2017-10-26 Thread Guzel
Есть возможность авторизации через соцсети с фотографией, именем, фамилией  ;-)
Подробная информация >>>

Отписаться от подписки: List-Unsubscribe
___
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] Invitation: Good day, - jeu. 26 oct. 2017 10pm - 11pm (EDT) (python-modules-team@lists.alioth.debian.org)

2017-10-26 Thread mr . ahmed002salam
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20171027T02Z
DTEND:20171027T03Z
DTSTAMP:20171027T015141Z
ORGANIZER;CN=mr.ahmed002sa...@gmail.com:mailto:mr.ahmed002sa...@gmail.com
UID:5linkhe4h32hdvpvs7n79c2...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=python-modules-team@lists.alioth.debian.org;X-NUM-GUESTS=0:mailto:p
 ython-modules-t...@lists.alioth.debian.org
CREATED:20171027T015140Z
DESCRIPTION:Good day\,\n \nI am Mr. Ahmed Salam\, from Burkina Faso  a Mini
 ster confide on me to look for foreign partner who will assist him to inves
 t the sum of  Fifty  Million  Dollars  ($50\,000\,000) in your country.\n \
 nHe has investment interest in mining\, exotic properties for commercial re
 sident\, development properties\, hotels and any other viable investment op
 portunities in your country based on your recommendation will be highly wel
 comed.\n \nHence your co -operation is highly needed to actualize this inve
 stment project\n \nI wait for your prompt response through this E-mail addr
 ess(mr.ahmed04_sa...@outlook.fr)\n \nSincerely yours\n \nMr Ahmed Salam\n\n
 \n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~::~:~::-\nVeuillez ne pas modifier cette section de la description.\n
 \nAffichez votre événement sur la page https://www.google.com/calendar/even
 t?action=VIEW=NWxpbmtoZTRoMzJoZHZwdnM3bjc5YzI3NnQgcHl0aG9uLW1vZHVsZXMtd
 GVhbUBsaXN0cy5hbGlvdGguZGViaWFuLm9yZw=MjYjbXIuYWhtZWQwMDJzYWxhbUBnbWFpb
 C5jb21kODMwZjU1ZGNjODlmYzgwMDQxN2QzMDkxZTJmYjU4ZWY4YmU1ZTcw=America/New
 _York=fr.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20171027T015141Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Good day\,
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
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#879876: ipython fails after printing help on a variable definition

2017-10-26 Thread Reverend Homer
Package: ipython
Version: 5.1.0-3
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Nothing unusual, just "apt install python-ipython ipython"

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

In [1]: s = isinstance?

   * What was the outcome of this action?

In [1]: s = isinstance?
Docstring:
isinstance(object, class-or-type-or-tuple) -> bool

Return whether an object is an instance of a class or of a subclass thereof.
With a type as second argument, return whether that is the object's type.
The form using a tuple, isinstance(x, (A, B, ...)), is a shortcut for
isinstance(x, A) or isinstance(x, B) or ... (etc.).
Type:  builtin_function_or_method

In [2]: s = isinstance?
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/traitlets/config/application.py", line 
658, in launch_instance
app.start()
  File "/usr/lib/python2.7/dist-packages/IPython/terminal/ipapp.py", line 348, 
in start
self.shell.mainloop()
  File "/usr/lib/python2.7/dist-packages/IPython/terminal/interactiveshell.py", 
line 440, in mainloop
self.interact()
  File "/usr/lib/python2.7/dist-packages/IPython/terminal/interactiveshell.py", 
line 423, in interact
code = self.prompt_for_code()
  File "/usr/lib/python2.7/dist-packages/IPython/terminal/interactiveshell.py", 
line 333, in prompt_for_code
pre_run=self.pre_prompt, reset_current_buffer=True)
  File "/usr/lib/python2.7/dist-packages/prompt_toolkit/interface.py", line 
408, in run
self._pre_run(pre_run)
  File "/usr/lib/python2.7/dist-packages/prompt_toolkit/interface.py", line 
383, in _pre_run
pre_run()
  File "/usr/lib/python2.7/dist-packages/IPython/terminal/interactiveshell.py", 
line 410, in pre_prompt
self.pt_cli.application.buffer.text = cast_unicode_py2(self.rl_next_input)
  File "/usr/lib/python2.7/dist-packages/prompt_toolkit/buffer.py", line 372, 
in text
assert self.cursor_position <= len(value)
AssertionError

If you suspect this is an IPython bug, please report it at:
https://github.com/ipython/ipython/issues
or send an email to the mailing list at ipython-...@scipy.org

You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.

Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
%config Application.verbose_crash=True



   * What outcome did you expect instead?

ipython prints help, removes "?" from the repl and works fine


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages ipython depends on:
ii  python-ipython  5.1.0-3

ipython recommends no packages.

ipython suggests no packages.

-- no debconf 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] Processed: [bts-link] source package sphinx

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

> #
> # bts-link upstream status pull for source package sphinx
> # 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 #877637 (http://bugs.debian.org/877637)
> # Bug title: python3-sphinx: Unreproducible (html) output using 
> py3/ext.autodoc/dict attributes
> #  * https://github.com/sphinx-doc/sphinx/pull/4181
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 877637 + fixed-upstream
Bug #877637 [python3-sphinx] python3-sphinx: Unreproducible (html) output using 
py3/ext.autodoc/dict attributes
Added tag(s) fixed-upstream.
> usertags 877637 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
877637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877637
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 sphinx

2017-10-26 Thread bts-link-upstream
#
# bts-link upstream status pull for source package sphinx
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

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

# remote status report for #877637 (http://bugs.debian.org/877637)
# Bug title: python3-sphinx: Unreproducible (html) output using 
py3/ext.autodoc/dict attributes
#  * https://github.com/sphinx-doc/sphinx/pull/4181
#  * remote status changed: (?) -> closed
#  * closed upstream
tags 877637 + fixed-upstream
usertags 877637 + 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] Bug#879874: Updating the transmissionrpc Uploaders list

2017-10-26 Thread Tobias Frost
Source: transmissionrpc
Version: 0.11-3
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Timur Birsh  wishes no longer to be uploader of 
transmissionrpc.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

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


[Python-modules-team] Bug#864580: Bug#864580: Updating the python-twitter Uploaders list

2017-10-26 Thread Sandro Tosi
On Sun, Oct 22, 2017 at 2:36 AM, Koichi Akabe  wrote:
> Sandro,
>
> I had updated this package without watching this report, but if you hope, I
> can add you to an uploader list.

it's all good (it is obvious i didnt have time to update this package
anyway), thanks for doing the work!

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi

___
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] nbconvert_5.3.1-1_amd64.changes ACCEPTED into unstable, unstable

2017-10-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Oct 2017 21:45:13 +0200
Source: nbconvert
Binary: python-nbconvert python3-nbconvert jupyter-nbconvert 
python-nbconvert-doc
Architecture: source all
Version: 5.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 jupyter-nbconvert - Jupyter notebook conversion (scripts)
 python-nbconvert - Jupyter notebook conversion (Python 2)
 python-nbconvert-doc - Jupyter notebook conversion (documentation)
 python3-nbconvert - Jupyter notebook conversion (Python 3)
Closes: 864700
Changes:
 nbconvert (5.3.1-1) unstable; urgency=medium
 .
   [ Gordon Ball ]
   * New upstream release.
   * Re-enable building documentation now nbsphinx is available.
   * Update Standards-Version to 4.1.1
   * Install the upstream changelog
 .
   [ Julien Puydt ]
   * Correctly sort beta versions in d/watch.
   * Add python3?-jupyter-client to the depends (Closes: #864700).
   * New upstream release.
   * Refresh patches.
   * Update standards-version to 4.1.0.
   * Add depends on python-pytest, python3-pytest and python-jupyter-client.
   * Declare under the team maintenance like my other packages.
   * Disable autotests since entry points are not available when we want to
 run them.
   * Update d/copyright.
   * Use javascript packages instead of going to the net.
Checksums-Sha1:
 0a732a7115fb5cac01eb6eaae10b9f92b1ce05ae 3174 nbconvert_5.3.1-1.dsc
 e70efd81c6b833b2cd50bc0d3f86ae95d50894de 487310 nbconvert_5.3.1.orig.tar.gz
 42ee44266562bc454e02502ff8735c682b474979 6556 nbconvert_5.3.1-1.debian.tar.xz
 b333cb18a39b82614df899d0a90e5cc93233360c 9368 jupyter-nbconvert_5.3.1-1_all.deb
 55d2d07426a7b0aaacd749f1f6a087223a348e80 15851 
nbconvert_5.3.1-1_amd64.buildinfo
 6e6a2c1c28b0a23b07e091c05e4146beb02a3f92 240448 
python-nbconvert-doc_5.3.1-1_all.deb
 c57727d134160a1d5cce80f12aaa7082da533ea9 94876 python-nbconvert_5.3.1-1_all.deb
 ea7f057b3a4059505e8bf276096311a90980 94984 
python3-nbconvert_5.3.1-1_all.deb
Checksums-Sha256:
 5174433da445ec2559185a05a693c48f4efe5974744b8b2f99aadc62d9849fe6 3174 
nbconvert_5.3.1-1.dsc
 0ca7dcaa1f554bfe6e57b218dd4c1e1dd8019e5e3561e865abfc1c6a3bdb4000 487310 
nbconvert_5.3.1.orig.tar.gz
 4368bbb8e600931b8f6915025b507c57984d8e93240b6786b24401a1a1f407ce 6556 
nbconvert_5.3.1-1.debian.tar.xz
 f377e51e6df7f4cf615672e80c2c5e87318ac2a0cb2bc0280ed35961fb6f613a 9368 
jupyter-nbconvert_5.3.1-1_all.deb
 0157da3d2df94de941bea4a384b79d83cd953367af9f0bbc47b9f87fdebd73c9 15851 
nbconvert_5.3.1-1_amd64.buildinfo
 ce8306550a6c05fc71aadb74021c2685cb668aeef03ccd2dcde91627bdc84f03 240448 
python-nbconvert-doc_5.3.1-1_all.deb
 329e3b434d6a5e709b1b2d86f14a4dcfec7ba6d41bfcffd0ddd5914c6de35fc4 94876 
python-nbconvert_5.3.1-1_all.deb
 19067dd902a4a6316b3b3e16f2525f9c27f77d09e4dbe83dfed32330135cd531 94984 
python3-nbconvert_5.3.1-1_all.deb
Files:
 095087246566e84e32d5f946b3036741 3174 python optional nbconvert_5.3.1-1.dsc
 e18975e552845bc9e16fe537ec4bee06 487310 python optional 
nbconvert_5.3.1.orig.tar.gz
 2e6911026c0f626860eebfa75931cd30 6556 python optional 
nbconvert_5.3.1-1.debian.tar.xz
 b8526d0b7d57838f5fd2e13eb8cfd635 9368 utils optional 
jupyter-nbconvert_5.3.1-1_all.deb
 fdc8bb20f702196c264c261864d7d3d9 15851 python optional 
nbconvert_5.3.1-1_amd64.buildinfo
 a9692e94b9a26217b4017995856c9a73 240448 doc optional 
python-nbconvert-doc_5.3.1-1_all.deb
 86873f4d2027a015db27628b15e08f30 94876 python optional 
python-nbconvert_5.3.1-1_all.deb
 7c4af862f0354e54297f3b5a04d09377 94984 python optional 
python3-nbconvert_5.3.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAlnw+CUACgkQmQ04NnM0
13DdDhAAsHUjFID7t/BdfeH4Kaw9ZSBTHTNDnDvTPGnqfbXXO6ltCDvq0HBLnpsX
4AKyVwZSO/qXV/04qGq7gICuP/Q6+JfX6ZQFqp9JiHHVlGjeeqVOOcwPrB9hAJi6
iVXM3aikM0ho2pSDHqdZDja1vWwb7cojATweznW6VbCFEfRWI2s9NcO7tHz/2hLG
aoG4sgmZpK2CLKoPSa4C0BPCj4eQKlsLxp4CV4IriA5SN14DJj/IIPep8f9RekXY
zUBKsZanvIeQcL0+I3KFQtmt9cz90DY9Jtvm3lIMnCMMXa6h2dZU+LmU1sw129C7
8NBHEzwJxTrpR26qd48Ey5ZWk8b21KRiy/w1BHN+vZxyLRWed5aH8brCIb2NdS7w
+DgQh83JNcH0LAnNA4f98VUBrRO2IvnNhrUJKd392uD0f6DFN5oxYjdokjjSuhM1
BWp5moU99M/z9Gio8w1KP8USUrZbl82inBElX/I7keKOA+u9DFhxzVWT6jXdeVYj
4szKlATcq+oXGfNWG5c5c6EeqjUlg/ZeNbqlvwnQ2Hdk+TCbJKEheQ8rmfVmUlLh
ioT938uoKLb9eEBPYE8uWKcDrojK1mk8J8SBXDv/jAdctZUr6+Yvf0QvPvIZaEZy
pZT6AUP4SPp9kf4ze+q3aaPhktDo6QuddF9YhezyLx9nWdpb6Qg=
=LYXm
-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#879807: pyicu ftbfs with icu from experimental

2017-10-26 Thread Matthias Klose
Package: src:pyicu
Version: 1.9.5-1
Severity: important
Tags: sid buster

pyicu ftbfs with icu from experimental, not shipping the icu-config binary
anymore. Please fall back to pkg-config.

set -e; \
for py in 2.7 3.6; do  \
(cd build/py${py%%.*}; \
python$py setup.py build; \
python$py-dbg setup.py build); \
done
Traceback (most recent call last):
  File "setup.py", line 11, in 
ICU_VERSION = subprocess.check_output(('icu-config', '--version')).strip()
  File "/usr/lib/python2.7/subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1025, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
debian/rules:21: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 1

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