Your message dated Tue, 06 Sep 2022 18:33:57 +0000
with message-id <e1ovdox-00fvpo...@fasolo.debian.org>
and subject line Bug#982210: fixed in flask-limiter 2.6.2-1
has caused the Debian Bug report #982210,
regarding flask-limiter: autopkgtest failure
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.)


-- 
982210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982210
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flask-limiter
Version: 1.0.1-2
Severity: serious

https://ci.debian.net/data/autopkgtest/unstable/amd64/f/flask-limiter/10177110/log.gz

...
======================================================================
FAIL: test_no_swallow_error (tests.test_flask_ext.ErrorHandlingTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/tmp/autopkgtest-lxc.84sttsu8/downtmp/autopkgtest_tmp/tests/test_flask_ext.py",
 line 169, in test_no_swallow_error
    self.assertEqual("underlying", cli.get("/").data.decode())
AssertionError: 'underlying' != '500 Internal Server Error: The server enc[136 
chars]ion.'
- underlying
+ 500 Internal Server Error: The server encountered an internal error and was 
unable to complete your request. Either the server is overloaded or there is an 
error in the application.

-------------------- >> begin captured logging << --------------------
tests: ERROR: Exception on / [GET]
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/flask/app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python3/dist-packages/flask/app.py", line 1952, in 
full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python3/dist-packages/flask/app.py", line 1821, in 
handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/lib/python3/dist-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/usr/lib/python3/dist-packages/flask/app.py", line 1948, in 
full_dispatch_request
    rv = self.preprocess_request()
  File "/usr/lib/python3/dist-packages/flask/app.py", line 2242, in 
preprocess_request
    rv = func()
  File "/usr/lib/python3/dist-packages/flask_limiter/extension.py", line 479, 
in __check_request_limit
    six.reraise(*sys.exc_info())
  File "/usr/lib/python3/dist-packages/six.py", line 703, in reraise
    raise value
  File "/usr/lib/python3/dist-packages/flask_limiter/extension.py", line 462, 
in __check_request_limit
    self.__evaluate_limits(endpoint, all_limits)
  File "/usr/lib/python3/dist-packages/flask_limiter/extension.py", line 336, 
in __evaluate_limits
    if not self.limiter.hit(lim.limit, *args):
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1100, in __call__
    return _mock_self._mock_call(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1104, in _mock_call
    return _mock_self._execute_mock_call(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1167, in 
_execute_mock_call
    result = effect(*args, **kwargs)
  File 
"/tmp/autopkgtest-lxc.84sttsu8/downtmp/autopkgtest_tmp/tests/test_flask_ext.py",
 line 165, in raiser
    raise Exception("underlying")
Exception: underlying
tests: ERROR: Exception on / [GET]
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/flask/app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python3/dist-packages/flask/app.py", line 1952, in 
full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python3/dist-packages/flask/app.py", line 1821, in 
handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/lib/python3/dist-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/usr/lib/python3/dist-packages/flask/app.py", line 1948, in 
full_dispatch_request
    rv = self.preprocess_request()
  File "/usr/lib/python3/dist-packages/flask/app.py", line 2242, in 
preprocess_request
    rv = func()
  File "/usr/lib/python3/dist-packages/flask_limiter/extension.py", line 479, 
in __check_request_limit
    six.reraise(*sys.exc_info())
  File "/usr/lib/python3/dist-packages/six.py", line 703, in reraise
    raise value
  File "/usr/lib/python3/dist-packages/flask_limiter/extension.py", line 462, 
in __check_request_limit
    self.__evaluate_limits(endpoint, all_limits)
  File "/usr/lib/python3/dist-packages/flask_limiter/extension.py", line 336, 
in __evaluate_limits
    if not self.limiter.hit(lim.limit, *args):
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1100, in __call__
    return _mock_self._mock_call(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1104, in _mock_call
    return _mock_self._execute_mock_call(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1167, in 
_execute_mock_call
    result = effect(*args, **kwargs)
  File 
"/tmp/autopkgtest-lxc.84sttsu8/downtmp/autopkgtest_tmp/tests/test_flask_ext.py",
 line 165, in raiser
    raise Exception("underlying")
Exception: underlying
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 59 tests in 3.415s

FAILED (failures=1)
autopkgtest [13:26:58]: test command2: -----------------------]
autopkgtest [13:26:58]: test command2:  - - - - - - - - - - results - - - - - - 
- - - -
command2             FAIL non-zero exit status 1
autopkgtest [13:26:58]: @@@@@@@@@@@@@@@@@@@@ summary
command1             PASS
command2             FAIL non-zero exit status 1

--- End Message ---
--- Begin Message ---
Source: flask-limiter
Source-Version: 2.6.2-1
Done: Emanuele Rocca <e...@debian.org>

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

Debian distribution maintenance software
pp.
Emanuele Rocca <e...@debian.org> (supplier of updated flask-limiter 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: SHA256

Format: 1.8
Date: Tue, 06 Sep 2022 15:32:39 +0200
Source: flask-limiter
Architecture: source
Version: 2.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Emanuele Rocca <e...@debian.org>
Closes: 982210 1018354
Changes:
 flask-limiter (2.6.2-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #982210)
   * Instead of skipping upstream tests with an empty override_dh_auto_test,
     run only those that don't require docker / docker-compose.
   * Use pytest instead of nose (Closes: #1018354)
   * Run a custom autopkgtest using memcached for storage.
   * Turn the dependency on python3-limits into a versioned one. At least 2.3.0
     is needed.
   * Drop patches 0002-Don-t-depend-on-distutils-pkg_resources-at-runtime.patch
     and 0003-Do-not-use-unpackaged-theme-for-documentation.patch, no longer
     needed.
   * Add Build-depends on: python3-typing-extensions,
     python3-sphinxext-opengraph, python3-sphinx-issues,
     python3-sphinx-paramlinks and python3-sphinxcontrib.programoutput.
   * Add patches to build without enum_tools and inline_tabs.
   * Add use_default_theme.patch to use default sphinx theme.
   * Bump Standards-Version.
   * Add no_privacy_breach.patch to remove links to external resources hosted
     on shields.io / google to address the privacy-breach-generic Lintian
     warning.
Checksums-Sha1:
 9d30e0d036aac67f83cbcf3e5acac99f5b318fc0 2618 flask-limiter_2.6.2-1.dsc
 e1b38810c16c6e0bd86e68f381f2d362c09c49be 310643 flask-limiter_2.6.2.orig.tar.gz
 95b8842e7c7adbf9f677e07b90cfa322a3fd48b2 5384 
flask-limiter_2.6.2-1.debian.tar.xz
 bc452d88a02bd2bdf7a25c6101269417c0d66a5f 8998 
flask-limiter_2.6.2-1_amd64.buildinfo
Checksums-Sha256:
 8b8b22df26285a0b582fe77dacb11943f48202f761eab89aca5c45be9511e390 2618 
flask-limiter_2.6.2-1.dsc
 cbd27fd39512b64e61a8cb6505340dea240a669bce0590a562d81388646c1ef6 310643 
flask-limiter_2.6.2.orig.tar.gz
 16a7bc7bc06f9b49120d5dcf09f34cce94ab058fbacd039e9c8c21366e284103 5384 
flask-limiter_2.6.2-1.debian.tar.xz
 31f6966af9c9822935cab8aa795965f3c7074bdc4e6888a5758f8eac0d4ca325 8998 
flask-limiter_2.6.2-1_amd64.buildinfo
Files:
 bbc690221690f511977a4a8a0938afc6 2618 python optional flask-limiter_2.6.2-1.dsc
 ef0b3911f14aff813e6b49b2bab388b8 310643 python optional 
flask-limiter_2.6.2.orig.tar.gz
 88dc6c7c462c18c671c07138f4065903 5384 python optional 
flask-limiter_2.6.2-1.debian.tar.xz
 a305613db1da74b736ac2cb3e4c091fd 8998 python optional 
flask-limiter_2.6.2-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEElUWWlhkoHBf/rFiR1QhaB1D9t6MFAmMXj6kACgkQ1QhaB1D9
t6O+EBAAg9aroN5KPJYwFbUr/0zwDp7PpYpGZGfLjhKlPrB0zeYNuJhvPASjP2kJ
QbXwXk3MN0sVGDxmsFRuEV9Nsq8NifZq5O1KZAJYpkbSxtioki9VoCFkQDWQNTFN
IB6y4A3v5ZCgepfWP6OYkcyQ7I7xNF+K1BTT7o8jPQtFRu0ywh+2uMzvJ1kXmVTb
WKtvzlwh6zbWrA+VHy38t3bWCLIpLwQ0meGwO+26oEu0eu9Z+LPQcgWI5X3UpnV9
JkwDFAmlOz7scpcj11i2Nlp6+tJs/XMKnlInz210ez4oWiph47vW12vgahM/VaV+
bavTDXj47LxutQyPmXacpKwgxNH5W6JY0aweeplEJDrV48PPGctY5j6tYAyCe58L
EXa6jcxigfwisN6mhVDTGCtPTKgv6opvKZiD4lAnEu16vRxoV6W8cBKjhoBorLhG
PCoVt2zz84GC8rXrDDvLHPyFYznNK/VD1QRSwN0NYIz/0xKgY6UkTbTKAqaYLhlO
HxM10eZnWvHOI0S/kSM83vyf9EVgL3cXYhdOF3soCSW79Nx9GtkFyD1CwXtvj403
MRGBWRGkf6Jw1731MvLmvd7ybbin+kvgJF2PK895Tx3FHNcF1tjUMMYCuJZbHVG0
noT5U8C04R3QmMG8BqYZ6Bs+T5PcfJ7Bl4iJg0a9N2pGHqYOIDU=
=9joB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to