Revisions of gitlint

buildservice-autocommit accepted request 1149776 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 17)
baserev update by copy to link target
Oliver Kurz's avatar Oliver Kurz (okurz) committed (revision 16)
Fix missing setuptools dependency
Oliver Kurz's avatar Oliver Kurz (okurz) committed (revision 15)
Add missing build dependency "setuptools"
buildservice-autocommit accepted request 1069322 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- update to 0.18.0:
  * Python 3.11 support
  * Last release to support Python 3.6 (EOL since 2021-12-23)
  * **Behavior Change**: In a future release, gitlint will be
    switching to use `re.search` instead of `re.match` semantics
    for all rules. Your rule regexes might need updating as a
    result, gitlint will print a warning if so. More details are
    in the docs. (#254)
  * gitlint no longer uses the sh library by default in an
    attempt to reduce external dependencies. In case of issues,
    the use of `sh` can be re-enabled by setting the env var
    `GITLINT_USE_SH_LIB=1`. This fallback will be removed
    entirely in a future gitlint release. (#351)
  * `--commits` now also accepts a comma-separated list of commit
    hashes, making it possible to lint a list of non-contiguous
    commits without invoking gitlint multiple times (#283)
  * Improved handling of branches that have no commits (#188)
  * Support for `GITLINT_CONFIG` env variable (#189)
  * Added a new `gitlint-ci` pre-commit hook, making it easier to
    run gitlint through pre-commit in CI (#191)
  * Gitlint now recognizes `fixup=amend` commits (see related
    git documentation), available as
    `commit.is_fixup_amend_commit=True`
  * Gitlint now parses diff **stat** information, available
    in `commit.changed_files_stats` (#314)
  * Bugfixes:
  *   - Use correct encoding when using `--msg-filename`
    parameter (#310)
  *   - Various documentation fixes (#244) (#263) (#266) (#294)
    (#295) (#347) (#364) - thanks scop, OrBin, jtaylor100,
buildservice-autocommit accepted request 867225 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 12)
baserev update by copy to link target
Oliver Kurz's avatar Oliver Kurz (okurz) accepted request 867224 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 11)
- Fix filelist: do not use %{name}, as python single-spec rewrites
  the value 'as needed', interfering in this case.
buildservice-autocommit accepted request 827516 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 9)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 8)
- 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.
buildservice-autocommit accepted request 713565 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 7)
baserev update by copy to link target
Oliver Kurz's avatar Oliver Kurz (okurz) accepted request 713435 from Rick Salevsky's avatar Rick Salevsky (rsalevsky) (revision 6)
- Correct download target URL and fix relax-requirements.patch
Oliver Kurz's avatar Oliver Kurz (okurz) accepted request 713058 from Rick Salevsky's avatar Rick Salevsky (rsalevsky) (revision 5)
- Update to v0.11.0
  * add relax-requirements.patch to make it work with openSUSE
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 505652 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 4)
initialized devel package after accepting 505652
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 3)
- Drop parts of description which are not relevant to package
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 2)
- Install LICENSE as well
- Use update alternatives
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 504007 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 1)
Initial submission of gitlint; Incorporated suggestions from sr 503712
Displaying all 17 revisions
openSUSE Build Service is sponsored by