Your message dated Fri, 24 Nov 2023 21:21:52 +0000
with message-id <e1r6dcw-00dd7o...@fasolo.debian.org>
and subject line Bug#1052770: fixed in flask-wtf 1.2.1-1
has caused the Debian Bug report #1052770,
regarding flask-wtf: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p 3.11 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.)


-- 
1052770: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052770
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flask-wtf
Version: 1.1.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:291: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flaskext.wtf 
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/flask_wtf
> copying src/flask_wtf/file.py -> build/lib/flask_wtf
> copying src/flask_wtf/__init__.py -> build/lib/flask_wtf
> copying src/flask_wtf/i18n.py -> build/lib/flask_wtf
> copying src/flask_wtf/form.py -> build/lib/flask_wtf
> copying src/flask_wtf/_compat.py -> build/lib/flask_wtf
> copying src/flask_wtf/csrf.py -> build/lib/flask_wtf
> creating build/lib/flask_wtf/recaptcha
> copying src/flask_wtf/recaptcha/__init__.py -> build/lib/flask_wtf/recaptcha
> copying src/flask_wtf/recaptcha/fields.py -> build/lib/flask_wtf/recaptcha
> copying src/flask_wtf/recaptcha/widgets.py -> build/lib/flask_wtf/recaptcha
> copying src/flask_wtf/recaptcha/validators.py -> build/lib/flask_wtf/recaptcha
> running egg_info
> creating src/Flask_WTF.egg-info
> writing src/Flask_WTF.egg-info/PKG-INFO
> writing dependency_links to src/Flask_WTF.egg-info/dependency_links.txt
> writing requirements to src/Flask_WTF.egg-info/requires.txt
> writing top-level names to src/Flask_WTF.egg-info/top_level.txt
> writing manifest file 'src/Flask_WTF.egg-info/SOURCES.txt'
> reading manifest file 'src/Flask_WTF.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'docs/_build'
> warning: no previously-included files matching '*.pyc' found anywhere in 
> distribution
> adding license file 'LICENSE.rst'
> writing manifest file 'src/Flask_WTF.egg-info/SOURCES.txt'
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/flask_wtf
> copying build/lib/flask_wtf/file.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf
> copying build/lib/flask_wtf/__init__.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf
> copying build/lib/flask_wtf/i18n.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf
> copying build/lib/flask_wtf/form.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf
> copying build/lib/flask_wtf/_compat.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf
> creating build/bdist.linux-x86_64/wheel/flask_wtf/recaptcha
> copying build/lib/flask_wtf/recaptcha/__init__.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf/recaptcha
> copying build/lib/flask_wtf/recaptcha/fields.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf/recaptcha
> copying build/lib/flask_wtf/recaptcha/widgets.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf/recaptcha
> copying build/lib/flask_wtf/recaptcha/validators.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf/recaptcha
> copying build/lib/flask_wtf/csrf.py -> 
> build/bdist.linux-x86_64/wheel/flask_wtf
> running install_egg_info
> Copying src/Flask_WTF.egg-info to 
> build/bdist.linux-x86_64/wheel/Flask_WTF-1.1.1.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/Flask_WTF-1.1.1.dist-info/WHEEL
> creating 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flaskext.wtf/.tmp-_p4dd3uz/Flask_WTF-1.1.1-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'flask_wtf/__init__.py'
> adding 'flask_wtf/_compat.py'
> adding 'flask_wtf/csrf.py'
> adding 'flask_wtf/file.py'
> adding 'flask_wtf/form.py'
> adding 'flask_wtf/i18n.py'
> adding 'flask_wtf/recaptcha/__init__.py'
> adding 'flask_wtf/recaptcha/fields.py'
> adding 'flask_wtf/recaptcha/validators.py'
> adding 'flask_wtf/recaptcha/widgets.py'
> adding 'Flask_WTF-1.1.1.dist-info/LICENSE.rst'
> adding 'Flask_WTF-1.1.1.dist-info/METADATA'
> adding 'Flask_WTF-1.1.1.dist-info/WHEEL'
> adding 'Flask_WTF-1.1.1.dist-info/top_level.txt'
> adding 'Flask_WTF-1.1.1.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built Flask_WTF-1.1.1-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flaskext.wtf/build; python3.11 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> collected 51 items
> 
> tests/test_csrf_extension.py .........                                   [ 
> 17%]
> tests/test_csrf_form.py ........                                         [ 
> 33%]
> tests/test_file.py ...s.....                                             [ 
> 50%]
> tests/test_form.py .........                                             [ 
> 68%]
> tests/test_i18n.py .F.                                                   [ 
> 74%]
> tests/test_recaptcha.py .............                                    
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________________ test_i18n 
> ___________________________________
> 
> app = <Flask 'conftest'>, client = <FlaskClient <Flask 'conftest'>>
> 
>     def test_i18n(app, client):
>         try:
>             from flask_babel import Babel
>         except ImportError:
>             pytest.skip("Flask-Babel must be installed.")
>     
>         babel = Babel(app)
>     
> >       @babel.localeselector
> E       AttributeError: 'Babel' object has no attribute 'localeselector'
> 
> tests/test_i18n.py:37: AttributeError
> =========================== short test summary info 
> ============================
> FAILED tests/test_i18n.py::test_i18n - AttributeError: 'Babel' object has no 
> ...
> =================== 1 failed, 49 passed, 1 skipped in 0.31s 
> ====================
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flaskext.wtf/build; python3.11 -m 
> pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/flask-wtf_1.1.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: flask-wtf
Source-Version: 1.2.1-1
Done: Carsten Schoenert <c.schoen...@t-online.de>

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

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated flask-wtf 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 24 Nov 2023 20:31:43 +0000
Source: flask-wtf
Architecture: source
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1052770
Changes:
 flask-wtf (1.2.1-1) unstable; urgency=medium
 .
   * [868b002] d/watch: Add compression type gz
   * [81c13d9] New upstream version 1.2.1
   * [c964cbd] d/control: Upstream moved to hatchling build system
   * [4de9d27] Rebuild patche queue from patch-queue branch
     Removed patch:
     tests-Revert-upstream-modification-to-test_i18n.py.patch
     (Closes: #1052770)
   * [d489ee4] d/rules: Adjust PYTHONPATH within override_dh_sphinxdoc
Checksums-Sha1:
 593800e9d3d57a0b446d718abfd687fc7ab07baf 2597 flask-wtf_1.2.1-1.dsc
 bc242fc7ba6d5e5a6555d4471efd764efc4973b1 49142 flask-wtf_1.2.1.orig.tar.gz
 9a1acfe0e2520eb0cdb2f4e84ad829771c8a72a4 6132 flask-wtf_1.2.1-1.debian.tar.xz
 aa61303d1819767269dd9f78f6851fdabb4e93cc 8577 flask-wtf_1.2.1-1_amd64.buildinfo
Checksums-Sha256:
 4a391b92a10332c1255cdb39780de04262da0b2319488c1ef695f6336e918f4c 2597 
flask-wtf_1.2.1-1.dsc
 9f180604bf06c12da68923e5ab45c5f40907c2bcb86a9a388d0cf4c2e3231080 49142 
flask-wtf_1.2.1.orig.tar.gz
 8df825e742a00ccec97b6bc15a350bd82e4186a56d7d789c9b002489c9cecea9 6132 
flask-wtf_1.2.1-1.debian.tar.xz
 0c9bb6a04dbdc61790940fa8a4ac9de8f1c90fbe434b2a92e6934ee80b55f478 8577 
flask-wtf_1.2.1-1_amd64.buildinfo
Files:
 c9eba80406a5e13ba240cc17094070cc 2597 python optional flask-wtf_1.2.1-1.dsc
 6e86d827a4ad1d570d878428f4aecaf9 49142 python optional 
flask-wtf_1.2.1.orig.tar.gz
 a38b80a8614d3eed44f84a609e3a508c 6132 python optional 
flask-wtf_1.2.1-1.debian.tar.xz
 f2a95daecf1d33251b41944498c6047c 8577 python optional 
flask-wtf_1.2.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmVhCTEYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wB20P/j4vb+gOg/nItO3f5LvN3nxx
foUlmXGpmtpQlEIQKgdgkHlOFBZjb/jZMOVC5zVGLoTp8tY1DkvZzVjDKH0lqX2F
0CumPVlZ5zQXE81wCGBmzZW8fErD8eFQ7XBu13JB+p7977Ot/VU/XpP7kV7sIjQQ
mKn839lwZz4yKkz5h8fFC1H83xaQLd0ceMeDLetwcucoW/F/iPQv9etxnuRUt2YL
jW0rFC6aUFWBP+UMI4+wT0i430IsPo/9G94qEYBPI9Ekjr7ctn7O0WaKIpNW7D8E
j3Tw6rttjEVSltzC0KsJtP+gYOvZLoAfkhBAPDo1dUbCm0EIuvJp7pQ6m0TJ/1O4
d2AssHGjdqR2oNSuTLa7LQq7YB1I4QpPxABFrBzobqIH2POoA1+hzrRdVkgChaCt
FfWDW17oz94C5tegxavKUgBjuDQU+pnhV5cCIxVXa4VgpzvUgkYsTPKc6H81/SaX
aRxH2y5zsMjuj5llcUvm5tlP4RqxScIbqiCIQWv8Cz8QkV1uVSZ/lNFmHvx6fGbW
bYnFIVUs3dLf5LcLH3p7cJQEIduQvKRFCJDLi+qCryxeqk+JTT+pzuPx8d87qU12
CSSXl/XCNeyqTVXNybKYyXkeHli63oR2FcJEKrRpdXzUqhCeOUsqySqfcpHmFvz6
oJFHtd2uQ0DR7g8rGth2
=V4u2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to