forked from pool/juliaup
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
3d764f42ba | |||
dc378337b4 | |||
e67c39583e | |||
|
8159fc9d4c | ||
9674d270cb | |||
|
19795ebb21 | ||
c2ec2e2690 | |||
|
f9f2d24005 |
3
juliaup-1.17.19.tar.gz
Normal file
3
juliaup-1.17.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bcc9d9145e0d60d47aace5104805f6a21cab75ba19d8cfda88e1b7573291c7e
|
||||
size 835733
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94326828c6f2a2138e2c6ff2e573c4a146f8d08a7fc3aeaa5982d0fea67c7102
|
||||
size 821594
|
@@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 18:32:05 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.17.19:
|
||||
* No release notes.
|
||||
- Enforce BuildRequires: cargo >= 1.80 to avoid build failures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 13 03:32:26 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.17.13:
|
||||
* support `x.y-nightly` channel to allow testing nightlies on release branches
|
||||
* If nightly check is going slowly inform user
|
||||
* Update deps
|
||||
* Fix default --project handling
|
||||
* Fix a call signature bug
|
||||
* Use correct way to show error message when launching from manifest
|
||||
* Use config setting for manifest launch
|
||||
* Launch exact Julia version from manifest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 13:03:06 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update vendored dependencies.
|
||||
* resolves bsc#1233963
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package juliaup
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
# We will keep this for now
|
||||
%global oldest_supported_julia_version 0.7.0
|
||||
%global latest_julia_version 1.10.5
|
||||
%global latest_julia_version 1.11.5
|
||||
|
||||
Name: juliaup
|
||||
Version: 1.17.4
|
||||
Version: 1.17.19
|
||||
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
|
||||
@@ -29,7 +29,7 @@ Group: Development/Languages/Other
|
||||
URL: https://github.com/JuliaLang/juliaup
|
||||
Source0: https://github.com/JuliaLang/juliaup/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo >= 1.80
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: zstd
|
||||
Requires: ca-certificates
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a69f958f25fbc41452db38d4df8c5e731048de66cfebc8f520174703381afd7
|
||||
size 37059226
|
||||
oid sha256:d5ac9793ca4ffb232dc6b495be69d670a1061f82d008cb9a0228679b1bf00b1c
|
||||
size 33796984
|
||||
|
Reference in New Issue
Block a user