Deuchnord
08da3072f5
build: add support for Python 3.11 ( #295 )
BREAKING CHANGE: Python 3.7 is not supported anymore
2 years ago
Deuchnord
3bf4ed737c
build: remove AppImage ( #294 )
BREAKING CHANGE: AppImage is no longer available. This decision has been
made because it has become hard to maintain lately, and I don't have
time nor motivation to fix it.
2 years ago
dependabot[bot]
8654afebd9
ci(deps): bump amannn/action-semantic-pull-request from 5.0.1 to 5.0.2 ( #290 )
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases )
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md )
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.0.1...v5.0.2 )
---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
a91e163433
ci(deps): bump amannn/action-semantic-pull-request from 4 to 5.0.1 ( #288 )
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request ) from 4 to 5.0.1.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases )
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md )
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v4...v5.0.1 )
---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
948619b4a7
chore(deps): bump babel from 2.10.2 to 2.10.3 ( #270 )
* chore(deps): bump babel from 2.10.2 to 2.10.3
Bumps [babel](https://github.com/python-babel/babel ) from 2.10.2 to 2.10.3.
- [Release notes](https://github.com/python-babel/babel/releases )
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-babel/babel/compare/v2.10.2...v2.10.3 )
---
updated-dependencies:
- dependency-name: babel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: remove Babel verification check
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
2 years ago
dependabot[bot]
ff78ac49b4
ci(deps): bump actions/setup-python from 3 to 4 ( #268 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Jérôme Deuchnord
83d9cf70ac
ci: use GitHub Action to validate semantic commits
2 years ago
dependabot[bot]
c1b3425630
ci(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
16257fb826
ci(deps): bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
fc40d0ddb3
ci(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Jérôme Deuchnord
9832470fd9
chore(dependabot): fix Yaml style
2 years ago
Jérôme Deuchnord
ce6bce7e77
ci(dependabot): update configuration for PIP packages upgrade
2 years ago
Jérôme Deuchnord
82af358229
ci(dependabot): update GitHub Action images automatically
2 years ago
Jérôme Deuchnord
c7a268dea6
build: update release workflow
2 years ago
Jérôme Deuchnord
ca3ac9111e
chore: migrate to Poetry
BREAKING CHANGE: Docker support has been removed.
If you were using it, please migrate to [one of the other available options](https://kosmorro.space/cli/download/ ).
2 years ago
Jérôme Deuchnord
3b131750fa
test: rewrite the tests
3 years ago
Jérôme Deuchnord
462bb85704
build: fix release type
2 years ago
Jérôme Deuchnord
5d3d2a0d47
chore(i18n): fix messages scripts
2 years ago
Jérôme Deuchnord
9172e214dd
build: bump v0.10.9 ( fix #235 )
2 years ago
Jérôme Deuchnord
9c32dfbf7a
build: generate AppImage file
2 years ago
Jérôme Deuchnord
1ffe1ec571
chore: cleanup Makefile and release worlflow
2 years ago
Jérôme Deuchnord
d73f74a34c
fix(events): fix event details display for maximal elongation
3 years ago
Jérôme Deuchnord
b06d5842d5
chore: remove auto assignation, add Other OS
3 years ago
Jérôme Deuchnord
dc6a5e200e
chore: remove useless versions in bug report
3 years ago
Jérôme Deuchnord
6ae0502afe
chore: use GitHub forms to report bugs
3 years ago
dependabot[bot]
1e20d1eab6
chore(deps-dev): bump black from 21.7b0 to 21.8b0 ( #202 )
* chore(deps-dev): bump black from 21.7b0 to 21.8b0
Bumps [black](https://github.com/psf/black ) from 21.7b0 to 21.8b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update Black workflow
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
3 years ago
Jérôme Deuchnord
cbc5f6a7cc
ci: delete stale.yml ( #194 )
3 years ago
dependabot[bot]
2a6b620b53
chore(deps-dev): bump black from 21.6b0 to 21.7b0 ( #193 )
* chore(deps-dev): bump black from 21.6b0 to 21.7b0
Bumps [black](https://github.com/psf/black ) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* ci: update Black version
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
3 years ago
Jérôme Deuchnord
1fe90d2603
fix: enhance forward compatibility with Kosmorrolib ( #189 )
3 years ago
Jérôme Deuchnord
50f9e9eeba
build: fix Docker image build ( #180 )
3 years ago
Jérôme Deuchnord
7574c408c8
chore: remove POEditor last traces
3 years ago
Jérôme Deuchnord
f7d827e7e7
chore: delete unit-test workflow file
3 years ago
Jérôme Deuchnord
87206d7068
feat: use Kosmorrolib ( #162 )
3 years ago
Jérôme Deuchnord
b46f62869b
chore: set stale to 30 days instead of 60
3 years ago
Jérôme Deuchnord
0d9e7e2f0a
chore(i18n): migrate from POEditor to Weblate ( #170 )
3 years ago
Jérôme Deuchnord
8f331fe6c2
ci: remove Docker workflow (already handled on Docker Hub side) ( #146 )
3 years ago
Jérôme Deuchnord
2a2c418463
ci: fix syntax in the release workflow ( #141 )
3 years ago
Nic
a6d3575977
feat: add official Docker image ( #137 )
3 years ago
Jérôme Deuchnord
86983c957c
ci: fix various issues with the PRs checks ( #139 )
3 years ago
Jérôme Deuchnord
0cfc67fabd
ci: add stalebot
3 years ago
Jérôme Deuchnord
5a3038d522
chore: fix dependencies ( #133 )
3 years ago
Jérôme Deuchnord
0b12e71da8
ci(compatibility): test on more Python versions and on macOS ( #131 )
BREAKING CHANGE: on Ubuntu 20.04+, the `texlive-latex-extra` package is needed to generate the PDF output
3 years ago
Jérôme Deuchnord
8b723bfd22
refactor: use `enum` instead of `dict`s for the events and moon phase ( #129 )
BREAKING CHANGE: some methodes in Event and MoonPhase have been dropped
in favor of `enum.Enum`'s `name` and `value` properties.
3 years ago
Jérôme Deuchnord
331ab99aa1
feat(event): add support for moon apogee and perigee
4 years ago
Jérôme Deuchnord
b967a2d158
ci(commitlint): move to comlipy
4 years ago
dependabot-preview[bot]
580cc98df0
chore(dependabot): update Dependabot config file
4 years ago
Jérôme Deuchnord
3d7b529b6f
ci: create codeql-analysis.yml
4 years ago
Jérôme Deuchnord
203822bc5a
ci: fix release workflow
4 years ago
Jérôme Deuchnord
52409e35e3
ci: release locales through a workflow
4 years ago
Jérôme Deuchnord
c39cd3aefa
fix: handle out of range date error
4 years ago