Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package just for openSUSE:Factory checked in 
at 2024-11-21 15:17:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/just (Old)
 and      /work/SRC/openSUSE:Factory/.just.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "just"

Thu Nov 21 15:17:06 2024 rev:22 rq:1225420 version:1.37.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/just/just.changes        2024-10-01 
17:20:06.706474596 +0200
+++ /work/SRC/openSUSE:Factory/.just.new.28523/just.changes     2024-11-21 
15:17:47.287359895 +0100
@@ -1,0 +2,34 @@
+Wed Nov 20 22:16:34 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- update to 1.37.0:
+  * Add style() function
+  * Terminal escape sequence constants
+  * Add && and || operators
+  * Make recipe doc attribute override comment
+  * Don't export constants
+  * Allow duplicate imports
+  * Publish single SHA256SUM file with releases
+  * Mark recipes with private attribute as private in JSON dump
+  * Forbid invalid attributes on assignments
+  * Add -g to rust-just install instructions
+  * Change doc backtick color to cyan
+  * Note that set shell is not used for [script] recipes
+  * Replace derivative with derive-where
+  * Highlight backticks in docs when listing recipes
+  * Update setup-just version in README
+  * Fix shell function example in readme
+  * Update softprops/action-gh-release
+  * Use justfile instead of mf on invalid examples in readme
+  * Add advice on printing complex strings
+  * Document using functions in variable assignments
+  * Use prettier string comparison in tests
+  * Note shell(…) as an alternative to backticks
+  * Add Recipe::subsequents
+  * Add subsequents to grammar
+  * Document checking releases hashes
+  * Show how to access positional arguments with powershell
+  * Use -CommandWithArgs instead of -cwa
+  * Document -cwa flag for PowerShell positional arguments
+  * Use unwrap_or when creating relative path in loader
+
+-------------------------------------------------------------------

Old:
----
  just-1.36.0.tar.gz

New:
----
  cargo_config
  just-1.37.0.tar.gz

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

Other differences:
------------------
++++++ just.spec ++++++
--- /var/tmp/diff_new_pack.VyvuEM/_old  2024-11-21 15:17:49.403447857 +0100
+++ /var/tmp/diff_new_pack.VyvuEM/_new  2024-11-21 15:17:49.407448023 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           just
-Version:        1.36.0
+Version:        1.37.0
 Release:        0
 Summary:        Commmand runner
 License:        (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR 
BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH 
LLVM-exception OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-3-Clause 
AND CC0-1.0 AND MIT AND CC0-1.0
@@ -25,6 +25,7 @@
 URL:            https://github.com/casey/just
 Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
+Source2:        cargo_config
 BuildRequires:  bash-completion
 BuildRequires:  cargo-packaging
 BuildRequires:  fish
@@ -71,6 +72,8 @@
 
 %prep
 %autosetup -a1
+mkdir -p .cargo
+cp %{SOURCE2} .cargo/config
 
 %build
 %{cargo_build} --all-features

++++++ _service ++++++
--- /var/tmp/diff_new_pack.VyvuEM/_old  2024-11-21 15:17:49.447449686 +0100
+++ /var/tmp/diff_new_pack.VyvuEM/_new  2024-11-21 15:17:49.447449686 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="download_files" mode="manual" />
   <service name="cargo_vendor" mode="manual">
-     <param name="src">just*.tar.*</param>
+     <param name="src">just*.tar.gz</param>
      <param name="update">true</param>
      <param name="filter">true</param>
   </service>

++++++ cargo_config ++++++
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"

++++++ just-1.36.0.tar.gz -> just-1.37.0.tar.gz ++++++
++++ 3489 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/just/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.just.new.28523/vendor.tar.zst differ: char 6, line 1

Reply via email to