mirror of
https://github.com/pypiserver/pypiserver
synced 2024-12-20 13:55:49 +01:00
e6926d56a5
* bump bottle to version 0.14-dev Support modern python versions. This is commit 7af7135965e6e02993fea89d8932a4bc713b6692 from bottle's master branch. Signed-off-by: Oz Tiram <oz.tiram@gmail.com> * chore: update declared python versions Drop everything older than 3.9. * chore: clean old python versions from tox Add python3.12 to tox * fix: remove assigning custom_full path to request Instead use a function call. This less expensive than before_request hook (which is invoked to every route). Signed-off-by: Oz Tiram <oz.tiram@gmail.com> * fix: correct server adapters name match those classes found in bottle-0.14-dev * chore: remove unused custom_host Signed-off-by: Oz Tiram <oz.tiram@gmail.com> * fix: redirectio to bad_url_path moved get_bad_url_redirect_path from core.py to _app.py Signed-off-by: Oz Tiram <oz.tiram@gmail.com> * fix: tests for core and _app after moving stuff around * fix: properly create a Request object for test_redirect_project_encodes_newlines * chore: emove unused core import * fix: black formatting * fix: remove constraint on python 3.12 This was probably relevant because of bottle not supporting this Python version. --------- Signed-off-by: Oz Tiram <oz.tiram@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
doubles.py | ||
sample_msg.html | ||
test_app.py | ||
test_backend.py | ||
test_config.py | ||
test_core.py | ||
test_docs.py | ||
test_init.py | ||
test_main.py | ||
test_manage.py | ||
test_pkg_helpers.py | ||
test_server.py | ||
test-ignorelist |