File gitlint.changes of Package gitlint
-------------------------------------------------------------------
Wed Jan 27 15:50:32 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix filelist: do not use %{name}, as python single-spec rewrites
the value 'as needed', interfering in this case.
-------------------------------------------------------------------
Sun Aug 16 23:17:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.13.1:
* Patch to enable --staged flag for pre-commit.
* Minor doc updates (#109)
Revert Commits are now recognized and ignored by default (#99)
--staged flag: gitlint can now detect meta-data (such as author details, changed files, etc) of staged/pre-commits. Useful when you use gitlint's commit-msg hook or precommit (#105)
* New branch properties on GitCommit and GitContext, useful when writing your own user-defined rules: commit.branches and commit.context.current_branch (#108)
* Python 3.8 support
* Python 3.4 no longer supported. Python 3.4 has reached EOL and an increasing
* Gitlint no longer crashes when acting on empty repositories (this only occurred in specific circumstances).
* Under-the-hood: dependencies updated, unit and integration test improvements, migrated from TravisCI to Github Actions.
-------------------------------------------------------------------
Thu Jul 4 11:56:39 UTC 2019 - Rick Salevsky <rick.salevsky@suse.com>
- Correct download target URL and fix relax-requirements.patch
-------------------------------------------------------------------
Tue Jul 2 12:12:25 UTC 2019 - Rick Salevsky <rick.salevsky@suse.com>
- Update to v0.11.0
* add relax-requirements.patch to make it work with openSUSE
-------------------------------------------------------------------
Thu Jun 22 10:18:11 UTC 2017 - mpluskal@suse.com
- Install LICENSE as well
- Use update alternatives
- Drop parts of description which are not relevant to package
-------------------------------------------------------------------
Thu Mar 9 13:42:50 UTC 2017 - okurz@suse.com
- Initial submission