4 Commits

Author SHA256 Message Date
15236db3b1 Accepting request 1314861 from devel:languages:go
- Update to version 3.6.0:
  * release 3.6.0
  * feat: support D2 (#656)
  * feat: Automatically provide corrective suggestions when command-line flags contain errors (#655)
  * add in graph database support (#654)
  * refactor: testing formatting using Go (#652)
  * feat: support Algol 68 (#651)
  * feat: upgrade to Go 1.25.2 (#650)
  * fix: Remove ComplexityLine from JSON output (#649)
  * perf: speed up toCSVSummary (#648)
  * fix: fix sort for CSV outputs (#647)
  * Fix CoC
  * Update README.md
  * Add citation section to README
  * feat: support Rich Text Format (#643)
  * feat: format more numbers using current locale (#641)
  * fix: correct spacing padding (#640)
  * feat: support POML and ArkTs (#639)
  * refactor: fix some golangci-lint warnings (#638)
  * feat: support new language Seed7 (#637)
  * add in badge tweaks for effort
  * tweaking formatting (#634)
  * ensure we know systemd comments (#632)
  * Added support for JCL files (#630)
  * feat: reduce allocs in DetectSheBang (#628)
  * Docs: Fix typo in 'scc for Teams & Enterprise' section of README.md (#629)
  * fix: fix CountStats performance (#626)
  * Refactor: simplify printXXX functions usages (#625)
  * feat: speed up specific languages test (#624)
  * doc: missing new formatting delivered in #335 (#623) (forwarded request 1314826 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1314861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scc?expand=0&rev=3
2025-10-31 15:28:42 +00:00
e8ba3d53de - Update to version 3.6.0:
* release 3.6.0
  * feat: support D2 (#656)
  * feat: Automatically provide corrective suggestions when command-line flags contain errors (#655)
  * add in graph database support (#654)
  * refactor: testing formatting using Go (#652)
  * feat: support Algol 68 (#651)
  * feat: upgrade to Go 1.25.2 (#650)
  * fix: Remove ComplexityLine from JSON output (#649)
  * perf: speed up toCSVSummary (#648)
  * fix: fix sort for CSV outputs (#647)
  * Fix CoC
  * Update README.md
  * Add citation section to README
  * feat: support Rich Text Format (#643)
  * feat: format more numbers using current locale (#641)
  * fix: correct spacing padding (#640)
  * feat: support POML and ArkTs (#639)
  * refactor: fix some golangci-lint warnings (#638)
  * feat: support new language Seed7 (#637)
  * add in badge tweaks for effort
  * tweaking formatting (#634)
  * ensure we know systemd comments (#632)
  * Added support for JCL files (#630)
  * feat: reduce allocs in DetectSheBang (#628)
  * Docs: Fix typo in 'scc for Teams & Enterprise' section of README.md (#629)
  * fix: fix CountStats performance (#626)
  * Refactor: simplify printXXX functions usages (#625)
  * feat: speed up specific languages test (#624)
  * doc: missing new formatting delivered in #335 (#623)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/scc?expand=0&rev=13
2025-10-31 13:03:39 +00:00
a996a9ac14 Accepting request 1246300 from devel:languages:go
- Update to version 3.5.0:
- Packaging improvements:
  * Update to BuildRequires: golang(API) >= 1.24 matching go.mod (forwarded request 1246296 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1246300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scc?expand=0&rev=2
2025-02-17 19:55:00 +00:00
57dcab5134 - Update to version 3.5.0:
- Packaging improvements:
  * Update to BuildRequires: golang(API) >= 1.24 matching go.mod

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/scc?expand=0&rev=11
2025-02-17 04:09:41 +00:00
7 changed files with 151 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/boyter/scc.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v3.4.0</param>
<param name="revision">v3.6.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/boyter/scc.git</param>
<param name="changesrevision">2b0d425e991dcb9e546994f09e7604b85a452447</param></service></servicedata>
<param name="changesrevision">5aa3f1b8023eba103cc9445471937f3841dd6b4f</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c51078fc5564a505470e456d78dba5bb9b81b8c83684dd304ac5d94ced799ed
size 2611174

3
scc-3.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f62b46b9756761057f982db0a4b27e90f552cc318b09e8c77fb783d4b885c979
size 2375648

View File

@@ -1,3 +1,143 @@
-------------------------------------------------------------------
Fri Oct 31 12:49:32 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 3.6.0:
* release 3.6.0
* feat: support D2 (#656)
* feat: Automatically provide corrective suggestions when command-line flags contain errors (#655)
* add in graph database support (#654)
* refactor: testing formatting using Go (#652)
* feat: support Algol 68 (#651)
* feat: upgrade to Go 1.25.2 (#650)
* fix: Remove ComplexityLine from JSON output (#649)
* perf: speed up toCSVSummary (#648)
* fix: fix sort for CSV outputs (#647)
* Fix CoC
* Update README.md
* Add citation section to README
* feat: support Rich Text Format (#643)
* feat: format more numbers using current locale (#641)
* fix: correct spacing padding (#640)
* feat: support POML and ArkTs (#639)
* refactor: fix some golangci-lint warnings (#638)
* feat: support new language Seed7 (#637)
* Update README.md
* add in badge tweaks for effort
* tweaking formatting (#634)
* ensure we know systemd comments (#632)
* Added support for JCL files (#630)
* feat: reduce allocs in DetectSheBang (#628)
* Docs: Fix typo in 'scc for Teams & Enterprise' section of README.md (#629)
* Update README.md
* Update README.md
* fix: fix CountStats performance (#626)
* Refactor: simplify printXXX functions usages (#625)
* feat: speed up specific languages test (#624)
* doc: missing new formatting delivered in #335 (#623)
* feat: format numbers using current locale (#622)
* feat: Support .Net 10 CSharp shebang (#621)
* feat: Update CMake language information (#620)
* Update README.md
* RAML support (#619)
* Update terraform extensions
* Support new language Go+ (#617)
* Support GTK Blueprint (#616)
* update Perl and Python language information (#615)
* Support PostScript (#614)
* fix TypeScript and JavaScript language information (#613)
* use # as line comment symbol for nix (#612)
* Support xmake & update lua and luau (#609)
* Silent some CodeFactor issues (#608)
* Add OpenTofu (#607)
* print command line completions (#337) (#606)
* Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#605)
* add koto (#604)
* add language scallop (#603)
* Change version to next
* Add in support for C3 lang (#602)
* Accelerating scc startup speed with code generation (#594)
* add Tact language (#600)
* fix staticcheck warnings (#598)
* add elixir template
* Update README.md
* Update devcontainer to support go1.24 (#596)
-------------------------------------------------------------------
Mon Feb 17 01:57:10 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 3.5.0:
* add in HCL support (#593)
* start to add in more stats (#591)
* Upgrade to Go 1.24 (#588)
* Add fedora install instructions in README (#592)
* Tweak wise file
* Update zig complexity checks (#587)
* (docs) fix GitLab CI link to metrics reports (#586)
* redo constants after fixing prs
* convert badge tracker to map
* Elixir HEEx template support, Elixir complexity (#577)
* Add C++ module file extensions (#578)
* Update the Swift code complexity check (#576)
* Fix docker image name (#579)
* attempt to fix build
* convert to simplecache (#573)
* Make "--exclude-dir" support multi-level dirs (#572)
* Add Treetop Support - https://cjheath.github.io/treetop/ (#571)
* Use a faster method to convert ints to strings (#570)
* add wise jobfile definition (#569)
* expose language information for 3rd parties
* Update Vala's language information (#567)
* Recognize .glsl extension as GLSL (#566)
* Bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#565)
* Add metal language supporty (#562)
* Add a newline to output files (#561)
* Add support for emit https://esolangs.org/wiki/EmiT (#559)
* Use json-iterator/go for all JSON operations (#556)
* Fix TestSimpleCache_Multiple (#558)
* Add in support for up (#557)
* typo fix (#554)
* languages: add SPL (#553)
* Fix for issue 552
* Update the install section of the README.md (#551)
* Simplify and clean up the code (#548)
* corrected the parameter(--no-ignore) interpretation (#547)
* Mark processor/constants.go as an automatically generated file (#545)
* Added badge SVG customization URL query params and associated tests (#544)
* Support `licen(c|s)e-apache` (#543)
* refactor: using standard libraries to do file operations (#542)
* Add devcontainer config (#541)
* Catch any `os.Stat` error (#540)
* feat: support json5 (#539)
* Make winget install more specific (#537)
* Refactor formatters (#536)
* Tweak pascal for accuracy
* Remove travis file
* Godot Scene (#534)
* Tell GitHub that `.sccignore` is an ignore list (#533)
* Update README.md
* Update Dockerfile
* Moonbit (#530)
* Smalltalk (#529)
* jq (#528)
* Redscript (#527)
* ABNF (#526)
* LiveScript (#525)
* DAML Language (#524)
* Tera support (#523)
* TTCN-3 support (#522)
* Bean language support (#521)
* Gleam support (#520)
* Add stan language (#519)
* Gwion Support (#518)
* Update output and mention .sccignore support
* Add in scc ignore file support
* Upgrade go code walker
* More options to control goroutines
* Add in astro file support https://github.com/boyter/scc/issues/511
* Update performance metrics
- Packaging improvements:
* Update to BuildRequires: golang(API) >= 1.24 matching go.mod
-------------------------------------------------------------------
Tue Oct 1 15:36:55 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package scc
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define shortname sccount
Name: scc
Version: 3.4.0
Version: 3.6.0
Release: 0
Summary: CLI tool to report lines of code and other metrics
License: MIT
@@ -26,7 +27,7 @@ Group: Development/Tools/Other
URL: https://github.com/boyter/scc
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang(API) >= 1.22
BuildRequires: golang(API) >= 1.24
%description
A tool similar to cloc, sloccount and tokei. For counting physical the lines of

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6fb283609c1d9f7d573a51b0dc939c27c40baaf3edbd70766d6c14c3e77a898
size 1797606
oid sha256:6ad9fb77f98b1f4b1195fb65cde07d22155490e07a27f72d76e74326c256cd7c
size 1594576