1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Python flask CORS
-----------------
* - python2 version of the library was intentionally not packaged per Debian
* policies on new libraries.
* - python-flask-cors-doc was merged with python3-flask-cors because
* + Common docs not needed without python2 package
* + Documentation is not so large that someone would need to install the
* lib without docs to save space.
* - Patches are added to the documentation to:
* + remove badge svgs:
* ~ privacy breach (queries remote services to import images)
* ~ static images were not imported because updating them would be
* unmaintainable as we would have just added an extra step manual when
* updating this package's version
* + change hyperlinks from index.html -> api.html
* ~ index.html pointed to the latest api documentation from the server.
* This may not match the api of the version we have packaged and so to
* ensure that we have stable documentation matching our release, the
* hrefs in index.html now point to the locally-deployed api.html.
-- Stewart Ferguson <stew@ferg.aero>, Sat, 8 Dec 2018 10:46:14 +0100
|