dependabot[bot]
f012f9f18e
ci(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
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>
11ヶ月前
dependabot[bot]
57da503a5c
ci(deps): bump actions/checkout from 3 to 4 ( #338 )
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
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>
1年前
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年前
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年前
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年前
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年前
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年前
Jérôme Deuchnord
5d3d2a0d47
chore(i18n): fix messages scripts
2年前
Jérôme Deuchnord
87206d7068
feat: use Kosmorrolib ( #162 )
3年前
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年前
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年前
Jérôme Deuchnord
0b19b7a62e
ci: split Python workflow to enhance DX
4年前
Jérôme Deuchnord
95f7d4a55a
ci: run the tests in the PRs
4年前
Jérôme Deuchnord
abbbc48043
ci: remove useless Unit tests step
Unit tests are already run by the Code coverage step (renamed to Unit
tests)
4年前
Jérôme Deuchnord
c4f07a1d64
feat(i18n): make the strings translatable
4年前
Jérôme Deuchnord
2cadf6b137
test(coverage): add codecov
5年前
Jérôme Deuchnord
f66cd9195c
build: Upgrade Python version
5年前
Jérôme Deuchnord
a8dfe3bd11
Add unit tests, fix variable names
5年前
Jérôme Deuchnord
2ef848eb16
Fix lint warnings
5年前
Jérôme Deuchnord
392b2dd7dc
Refactorization of the computation functions
5年前
Jérôme Deuchnord
bdf0d266da
A score of 10/10 on PyLint is now required
5年前
Jérôme Deuchnord
15632cc9b3
Fix lint issues
5年前
Jérôme Deuchnord
2a902ac359
Add GitHub Actions ( #2 )
5年前