Athanasius
1297ba9c0d
setup.py: typing cleanups
...
* I didn't go looking for darwin 'py2app' docs to find the possible
return types of py2app.recipes['member']['check'], so 'Any' will have
to do.
* re.search may return None, which then doesn't have .group(), so mypy
complains. Just tell it to ignore that code.
2021-04-01 14:45:43 +01:00
Athanasius
db40197f80
requirements-dev.txt: Add mypy and safety
2021-04-01 14:45:43 +01:00
Athanasius
7d4bef686c
Releasing.md: Update to Windows SDK 19041
2021-04-01 14:45:43 +01:00
Athanasius
a8313e3661
setup.py: Reformat appcast style multi-line
2021-04-01 14:45:43 +01:00
Athanasius
a6779d7292
requirements: py2exe only on win32 platform
2021-04-01 14:45:43 +01:00
Athanasius
9b828fe9b2
requirements: Reference py2exe via git URL@tag
2021-04-01 14:45:43 +01:00
Athanasius
753b5c59d3
Releasing.md: py2exe 0.10.0.1 now released so reference it.
2021-04-01 14:45:43 +01:00
Athanasius
77939ad48e
Releasing.md: Update example full python path
...
* Python 3.8 now.
* And reference the centrally installed location, not the one under
%LOCALAPPDATA%.
2021-04-01 14:45:43 +01:00
Athanasius
1563e50733
PLUGINS.md: Reference Releasing.md for currently supported Python version
2021-04-01 14:45:43 +01:00
Athanasius
1b4ee4f3dd
PLUGINS.md: Update to mention using Python 3.8 post-4.1.x
...
* Also adjusted links to information/examples to not be the bad 'here'
form.
2021-04-01 14:45:43 +01:00
Athanasius
3e54e1f015
Releasing.md: Update for Python 3.8.6 and py2exe 0.10.x.
...
* Also put `--user` on the example `pip install` line.
2021-04-01 14:45:43 +01:00
Athanasius
54f797ada8
setup.py: No need to manually include sqlite3.dll now
2021-04-01 14:45:43 +01:00
Athanasius
44bea3468d
setup.py: Trial without naming requests
in packages.
2021-04-01 14:45:43 +01:00
Athanasius
a0c3fd04fd
requirements.txt: Bump certifi to the latest: 2020.6.20
2021-04-01 14:45:43 +01:00
Athanasius
9177f9e229
setup.py: Check python version at start
2021-04-01 14:45:43 +01:00
Athanasius
e999dd6800
setup.py: appcast file & PKG -> package_filename rename
2021-04-01 14:45:43 +01:00
Athanasius
f3433382c3
setup.py: Formatting in win32 packaging.
2021-04-01 14:45:43 +01:00
Athanasius
a013ad19ba
setup.py: Format darwin packaging code.
2021-04-01 14:45:42 +01:00
Athanasius
f7d18c12df
setup.py: Rename BASEappversion -> base_appversion.
2021-04-01 14:45:42 +01:00
Athanasius
697fcf83ef
setup.py: Format setup() call.
2021-04-01 14:45:42 +01:00
Athanasius
03c97299c4
setup.py: win32 OPTIONS and DATA_FILES formatting
2021-04-01 14:45:42 +01:00
Athanasius
b417745e7e
setup.py: darwin OPTIONS & misc formatting
2021-04-01 14:45:42 +01:00
Athanasius
bc5f805b5a
setup.py: isorted imports & de-caps config variables
...
* Test build exhibited no issues.
2021-04-01 14:45:42 +01:00
Athanasius
41cb4c24ce
setup.py: Bump SDKPATH to use 19041 (Windows 10 2004) Kit.
2021-04-01 14:45:42 +01:00
Athanasius
3a0423381f
Version to 4.2.0-beta1 to distinguish Python 3.8 builds
...
* I don't want to be checking something against 4.1.x releases when my
last build was with Python 3.8.
# Conflicts:
# config.py
# Conflicts:
# config.py
# Conflicts:
# config.py
2021-04-01 14:45:39 +01:00
Athanasius
49b6e22ca1
requirements: py2exe only on win32 platform
2021-04-01 14:45:12 +01:00
Athanasius
9c0b690095
requirements: Reference py2exe via git URL@tag
2021-04-01 14:45:12 +01:00
Athanasius
c88f634ec1
Releasing.md: py2exe 0.10.0.1 now released so reference it.
2021-04-01 14:45:12 +01:00
Athanasius
6600d1a78a
GitHub Workflow: Update to Python 3.8
2021-04-01 14:45:12 +01:00
Athanasius
818466a3cf
Releasing.md: Update example full python path
...
* Python 3.8 now.
* And reference the centrally installed location, not the one under
%LOCALAPPDATA%.
2021-04-01 14:45:12 +01:00
Athanasius
8ceca8912e
PLUGINS.md: Reference Releasing.md for currently supported Python version
2021-04-01 14:45:12 +01:00
Athanasius
8f721cf06e
PLUGINS.md: Update to mention using Python 3.8 post-4.1.x
...
* Also adjusted links to information/examples to not be the bad 'here'
form.
2021-04-01 14:45:12 +01:00
Athanasius
095c45df8f
Releasing.md: Update for Python 3.8.6 and py2exe 0.10.x.
...
* Also put `--user` on the example `pip install` line.
2021-04-01 14:45:11 +01:00
Athanasius
b702f4a430
WXS: Add additional Python 3.8 files to installer.
...
Confirmed an installer generated with this both installs and has working
.exe.
2021-04-01 14:45:11 +01:00
Athanasius
161ccc04b1
setup.py: No need to manually include sqlite3.dll now
2021-04-01 14:45:11 +01:00
Athanasius
3598a529d1
setup.py: Trial without naming requests
in packages.
2021-04-01 14:45:11 +01:00
Athanasius
cab2e0fe2e
requirements.txt: Bump certifi to the latest: 2020.6.20
2021-04-01 14:45:11 +01:00
dependabot[bot]
8fe11a15ad
Bump isort from 5.5.4 to 5.5.5
...
Bumps [isort](https://github.com/pycqa/isort ) from 5.5.4 to 5.5.5.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.5.4...5.5.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 14:45:11 +01:00
dependabot[bot]
1fc249a37b
Bump isort from 5.5.2 to 5.5.4
...
Bumps [isort](https://github.com/pycqa/isort ) from 5.5.2 to 5.5.4.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.5.2...5.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 14:45:11 +01:00
dependabot[bot]
06524aa789
Bump flake8 from 3.8.3 to 3.8.4
...
Bumps [flake8](https://gitlab.com/pycqa/flake8 ) from 3.8.3 to 3.8.4.
- [Release notes](https://gitlab.com/pycqa/flake8/tags )
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 14:45:11 +01:00
Athanasius
82d6aa7839
Add docs/Windows-Manifest.md
2021-04-01 14:45:11 +01:00
Athanasius
d458034471
Release 4.2.7: appversion and changelog
Release/4.2.7
2021-04-01 14:22:12 +01:00
Athanasius
64bc491224
Merge branch 'release-4.2.6' into release-4.2.7
2021-04-01 14:20:43 +01:00
Athanasius
25fd5ffff9
Release 4.2.6: appversion & changelog
Release/4.2.6
2021-04-01 11:37:18 +01:00
Athanasius
6196a17dd6
Merge pull request #962 from EDCD/fix/961/lagged-scan-bad-starpos
...
EDDN: Only add missing StarPos if for current system
2021-04-01 11:30:24 +01:00
Athanasius
96bb0959f5
EDDN: Only add missing StarPos if for current system
...
<https://github.com/EDCD/EDMarketConnector/issues/961 >
It seems the game can report a Scan event *after* you've jumped to
another system. So don't blindly set StarPos on Scan, check the
SystemAddress against where we think we are first.
2021-04-01 08:56:35 +01:00
Athanasius
f9cc742de4
Release 4.2.5: appversion and changelog
Release/4.2.5
2021-03-29 16:02:17 +01:00
Athanasius
a3fc24dd88
Merge pull request #953 from EDCD/fix/odyssey-alpha-gameversion
...
Use Odyssya JournalAlpha files
2021-03-29 15:53:07 +01:00
Athanasius
f53d2cfb7c
Remove "If it's not Fleet Carriers it's beta" check
...
Odyssey Alpha confirmed to have 'alpha' in gameversion.
2021-03-29 15:41:57 +01:00
Athanasius
f8057925a5
Odyssey: Support JournalAlpha.<etc>.log files
2021-03-29 13:50:18 +01:00