Package: python-flasgger / 0.9.7.2~dev2+dfsg-4

Metadata

Package Version Patches format
python-flasgger 0.9.7.2~dev2+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 dont use google fonts.patch | (download)

flasgger/ui3/templates/flasgger/head.html | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
03 remove usage of python3 six.patch | (download)

flasgger.egg-info/requires.txt | 1 0 + 1 - 0 !
flasgger/utils.py | 41 18 + 23 - 0 !
setup.py | 1 0 + 1 - 0 !
3 files changed, 18 insertions(+), 25 deletions(-)

 [patch] remove six from dependencies

Since we have dropped Python 2.x support a long time ago, let's don't
depend on six too.

click 8.2.patch | (download)

tests/conftest.py | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 fix tests with click 8.2

https://github.com/pallets/click/pull/2523 introduced changes to
`click.testing` that broke a few unit tests in Flasgger:
`mix_stderr=False` is now effectively the default and can no longer be
specified explicitly.  Although this Click version hasn't been fully
released yet, this adjusts Flasgger to work with both old and new
versions.