SHA256
10
0
forked from pool/juliaup

4 Commits

Author SHA256 Message Date
cc61fbd440 Accepting request 1200728 from science
- Update to version 1.17.4:
  - Try a different PublisherDisplayName for store publication
  - Only check existing file permissions
  - Check file permissions before installing
  - Be more careful about existing installs
  - Fix package identity
  - Fix a bug
  - Package portable windows on win runner
  - Fix signing of windows portables
  - Sign more things
  - Update branding
  - Update deps
  - Error handling for `juliaup self update` (non-Windows)
  - add tests
  - add docs
  - support pr channels
  - use strongly typed Shell type for completions subcommand argument
  - Update version db
  - Update deps
  - Experiment with win package identity
  - Fix typo in README.md
  - Update deps
  - Update versiondb to include FreeBSD
  - Include FreeBSD when generating versiondb
  - Only modify shell scripts if that is selected
  - Delete old win shell script
  - Revert "adds some information on which channel is updating."
  - Fix a mistake
- Update to version 1.14.8
  * Dependencies update
- Update to version 1.14.7
  * CHANGES ARE WINDOWS SPECIFIC
- Update vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1200728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=17
2024-09-13 12:34:03 +00:00
Soc Virnyl Estela
6181759d21 - Update to version 1.17.4:
- Try a different PublisherDisplayName for store publication
  - Only check existing file permissions
  - Check file permissions before installing
  - Be more careful about existing installs
  - Fix package identity
  - Fix a bug
  - Package portable windows on win runner
  - Fix signing of windows portables
  - Sign more things
  - Update branding
  - Update deps
  - Error handling for `juliaup self update` (non-Windows)
  - add tests
  - add docs
  - support pr channels
  - use strongly typed Shell type for completions subcommand argument
  - Update version db
  - Update deps
  - Experiment with win package identity
  - Fix typo in README.md
  - Update deps
  - Update versiondb to include FreeBSD
  - Include FreeBSD when generating versiondb
  - Only modify shell scripts if that is selected
  - Delete old win shell script
  - Revert "adds some information on which channel is updating."
  - Fix a mistake

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=96
2024-09-13 01:10:10 +00:00
Soc Virnyl Estela
3ed99bfdc2 - Update to version 1.14.8
* Dependencies update

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=95
2024-06-08 07:09:13 +00:00
Soc Virnyl Estela
c166fa5ed4 - Update to version 1.14.7
* CHANGES ARE WINDOWS SPECIFIC
- Update vendored dependencies

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=94
2024-03-22 14:11:37 +00:00
5 changed files with 9 additions and 83 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bcc9d9145e0d60d47aace5104805f6a21cab75ba19d8cfda88e1b7573291c7e
size 835733

3
juliaup-1.17.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94326828c6f2a2138e2c6ff2e573c4a146f8d08a7fc3aeaa5982d0fea67c7102
size 821594

View File

@@ -1,77 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package juliaup
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 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.11.5
%global latest_julia_version 1.10.5
Name: juliaup
Version: 1.17.19
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
@@ -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 >= 1.80
BuildRequires: cargo
BuildRequires: cargo-packaging
BuildRequires: zstd
Requires: ca-certificates

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5ac9793ca4ffb232dc6b495be69d670a1061f82d008cb9a0228679b1bf00b1c
size 33796984
oid sha256:1a69f958f25fbc41452db38d4df8c5e731048de66cfebc8f520174703381afd7
size 37059226