Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package juliaup for openSUSE:Factory checked in at 2023-06-29 17:28:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/juliaup (Old) and /work/SRC/openSUSE:Factory/.juliaup.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "juliaup" Thu Jun 29 17:28:27 2023 rev:10 rq:1095773 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/juliaup/juliaup.changes 2023-01-04 17:53:29.050493332 +0100 +++ /work/SRC/openSUSE:Factory/.juliaup.new.13546/juliaup.changes 2023-06-29 17:28:48.970430771 +0200 @@ -1,0 +2,64 @@ +Wed Jun 28 08:19:48 UTC 2023 - socvirnyl.est...@gmail.com + +- Update to version 1.11.0: + * Add all binaries to Cargo.toml + * Build everythin before running tests + * Add metadata to Cargo.toml + * Exclude some files from package + * Only buildnecessary binaries in release workflow + * Added a bit more error messages + * Fix warning about symlink folder not being on PATH + * Absolutize path for link command + * chore: Release juliaup version 1.10.0 + * Add override documentation to README + * Rename `override list` to `override status` + * Add override tests + * Prevent deletion of channel that is used in override + * Format paths nicer on Windows + * Use override in launcher + * Add basic override management + * Add basic override scaffolding + * Add docs for JULIAUP_CHANNEL + * Go back to simpler error implementation + * Add tests for channel selection + * Add JULIAUP_CHANNEL env var + * Add SOCKS5 support on Linux/Mac + * Use more standard syntax + * Commit Cargo.lock + * Fix formatting + * Simplify http get request + * Revert test.yml changes + * Use reqwest + * use optional input + * work on better parsers + * Reorder args + * chore: added back ureq for macos deps + * chore: initial reqwest migration + * chore: generate new lockfile + * chore: replace ureq to reqwest in Cargo.toml + * fix: replace atty with is-terminal + * Update version db (#606) + * add a blame ignore revision file to avoid formatting changes to pollute git blame (#599) + * run cargo format on all files (#595) + * Update version db (#591) + * remove double negative from input + * add more cli parameters for automated install + * Sleep for 30 seconds before and after purging the Fastly cache + * Update juliaup.rs + * Fix update to work with removed channels + * Use better error messages + +------------------------------------------------------------------- +Wed Mar 1 10:10:34 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update vendored dependencies. +- Restrict to Tier 1 architectures. +- Declare disk size to 8GB to avoid "No space left on device". + +------------------------------------------------------------------- +Mon Feb 13 00:00:03 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Automatic update of vendored dependencies. +- Use zstd compression for tarballs. + +------------------------------------------------------------------- Old: ---- juliaup-1.8.16.tar.xz vendor.tar.xz New: ---- juliaup-1.11.0.tar.zst vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ juliaup.spec ++++++ --- /var/tmp/diff_new_pack.ffCdwL/_old 2023-06-29 17:28:51.486445509 +0200 +++ /var/tmp/diff_new_pack.ffCdwL/_new 2023-06-29 17:28:51.490445533 +0200 @@ -21,17 +21,19 @@ %global latest_julia_version 1.8.3 Name: juliaup -Version: 1.8.16 +Version: 1.11.0 Release: 0 Summary: Julia installer and version multiplexer License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND ISC AND MIT AND MPL-2.0 AND MIT Group: Development/Languages/Other URL: https://github.com/JuliaLang/juliaup -Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust+cargo +BuildRequires: zstd +ExclusiveArch: %{rust_tier1_arches} # It doesn't make sense to do this anyway. # Provides: julia = %%{latest_julia_version} @@ -55,7 +57,7 @@ %install %{cargo_install} --no-default-features -ln -sfv "%{_bindir}/julialauncher" "%{buildroot}/%{_bindir}/julia" +# ln -sfv "%%{_bindir}/julialauncher" "%%{buildroot}/%{_bindir}/julia" %files %license LICENSE ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.ffCdwL/_old 2023-06-29 17:28:51.522445720 +0200 +++ /var/tmp/diff_new_pack.ffCdwL/_new 2023-06-29 17:28:51.522445720 +0200 @@ -4,6 +4,9 @@ <memory> <size unit="G">4</size> </memory> + <disk> + <size unit="G">8</size> + </disk> </hardware> </constraints> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ffCdwL/_old 2023-06-29 17:28:51.542445837 +0200 +++ /var/tmp/diff_new_pack.ffCdwL/_new 2023-06-29 17:28:51.546445861 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/JuliaLang/juliaup</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">0a42faa</param> + <param name="revision">ea6a101</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> @@ -12,12 +12,12 @@ <service mode="disabled" name="tar" /> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">zstd</param> </service> <service mode="disabled" name="set_version"/> <service name="cargo_vendor" mode="disabled"> <param name="srcdir">juliaup</param> - <param name="compression">xz</param> + <param name="compression">zst</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled">