update to 3.1.0
OBS-URL: https://build.opensuse.org/package/show/editors/editorconfig-checker?expand=0&rev=3
This commit is contained in:
parent
e6498b808f
commit
4d72ffb64c
4
_service
4
_service
@ -3,10 +3,10 @@
|
||||
<param name="url">https://github.com/editorconfig-checker/editorconfig-checker</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v3.0.3</param>
|
||||
<param name="revision">v3.1.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/editorconfig-checker/editorconfig-checker</param>
|
||||
<param name="changesrevision">24148c57d167e3eb45137021941d834ce588ff1f</param></service></servicedata>
|
||||
<param name="changesrevision">51fcdf065e53b1161caa88acd49cf09bb3fd28fa</param></service></servicedata>
|
3
editorconfig-checker-3.1.0.obscpio
Normal file
3
editorconfig-checker-3.1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8349eaac47660475230fe561e3fd675f9797f7723a87c19972cc65d3fe2a347
|
||||
size 1987084
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 08 12:04:18 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 3.1.0:
|
||||
* chore(main): release 3.1.0 (#408)
|
||||
* chore(deps): bump anchore/sbom-action from 0.17.4 to 0.17.9
|
||||
(#407)
|
||||
* chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.7
|
||||
to 1.4.8 (#406)
|
||||
* fix: actually use the correct end marker (#405)
|
||||
* fix: this release-please marker (#403)
|
||||
* ci: build artifacts with GoReleaser and use Release Please
|
||||
(#385)
|
||||
* chore(deps): bump wagoid/commitlint-github-action from 6.1.2 to
|
||||
6.2.0 (#400)
|
||||
* chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.6
|
||||
to 1.4.7 (#398)
|
||||
* chore(deps): bump golang.org/x/text from 0.20.0 to 0.21.0
|
||||
(#399)
|
||||
* chore(deps): bump codecov/codecov-action from 4 to 5 (#396)
|
||||
* chore(deps): bump golang.org/x/text from 0.19.0 to 0.20.0
|
||||
(#395)
|
||||
* refactor: replace Logger.LogMessage by storing an io.Writer
|
||||
(#380)
|
||||
* chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.5
|
||||
to 1.4.6 (#393)
|
||||
* docs: fix Hits-of-Code badge (#391)
|
||||
* chore: rename our own .ecrc to the new name (#392)
|
||||
* chore: pre-commit v2 (#384)
|
||||
* chore: add a pre-commit config (#381)
|
||||
* fix: add `.ecrc` deprecation warning (#389)
|
||||
* fix: typo in config, `SpacesAftertabs` => `SpacesAfterTabs`
|
||||
(#386)
|
||||
* chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0
|
||||
(#387)
|
||||
* chore: load codecov token from secrets (#382)
|
||||
* docs: add CONTRIBUTING.md and MAINTAINERS.md (#378)
|
||||
* refactor: output FormatErrors (#377)
|
||||
* feat: support `.editorconfig-checker.json` config (#375)
|
||||
* docs: try to explain excludes better for #370 (#372)
|
||||
* chore: docker `FROM…as` to `FROM…AS` (#376)
|
||||
* feat: provide Codeclimate compatible report fromat (#367)
|
||||
* chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0
|
||||
(#369)
|
||||
* chore(deps): bump wagoid/commitlint-github-action from 6.1.1 to
|
||||
6.1.2 (#368)
|
||||
* feat: consolidate adjacent error messages (#360)
|
||||
* feat: editorconfig-checker-disable-next-line (#363)
|
||||
* feat: add zip version when compressing all binaries (#321)
|
||||
(#362)
|
||||
* chore(deps): bump wagoid/commitlint-github-action from 6.0.2 to
|
||||
6.1.1 (#361)
|
||||
* chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0
|
||||
(#358)
|
||||
* chore(deps): bump wagoid/commitlint-github-action from 6.0.1 to
|
||||
6.0.2 (#357)
|
||||
* chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.4
|
||||
to 1.4.5 (#356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 07:44:06 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: editorconfig-checker
|
||||
version: 3.0.3
|
||||
mtime: 1720004278
|
||||
commit: 24148c57d167e3eb45137021941d834ce588ff1f
|
||||
version: 3.1.0
|
||||
mtime: 1736324064
|
||||
commit: 51fcdf065e53b1161caa88acd49cf09bb3fd28fa
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package editorconfig-checker
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define executable_name ec
|
||||
|
||||
Name: editorconfig-checker
|
||||
Version: 3.0.3
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Tool to verify that your files are in harmony with your .editorconfig
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2acaf1c415c8d4cd4c7818088d6a7a88f2adff69d5256622df7427bd7dc7d43
|
||||
size 1690370
|
||||
oid sha256:fab5354eb259c7d299872b6eac9d77c2291d71efd0358718001405d684592755
|
||||
size 1084413
|
||||
|
Loading…
x
Reference in New Issue
Block a user