Your message dated Thu, 21 Dec 2023 19:05:18 +0000
with message-id <e1rgoma-009z6o...@fasolo.debian.org>
and subject line Bug#1056247: fixed in flask 3.0.0-1
has caused the Debian Bug report #1056247,
regarding flask's autopkg tests fail with Python 3.12
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.)


-- 
1056247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056247
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:flask
Version: 2.2.5-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

flask's autopkg tests fail with Python 3.12:


[...]
281s -=-=-=-=-=-=-=- running tests for python3.12 -=-=-=-=-=-=-=-=-
281s $ python3.12 -m pytest -k "not test_main_module_paths" tests
282s ============================= test session starts ==============================
282s platform linux -- Python 3.12.0+, pytest-7.4.3, pluggy-1.3.0
282s rootdir: /tmp/autopkgtest.UCcMIG/autopkgtest_tmp
282s collected 483 items
282s
282s tests/test_appctx.py .............. [ 2%] 282s tests/test_async.py ........ [ 4%] 282s tests/test_basic.py .................................................... [ 15%] 282s ........................................................................ [ 30%] 282s .......F. [ 32%] 283s tests/test_blueprints.py ............................................... [ 41%] 283s .......... [ 43%] 283s tests/test_cli.py ...................................................... [ 55%] 283s . [ 55%] 283s tests/test_config.py .................. [ 59%] 283s tests/test_converters.py .. [ 59%] 283s tests/test_helpers.py ............................... [ 65%] 283s tests/test_instance_config.py ........... [ 68%] 284s tests/test_json.py ............................... [ 74%] 284s tests/test_json_tag.py .............. [ 77%] 284s tests/test_logging.py ...... [ 78%] 284s tests/test_regression.py . [ 78%] 284s tests/test_reqctx.py .......ss..... [ 81%] 284s tests/test_session_interface.py . [ 81%] 284s tests/test_signals.py ....... [ 83%] 284s tests/test_subclassing.py . [ 83%] 284s tests/test_templating.py ................................ [ 90%] 284s tests/test_testing.py ......................... [ 95%] 284s tests/test_user_error_handler.py ......... [ 97%] 284s tests/test_views.py ............. [100%]
284s
284s =================================== FAILURES =================================== 284s _____________________________ test_max_cookie_size _____________________________
284s
284s app = <Flask 'flask_test'>, client = <FlaskClient <Flask 'flask_test'>>
284s recwarn = WarningsRecorder(record=True)
284s
284s     def test_max_cookie_size(app, client, recwarn):
284s         app.config["MAX_COOKIE_SIZE"] = 100
284s
284s         # outside app context, default to Werkzeug static value,
284s         # which is also the default config
284s         response = flask.Response()
284s         default = flask.Flask.default_config["MAX_COOKIE_SIZE"]
284s         assert response.max_cookie_size == default
284s
284s         # inside app context, use app config
284s         with app.app_context():
284s             assert flask.Response().max_cookie_size == 100
284s
284s         @app.route("/")
284s         def index():
284s             r = flask.Response("", status=204)
284s             r.set_cookie("foo", "bar" * 100)
284s             return r
284s
284s         client.get("/")
284s >       assert len(recwarn) == 1
284s E       assert 4 == 1
284s E        +  where 4 = len(WarningsRecorder(record=True))
284s
284s tests/test_basic.py:1962: AssertionError

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

We believe that the bug you reported is fixed in the latest version of
flask, 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 1056...@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 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: Thu, 21 Dec 2023 07:22:23 +0100
Source: flask
Architecture: source
Version: 3.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 901448 1056247 1058304
Changes:
 flask (3.0.0-1) experimental; urgency=medium
 .
   * Team upload
   * [65d9c5b] d/gbp.conf: Add some basic defaults for git-buildpackage
   * [9905535] d/watch: Add compression type and improve readability
   * [c716c54] d/gbp.conf: Adjust to branch debian/experimental
   * [9f8663f] New upstream version 3.0.0
     (Closes: #901448, #1056247, #1058304)
   * [8482b3e] Rebuild patch queue drom patch-queue branch
     Added patch:
     docs-Use-intersphix-with-Debian-packages.patch
     Renamed patches:
     0001-Don-t-require-sphinxcontrib.log_cabinet-extension.patch
      -> Don-t-require-sphinxcontrib.log_cabinet-extension.patch
     0002-Make-the-documentation-build-reproducibly.patch
      -> PATCH-Make-the-documentation-build-reproducibly.patch
     remove-eticalads-in-doc.patch
      -> Remove-eticalads-in-doc.patch
     Removed patch:
     remove-using-intersphinx.patch
   * [ddc7c5e] d/control: Bump Standards-Version to 4.6.2
     No further changes needed.
   * [d010060] d/control: Update B-D as upstream has moved to flit
   * [c9f535f] d/control: Adjust related B-D and add BuildProfileSpecs
   * [9e93261] d/rules: Drop --with option in default target
   * [fc84f5e] d/rules: Improve build of Sphinx based documentation
   * [3bbfe4e] autopkgtest: Clean up test dependencies
     Remove mostly all of the previous set dependencies, we only need the
     pytest packages, all other deps need to get pulled automatically, if not
     than this is a issue in the python3-flask package.
   * [b0bd5d8] d/copyright: Update content and copyright holders
   * [b3d91e7] d/u/metadata: Small updates
   * [fe64378] d/control: Reflect GitHub project website as Homepage
   * [97d4a02] d/.salsa-ci.yml: Adding trigger file for Salsa CI
   * [11a587d] d/README.source: Adding a README file about source specifics
Checksums-Sha1:
 9cfd771eb259d6e2d45fafbfc88338df9e694f02 2811 flask_3.0.0-1.dsc
 36446822014a0487303bb5c67fbed63a88210384 683976 flask_3.0.0.orig.tar.gz
 caed6c74245d1d7f9ec82930fc81451499acc105 9476 flask_3.0.0-1.debian.tar.xz
 bfc9ceddf6b6c8097c701917d9383ad3cedb7d7b 8767 flask_3.0.0-1_amd64.buildinfo
Checksums-Sha256:
 6e1c51b3c952c5c067f749761df2fd0b558c7b532696261a1f67bcbab8b650bc 2811 
flask_3.0.0-1.dsc
 9e0a139288254627f9805530366ceb11341f2eea508a8edeac05a14f7eafaeb8 683976 
flask_3.0.0.orig.tar.gz
 e8de894b00b9efd5239742750103a7b93522814716175777135f2f187050f9f7 9476 
flask_3.0.0-1.debian.tar.xz
 ca9f9aaad4ee69e53bddc4463c052241209c672a9c396521655aebc9f79a8200 8767 
flask_3.0.0-1_amd64.buildinfo
Files:
 b8ff9e9d74a6cf9255df8710884d0553 2811 python optional flask_3.0.0-1.dsc
 518f6880aeb0dd0850cd70f2db67622c 683976 python optional flask_3.0.0.orig.tar.gz
 b7ab39bec5bfd19aa6ec5cc1a950314a 9476 python optional 
flask_3.0.0-1.debian.tar.xz
 4dbddb447b408491e57ffa1c894537a5 8767 python optional 
flask_3.0.0-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmWEgIsYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wn14P/2SQsiGJW42K5Fd8AYL6kWjj
ra0pYDULfDiVn3WpjiU0fO9oevwMhNYeeWErDN5PZ4/6ohfbuXj993NHx8IW8OqN
YWoeMdBLkUO9IvqyIGOeAdewgxUiPuNd/8+QHBiDsGVjt+1hVC2N6/5doix/GrKC
mSbu0DS6DFJfDn4MQ4ENpTnpSpplyeIgNik3HCp5wuN8+EbUvFht61aVlqCdIc7N
ojWdxrqLpXliK/4pkPAjiahm+kfn/jk95c8E0sgQwboKCiBD3O7KmtezaMHVuq6E
E3T8wTcc0aczEUjmpD/BoNJLZaj03rQQd8NNYnUuBK833OinCExFWEeGLGYxtZ1U
eFynBiayhdgJ1GRwqLIxA5d7jNGRtQLEIQtIZtZJnCRyhpoYIcDw/iMX1QmLY5ij
haBOqaXeji7mSvFMcEmbjacGmoM+zWwQLuRv/rBN/qBVxxxJRxdR/4/m8IgDe65Q
8LeF4stpgah4rfw4JvVDEXnLaSs+N7sy3OwB39D8enp4wuF4Q5y+fvF1UVNgSmoO
yT9JhtjAm9wsgRNKqsTE4eVMw1Cp10u3R6jTscaoUNqAUd1CFHxJK19UH1qBRChn
hJt10W4awVwCFH/qJd/xK+1dEQWvJXr5PoJBOkyabCBDbJBaxbxM4XlRSfJNAwYc
HOCjcq3O3GgLf+y1VyOI
=BKAS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to