Debian Patches
Status for flask-restful/0.3.10-7
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| add-missing-location-when-calling-add_argument.patch | Add missing location= when calling add_argument The new werkzeug version 2.2.2 mandates location= when calling parser.add_argument(). |
Rene Luria <rene.luria@infomaniak.com> | no | debian | 2022-12-16 | |
| remove_mock.patch | no | |||||
| remove_six.patch | no | |||||
| pytest_8.4.patch | no | |||||
| 0008_fix-AttributeError-test-api.patch | Fix for errors with Python 3.12 and Flask 3.0. Fix for AttributeError in test with Python 3.12 + removed deprecated signals_available. |
Yogeswaran Umasankar <kd8mbd@gmail.com> | no | 2024-02-12 | ||
| 0001-use-pytest-not-nose.patch | replace nose assert_ with regular assertions or pytest equivalents | Emanuele Rocca <ema@debian.org> | no | 2022-10-14 | ||
| remove-external-image | remove externally linked image Remove an externally linked image that could cause a potential privacy violation. |
Jonathan Carter <jonathan@ubuntu.com> | no | 2016-01-02 | ||
| 0003-Use-local-copies-of-object.inv-for-building-document.patch | Use local copies of object.inv for building documentation | =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= <onovy@debian.org> | no | 2016-08-13 | ||
| 0004-Use-SOURCE_DATE_EPOCH-for-copyright-year-to-make-bui.patch | Use SOURCE_DATE_EPOCH for copyright year to make build reproducible | Chris Lamb <lamby@debian.org> | no | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809780 | 2016-08-14 | |
| Fix_the_tests_with_flask_2.1.2.patch | [PATCH] Fix the tests with flask 2.1.2 | Charalampos Stratakis <cstratak@redhat.com> | no | 2022-05-13 | ||
| replace-flask_abort-by-_aborter.patch | Replace flask_abort by _aborter | Thomas Goirand <zigo@debian.org> | no | debian | 2022-12-15 | |
| Replace-pytz-by-zoneinfo.patch | Replace pytz by zoneinfo pytz has served the Python community well for many years, but it is no longer the best option for providing time zones. pytz has a non-standard interface that is very easy to misuse (see https://blog.ganssle.io/articles/2018/03/pytz-fastest-footgun.html); this interface was necessary when pytz was created, because datetime had no way to represent ambiguous datetimes, but this was solved in Python 3.6, which added a fold attribute to datetimes in PEP 495. With the addition of the zoneinfo module in Python 3.9 (PEP 615), there has never been a better time to migrate away from pytz. |
Benjamin Drung <benjamin.drung@canonical.com> | yes | 2025-11-14 |
