File: werkzeug-urls-url_decode-deprecation-fix-56fe3c183b53f83b.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (6 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
---
fixes:
  - |
    Fix Werkzeug deprecation warning about ``werkzeug.urls.url_decode`` call. This
    call has been changed to ``urllib.parse.parse_qsl`` in the implementation.
    This fix should not introduce any functional change for the users.