wxwidgets/build/tools
Vadim Zeitlin 1aab9e7ebb Try to fix problems with running httpbin in the CI builds
Fix the last known working Flask version, the latest one results in the
errors like the following

Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "/home/runner/.local/lib/python3.8/site-packages/httpbin/__init__.py", line 3, in <module>
    from .core import *
  File "/home/runner/.local/lib/python3.8/site-packages/httpbin/core.py", line 22, in <module>
    from werkzeug.wrappers import BaseResponse
ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers' (/home/runner/.local/lib/python3.8/site-packages/werkzeug/wrappers/__init__.py)
2022-03-29 21:00:57 +02:00
..
mingw Add scripts used for building MinGW official binaries 2020-12-29 17:41:01 +01:00
msvs Upgrade version to 3.1.6 2021-04-14 17:57:27 +02:00
appveyor-test.bat Update AppVeyor test script after the last commit 2021-08-27 14:28:07 +02:00
appveyor.bat Enable wxUSE_WEBVIEW_EDGE in an AppVeyor test 2021-01-19 22:43:08 +01:00
before_install.sh Log the exit code of run_apt shell function 2022-02-25 00:16:10 +01:00
build-wxwidgets.py Remove setup0.h files 2021-01-31 19:02:56 +01:00
builder.py Restore wxPython build scripts 2015-12-15 14:53:12 +01:00
httpbin.sh Try to fix problems with running httpbin in the CI builds 2022-03-29 21:00:57 +02:00
post-release.sh Fix SHA-1 update script to work with the current release.md 2018-12-09 16:52:40 +01:00
pre-release.sh Allow running pre/post-release scripts from any directory 2017-11-16 18:49:45 +01:00
proc_count.sh Add script to determine proc count in CI 2021-07-24 16:38:28 +02:00
release.bat Release script improvements. 2015-11-15 13:56:52 -07:00
release.sh Remove setup0.h files 2021-01-31 19:02:56 +01:00
wxwidgets.iss Add uninstall icon to installer script 2019-11-29 00:21:25 +01:00