Your message dated Tue, 24 Jul 2018 21:18:53 +0000
with message-id <e1fi4hp-0008u1...@fasolo.debian.org>
and subject line Bug#902461: fixed in flask-oauthlib 0.9.5-2
has caused the Debian Bug report #902461,
regarding flask-oauthlib: FTBFS in buster/sid (failing tests)
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.)
--
902461: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902461
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:flask-oauthlib
Version: 0.9.5-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster with "dpkg-buildpackage -A"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with python3 --buildsystem=pybuild
dh_update_autotools_config -i -O--buildsystem=pybuild
dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python3.6 setup.py config
running config
dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py build
running build
running build_py
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_flask-oauthlib/build/flask_oauthlib
copying flask_oauthlib/client.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_flask-oauthlib/build/flask_oauthlib
copying flask_oauthlib/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_flask-oauthlib/build/flask_oauthlib
[... snipped ...]
return load_source(name, filename, file)
File "/usr/lib/python3.6/imp.py", line 172, in load_source
module = _load(spec)
File "<frozen importlib._bootstrap>", line 684, in _load
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_flask-oauthlib/build/tests/test_oauth2/test_refresh.py",
line 5, in <module>
from .base import TestCase
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_flask-oauthlib/build/tests/test_oauth2/base.py",
line 8, in <module>
from flask_sqlalchemy import SQLAlchemy
ModuleNotFoundError: No module named 'flask_sqlalchemy'
======================================================================
ERROR: Failure: ModuleNotFoundError (No module named 'mock')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File "/usr/lib/python3/dist-packages/nose/loader.py", line 417, in
loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in
importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in
importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/usr/lib/python3.6/imp.py", line 235, in load_module
return load_source(name, filename, file)
File "/usr/lib/python3.6/imp.py", line 172, in load_source
module = _load(spec)
File "<frozen importlib._bootstrap>", line 684, in _load
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_flask-oauthlib/build/tests/test_utils.py",
line 4, in <module>
import mock
ModuleNotFoundError: No module named 'mock'
----------------------------------------------------------------------
Ran 11 tests in 0.004s
FAILED (errors=9)
E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_flask-oauthlib/build; python3.6 -m nose
tests
dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.6 returned
exit code 13
debian/rules:6: recipe for target 'build-indep' failed
make: *** [build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The above is how the build ends in my autobuilder and it's not
necessarily the relevant part.
The failure is not, however, related to using dpkg-buildpackage -A,
as it also fails in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask-oauthlib.html
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: flask-oauthlib
Source-Version: 0.9.5-2
We believe that the bug you reported is fixed in the latest version of
flask-oauthlib, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 902...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated flask-oauthlib package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 24 Jul 2018 21:46:59 +0100
Source: flask-oauthlib
Binary: python3-flask-oauthlib
Architecture: source
Version: 0.9.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description:
python3-flask-oauthlib - OAuthlib support for Flask
Closes: 902461
Changes:
flask-oauthlib (0.9.5-2) unstable; urgency=medium
.
* Add missing build dependencies python3-flask-sqlalchemy and python3-
mock. Closes: #902461
Checksums-Sha1:
af6f6d91c397eed6eef44cde01b1cd3719c294b3 2205 flask-oauthlib_0.9.5-2.dsc
fa5105fed3d349a7ce63866ee7db9888beda93c2 2052
flask-oauthlib_0.9.5-2.debian.tar.xz
9ac56d5eb57c88dd6f47632469230398d539aa07 7081
flask-oauthlib_0.9.5-2_source.buildinfo
Checksums-Sha256:
af6621c536e75c07d19b750834bb4fbf3cfe8441ec859dec5180a75cb531891c 2205
flask-oauthlib_0.9.5-2.dsc
ebbd235bcd417603bf85495dd06ac85d245c8caa08a98c17aa36f6b4dd19682c 2052
flask-oauthlib_0.9.5-2.debian.tar.xz
e8029d5bddbebbba4727159e0e6e66e37c692fb02904a3d2f8cc7e8b9ef88b49 7081
flask-oauthlib_0.9.5-2_source.buildinfo
Files:
19ae88b62b130be8e4acc5081ea9d7ee 2205 python optional
flask-oauthlib_0.9.5-2.dsc
bbb245545b8dbe0812eeb8cbdd486407 2052 python optional
flask-oauthlib_0.9.5-2.debian.tar.xz
2c2fe9da41168f8f7b6353cec6ce7299 7081 python optional
flask-oauthlib_0.9.5-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAltXkX0SHGplbG1lckBk
ZWJpYW4ub3JnAAoJEFecFg1MniPof6wP/3e8lmfooAmfAwBSu2nvShtoDxu5Nuk4
LfXHy6utw8k+Urfpja0YIAJ5F+G2z94DKu+dx/PAxrJunGrVd/Mfin8JGV3VIgba
Td0cUdo6ssY1rSsgJATDlOnHEY8RGVTFgUrIpeZoRvhlGx1N7hHO9PKaVRnZCMAT
4nTRUNLT6KmUsTEQTnb4zN+rfNkUBakGofCzmseRnlowJQb0Yvf3IaUzN/1/diPf
+/MfjF3xjaiaRXYN+dJyLdbpheE8jemqXEITUBq5u/g5RRJjT6lATeBmg3noLN0P
CQAKxxGoligFS9YptBw+54k0cUsAYU5y0wX4Majznlmv868VlhmV4hXYQydAeY0z
Ec+2AdLaWZVA7qvbGi8ghnbep5lzHdjkXYxOSyeK+ebMgIX3iJs3rroH1cNbbKyI
WKQLX9Phc7gvVt0kFoH1/RRzTH9eMawimLz90oE4qVjx5YTunwzlcNH8sgTT22sD
OKHJAiUzZEw8THGW++CwwCkDOLsP+tfo/Jr033BFp2LIaTWfLQJHm+gCwStq6POD
IaSBAKWFxr9S7s9jzNI6XTydK0YXjEXO17cE4MeFGR/UD7o5fu7R5jUuqDGjYeQz
lOKComSm3JCUoR6hnKqVojCOJ2BCrBUzjA2K+QanGR/zf/uwTiaDUr392TWXfYB2
CVF5FVeVpsKK
=n1PR
-----END PGP SIGNATURE-----
--- End Message ---