1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

4702 Commits

Author SHA1 Message Date
Athanasius
abebcf77d3
l10n: Use locale.format_string() instead of deprecated locale.format() 2022-08-13 15:34:33 +01:00
Athanasius
1296159532
Merge pull request #1636 from EDCD/fix/1634/naverouteclear
Handle NavRouteClear
2022-08-10 12:09:06 +01:00
Athanasius
f28228285a
plugins/eddn: Do *NOT* alert user on 'no Route in NavRoute'
This can simply occur if the *first* load of `NavRoute.json` soft-fails,
meaning the plugin is receiving the bare Journal-file event, which has no
`Route` array.
2022-08-10 11:51:23 +01:00
Athanasius
1bb0bf9f74
PLUGINS.md: Document NavRouteClear behaviour 2022-08-10 11:47:51 +01:00
Athanasius
ddba99bfd8
monitor: Handle NavRouteClear & un-() an assert
* Stop trying to load `NavRoute.json` if it contained a `NavRouteClear`.
* `assert` is a *keyword*, not a function.
2022-08-10 11:28:10 +01:00
Athanasius
337e7d9272
Merge pull request #1635 from EDCD/dependabot/pip/develop/autopep8-1.7.0
build(deps-dev): bump autopep8 from 1.6.0 to 1.7.0
2022-08-09 18:24:37 +01:00
dependabot[bot]
653afc0d15
build(deps-dev): bump autopep8 from 1.6.0 to 1.7.0
Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](https://github.com/hhatto/autopep8/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: autopep8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 17:16:33 +00:00
Athanasius
0aac6cc8a8
Merge pull request #1631 from EDCD/dependabot/pip/develop/coverage-toml--6.4.3
build(deps-dev): bump coverage[toml] from 6.4.2 to 6.4.3
2022-08-08 18:13:22 +01:00
Athanasius
51ac53094e
Merge pull request #1630 from EDCD/dependabot/pip/develop/setuptools-63.4.2
build(deps-dev): bump setuptools from 63.4.1 to 63.4.2
2022-08-08 18:13:14 +01:00
dependabot[bot]
55ccb745b8
build(deps-dev): bump coverage[toml] from 6.4.2 to 6.4.3
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.4.2...6.4.3)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 17:06:49 +00:00
dependabot[bot]
39acec6b0e
build(deps-dev): bump setuptools from 63.4.1 to 63.4.2
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.4.1 to 63.4.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.4.1...v63.4.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 17:06:40 +00:00
Athanasius
ab30fc22d0
Merge pull request #1628 from EDCD/dependabot/pip/develop/types-requests-2.28.8
build(deps-dev): bump types-requests from 2.28.7 to 2.28.8
2022-08-06 19:29:47 +01:00
dependabot[bot]
2d9aefa00b
build(deps-dev): bump types-requests from 2.28.7 to 2.28.8
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.7 to 2.28.8.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 17:04:30 +00:00
Athanasius
a234229f31
requirements-dev: Bump flake8-isort and flake8 as former supports 5.x of latter now 2022-08-04 17:59:42 +01:00
Athanasius
085c191c54
Python: Bump to version 3.10.6 2022-08-04 09:40:54 +01:00
Athanasius
f154644cf6
Merge pull request #1626 from EDCD/dependabot/pip/develop/setuptools-63.4.1
build(deps-dev): bump setuptools from 63.3.0 to 63.4.1
2022-08-04 09:36:25 +01:00
dependabot[bot]
3888592f7d
build(deps-dev): bump setuptools from 63.3.0 to 63.4.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.3.0 to 63.4.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.3.0...v63.4.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 17:04:55 +00:00
Athanasius
c043d2690a
Merge pull request #1614 from EDCD/dependabot/pip/develop/pep8-naming-0.13.1
build(deps-dev): bump pep8-naming from 0.13.0 to 0.13.1
2022-08-02 19:13:36 +01:00
dependabot[bot]
41243ec674
build(deps-dev): bump pep8-naming from 0.13.0 to 0.13.1
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.13.0...0.13.1)

---
updated-dependencies:
- dependency-name: pep8-naming
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 18:12:41 +00:00
Athanasius
c17e6714f4
Merge pull request #1625 from EDCD/dependabot/pip/develop/flake8-use-fstring-1.4
build(deps-dev): bump flake8-use-fstring from 1.3 to 1.4
2022-08-02 19:11:35 +01:00
Athanasius
b2f43d8a35
Merge pull request #1624 from EDCD/dependabot/pip/develop/flake8-isort-4.1.2.post0
build(deps-dev): bump flake8-isort from 4.1.1 to 4.1.2.post0
2022-08-02 19:11:25 +01:00
dependabot[bot]
5a2e9dc782
build(deps-dev): bump flake8-use-fstring from 1.3 to 1.4
Bumps [flake8-use-fstring](https://github.com/MichaelKim0407/flake8-use-fstring) from 1.3 to 1.4.
- [Release notes](https://github.com/MichaelKim0407/flake8-use-fstring/releases)
- [Commits](https://github.com/MichaelKim0407/flake8-use-fstring/compare/v1.3...v1.4)

---
updated-dependencies:
- dependency-name: flake8-use-fstring
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 18:10:26 +00:00
dependabot[bot]
c776cfc4c7
build(deps-dev): bump flake8-isort from 4.1.1 to 4.1.2.post0
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 4.1.1 to 4.1.2.post0.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](https://github.com/gforcada/flake8-isort/compare/4.1.1...4.1.2.post0)

---
updated-dependencies:
- dependency-name: flake8-isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 18:10:12 +00:00
Athanasius
0b22b32ea4
Merge pull request #1620 from EDCD/dependabot/pip/develop/types-requests-2.28.7
build(deps-dev): bump types-requests from 2.28.0 to 2.28.7
2022-08-02 19:09:03 +01:00
Athanasius
2aff2e03d6
Merge pull request #1622 from EDCD/dependabot/pip/develop/mypy-0.971
build(deps-dev): bump mypy from 0.961 to 0.971
2022-08-02 19:08:09 +01:00
Athanasius
881a509279
Merge pull request #1621 from EDCD/dependabot/pip/develop/flake8-noqa-1.2.8
build(deps-dev): bump flake8-noqa from 1.2.5 to 1.2.8
2022-08-02 19:08:01 +01:00
dependabot[bot]
e160289706
build(deps-dev): bump types-requests from 2.28.0 to 2.28.7
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.0 to 2.28.7.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 18:07:25 +00:00
Athanasius
3cac0c43d5
Merge pull request #1618 from EDCD/dependabot/pip/develop/setuptools-63.3.0
build(deps-dev): bump setuptools from 63.1.0 to 63.3.0
2022-08-02 19:06:27 +01:00
dependabot[bot]
8d9c8fa6de
build(deps-dev): bump mypy from 0.961 to 0.971
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 18:06:16 +00:00
dependabot[bot]
8cfaef6ede
build(deps-dev): bump flake8-noqa from 1.2.5 to 1.2.8
Bumps [flake8-noqa](https://github.com/plinss/flake8-noqa) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/plinss/flake8-noqa/releases)
- [Commits](https://github.com/plinss/flake8-noqa/compare/v1.2.5...v1.2.8)

---
updated-dependencies:
- dependency-name: flake8-noqa
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 18:06:11 +00:00
Athanasius
7239ade3e3
Merge pull request #1613 from EDCD/dependabot/pip/develop/safety-2.1.1
build(deps-dev): bump safety from 2.0.0 to 2.1.1
2022-08-02 19:05:37 +01:00
Athanasius
bdb33761ff
Merge pull request #1609 from EDCD/dependabot/pip/develop/coverage-toml--6.4.2
build(deps-dev): bump coverage[toml] from 6.4.1 to 6.4.2
2022-08-02 19:05:30 +01:00
dependabot[bot]
1184d21e42
build(deps-dev): bump setuptools from 63.1.0 to 63.3.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.1.0 to 63.3.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.1.0...v63.3.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 17:05:23 +00:00
dependabot[bot]
1f4427c427
build(deps-dev): bump safety from 2.0.0 to 2.1.1
Bumps [safety](https://github.com/pyupio/safety) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/2.1.1/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/2.0.0...2.1.1)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 17:04:48 +00:00
dependabot[bot]
5caf1feaa6
build(deps-dev): bump coverage[toml] from 6.4.1 to 6.4.2
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.4.1...6.4.2)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 17:04:14 +00:00
Athanasius
f973f87eb9
Merge pull request #1607 from EDCD/dependabot/pip/develop/setuptools-63.1.0
build(deps-dev): bump setuptools from 62.6.0 to 63.1.0
2022-07-06 15:15:14 +01:00
Athanasius
f3a519aa39
Merge pull request #1606 from EDCD/dependabot/pip/develop/lxml-4.9.1
build(deps-dev): bump lxml from 4.9.0 to 4.9.1
2022-07-06 15:15:05 +01:00
dependabot[bot]
0d443e4063
build(deps-dev): bump setuptools from 62.6.0 to 63.1.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 62.6.0 to 63.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v62.6.0...v63.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 17:03:16 +00:00
dependabot[bot]
7a0cb5d3d9
build(deps-dev): bump lxml from 4.9.0 to 4.9.1
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.0...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 17:03:08 +00:00
Athanasius
62f80941d6
Merge pull request #1605 from EDCD/fix/py2exe-latest-setuptools
Move back to latest `setuptools`, with workaround
2022-07-04 11:28:14 +01:00
Athanasius
798dd92093
py2exe: Bump to 0.11.1.1 for pyparsing fix
This is confirmed working.
2022-07-04 11:25:42 +01:00
Athanasius
a55a92c0af
py2exe: Make newer setuptools happy via py_modules=[]
Tested with `+setuptools==62.6.0`, which appears to currently be the latest.
2022-07-02 15:52:23 +01:00
Athanasius
59669acf56
Merge pull request #1604 from EDCD/dependabot/pip/develop/requests-2.28.1
build(deps): bump requests from 2.28.0 to 2.28.1
2022-07-01 09:47:49 +01:00
Athanasius
c97e6dcb50
Merge pull request #1603 from EDCD/dependabot/pip/develop/safety-2.0.0
build(deps-dev): bump safety from 1.10.3 to 2.0.0
2022-07-01 09:47:44 +01:00
dependabot[bot]
9dc5281571
build(deps): bump requests from 2.28.0 to 2.28.1
Bumps [requests](https://github.com/psf/requests) from 2.28.0 to 2.28.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.28.1)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 17:04:55 +00:00
dependabot[bot]
198a13e619
build(deps-dev): bump safety from 1.10.3 to 2.0.0
Bumps [safety](https://github.com/pyupio/safety) from 1.10.3 to 2.0.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/1.10.3...2.0.0)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 17:04:47 +00:00
Athanasius
a1179e1f29
Merge pull request #1602 from EDCD/dependabot/pip/develop/types-requests-2.28.0
build(deps-dev): bump types-requests from 2.27.31 to 2.28.0
2022-06-27 18:08:19 +01:00
dependabot[bot]
b2580b6f72
build(deps-dev): bump types-requests from 2.27.31 to 2.28.0
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.31 to 2.28.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 17:06:34 +00:00
Athanasius
9162b3a94d
eddn/fsssignaldiscovered: For Horizons add check on tracked location 2022-06-23 10:34:13 +01:00
Athanasius
e70b51cf03
Merge pull request #1601 from EDCD/fix/1598/eddn-fssisignaldiscovered-empty-array
eddn/fsssignaldiscovered: Catch where no signals pass checks
2022-06-23 10:33:15 +01:00