Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70780097b564e458dbc36619af91b354d1b47c24faabece456ad55e8b0e177ba
|
||||
size 827346
|
3
juliaup-1.17.4.tar.gz
Normal file
3
juliaup-1.17.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94326828c6f2a2138e2c6ff2e573c4a146f8d08a7fc3aeaa5982d0fea67c7102
|
||||
size 821594
|
@ -1,51 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 27 06:26:59 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.17.10:
|
||||
* Update src/command_update.rs
|
||||
* Prevent compiler warning without panicking
|
||||
* Update src/operations.rs
|
||||
* Add a eprintln! when the version db is updated
|
||||
* Delete a temp file if optimistic locking didn't work
|
||||
* Update a call signature
|
||||
* Allow longer read lock
|
||||
* Finish temp download of version db
|
||||
* Add `pr{number}~{arch}` variations to list
|
||||
* Update tests/command_initial_setup_from_launcher_test.rs
|
||||
* Print more things to stderr rather than stdout
|
||||
* Update tests/command_initial_setup_from_launcher_test.rs
|
||||
* Clean up error messages in the launcher
|
||||
* Use `rustls-tls-native-roots` for `reqwest` on FreeBSD (#1062)
|
||||
* Update the LTS version to 1.10
|
||||
* Also notify when updating nightly/pr channels
|
||||
* Add tests for --prune-linked
|
||||
* Use separate conditional steps for passing --check to rustfmt
|
||||
* Address comment
|
||||
* Fix windows check
|
||||
* Warn when linking to invalid julia binary
|
||||
* Error when attempting to launch invalid julia binary.
|
||||
* Address feedback
|
||||
* Phrasing and comments
|
||||
* Use reviewdog to suggest rustfmt diff
|
||||
* Add 'up' alias to self update
|
||||
* fix: first read, then delete.
|
||||
* feat: shows when updating symlinks
|
||||
* fix: styled message.
|
||||
* fix: better message
|
||||
* fix: old version too chatty
|
||||
* Get current juliaup channel with `juliaup self channel`
|
||||
* Add --prune-linked option for garbage collection
|
||||
* Remove unnecessary flag on Windows job
|
||||
* Check if path points to valid julia binary
|
||||
* Ensure Julia termintes when launcher terminates on Windows
|
||||
* Put AUR publishing in release channel
|
||||
* Support overriding an override
|
||||
* fix `is_juliaup_installed`
|
||||
* use is_terminal not atty
|
||||
* Check if the terminal is a TTY and not redirected
|
||||
* Don't import Term
|
||||
* Don't change terminal title
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 01:05:28 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
# We will keep this for now
|
||||
%global oldest_supported_julia_version 0.7.0
|
||||
%global latest_julia_version 1.11.1
|
||||
%global latest_julia_version 1.10.5
|
||||
|
||||
Name: juliaup
|
||||
Version: 1.17.10
|
||||
Version: 1.17.4
|
||||
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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47a2d77e98a2389697a6230a9e94caf5b2dcfafc3006ece2a20a1e58eeceb237
|
||||
size 36879571
|
||||
oid sha256:1a69f958f25fbc41452db38d4df8c5e731048de66cfebc8f520174703381afd7
|
||||
size 37059226
|
||||
|
Loading…
Reference in New Issue
Block a user