Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scc for openSUSE:Factory checked in 
at 2025-02-17 20:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scc (Old)
 and      /work/SRC/openSUSE:Factory/.scc.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scc"

Mon Feb 17 20:55:00 2025 rev:2 rq:1246300 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/scc/scc.changes  2024-10-02 21:33:43.239220094 
+0200
+++ /work/SRC/openSUSE:Factory/.scc.new.8181/scc.changes        2025-02-17 
20:55:13.282213124 +0100
@@ -1,0 +2,76 @@
+Mon Feb 17 01:57:10 UTC 2025 - Jeff Kowalczyk <jkowalc...@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
+
+-------------------------------------------------------------------

Old:
----
  scc-3.4.0.tar.gz

New:
----
  scc-3.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scc.spec ++++++
--- /var/tmp/diff_new_pack.ZEGAqs/_old  2025-02-17 20:55:15.770316844 +0100
+++ /var/tmp/diff_new_pack.ZEGAqs/_new  2025-02-17 20:55:15.770316844 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scc
 #
-# Copyright (c) 2021 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
@@ -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.5.0
 Release:        0
 Summary:        CLI tool to report lines of code and other metrics
 License:        MIT
@@ -26,7 +27,7 @@
 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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZEGAqs/_old  2025-02-17 20:55:15.802318178 +0100
+++ /var/tmp/diff_new_pack.ZEGAqs/_new  2025-02-17 20:55:15.806318345 +0100
@@ -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.5.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ZEGAqs/_old  2025-02-17 20:55:15.826319179 +0100
+++ /var/tmp/diff_new_pack.ZEGAqs/_new  2025-02-17 20:55:15.830319346 +0100
@@ -1,6 +1,6 @@
 <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">965213f77b515103a85a7d8515b2e95bd3e98c5c</param></service></servicedata>
 (No newline at EOF)
 

++++++ scc-3.4.0.tar.gz -> scc-3.5.0.tar.gz ++++++
++++ 26090 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 12450 lines of diff (skipped)

Reply via email to