| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 4.2.1:
* Add Python 3.13 support (gh#jrnl-org/jrnl#1893)
* Add calendar heatmap display format (gh#jrnl-org/jrnl#1759)
* -contains doesn't accept multiple search terms, doesn't work with -and
(gh#jrnl-org/jrnl#1877)
* Tests failing on develop branch starting with pytest-bdd 7.1.2
(gh#jrnl-org/jrnl#1875)
* Ignore color when used in a pipeline (gh#jrnl-org/jrnl#1839)
* Fix -contains to allow multiple terms with "OR" logic unless -and is
added (gh#jrnl-org/jrnl#1890)
- Updated to version 4.1:
+ Add Python 3.12 support, (gh#jrnl-org/jrnl#1761).
+ Set new required build fields in the ReadTheDocs config file,
(gh#jrnl-org/jrnl#1803).
+ Replace flake8 and isort with ruff linter and add black --check
to linting step, (gh#jrnl-org/jrnl#1763).
+ Add note about messages going to stderr and the implication for
piping, (gh#jrnl-org/jrnl#1768).
- Drop requires on ansiwrap.
- Add note about using the keyring to encrypt, (boo#1223003,
gh#jrnl-org/jrnl#1883 and gh#marcus-h/python-keyring-keyutils#1).
- Initial build at version 4.0.1. - Add jrnl-dateutil.patch: Fix dateutil naming convention.