12 Commits

Author SHA256 Message Date
51fbaca0d8 Accepting request 1278502 from science
OBS-URL: https://build.opensuse.org/request/show/1278502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=21
2025-05-20 10:20:25 +00:00
7951496233 * Update to version 1.17.19.
* Enforce BuildRequires: cargo >= 1.80 to avoid build failures.

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=104
2025-05-20 06:01:20 +00:00
36cee9c1c4 Accepting request 1268916 from science
- 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

OBS-URL: https://build.opensuse.org/request/show/1268916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=20
2025-04-14 10:58:05 +00:00
Soc Virnyl Estela
0acba1507b - 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

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=102
2025-04-13 03:36:27 +00:00
1de6ba4575 Accepting request 1231407 from science
- Update vendored dependencies.
  * resolves bsc#1233963

OBS-URL: https://build.opensuse.org/request/show/1231407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=19
2024-12-16 18:18:10 +00:00
Soc Virnyl Estela
418c8b278f - Update vendored dependencies.
* resolves bsc#1233963

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=100
2024-12-16 13:03:53 +00:00
4efa536770 Accepting request 1228518 from science
- 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

OBS-URL: https://build.opensuse.org/request/show/1228518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=18
2024-12-05 16:10:19 +00:00
Soc Virnyl Estela
f0014f588f - 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.

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=98
2024-10-27 06:32:51 +00:00
840974f6c7 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
f859cc9f54 - 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
4c74bf33f4 - 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
dbcbfeca98 - 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

Diff Content Not Available