- 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

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=74
This commit is contained in:
Soc Virnyl Estela 2023-06-28 08:29:47 +00:00 committed by Git OBS Bridge
parent 977e80ef95
commit 9af40ccd1f
6 changed files with 59 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/JuliaLang/juliaup</param> <param name="url">https://github.com/JuliaLang/juliaup</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</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-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>

3
juliaup-1.11.0.tar.zst Normal file
View File

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

View File

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

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Wed Jun 28 08:19:48 UTC 2023 - socvirnyl.estela@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.estela@gmail.com> Wed Mar 1 10:10:34 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -21,7 +21,7 @@
%global latest_julia_version 1.8.3 %global latest_julia_version 1.8.3
Name: juliaup Name: juliaup
Version: 1.8.16 Version: 1.11.0
Release: 0 Release: 0
Summary: Julia installer and version multiplexer 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 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
@ -57,7 +57,7 @@ cp %{SOURCE2} .cargo/config
%install %install
%{cargo_install} --no-default-features %{cargo_install} --no-default-features
ln -sfv "%{_bindir}/julialauncher" "%{buildroot}/%{_bindir}/julia" # ln -sfv "%%{_bindir}/julialauncher" "%%{buildroot}/%{_bindir}/julia"
%files %files
%license LICENSE %license LICENSE

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ea247b78eaa4a7db95c4d8e98f37aa26a0976af31a11f5710d3109246ecc1e4a oid sha256:119e4f9cdaf8adc05080a4768db49972ea0111fa9808417f4ceb75b56c636f65
size 38569401 size 47820369