[Python-modules-team] Processing of python-pint_0.11-1_source.changes

2020-03-01 Thread Debian FTP Masters
python-pint_0.11-1_source.changes uploaded successfully to localhost
along with the files:
  python-pint_0.11-1.dsc
  python-pint_0.11.orig.tar.gz
  python-pint_0.11-1.debian.tar.xz
  python-pint_0.11-1_amd64.buildinfo

Greetings,

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

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

[Python-modules-team] Bug#951977: marked as done (flake8-polyfill: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 3.7" returned exit code 13)

2020-03-01 Thread Debian Bug Tracking System
Your message dated Mon, 02 Mar 2020 06:34:08 +
with message-id 
and subject line Bug#951977: fixed in flake8-polyfill 1.0.2-2
has caused the Debian Bug report #951977,
regarding flake8-polyfill: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.8 3.7" returned exit code 13
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.)


-- 
951977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951977
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flake8-polyfill
Version: 1.0.2-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.8 setup.py config 
> running config
> I: pybuild base:217: python3.7 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.8 setup.py build 
> running build
> running build_py
> creating 
> /<>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/__init__.py -> 
> /<>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/options.py -> 
> /<>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/stdin.py -> 
> /<>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/version.py -> 
> /<>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/__init__.py -> 
> /<>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/options.py -> 
> /<>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/stdin.py -> 
> /<>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill
> copying src/flake8_polyfill/version.py -> 
> /<>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd 
> /<>/.pybuild/cpython3_3.8_flake-polyfill/build; python3.8 -m 
> pytest tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main
> return _run_code(code, main_globals, None,
>   File "/usr/lib/python3.8/runpy.py", line 86, in _run_code
> exec(code, run_globals)
>   File "/usr/lib/python3/dist-packages/pytest.py", line 102, in 
> raise SystemExit(pytest.main())
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 63, 
> in main
> config = _prepareconfig(args, plugins)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 206, 
> in _prepareconfig
> return pluginmanager.hook.pytest_cmdline_parse(
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286, in __call__
> return self._hookexec(self, self.get_hookimpls(), kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92, in 
> _hookexec
> return self._inner_hookexec(hook, methods, kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83, in 
> 
> self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 203, in 
> _multicall
> gen.send(outcome)
>   File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 94, in 
> pytest_cmdline_parse
> config = outcome.get_result()
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 80, in 
> get_result
> raise ex[1].with_traceback(ex[2])
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187, in 
> _multicall
> res = hook_impl.function(*args)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 739, 
> in pytest_cmdline_parse
> self.parse(args)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 947, 
> in parse
> self._preparse(args, addopts=addopts)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 881, 
> in _preparse
> self._initini(args)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 808, 
> in _initini
> r = de

[Python-modules-team] flake8-polyfill_1.0.2-2_source.changes ACCEPTED into unstable

2020-03-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Mar 2020 22:02:51 -0800
Source: flake8-polyfill
Architecture: source
Version: 1.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Diane Trout 
Closes: 951977
Changes:
 flake8-polyfill (1.0.2-2) unstable; urgency=medium
 .
   * Team upload
   [ Ondřej Nový ]
   * d/control: Remove ancient X-Python3-Version field
   * Use debhelper-compat instead of debian/compat.
 .
   [ Diane Trout ]
   * Add pytest-4.0-compatibility.patch (Closes: #951977)
Checksums-Sha1:
 c1a0a78ac9dcfa13d52144f17caf52584d18b96b 2361 flake8-polyfill_1.0.2-2.dsc
 7214727eddbec015a4346e6eb4e2ef91e984b0ef 2728 
flake8-polyfill_1.0.2-2.debian.tar.xz
 d711ad63043da72ff6c16ff1a69a182073964d1d 6880 
flake8-polyfill_1.0.2-2_amd64.buildinfo
Checksums-Sha256:
 c9b7c6afaf02e02a3616904da6d36f09adfe562d7e7e0c5208b0f06eb5c6 2361 
flake8-polyfill_1.0.2-2.dsc
 b9479c0f2dc9022e17db16c2c9bfadb7be6feef0f5c7701fe38ebc9570715d8d 2728 
flake8-polyfill_1.0.2-2.debian.tar.xz
 62f985a1da12e59f30d38b3cce0fa31b180462a2613d6689d52cc870867065bd 6880 
flake8-polyfill_1.0.2-2_amd64.buildinfo
Files:
 bb3347bc13850b9576174cb5d80304cb 2361 python optional 
flake8-polyfill_1.0.2-2.dsc
 11535f15a36e9678ce5a7193710e33ed 2728 python optional 
flake8-polyfill_1.0.2-2.debian.tar.xz
 df26d3bd71e00164ad04c72dd98a924a 6880 python optional 
flake8-polyfill_1.0.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAl5co1sACgkQmQ04NnM0
13AngxAAmlst8CTehkTUlc65NkLW0Hno+XdPnKirXJn9DH5K2h1WQuEvJ+uKIiV+
+hC5ykdW68J5heejHs2eeHbRP9lakKa3agu1TqvPSdUvErVb8NhKIrYFgQPs3xFs
olm05qjJ3pUnWrtphbUAANB+frk6HN+EueV+2wsLomsdifi9cQKohihLgmXvGyWV
eHVAOQioM/yLqo78pFW67ppYbMVEsQADMgQp33DZ98wt1iixEFdyNQOepnx1NRpA
6BvJg38Ooi6REPUepkigJJ1nZ8pkcfSXnxCmXUtqI7NXtx4yEmOD99M6WXca7db2
YN4xoq/uSAXbpCLTC/2UhXzLxJDtvdk/HSjnrT2mijatbq5xl8RuRzuXUfbOWTAc
770HKvPHVxgWyv/bTTIudY9XpxeYTqeO6WuPkWZ3hVxNBGuJD32JuFIg/42zumAr
OWuI5hgRyBdP8VnCVDdSCCqVefE1Z72L1tLm0o/4zUWeBpqrb0aGmg/5GoI21yi+
LkAo6zwQGw7Yedqgy3i8aeEX/JT+ckRUHkUYaRiUVBKWKtmktdpwXODhKjgCd4hm
bpFL+ETMnVm4zgyQZiJevzhr0MACls4cvxnAGhtZJ/W0G6OZHuhNxhSci7usVy6w
PNmh+wv/Kyh1KxT65WnvmcAUIeCxTRhbdJrvBHiekXg1dpdN0is=
=cf2t
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Python-modules-team] Processing of flake8-polyfill_1.0.2-2_source.changes

2020-03-01 Thread Debian FTP Masters
flake8-polyfill_1.0.2-2_source.changes uploaded successfully to localhost
along with the files:
  flake8-polyfill_1.0.2-2.dsc
  flake8-polyfill_1.0.2-2.debian.tar.xz
  flake8-polyfill_1.0.2-2_amd64.buildinfo

Greetings,

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

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

[Python-modules-team] Processed: Bug#951977 marked as pending in flake8-polyfill

2020-03-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #951977 [src:flake8-polyfill] flake8-polyfill: FTBFS: dh_auto_test: error: 
pybuild --test --test-pytest -i python{version} -p "3.8 3.7" returned exit code 
13
Added tag(s) pending.

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

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

[Python-modules-team] dask.distributed_2.10.0+ds.1-3_source.changes ACCEPTED into unstable

2020-03-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Mar 2020 17:25:58 -0800
Source: dask.distributed
Architecture: source
Version: 2.10.0+ds.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Diane Trout 
Changes:
 dask.distributed (2.10.0+ds.1-3) unstable; urgency=medium
 .
   * Disable test_idle_timeout as test failed in buildd
Checksums-Sha1:
 1ab53bd666524f3d2e6ed315b027330a1e9eeeae 3118 
dask.distributed_2.10.0+ds.1-3.dsc
 6b45cb3d80abd7429f90465c61a15c3d1af1d867 2937664 
dask.distributed_2.10.0+ds.1-3.debian.tar.xz
 54278b1a654c2a1dc33864be211301673a4b65bc 9811 
dask.distributed_2.10.0+ds.1-3_source.buildinfo
Checksums-Sha256:
 26098041dd37f6edc934f664e0b49ef6263939bf79a740289bc9b29285d17548 3118 
dask.distributed_2.10.0+ds.1-3.dsc
 933ce8f56c2cc066c6210fc36336a8aff06c289fb38e7a9349526491e05a2678 2937664 
dask.distributed_2.10.0+ds.1-3.debian.tar.xz
 581a4896ab36a7112ba3d3639b31fe841459287147985e40a1c857ad6096913d 9811 
dask.distributed_2.10.0+ds.1-3_source.buildinfo
Files:
 1810a65425e3d423161f8c0cc774eefa 3118 python optional 
dask.distributed_2.10.0+ds.1-3.dsc
 d470cfb46fe4f42a8acf2bb2e4f9a378 2937664 python optional 
dask.distributed_2.10.0+ds.1-3.debian.tar.xz
 db75da8eb7316867319d6e94a4473961 9811 python optional 
dask.distributed_2.10.0+ds.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAl5cmI0ACgkQmQ04NnM0
13CRzw//Wh8AcUIF2IbBKGBO9pgrtvizYzme6f4y3TEvAcedEnBs8haGYhE3v56c
g5F23NHFxOEFivCUOKgnsBo3r/PCaQPIFWKJD/qYVsEUECD9x+sBJyy2p2lqZdtx
8YlBhhmWYToVzDAcQ+2+aUx8nx7+Ou/D6pHOmUk60Wq1H1WYx3wBulq++I+6IMLm
OOzj89TRqy47BwPEGBrU2HqBUFsPedrgGFpFCdNaiLv8hnvNW+7MYBDgf48yr0Q7
QoHCh+IrWVQ3prli9abGKldamtfO7bpRilMFu8bAwbYE/Cv+wS5NL2ucezhWcaUU
geWYyVkIVMbBgsCEMGXNt8il/xGBq7Z59ltVRwqD+kRJgyoe5Iil0VoYXFRB6H6z
HQBmWyeUR/IByf9gup/T7gVpvNeX4XkVlunSy6ZsesuALzP/QEiElxOG0/7WkWqX
qQ5Xa+85aL03dMNbyOIhOY5cwz144oWydAFugvQ7UR1kWhQZI6MazXm70GVmH5XU
X5VUxFaPSauQnKl4wUmENh1N78FR5cs86umc2TwL8LUL+r+TeaiNB+ieDg2Q4mys
fQBmojocFogsuuTdMraQW1C87HiLG4GDaM7V7xbsbu9AhNO/4f8fzdBxanBBGpMg
cTCyF3ke9TOv2MtYhXrPjUiG7jFBZ7/pV7h4A4u787qCR3WLQWs=
=m6j4
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Python-modules-team] Processing of dask.distributed_2.10.0+ds.1-3_source.changes

2020-03-01 Thread Debian FTP Masters
dask.distributed_2.10.0+ds.1-3_source.changes uploaded successfully to localhost
along with the files:
  dask.distributed_2.10.0+ds.1-3.dsc
  dask.distributed_2.10.0+ds.1-3.debian.tar.xz
  dask.distributed_2.10.0+ds.1-3_source.buildinfo

Greetings,

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

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

[Python-modules-team] django-oauth-toolkit is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
django-oauth-toolkit 1.2.0-2 is marked for autoremoval from testing on 
2020-03-23

It is affected by these RC bugs:
952172: django-oauth-toolkit: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.8 3.7" --system=custom 
"--test-args=PYTHONPATH={build_dir} {interpreter} -m pytest" returned exit code 
13


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

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

2020-03-01 Thread Debian testing autoremoval watch
fabulous 0.3.0+dfsg1-6 is marked for autoremoval from testing on 2020-03-23

It is affected by these RC bugs:
952242: fabulous: FTBFS: dh_install: error: missing files, aborting


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

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

2020-03-01 Thread Debian testing autoremoval watch
willow 1.1-4 is marked for autoremoval from testing on 2020-03-23

It is affected by these RC bugs:
951990: willow: FTBFS: dh_auto_test: error: pybuild --test -i python{version} 
-p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-vagrant 0.5.15-3 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952045: ruby-net-scp: FTBFS: ERROR: Test "ruby2.7" failed: Error: 
test_upload_file_with_metacharacters_in_name_should_escape_remote_file_name(TestUpload):
 RuntimeError: expected string "scp -t 
/path/to/remote/\\\u0001\\\u0002\\\u0003\\\u0004\\\u0005\\\u0006\\\a\\\b\\\t\\\v\\\f\\\r\\\u000E\\\u000F\\\u0010\\\u0011\\\u0012\\\u0013\\\u0014\\\u0015\\\u0016\\\u0017\\\u0018\\\u0019\\\u001A\\\e\\\u001C\\\u001D\\\u001E\\\u001F\\
 
\\!\\\"\\#\\$\\%\\&\\'\\(\\)\\*\\+,-.0123456789:\\;\\<\\=\\>\\?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\\[\\]\\^_\\`abcdefghijklmnopqrstuvwxyz\\{\\|\\}\\~\\\u007F.txt"
 but got "scp -t 
/path/to/remote/\\\x01\\\x02\\\x03\\\x04\\\x05\\\x06\\\a\\\b\\\t\\\v\\\f\\\r\\\x0E\\\x0F\\\x10\\\x11\\\x12\\\x13\\\x14\\\x15\\\x16\\\x17\\\x18\\\x19\\\x1A\\\e\\\x1C\\\x1D\\\x1E\\\x1F\\
 
\\!\\\"\\#\\$\\%\\&\\'\\(\\)\\*+,-.0123456789:\\;\\<\\=\\>\\?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\\[\\]\\^_\\`abcdefghijklmnopqrstuvwxyz\\{\\|\\}\\~\\\x7F.txt"
952086: ruby-highline: FTBFS: ERROR: Test "ruby2.7" failed: Error: 
test_Highline_String_is_yaml_serializable(TestStringExtension): RuntimeError: 
CRITICAL: RUBYGEMS_ACTIVATION_MONITOR.owned?: before false -> after true


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

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

2020-03-01 Thread Debian testing autoremoval watch
flask-oauthlib 0.9.5-2 is marked for autoremoval from testing on 2020-03-23

It is affected by these RC bugs:
952010: flask-oauthlib: FTBFS: dh_auto_test: error: pybuild --test --test-nose 
-i python{version} -p "3.8 3.7" returned exit code 13


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

[Python-modules-team] python-azure-storage is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
python-azure-storage 20181109+git-2 is marked for autoremoval from testing on 
2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

[Python-modules-team] python-azure-devtools is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
python-azure-devtools 1.1.1-2 is marked for autoremoval from testing on 
2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-gear 0.5.8-5 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
951982: tqdm: FTBFS: ImportError: cannot import name 'PanelGroupBy' from 
'pandas.core.groupby' 
(/usr/lib/python3/dist-packages/pandas/core/groupby/__init__.py)


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

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

2020-03-01 Thread Debian testing autoremoval watch
drf-extensions 0.4.0-1.1 is marked for autoremoval from testing on 2020-03-23

It is affected by these RC bugs:
952006: drf-extensions: FTBFS: dh_auto_test: error: pybuild --test --test-nose 
-i python{version} -p "3.8 3.7" --system=custom 
"--test-args=PYTHONPATH='.:tests_app' {interpreter} /usr/bin/django-admin test 
--settings=settings tests_app" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-b2sdk 1.0.2-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
951982: tqdm: FTBFS: ImportError: cannot import name 'PanelGroupBy' from 
'pandas.core.groupby' 
(/usr/lib/python3/dist-packages/pandas/core/groupby/__init__.py)


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

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

2020-03-01 Thread Debian testing autoremoval watch
pytest-vcr 1.0.2-2 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-ftputil 3.4-2 is marked for autoremoval from testing on 2020-04-07

It is affected by these RC bugs:
952208: python-ftputil: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.8 3.7" returned exit code 13


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

[Python-modules-team] python-aiohttp-session is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
python-aiohttp-session 2.9.0-2 is marked for autoremoval from testing on 
2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-azure 20181112+git-3 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
gtts 2.0.3-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
951982: tqdm: FTBFS: ImportError: cannot import name 'PanelGroupBy' from 
'pandas.core.groupby' 
(/usr/lib/python3/dist-packages/pandas/core/groupby/__init__.py)


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

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

2020-03-01 Thread Debian testing autoremoval watch
bitstruct 3.7.0-2 is marked for autoremoval from testing on 2020-04-07

It is affected by these RC bugs:
952011: bitstruct: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.8 3.7" --system=custom "--test-args={interpreter} 
setup.py test" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
flake8-docstrings 1.1.0-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
951977: flake8-polyfill: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
androguard 3.3.5-2 is marked for autoremoval from testing on 2020-04-07

It is affected by these RC bugs:
951961: androguard: FTBFS: dh_auto_test: error: pybuild --test --test-nose -i 
python{version} -p "3.8 3.7" returned exit code 13


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

[Python-modules-team] python-django-storages is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
python-django-storages 1.9.1-1 is marked for autoremoval from testing on 
2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
flake8-polyfill 1.0.2-1 is marked for autoremoval from testing on 2020-04-07

It is affected by these RC bugs:
951977: flake8-polyfill: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
pep8-naming 0.9.1-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
951977: flake8-polyfill: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.8 3.7" returned exit code 13


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

[Python-modules-team] python-django-celery-results is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
python-django-celery-results 1.0.4-1 is marked for autoremoval from testing on 
2020-04-07

It (build-)depends on packages with these RC bugs:
952217: celery: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" --system=custom "--test-args={interpreter} 
setup.py test -a '-k-test_sphinx'" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-aiohttp 3.6.2-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-msrestazure 0.6.2-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-pyvmomi 6.7.1-3 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
celery-haystack 0.10-4 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952217: celery: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" --system=custom "--test-args={interpreter} 
setup.py test -a '-k-test_sphinx'" returned exit code 13


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

[Python-modules-team] python-aiohttp-security is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
python-aiohttp-security 0.4.0-2 is marked for autoremoval from testing on 
2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

[Python-modules-team] vcr.py is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
vcr.py 4.0.2-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
celery 4.2.1-5 is marked for autoremoval from testing on 2020-04-07

It is affected by these RC bugs:
952217: celery: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" --system=custom "--test-args={interpreter} 
setup.py test -a '-k-test_sphinx'" returned exit code 13


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

[Python-modules-team] python-django-celery-beat is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
python-django-celery-beat 1.1.1-1 is marked for autoremoval from testing on 
2020-04-07

It (build-)depends on packages with these RC bugs:
952217: celery: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" --system=custom "--test-args={interpreter} 
setup.py test -a '-k-test_sphinx'" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
fpylll 0.5.1+ds1-2 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952309: cysignals: FTBFS: help2man: can't get `--help' info from 
/<>/debian/adhoc/wrappers/cysignals-CSI


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

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

2020-03-01 Thread Debian testing autoremoval watch
aiohttp-socks 0.3.3-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
python-msrest 0.6.10-1 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" returned exit code 13


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

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

2020-03-01 Thread Debian testing autoremoval watch
pylint-celery 0.3-5 is marked for autoremoval from testing on 2020-04-07

It (build-)depends on packages with these RC bugs:
952217: celery: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.8 3.7" --system=custom "--test-args={interpreter} 
setup.py test -a '-k-test_sphinx'" returned exit code 13


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

[Python-modules-team] dask 2.11.0+dfsg-1 MIGRATED to testing

2020-03-01 Thread Debian testing watch
FYI: The status of the dask source package
in Debian's testing distribution has changed.

  Previous version: 2.8.1+dfsg-0.4
  Current version:  2.11.0+dfsg-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@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

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

2020-03-01 Thread Debian testing autoremoval watch
mwic 0.7.7-1 is marked for autoremoval from testing on 2020-03-23

It is affected by these RC bugs:
951926: mwic: FTBFS: dh_auto_test: error: make -j4 test returned exit code 2


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

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

2020-03-01 Thread Debian testing autoremoval watch
jupyter-sphinx 0.2.3-1 is marked for autoremoval from testing on 2020-03-04

It is affected by these RC bugs:
950598: python3-jupyter-sphinx: package relies on unavailable 
`ipywidgets.embed` module


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

[Python-modules-team] social-auth-app-django is marked for autoremoval from testing

2020-03-01 Thread Debian testing autoremoval watch
social-auth-app-django 3.1.0-2 is marked for autoremoval from testing on 
2020-03-23

It is affected by these RC bugs:
951969: social-auth-app-django: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.8 3.7" --system=custom "--test-args={interpreter} 
./manage.py test" returned exit code 13


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

[Python-modules-team] Processed: Bug#951961 marked as pending in androguard

2020-03-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #951961 [src:androguard] androguard: FTBFS: dh_auto_test: error: pybuild 
--test --test-nose -i python{version} -p "3.8 3.7" returned exit code 13
Added tag(s) pending.

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

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

Re: [Python-modules-team] Bug#935455: Updated version of dask

2020-03-01 Thread Emmanuel Arias
Hi Diane,

On 01/03/2020 22:31, Diane Trout wrote:
> Hi,
>
> I updated the version of dask to 2.11.0 does that help with this bug?
You should run autopkgtest to know if that fix the bug :)
>
> Diane
>
> ___
> Python-modules-team mailing list
> Python-modules-team@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

-- 
Cheers,
Emmanuel Arias
@eamanu
https://eamanu.com




signature.asc
Description: OpenPGP digital signature
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#935455: Updated version of dask

2020-03-01 Thread Diane Trout
Hi,

I updated the version of dask to 2.11.0 does that help with this bug?

Diane

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

[Python-modules-team] Processed (with 4 errors): notfixed 882676 in libsnmp-base/5.7.3+dfsg-5, fixed 882676 in 5.7.3+dfsg-5 ..., fixed 884148 in 1.1-1 ...

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

> # fix bug metadata to allow archival
> notfixed 882676 libsnmp-base/5.7.3+dfsg-5
Bug #882676 {Done: Craig Small } [libsnmp-base] Missing 
modules?
The source libsnmp-base and version 5.7.3+dfsg-5 do not appear to match any 
binary packages
No longer marked as fixed in versions libsnmp-base/5.7.3+dfsg-5.
> fixed 882676 5.7.3+dfsg-5
Bug #882676 {Done: Craig Small } [libsnmp-base] Missing 
modules?
Marked as fixed in versions net-snmp/5.7.3+dfsg-5.
> fixed 936482 2:2.1.3+ds1-4
Bug #936482 {Done: Daniel Kahn Gillmor } [src:enigmail] 
enigmail: Python2 removal in sid/bullseye
Marked as fixed in versions enigmail/2:2.1.3+ds1-4.
> notfixed 884148 1.1-1
Bug #884148 {Done: Dmitry Smirnov } 
[src:golang-github-elazarl-goproxy] golang-github-elazarl-goproxy: Please 
update CA data
No longer marked as fixed in versions src:golang-github-elazarl-goproxy/1.1-1.
> fixed 884148 1.1-1
Bug #884148 {Done: Dmitry Smirnov } 
[src:golang-github-elazarl-goproxy] golang-github-elazarl-goproxy: Please 
update CA data
Marked as fixed in versions golang-github-elazarl-goproxy/1.1-1.
> notfound 838480 1.44+local1
Bug #838480 {Done: Michael Biebl } [init] init: inclusion of 
runit-init into Pre-Depends
There is no source info for the package 'init' at version '1.44+local1' with 
architecture ''
Unable to make a source version for version '1.44+local1'
No longer marked as found in versions 1.44+local1.
> tags 838480 + buster
Bug #838480 {Done: Michael Biebl } [init] init: inclusion of 
runit-init into Pre-Depends
Added tag(s) buster.
> fixed 945014 2:2.1.3+ds1-1
Bug #945014 {Done: Daniel Kahn Gillmor } [enigmail] 
enigmail removed after installing thunderbird 68.2.2-1~deb10u1
Bug #945033 {Done: Daniel Kahn Gillmor } [enigmail] 
enigmail in Buster uninstallable due to thunderbird 1:68.2.2-1~deb10u1
Marked as fixed in versions enigmail/2:2.1.3+ds1-1.
Marked as fixed in versions enigmail/2:2.1.3+ds1-1.
> fixed 946487 10-20191217-1
Bug #946487 {Done: Matthias Klose } [libgomp-plugin-nvptx1] 
libgomp-plugin-nvptx1: please suggest libcuda1 | libcuda1-any
Marked as fixed in versions gcc-10/10-20191217-1.
> notfixed 944376 2:201903
Bug #944376 {Done: Craig Small } [dh-make] dh-make: Won't 
migrate to testing due to non-source-only upload
There is no source info for the package 'dh-make' at version '2:201903' with 
architecture ''
Unable to make a source version for version '2:201903'
No longer marked as fixed in versions dh-make/2:201903.
> fixed 944376 2.201903
Bug #944376 {Done: Craig Small } [dh-make] dh-make: Won't 
migrate to testing due to non-source-only upload
Marked as fixed in versions dh-make/2.201903.
> notfound 832227 3.1.6+dfsg-3
Bug #832227 {Done: Daniel Leidert } [jekyll] jekyll: 
Section should not be “ruby”
No longer marked as found in versions jekyll/3.1.6+dfsg-3.
> fixed 946679 1.5.2-1
Bug #946679 {Done: Thomas Schmitt } [cdrskin] cdrskin in 
Debian 10 cannot burn usual Audio CD sessions but spoils CD-R
Marked as fixed in versions libburn/1.5.2-1.
> reassign 928924 uml-utilities 20070815.2-1
Bug #928924 {Done: Ritesh Raj Sarraf } [user-mode-linux] 
user-mode-linux: xterm functionality broken due to wrong path to port-helper
Bug reassigned from package 'user-mode-linux' to 'uml-utilities'.
No longer marked as found in versions user-mode-linux/4.19-1um-1 and 
user-mode-linux/5.4-1um-2.
No longer marked as fixed in versions uml-utilities/20070815.3-1.
Bug #928924 {Done: Ritesh Raj Sarraf } [uml-utilities] 
user-mode-linux: xterm functionality broken due to wrong path to port-helper
Marked as found in versions uml-utilities/20070815.2-1.
> fixed 928924 20070815.3-1
Bug #928924 {Done: Ritesh Raj Sarraf } [uml-utilities] 
user-mode-linux: xterm functionality broken due to wrong path to port-helper
Marked as fixed in versions uml-utilities/20070815.3-1.
> affects 928924 + src:user-mode-linux
Bug #928924 {Done: Ritesh Raj Sarraf } [uml-utilities] 
user-mode-linux: xterm functionality broken due to wrong path to port-helper
Added indication that 928924 affects src:user-mode-linux
> tags 943167 + experimental
Bug #943167 {Done: Stuart Prescott } [src:madness] madness: 
Python2 removal in sid/bullseye
Added tag(s) experimental.
> notfixed 948647 0.3.40-3
Bug #948647 {Done: Ximin Luo } [src:rust-backtrace] 
rust-backtrace depends on non-existent librust-compiler-builtins
The source 'rust-backtrace' and version '0.3.40-3' do not appear to match any 
binary packages
No longer marked as fixed in versions rust-backtrace/0.3.40-3.
> notfixed 948642 0.12.0-5
Bug #948642 {Done: Ximin Luo } [src:rust-cookie] 
rust-cookie: Depends on older rust-ring than is in unstable
The source 'rust-cookie' and version '0.12.0-5' do not appear to match any 
binary packages
No longer marked as fixed in versions rust-cookie/0.12.0-5.
> notfixed 948640 1.4.0-2
Bug #948640 {Done: Ximin Luo } 
[src:rust-migrations-internals] rust-migrations-internals: depends on older 
rust-barrel than is in unstable
The source 

[Python-modules-team] Processed: found 952775 in 1.3.1-1, found 947437 in 20190329-5, tagging 952782 ..., found 951088 in 5.9.2.g-1

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

> found 952775 1.3.1-1
Bug #952775 [qmmp-plugin-projectm] Depends on projectm
Marked as found in versions qmmp/1.3.1-1.
> found 947437 20190329-5
Bug #947437 [flang] flang: Please update to llvm-9
There is no source info for the package 'flang' at version '20190329-5' with 
architecture ''
Unable to make a source version for version '20190329-5'
Marked as found in versions 20190329-5.
> tags 952782 + sid bullseye
Bug #952782 [python-dnspython] python-dnspython: Python 2 binary should not be 
released with bullseye
Added tag(s) sid and bullseye.
> found 912786 1:2.2+git20181008-4
Bug #912786 {Done: Reinhard Tartler } [src:aspectc++] 
aspectc++: : Please update to llvm-9
Marked as found in versions aspectc++/1:2.2+git20181008-4.
> found 951088 5.9.2.g-1
Bug #951088 [src:collectd] collectd, build-depends on removed package.
Marked as found in versions collectd/5.9.2.g-1.
> thanks
Stopping processing here.

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

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

[Python-modules-team] Bug#951142: mwic: Please package new upstream version (0.7.8)

2020-03-01 Thread Georg Faerber
Hi,

On 20-02-11 16:31:16, Georg Faerber wrote:
> I'll handle this within the next days, up until end of February.

Took up until today, but did some work now. It seems that I've lost
access to the repository, and sent a mail to have this corrected.

Will finish this and upload as soon as I regain access.

Cheers,
Georg

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

[Python-modules-team] sip5_5.1.1+dfsg-1_amd64.changes is NEW

2020-03-01 Thread Debian FTP Masters
binary:python3-sipbuild is NEW.
binary:python3-sipbuild-dbg is NEW.
binary:sip5-doc is NEW.
binary:sip5-tools is NEW.
binary:python3-sipbuild-dbg is NEW.
binary:python3-sipbuild is NEW.
binary:sip5-tools is NEW.
binary:sip5-doc is NEW.
source:sip5 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@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processing of sip5_5.1.1+dfsg-1_amd64.changes

2020-03-01 Thread Debian FTP Masters
sip5_5.1.1+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  sip5_5.1.1+dfsg-1.dsc
  sip5_5.1.1+dfsg.orig.tar.xz
  sip5_5.1.1+dfsg-1.debian.tar.xz
  python3-sipbuild-dbg_5.1.1+dfsg-1_amd64.deb
  python3-sipbuild_5.1.1+dfsg-1_amd64.deb
  sip5-doc_5.1.1+dfsg-1_all.deb
  sip5-tools_5.1.1+dfsg-1_all.deb
  sip5_5.1.1+dfsg-1_amd64.buildinfo

Greetings,

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

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

[Python-modules-team] Bug#951961: androguard: FTBFS: dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.8 3.7" returned exit code 13

2020-03-01 Thread Diego M. Rodriguez
Hi,

> > Failure: ModuleNotFoundError (No module named 'asn1crypto') ... ERROR
> > ...

I have attempted a fix as merge requests in salsa [1], as it seems to
be a dependencies issue.

[1] https://salsa.debian.org/python-team/modules/androguard/-/merge_requests/2

Best,
-- 
Diego M. Rodriguez



signature.asc
Description: OpenPGP digital signature
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] ipython-genutils_0.2.0-2_source.changes ACCEPTED into unstable

2020-03-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Mar 2020 11:20:25 +0100
Source: ipython-genutils
Architecture: source
Version: 0.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 ipython-genutils (0.2.0-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Fix Format URL to correct one
   * d/control: Remove ancient X-Python-Version field
   * d/control: Remove ancient X-Python3-Version field
   * Convert git repository from git-dpm to gbp layout
   * Use debhelper-compat instead of debian/compat.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 10 to 12.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
 Repository-Browse.
 .
   [ Julien Puydt ]
   * Bump std-vers to 4.5.0.
   * Use my debian.org mail address.
Checksums-Sha1:
 668374f65e741e775ea79529740b3357dc309a1c 2209 ipython-genutils_0.2.0-2.dsc
 477528f83c3f60f7b06850b005eda0b17509fcb0 2448 
ipython-genutils_0.2.0-2.debian.tar.xz
 386f32b7900020d5864a2b22f96cea21dd7baa1d 6459 
ipython-genutils_0.2.0-2_source.buildinfo
Checksums-Sha256:
 8391ada30a1b425b214395045795d25d83368eddc02e26965fa6e7fa8254ee51 2209 
ipython-genutils_0.2.0-2.dsc
 d074c1546f2438c9fa65670be50c78202436c6682d97fac0cff20e466ae55dd7 2448 
ipython-genutils_0.2.0-2.debian.tar.xz
 e7b81829fb7b55252374fff72d77a4a315fc34ccad179fe0e37a1f6bd6a3ce26 6459 
ipython-genutils_0.2.0-2_source.buildinfo
Files:
 e0258e12ec00b1caf5e6b191ccba1b44 2209 python optional 
ipython-genutils_0.2.0-2.dsc
 4e62d2abbd16fa073abdba2e9aad4f43 2448 python optional 
ipython-genutils_0.2.0-2.debian.tar.xz
 d316881089191f20046b7f88650e38f3 6459 python optional 
ipython-genutils_0.2.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl5bjqkSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRc10P/RUMR2pN+5KwGq8X5dRjP3v+NnU67cHo
1khKSMgJxrpXhzQevEh/Un7Z+3thbOdCWVlQjloLvcWwY6mNEPmV0dPavvEGiw9R
8VdOKZqSwED/svety0vxjRJ4mGAYdBHZ7GLXMsU9rf3DF/8lWf+R+0nvC+HOqCnm
2shs4h9mUh7tlBKvD1ZVgeYyJdvGAnxwgDcqx2SH7hWh3dsl0jaSvfbtvEOTvdSk
tY0oOBu1//t7ZedZr+MhkwCjU9JvjBrc8KJQ4ugAZA0FodZmodyvitpCUDzDMGYT
2hpjdTCFvCJDD2EqVNY2Kclm4SK30S62f0Ao9bRMAjtMhkBDzHhmAPlxLvz64dtj
zLd5G4IW1wp1Tx6gYy4ILhgShNwpT5opbhco3DuvPWuxjMRCyssWQpwC7QGuAWJs
J1Kyyy/2eLR+nkVD2Ekb1SpHqdt2tNoQf2AgKRVzGcTUOq7eeYBVUkaUeafIeWAp
EtyFvoXj+Tz2M2VMWhCance+JYbjlyxxilX3Bng4sZXAtW7mpmKWtJrQHn50+/uL
R0mb0lp6sCI7ZJwsc2SmVD5HV1CKkxP7DehvCOd2HnPddKhqDgQVkDPXRi8NIh2a
CPcx0ox+dZm+wHm39TuJFuEBW2AGnkh3hLm8Bwj80dd820NzpG5HaSTIAQ1CoDwH
DuraoGU9X8Hp
=xZto
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Python-modules-team] Processing of ipython-genutils_0.2.0-2_source.changes

2020-03-01 Thread Debian FTP Masters
ipython-genutils_0.2.0-2_source.changes uploaded successfully to localhost
along with the files:
  ipython-genutils_0.2.0-2.dsc
  ipython-genutils_0.2.0-2.debian.tar.xz
  ipython-genutils_0.2.0-2_source.buildinfo

Greetings,

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

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

[Python-modules-team] Bug#816275: marked as done (ipython-notebook can't find mathjax.js if base_url is set in your config)

2020-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Mar 2020 11:10:42 +0100
with message-id <0baf2d5b961708653dfe26f262c62e969377d7c6.ca...@laposte.net>
and subject line Obsolete report
has caused the Debian Bug report #816275,
regarding ipython-notebook can't find mathjax.js if base_url is set in your 
config
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.)


-- 
816275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816275
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ipython-notebook
Version: 2.4.1-1
Severity: normal

Dear Maintainer,

I use IPython notebook on a system serving more than just iPython
notebook.  To do this I set the base_url config option[1].  On with
the debian package this fails when opening a notebook with:

> Failed to retrieve MathJax from 
> '/calibration/static/javascript/mathjax/MathJax.js'

(my base-url is set to '/calibration')

I believe this is due to the patch
[use-system-mathjax-if-available.patch] which doesn't take `base_url`
into account when calling`new_handlers.append`.  I believe the two
places in that patch that refer to mathjax urls should be prepended
should be prepended by the `base_url`.

[1]: https://ipython.org/ipython-doc/3/config/options/notebook.html
[use-system-mathjax-if-available.patch]:
https://sources.debian.net/patches/ipython/2.4.1-1/use-system-mathjax-if-available.patch/

Thanks

Will
--- End Message ---
--- Begin Message ---
Hi,

looking into old bug reports, I find this one is obsolete : the new
versions aren't organized at all like this.

Cheers,

JP--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#839757: marked as done (ipython3: fails to start w/ non-utf8 locale if history contains utf8 byte)

2020-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Mar 2020 11:07:35 +0100
with message-id 
and subject line Unreplicable with a recent version
has caused the Debian Bug report #839757,
regarding ipython3: fails to start w/ non-utf8 locale if history contains utf8 
byte
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.)


-- 
839757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ipython3
Version: 2.4.1-1
Severity: normal

Dear Maintainer,

I suddenly get this:

$ LC_ALL=C ipython3
Traceback (most recent call last):
  File "/usr/bin/ipython3", line 5, in 
start_ipython()
  File "/usr/lib/python3/dist-packages/IPython/__init__.py", line 120, in 
start_ipython
return launch_new_instance(argv=argv, **kwargs)
  File "/usr/lib/python3/dist-packages/IPython/config/application.py", line 
564, in launch_instance
app.initialize(argv)
  File "", line 2, in initialize
  File "/usr/lib/python3/dist-packages/IPython/config/application.py", line 92, 
in catch_config_error
return method(app, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/IPython/terminal/ipapp.py", line 332, in 
initialize
self.init_shell()
  File "/usr/lib/python3/dist-packages/IPython/terminal/ipapp.py", line 348, in 
init_shell
ipython_dir=self.ipython_dir, user_ns=self.user_ns)
  File "/usr/lib/python3/dist-packages/IPython/config/configurable.py", line 
354, in instance
inst = cls(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/IPython/terminal/interactiveshell.py", 
line 328, in __init__
**kwargs
  File "/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py", line 
483, in __init__
self.init_readline()
  File "/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py", line 
1884, in init_readline
self.refill_readline_hist()
  File "/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py", line 
1903, in refill_readline_hist
stdin_encoding))
UnicodeEncodeError: 'locale' codec can't encode character '\xe3' in position 1: 
Invalid or incomplete multibyte or wide character

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:
c.Application.verbose_crash=True

$ LC_ALL=C.UTF-8 ipython3 # now it works
Python 3.5.2+ (default, Sep 22 2016, 12:18:14)
...

$ LC_ALL=C ipython # works fine
Python 2.7.12+ (default, Sep  1 2016, 20:27:38)
...

$ mv .ipython{,_}
$ LC_ALL=C ipython3 # w/o history it works
Python 3.5.2+ (default, Sep 22 2016, 12:18:14)
...

$ python3 -c "import IPython; print(IPython.sys_info())"
{'commit_hash': 'af17558',
 'commit_source': 'installation',
 'default_encoding': 'ISO-8859-1',
 'ipython_path': '/usr/lib/python3/dist-packages/IPython',
 'ipython_version': '2.4.1',
 'os_name': 'posix',
 'platform': 'Linux-4.7.0-1-amd64-x86_64-with-debian-stretch-sid',
 'sys_executable': '/usr/bin/python3',
 'sys_platform': 'linux',
 'sys_version': '3.5.2+ (default, Sep 22 2016, 12:18:14) \n'
'[GCC 6.2.0 20160914]'}

I decided against reporting it upsteam myself seeing as how the
version in Debian seems to be rather old.

- Felix


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

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

Versions of packages ipython3 depends on:
ii  python3-decorator  4.0.6-1
ii  python3-pkg-resources  28.0.0-1
ii  python3-simplegeneric  0.8.1-1
pn  python3:any

ipython3 recommends no packages.

Versions of packages ipython3 suggests:
pn  ipython3-notebook   
pn  ipython3-qtconsole  
pn  python3-zmq 

-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,

I just checked and was unable to replicate the problem with the much
more recent version we have now.

Cheers,

JP--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#932348: marked as done (python3-ipython: completerlib raising for python3.7 in directories without __init__.py)

2020-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Mar 2020 11:04:57 +0100
with message-id 
and subject line Closed upstream since 6.5
has caused the Debian Bug report #932348,
regarding python3-ipython: completerlib raising for python3.7 in directories 
without __init__.py
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.)


-- 
932348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932348
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-ipython
Version: 5.8.0-1
Severity: normal

When using completion inside ipython3, for modules inside directories
without __init__.py inside, an error is triggered.
The problem is known upstream and has been fixed on 2018-07-22.
I refer to
python3 autocomplete bugfix #11227:

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

yours
Fulvio Ciriaco

-- System Information:
Debian Release: 10.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-ipython depends on:
ii  python3 3.7.3-1
ii  python3-decorator   4.3.0-1.1
ii  python3-pexpect 4.6.0-1
ii  python3-pickleshare 0.7.5-1
ii  python3-pkg-resources   40.8.0-1
ii  python3-prompt-toolkit  1.0.15-1
ii  python3-pygments2.3.1+dfsg-1
ii  python3-simplegeneric   0.8.1-2
ii  python3-traitlets   4.3.2-1

python3-ipython recommends no packages.

python3-ipython suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,

this has been fixed upstream since 6.5, so that bug should have been
closed since long.

Cheers,

JP--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#815081: marked as done (ipython3: Does not work if inside virtualenv)

2020-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Mar 2020 11:13:19 +0100
with message-id <0ec3ddcdefe2c2917b08564f5d8c2a1a7f0b6c7d.ca...@laposte.net>
and subject line Suggested workaround has been done since long
has caused the Debian Bug report #815081,
regarding ipython3: Does not work if inside virtualenv
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.)


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

Dear Maintainer,

The `ipython3` command is not runnable from within a virtualenv if ipython is
not installed locally.

To reproduce:
* Create an empty Python 3 virtualenv using the `virtualenv` command, ensuring
that --no-site-packages is passed if necessary.
* Run `ipython3`

The following traceback appears:

Traceback (most recent call last):
  File "/usr/bin/ipython3", line 4, in 
from IPython import start_ipython
ImportError: No module named 'IPython'

Changing the first line of the script to #!/usr/bin/python3 fixes the problem.



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

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

Versions of packages ipython3 depends on:
ii  python3-decorator  4.0.6-1
ii  python3-pkg-resources  18.8-1
ii  python3-simplegeneric  0.8.1-1
pn  python3:any

ipython3 recommends no packages.

Versions of packages ipython3 suggests:
pn  ipython3-notebook   
pn  ipython3-qtconsole  
pn  python3-zmq 

-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,

the suggested workaround for the problem is what is actually done in
more recent packages, so this has been fixed since long.

Cheers,

JP--- End Message ---
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processed: Bug#807125 marked as pending in ipython4

2020-03-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #807125 [ipython3] Should Suggest: ipython-doc
Added tag(s) pending.

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

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

[Python-modules-team] entrypoints_0.3-2_source.changes ACCEPTED into unstable

2020-03-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Mar 2020 10:51:34 +0100
Source: entrypoints
Architecture: source
Version: 0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 entrypoints (0.3-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Repository, Repository-
 Browse.
 .
   [ Julien Puydt ]
   * Bump std-vers to 4.5.0.
Checksums-Sha1:
 b336f152100facad39e9092cf9bb3a9b4619e79e 2210 entrypoints_0.3-2.dsc
 aef98579294329c0ca1ffc4f5b3978f8db2cf84f 3268 entrypoints_0.3-2.debian.tar.xz
 191df279736f34a31e29b0c40923d503a22e1776 6233 
entrypoints_0.3-2_source.buildinfo
Checksums-Sha256:
 d4f7ea2129ad68b57294e567fcfc389c0d7919fb3b91e86ede9f7a1507fee5b3 2210 
entrypoints_0.3-2.dsc
 9d8c9ad255d4a835f48291b05d17807574afa5b9b8294962174b900735415a4f 3268 
entrypoints_0.3-2.debian.tar.xz
 425c7c13e71ee0b6fb7add02e30ca177f3f47a4b78b9e621bca2a8fbb6e76c03 6233 
entrypoints_0.3-2_source.buildinfo
Files:
 1bcb470f030142ad7b18be121d9df58d 2210 python optional entrypoints_0.3-2.dsc
 78bb7d733da31d4c87db4278e353fda2 3268 python optional 
entrypoints_0.3-2.debian.tar.xz
 ea0232c432bc38eb9abd93836cfb1753 6233 python optional 
entrypoints_0.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl5bhd8SHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRW6UQAIgqRsPwyaFkFgiuym/oChqO2dSh2nxp
Ta7RdWPdV18MeTq10OIhBF58btuFDGrY8QKE+x8LNaE6SaVo2PYcxY9J4B++idBj
HMPgtVWMWE28TuWMZaWuWJXckocoizVwKmhLiaprPY+Sj6n/iFYRNc5TyNolftjB
sgS0tbeM5J1CyATm6eQZo5/htR1c4uPUIX4k7UcPq9x6QZEyhBoN46cYgwb1M8IH
MaRstDEF+Y+J7Bk4LaieXnQqxoQ/329R04zT9qAvMejJ2d1J2J3EUZLllaqrROEK
vilQnahj7+OFhYTNWHTLZAu2oSKU2/RAX0umwj7VlAWx9Wqhw72VWqSW9SBLIYDh
PALZppgrve0Az7Lr1+8MO8qCTgAOy3jIu7AnBpZZZvD+7R9R389riLNztUIIJOPX
pIIXyaGMy78TwSfna/yfzXbr3OWbTRFKI0+jRPR+zFf88OvUWUTX1OwS3Jh2zXdE
8PM4LqRjN5e9fgpuk8QIVYDRMXovzizPvzleuWydoCoSHnl2gercZCMM4N/CnTLX
g6KpuWbKLbIf80OX17L5Tb3H6UkHSWQ0Z91pA/bipy+iIwfabUQPhqtajsVo3R6T
t/SXJ7612ozNaM7zPd2ZcyWYU0zFQxw965Rx5zNmrJXbgQNyq0zb64BrT5joTDyk
z2oHCRE6Griq
=OaVx
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Python-modules-team] Processing of entrypoints_0.3-2_source.changes

2020-03-01 Thread Debian FTP Masters
entrypoints_0.3-2_source.changes uploaded successfully to localhost
along with the files:
  entrypoints_0.3-2.dsc
  entrypoints_0.3-2.debian.tar.xz
  entrypoints_0.3-2_source.buildinfo

Greetings,

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

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

[Python-modules-team] dask.distributed_2.10.0+ds.1-2_source.changes ACCEPTED into unstable

2020-03-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Feb 2020 19:48:37 -0800
Source: dask.distributed
Architecture: source
Version: 2.10.0+ds.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Diane Trout 
Changes:
 dask.distributed (2.10.0+ds.1-2) unstable; urgency=medium
 .
   * Remove python3-pynvml as a build dependency as it's platorm specific
Checksums-Sha1:
 785a387a52c2b9d3c05511fb44f8ee8cdd7d5164 3118 
dask.distributed_2.10.0+ds.1-2.dsc
 b1dfd0956f7e3d5d2b89aa00c4ecd16e63503ee7 2937816 
dask.distributed_2.10.0+ds.1-2.debian.tar.xz
 f6ae7bfba92d8e2c4f44f0734ee7b3e3e37e5709 9811 
dask.distributed_2.10.0+ds.1-2_source.buildinfo
Checksums-Sha256:
 4620e47ae900c94fa2a1d5248e87753ceca5f26e348e397da1e8b600ecda244b 3118 
dask.distributed_2.10.0+ds.1-2.dsc
 fb9497e7efaf984c2657f4de238d21d49d75594ff6dec75b69aa43596a540d2a 2937816 
dask.distributed_2.10.0+ds.1-2.debian.tar.xz
 f92811b632f758211e97719363d94737f11171b8f4856681b784fb132c5b8fde 9811 
dask.distributed_2.10.0+ds.1-2_source.buildinfo
Files:
 400b4feefea5cc06c852026ef2668499 3118 python optional 
dask.distributed_2.10.0+ds.1-2.dsc
 fc7f7953bda0bc9615d94cddc3300b01 2937816 python optional 
dask.distributed_2.10.0+ds.1-2.debian.tar.xz
 07613b3bf925e1f5a1795621cd9d36a8 9811 python optional 
dask.distributed_2.10.0+ds.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAl5bZMMACgkQmQ04NnM0
13C7xQ/9GvCIx7dut8u+LnKt6XPlel0AbgOkOrNWIULc5EPOlK+SWETj+R/4a9n3
zgtZ42m0oqop1TCGaaUVReGc0rO5xATiOICPNuwJN7mBE2GdfqqsNGKcANdbqPYY
YBQ00AJK0yLcypz34I0wQUokRfpsdbC9lMkHuEhHxFVYH0Tjj9Rm4vojFKUgrKS7
jd1gjDp+aui+O8obt7FWlF43sbc8Du2vZzmDVZmZUKGvMIiGfkA0tE6vl3UxSpE8
xnKw8ZzXBiirFFZpldiAIbfEbZjUQdfY/cSgUFPJmU/hzjD/wmwaTMNmk0t17/vv
JAXRxpPhi5wLPu6d7FRqbpDIVOd/tck+qLBUre29v7sZrJRLxoF7TZplsvBtiFZR
KJtDor+OO1YbIuFeCEM9Z2XwhzP/8VOoL2WI+rycQtbwFtkCtid1BHjNzVn/lADk
TQr64tbGb5ZNrttJudCs9R/USyR6zhssFkqoaDnMQqinOeDcJTlfvRSLA61ofsdg
3yDAfZvKWOUOKR2lfWw5X2RZHMTwiuV0ZgtNNcPYy5JL4vSX7WRrfAcwa/d/wHZV
IaqhpiK5C0fnR87oZ/ifzhiiq4QaHj5+Os7F390NUVn9xS6FceoH6C4Xk3Z2YbTM
3opOq/aSxukYAWfA+ZzMRlLfekW8fiCsKOxPe7E59brwO7mVUW0=
=y8O+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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