Re: [Python-modules-team] Bug#975596: dput-ng: traceback with ssh-upload when python3-gssapi is installed

2020-11-24 Thread Mattia Rizzolo
Control: reassign -1 python3-paramiko 2.4.2-0.1
Control: fixed -1 2.6.0-1

Hello Vagrant,

On Mon, Nov 23, 2020 at 02:09:30PM -0800, Vagrant Cascadian wrote:
> Package: dput-ng
> Version: 1.25+deb10u1
> Severity: normal
> 
> Thanks for maintaining dput-ng!
> 
> I've been uploading packages to Debian for years with this method, but
> it stopped working when I installed another package which pulled in
> python3-gssapi, and seems to work again when I remove python3-gssapi (or
> at least, gets further in the process).

> $ torsocks dput --debug --debug ssh-upload ../guix_1.2.0-1_source.changes
[…]
> [TRACE] 1606168132.642178: (load_obj) Loading object:
> dput.uploaders.sftp.SFTPUploader
> Traceback (most recent call last):
[…]
>   File "/usr/lib/python3/dist-packages/paramiko/ssh_gss.py", line 55, in
>   
> GSS_EXCEPTIONS = (gssapi.GSSException,)
> AttributeError: module 'gssapi' has no attribute 'GSSException'

This is actually a "problem" in paramiko.
It was caused by a naming clas between to different "gssapi" modules.
See these random github issues for reference:
https://github.com/paramiko/paramiko/pull/1439
https://github.com/paramiko/paramiko/pull/1311
https://github.com/paramiko/paramiko/issues/1068
etc etc.

It's allegedly fixed in paramiko 2.6.0, which is available in backports,
so you could try that.
Either way, I'm reassigning this bug to paramiko.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#958986: celery: FTBFS with Sphinx 2.0.0

2020-04-27 Thread Mattia Rizzolo
Source: celery
Version: 4.4.2-1
Severity: serious
Control: block -1 by 958983
Control: 958983 !
Owner: !

SSIA.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#958985: sphinx: please add Breaks: python3-sphinx-celery (<< 2.0.0-1)

2020-04-27 Thread Mattia Rizzolo
Package: python3-sphinx
Version: 2.4.3-2
Severity: important

sphinx-celery doesn't autopkgtest or somesuch so this wasn't really
caught, nor debugged untile today.

I'm updating the package now for #958983 - so please add this Breaks on
your next upload of sphinx.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#958983: sphinx-celery: incompatible with sphinx 2+

2020-04-27 Thread Mattia Rizzolo
Source: sphinx-celery
Version: 1.3.1-2
Severity: serious

This theme is not compatible with sphinx 2.

There seems to be a new upstream available in
https://github.com/celery/sphinx_celery that at least has relevant
commits.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#948958: python-pyscss: FTBFS: missing pytest module

2020-01-15 Thread Mattia Rizzolo
Source: python-pyscss
Version: 1.3.5-3
Severity: serious
Tags: ftbfs

Dear maintainer,

your package failed to rebuild in a standard sid/amd64 chroot.
Attached is the full build log, hopefully relevant excerpt follows:

make[1]: Entering directory '/build/python-pyscss-1.3.5'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=pybuild --with 
python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: 
binary binary-arch binary-indep build build-arch build-indep clean install 
install-arch install-indep)
set -e ; for pyvers in 2.7 3.8 3.7; do \
echo "=== running tests with python$pyvers ==="; \
python$pyvers -m pytest ; \
done
=== running tests with python2.7 ===
/usr/bin/python2.7: No module named pytest
make[1]: *** [debian/rules:35: override_dh_auto_test] Error 1
make[1]: Leaving directory '/build/python-pyscss-1.3.5'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

-- 
regards,
        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
I: Using pkgname logfile
I: Current time: Wed Jan 15 05:11:31 UTC 2020
I: pbuilder-time-stamp: 1579065091
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [pkgs/python-pyscss_1.3.5-3.dsc]
I: copying [pkgs/python-pyscss_1.3.5.orig.tar.gz]
I: copying [pkgs/python-pyscss_1.3.5-3.debian.tar.xz]
I: Extracting source
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/home/mattia/.gnupg/trustedkeys.kbx': General error
gpgv: Signature made Sun Aug 25 07:37:51 2019 UTC
gpgv:using RSA key 3D983C52EB85980C46A56090357312559D1E064B
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./python-pyscss_1.3.5-3.dsc
dpkg-source: info: extracting python-pyscss in python-pyscss-1.3.5
dpkg-source: info: unpacking python-pyscss_1.3.5.orig.tar.gz
dpkg-source: info: unpacking python-pyscss_1.3.5-3.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-short-summary-of-the-patch.patch
dpkg-source: info: applying fix-python3.patch
I: using fakeroot in build.
I: Installing the build-deps
I: -> Attempting to satisfy build-dependencies
Note, using file '/build/python-pyscss_1.3.5-3.dsc' to get the build 
dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils debhelper
  dh-autoreconf dh-python dh-strip-nondeterminism docbook-xsl dwz file gettext
  gettext-base groff-base intltool-debian libarchive-zip-perl libbsd0
  libcroco3 libdebhelper-perl libelf1 libexpat1-dev
  libfile-stripnondeterminism-perl libfreetype6 libglib2.0-0 libimagequant0
  libjbig0 libjpeg62-turbo liblcms2-2 libmagic-mgc libmagic1 libmpdec2
  libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpipeline1 libpng16-16
  libpython3-all-dev libpython3-dev libpython3-stdlib libpython3.7
  libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libpython3.8
  libpython3.8-dev libpython3.8-minimal libpython3.8-stdlib libsigsegv2
  libsub-override-perl libtiff5 libtool libuchardet0 libwebp6 libwebpdemux2
  libwebpmux3 m4 man-db po-debconf python3 python3-all python3-all-dev
  python3-atomicwrites python3-attr python3-dev python3-distutils
  python3-importlib-metadata python3-lib2to3 python3-minimal
  python3-more-itertools python3-packaging python3-pil python3-pkg-resources
  python3-pluggy python3-py python3-pyparsing python3-pytest
  python3-setuptools python3-six python3-wcwidth python3-zipp python3.7
  python3.7-dev python3.7-minimal python3.8 python3.8-dev python3.8-minimal
  sensible-utils sgml-base xml-core zlib1g-dev
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 92 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/119 MB of archives.
After this operation, 284 MB of additional disk space will be used.
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Rea

[Python-modules-team] Bug#948788: xhtml2pdf: FTBFS with libxslt 1.1.34

2020-01-13 Thread Mattia Rizzolo
gi' has no attribute 'escape'
 >> begin captured logging << 
xhtml2pdf: DEBUG: pisaDocument options:
  src = <_io.StringIO object at 0x7f398b3aa310>
  dest = <_io.BufferedRandom name=3>
  path = None
  link_callback = None
  xhtml = False
  context_meta = {'author': 'MyCorp Ltd.', 'title': 'My Document Title', 
'subject': 'My Document Subject', 'keywords': 'pdf, documents'}
xhtml2pdf: WARNING: missing explicit frame definition for content or just 
static frames

- >> end captured logging << -

==
ERROR: tests.test_document.test_destination_is_none
--
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
  File 
"/build/xhtml2pdf-0.2.2/.pybuild/cpython3_3.8_xhtml2pdf/build/tests/test_document.py",
 line 169, in test_destination_is_none
context = pisaDocument(HTML_CONTENT.format(head="", extra_html=""))
  File 
"/build/xhtml2pdf-0.2.2/.pybuild/cpython3_3.8_xhtml2pdf/build/xhtml2pdf/document.py",
 line 136, in pisaDocument
doc.build(context.story)
  File "/usr/lib/python3/dist-packages/reportlab/platypus/doctemplate.py", line 
1056, in build
self.handle_flowable(flowables)
  File "/usr/lib/python3/dist-packages/reportlab/platypus/doctemplate.py", line 
915, in handle_flowable
self.afterFlowable(f)
  File 
"/build/xhtml2pdf-0.2.2/.pybuild/cpython3_3.8_xhtml2pdf/build/xhtml2pdf/xhtml2pdf_reportlab.py",
 line 122, in afterFlowable
cgi.escape(copy.deepcopy(flowable.text), 1),
AttributeError: module 'cgi' has no attribute 'escape'
 >> begin captured logging << 
xhtml2pdf: DEBUG: pisaDocument options:
  src = '\n\n\n\n\n\n\n
 Hello, world! \n\n\nThe quick red fox jumps 
over the lazy brown dog.\n\n\n\n\n'
  dest = None
  path = None
  link_callback = None
  xhtml = False
  context_meta = None
- >> end captured logging << -

==
ERROR: tests.test_document.test_in_memory_document
--
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
  File 
"/build/xhtml2pdf-0.2.2/.pybuild/cpython3_3.8_xhtml2pdf/build/tests/test_document.py",
 line 175, in test_in_memory_document
pisaDocument(HTML_CONTENT.format(head="", extra_html=""), 
dest=in_memory_file)
  File 
"/build/xhtml2pdf-0.2.2/.pybuild/cpython3_3.8_xhtml2pdf/build/xhtml2pdf/document.py",
 line 136, in pisaDocument
doc.build(context.story)
  File "/usr/lib/python3/dist-packages/reportlab/platypus/doctemplate.py", line 
1056, in build
self.handle_flowable(flowables)
  File "/usr/lib/python3/dist-packages/reportlab/platypus/doctemplate.py", line 
915, in handle_flowable
self.afterFlowable(f)
  File 
"/build/xhtml2pdf-0.2.2/.pybuild/cpython3_3.8_xhtml2pdf/build/xhtml2pdf/xhtml2pdf_reportlab.py",
 line 122, in afterFlowable
cgi.escape(copy.deepcopy(flowable.text), 1),
AttributeError: module 'cgi' has no attribute 'escape'
 >> begin captured logging << 
xhtml2pdf: DEBUG: pisaDocument options:
  src = '\n\n\n\n\n\n\n
 Hello, world! \n\n\nThe quick red fox jumps 
over the lazy brown dog.\n\n\n\n\n'
  dest = <_io.BytesIO object at 0x7f398b3a5630>
  path = None
  link_callback = None
  xhtml = False
  context_meta = None
- >> end captured logging << -

--
Ran 98 tests in 0.208s

FAILED (errors=7)
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd 
/build/xhtml2pdf-0.2.2/.pybuild/cpython3_3.8_xhtml2pdf/build; python3.8 -m nose 
-v tests
dh_auto_test: pybuild --test --test-nose -i python{version} -p "3.8 3.7" 
returned exit code 13
make: *** [debian/rules:12: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
I: Using pkgname logfile
I: Curren

[Python-modules-team] Bug#917912: Updating the sparql-wrapper-python Uploaders list

2018-12-31 Thread Mattia Rizzolo
Source: sparql-wrapper-python
Version: 1.7.6-2.1
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Olivier Berger  has retired, so can't work on
the sparql-wrapper-python package anymore (at least with this address).

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.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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

Re: [Python-modules-team] RFS: impacket/0.9.17-1

2018-12-31 Thread Mattia Rizzolo

Hi Emmanuel,

On Mon, Dec 31, 2018 at 12:11:53AM -0300, eamanu15 wrote:
> Package: sponsorship-requests
> Severity: normal
> X-Debbugs-CC: kact...@debian.org

Taking this random RFS bug as an example, please:

* don't explicitly CC anybody while sending mails to submit@, as they
  will receive your mail without the bug reference, making answering
  properly a mess.
  This is particularly interesting since you seem to be aware of the
  X-Debbugs-CC field that you use
* don't CC debian-mentors, as they are recipients of the
  sponsorship-requests pseudo-package anyway, so currently
  debian-mentors received double of your mails.

Thank you.

-- 
regards,
        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#914592: Upcoming pytest-4 problems

2018-11-25 Thread Mattia Rizzolo
On Sun, Nov 25, 2018 at 02:08:52PM +0100, Ole Streicher wrote:
> Pytest 4 is however the upcoming version, and I could imagine that
> others may have similar problems with Python 2 legacy. Therefore, my
> question is how these problems should be solved:
> 
> * creating a legacy version package for pytest

This means yet another split.
It feels to me that too many packages are going this route.

> * remove the tests for these packages
> 
> * remove the legacy packages in question completely

I'd follow these two options.  For now, disable the tests when pytest 4
will land in Debian, and be ready to remove the legacy packages as a
whole soon.

After all, we are going to remove python2 itself in the upcoming years,
it doesn't really feel worth of anybody's time to work on yet other
splits, especially in cases like this where you are "only" talking about
tests for legacy and deprecated versions.

> For us, the third option would basically mean to remove the whole Python
> 2 astronomy ecosystem, and we would need to hurry in making some general
> packages Python 3 compatible (mainly astrometry.net).

I recommend you urge that ecosystem to migrate their codebases.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#911903: requests: unsatisfable build-depends

2018-10-25 Thread Mattia Rizzolo
Source: requests, python-urllib3
Severity: serious
Control: found -1 python-urllib3/1.24-1
Control: found -1 requests/2.20.0-1
X-Debbugs-Cc: Daniele Tricoli 

Hi Daniele,

it seems that in your last upload of requests, even if you bumped the
runtime dependency to python{,3}-urllib3 (>= 1.21.1) (<< 1.25), you
didn't change the build-deps, so the package is currently unbuildable.

-- 
regards,
        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#909664: pylint-django: CI failure

2018-09-26 Thread Mattia Rizzolo
Source: pylint-django
Version: 0.11-1
Severity: serious

autopkgtest [02:50:57]: test django-sample: [---
Running “django-admin startproject testproject”
Running “django-admin startapp testapp”
Running “pylint3 --version”
pylint3 2.1.1
astroid 2.0.4
Python 3.6.6+ (default, Sep  1 2018, 01:05:25)
[GCC 8.2.0]
Running “pylint3 -E --load-plugins=pylint_django testapp/”
Traceback (most recent call last):
  File "/usr/bin/pylint3", line 11, in 
load_entry_point('pylint==2.1.1', 'console_scripts', 'pylint')()
  File "/usr/lib/python3/dist-packages/pylint/__init__.py", line 19, in 
run_pylint
Run(sys.argv[1:])
  File "/usr/lib/python3/dist-packages/pylint/lint.py", line 1315, in __init__
linter.load_plugin_modules(self._plugins)
  File "/usr/lib/python3/dist-packages/pylint/lint.py", line 519, in 
load_plugin_modules
module = modutils.load_module_from_name(modname)
  File "/usr/lib/python3/dist-packages/astroid/modutils.py", line 196, in 
load_module_from_name
return load_module_from_modpath(dotted_name.split('.'), path, use_sys)
  File "/usr/lib/python3/dist-packages/astroid/modutils.py", line 239, in 
load_module_from_modpath
module = imp.load_module(curname, mp_file, mp_filename, mp_desc)
  File "/usr/lib/python3.6/imp.py", line 245, in load_module
return load_package(name, filename)
  File "/usr/lib/python3.6/imp.py", line 217, in load_package
return _load(spec)
  File "", line 684, in _load
  File "", line 665, in _load_unlocked
  File "", line 678, in exec_module
  File "", line 219, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/pylint_django/__init__.py", line 7, in 

from pylint_django import plugin
  File "/usr/lib/python3/dist-packages/pylint_django/plugin.py", line 9, in 

from pylint_django import transforms  # noqa, pylint: disable=unused-import
  File "/usr/lib/python3/dist-packages/pylint_django/transforms/__init__.py", 
line 12, in 
foreignkey.add_transform(MANAGER)
  File "/usr/lib/python3/dist-packages/pylint_django/transforms/foreignkey.py", 
line 59, in add_transform
manager.register_transform(nodes.CallFunc, inference_tip(infer_key_classes),
AttributeError: module 'astroid.nodes' has no attribute 'CallFunc'
autopkgtest [02:50:59]: test django-sample: ---]


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#909660: pytest-pylint: missing support for pylint 2.0

2018-09-26 Thread Mattia Rizzolo
Source: pytest-pylint
Version: 0.9.0-2
Severity: serious

This package is not passing his CI, which I fear indicates an actual
issue.

Also, according to the upstream changelog, this release doesn't support
Pylint 2.0, which is now in unstable.

autopkgtest [02:05:12]: test command2: set -e; for py in $(py3versions -i); do 
echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done
autopkgtest [02:05:12]: test command2: [---
[*] testing on python3.6:
= test session starts ==
platform linux -- Python 3.6.6+, pytest-3.6.4, py-1.6.0, pluggy-0.6.0 -- 
/usr/bin/python3.6
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest-lxc.0yaguf3d/downtmp/build.OPQ/src, inifile: tox.ini
plugins: pylint-0.8.0
collecting ... collected 12 items
-
Linting files
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
178, in wrap_session
INTERNALERROR> session.exitstatus = doit(config, session) or 0
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
214, in _main
INTERNALERROR> config.hook.pytest_collection(session=session)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/__init__.py", line 
617, in __call__
INTERNALERROR> return self._hookexec(self, self._nonwrappers + 
self._wrappers, kwargs)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/__init__.py", line 
222, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/__init__.py", line 
216, in 
INTERNALERROR> firstresult=hook.spec_opts.get('firstresult'),
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 
201, in _multicall
INTERNALERROR> return outcome.get_result()
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 
76, in get_result
INTERNALERROR> raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 
180, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
224, in pytest_collection
INTERNALERROR> return session.perform_collect()
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
432, in perform_collect
INTERNALERROR> hook.pytest_collection_finish(session=self)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/__init__.py", line 
617, in __call__
INTERNALERROR> return self._hookexec(self, self._nonwrappers + 
self._wrappers, kwargs)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/__init__.py", line 
222, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/__init__.py", line 
216, in 
INTERNALERROR> firstresult=hook.spec_opts.get('firstresult'),
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 
201, in _multicall
INTERNALERROR> return outcome.get_result()
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 
76, in get_result
INTERNALERROR> raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 
180, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR>   File 
"/tmp/autopkgtest-lxc.0yaguf3d/downtmp/build.OPQ/src/pytest_pylint.py", line 
161, in pytest_collection_finish
INTERNALERROR> result = lint.Run(args_list, reporter=reporter, exit=False)
INTERNALERROR> TypeError: __init__() got an unexpected keyword argument 'exit'

= no tests ran in 0.08 seconds =
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:6: 
DeprecationWarning: the imp module is deprecated in favour of importlib; see 
the module's documentation for alternative uses
  import imp
/usr/lib/python3.6/importlib/_bootstrap_external.py:426: ImportWarning: Not 
importing directory /usr/lib/python3/dist-packages/logilab: missing __init__
  _warnings.warn(msg.format(portions[0]), ImportWarning)
autopkgtest [02:05:13]: test command2: ---]


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#884220: pylint-common FTBFS: ImportError: cannot import name make_tests

2018-09-26 Thread Mattia Rizzolo
Control: severity -1 important

On Tue, Dec 12, 2017 at 08:42:03PM +0200, Adrian Bunk wrote:
> Source: pylint-common
> Version: 0.2.5-1
> Severity: serious
> 
> Some recent change in unstable makes pylint-common FTBFS:
> 
> https://tests.reproducible-builds.org/debian/history/pylint-common.html
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pylint-common.html
> 
> ...
> 
>debian/rules override_dh_auto_test
> make[1]: Entering directory '/build/1st/pylint-common-0.2.5'
> PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python2 test/test_func.py
> Traceback (most recent call last):
>   File "test/test_func.py", line 4, in 
> from pylint.testutils import make_tests, LintTestUsingModule, 
> LintTestUsingFile, cb_test_gen, linter
> ImportError: cannot import name make_tests
> debian/rules:10: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 1

This is caused by the new Pylint that made some stuff private.  The
test need to be rewritten using a different way to load those classes.

For now I'm just disabling the tests, so this issue can be downgraded.

> There is a patch in Ubuntu that might fix it (untested).

It should, but for now I'm not taking it.
FTR, this is the patch:
http://launchpadlibrarian.net/333615422/pylint-common_0.2.5-1_0.2.5-1ubuntu1.diff.gz

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#888157: pylint-celery FTBFS and Debci failure: ImportError: cannot import name make_tests

2018-09-26 Thread Mattia Rizzolo
Control: severity -1 important

On Tue, Jan 23, 2018 at 07:43:16PM +0200, Adrian Bunk wrote:
> Some recent change in unstable makes pylint-celery FTBFS and Debci fail:
> 
> https://ci.debian.net/packages/p/pylint-celery/unstable/amd64/
> https://tests.reproducible-builds.org/debian/history/pylint-celery.html
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pylint-celery.html
> 
> ...
>debian/rules override_dh_auto_test
> make[1]: Entering directory '/build/1st/pylint-celery-0.3'
> PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONDONTWRITEBYTECODE=1 
> PYTHONPATH=. {interpreter} test/test_func.py" dh_auto_test
> I: pybuild base:184: PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python2.7 
> test/test_func.py
> Traceback (most recent call last):
>   File "test/test_func.py", line 5, in 
> from pylint.testutils import make_tests, LintTestUsingModule, 
> LintTestUsingFile, cb_test_gen, linter
> ImportError: cannot import name make_tests
> E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: 
> PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python2.7 test/test_func.py

This is caused by the new Pylint that made some stuff private.  The
test need to be rewritten using a different way to load those classes.

For now I'm just disabling the tests, so this issue can be downgraded.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#903989: vcr.py: autopkgtest needs update for python3.7 in supported versions

2018-09-24 Thread Mattia Rizzolo
Control: severity -1 serious

On Tue, Jul 17, 2018 at 10:14:59PM +0200, Paul Gevers wrote:
> Currently the python3.7 transition¹ is going on, which means that
> python3.7 is added to the supported python3 versions. Your package isn't
> listed on the transition package, which means it isn't on the radar for
> binNMU. However, since python3-defaults added python3.7 support, your
> autopkgtest has been failing (first because it needed a rebuild
> python-gevent, now it looks genuine). I copied the error below.
> 
> Could you please investigate? I can imagine that the real issue is that
> your package fails currently to work with python3.7 which is more
> serious.

I think so, hence I'm rising the severity of this bug.

I believe the latest upstream version 2.0.0 fixes this bug, however.
https://github.com/kevin1024/vcrpy/commit/e93060c81bef0130d0626b348ab753db50e3f8fb
https://github.com/kevin1024/vcrpy/commit/b38915a89aef77f7169fdf3aa949072050029648


-- 
regards,
    Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#909487: restrictedpython: autopkgtest doesn't seem to run anything?

2018-09-24 Thread Mattia Rizzolo
Source: restrictedpython
Version: 4.0~b3-1
X-Debbugs-CC: debian...@lists.debian.org

Dear maintainer,

while fixing #904210 I realized that —at least by looking at the log— it
doesn't seem to do anything:

|autopkgtest [12:55:46]: test all: [---
|Running tests for python3.7: /usr/bin/zope-testrunner3 -k --test-path 
/usr/lib/python3/dist-packages -s RestrictedPython
|Total: 0 tests, 0 failures, 0 errors and 0 skipped in 0.000 seconds.
|Running tests for python3.6: /usr/bin/zope-testrunner3 -k --test-path 
/usr/lib/python3/dist-packages -s RestrictedPython
|Total: 0 tests, 0 failures, 0 errors and 0 skipped in 0.000 seconds.
|autopkgtest [12:55:47]: test all: ---]
|all  PASS
|autopkgtest [12:55:47]: test all:  - - - - - - - - - - results - - - - - - - - 
- -
|autopkgtest [12:55:47]:  summary
|all  PASS


As the ci and release teams don't like trivial autopkgtest, I making
them aware of this case; you may wish to check the setep so it actually
tests something.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#901621: Bug#901621: src:python-gnutls: please support python3

2018-06-16 Thread Mattia Rizzolo
On Fri, Jun 15, 2018 at 04:08:19PM -0300, eamanu15 wrote:
> Hello Daniel,
> 
> I am available to work on maintain python-gnutls package.
> 
> But this package is not in wnpp list. I don't know if a could make update
> or maintain for python3.
> 
> I copy on this mail to Debian-python list and the actual maintainer.

The changelog doesn't know of any change done by Dan Pascu you CCed,
so I'm not sure how you decided he was "the actual maintainer" :)

Anyway, this package is maintained by DPMT, so you cou provide a patch
for this bug and find a DPMT member to sponsor it.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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