Fabian Peter Hammerle
|
b4948a5b84
support pyyaml v6
|
1 年間 前 |
Fabian Peter Hammerle
|
1ab10e594e
drop compatibility with python3.7 (reached end of life on 2023-06-27)
|
1 年間 前 |
Fabian Peter Hammerle
|
bb81c11305
tooncher._login: raise `RuntimeError` instead of `Exception` when server sends unexpected/unsupported response (fixing pylint's broad-exception-raised warning)
|
1 年間 前 |
Fabian Peter Hammerle
|
df8bf17a28
tooncher._login: raise `ValueError` instead of `Exception` when incompatible combination of arguments was given (fixing pylint's broad-exception-raised warning)
|
1 年間 前 |
Fabian Peter Hammerle
|
c2487fce29
drop compatibility with python3.6
|
2 年 前 |
Fabian Peter Hammerle
|
5099ae1500
drop compatibility with python3.5
|
3 年 前 |
Fabian Peter Hammerle
|
e8026eefb6
release v1.0.3
|
4 年 前 |
Fabian Peter Hammerle
|
3660e11ec9
python3.5 / tests: fix FileNotFoundError due to strict pathlib.Path.resolve
|
4 年 前 |
Fabian Peter Hammerle
|
c530db9c9e
python3.5: fixed TypeError due to start_engine passing pathlib.Path to subprocess.Popen for cwd
|
4 年 前 |
Fabian Peter Hammerle
|
3668393c86
tests / python3.5: fix AttributeError due to unavailable MagicMock.assert_called_once
|
4 年 前 |
Fabian Peter Hammerle
|
c485d1f220
release v1.0.2
|
4 年 前 |
Fabian Peter Hammerle
|
d2ec81428d
change user agent to workaround blacklisting of "Python-urllib/3.*"
|
4 年 前 |
Fabian Peter Hammerle
|
8048693a52
release v1.0.1
|
4 年 前 |
Fabian Peter Hammerle
|
9f5f3a6e9f
fixed test_start_engine_mac
|
4 年 前 |
Fabian Peter Hammerle
|
47400a4add
setup.py: use readme as long description
|
4 年 前 |
Fabian Peter Hammerle
|
944bc78bbd
changelog: fix typo
|
4 年 前 |
Fabian Peter Hammerle
|
a8ebf39820
release v1.0.0
|
4 年 前 |
Fabian Peter Hammerle
|
e8f594db8b
pass all env vars to engine
|
4 年 前 |
Fabian Peter Hammerle
|
9789ac2889
cli: fail if select username not in config file or ambiguous
|
4 年 前 |
Fabian Peter Hammerle
|
df13d336e0
path to tootown engine may be provided via env var `$TOONCHER_ENGINE_PATH`
|
4 年 前 |
Fabian Peter Hammerle
|
267fd74793
tooncher.login now private (planning to split waiting in queue from first login)
|
4 年 前 |
Fabian Peter Hammerle
|
42d2dfb117
TOONTOWN_ENGINE_DEFAULT_PATH now private
|
4 年 前 |
Fabian Peter Hammerle
|
cfc9fbf76f
engine_path now pathlib.Path; DYLD_LIBRARY_PATH & DYLD_FRAMEWORK_PATH relative to engine path; drop TOONTOWN_LIBRARY_PATH
|
4 年 前 |
Fabian Peter Hammerle
|
ade2222519
LOGIN_API_URL & api_request now private
|
4 年 前 |
Fabian Peter Hammerle
|
4714ecbbf6
classes LoginDelayed & LoginSuccessful now private
|
4 年 前 |
Fabian Peter Hammerle
|
f856b47fdd
drop invasions api (should be moved to separate package)
|
4 年 前 |
Fabian Peter Hammerle
|
76a716b940
install command line interface via `setuptools.setup(entry_points=…)`
|
4 年 前 |
Fabian Peter Hammerle
|
4037310baf
drop unused argcomplete
|
4 年 前 |
Fabian Peter Hammerle
|
5b192b434a
release v0.4.1
|
4 年 前 |
Fabian Peter Hammerle
|
26bea14627
changelog: fix diff links
|
4 年 前 |