SHA256
1
0
forked from pool/juliaup

6 Commits

Author SHA256 Message Date
Soc Virnyl Estela
90b6b169be - Remove improve-error-message-if-version-or-channel-is-not-installed.patch as
this is part of the patches now.
- Update to version 0.13.0:
  * Fix formatting
  * Move the clap def structs to separate file
  * change wording for comment for help text
  * format: run cargo fmt.
  * improvement: new message for `juliaup self uninstall command` if feature
    `selfupdate` is disabled
  * cleanup: add a period for each info/error messages.
  * refactor: remove redundant versiondb_data. also remove
    versiondb_data.available_versions since users cant access those
  * Fix usage of drop
  * Update all deps
  * Replace unmaintained action-rs actions
  * Don't detect ttyname if it is not needed
  * Describe 'julia +channel' after primary help text
  * juliaup-init.sh: backport changes from rustup
  * fixup: message should be more clear and generic
  * Try removing an unused import.
  * Only register the CTRL-C handler when it's safe to do so.
  * Format code.
  * Use double fork to prevent zombies.
  * launcher: replace parent process on supported platforms.
  * fix other error messages as well
  * fix error message on tests channel selection
  * fix an oopsie on one of the messages
  * run cargo fmt
  * remove redundant use
  * remove comment. irrelevant and unrelated now

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=89
2024-01-14 00:43:40 +00:00
Soc Virnyl Estela
8a29d6b7b5 - Remove cargo_config.
- Update to version 1.12.5:
  * Handle an error condition correctly
  * Return full 32 bit exit code from julialauncher
  * Update deps
  * follow symlinks
  * Sort versions in status output in natural order.
  * Bump actions/checkout from 3 to 4
  * Change triggers for rust fmt workflow
  * Run `cargo fmt` and check in the results
  * Update deps
  * Update deps
  * Move script around
  * Update deps
  * Human sort channel list
  * Remove license dialog from MSI installer
  * Update deps
  * Update deps
  * fix banner bg color
  * fix 491 to 493px wide
  * bitmaps for msi installer
  * Change to JULIAUP_DEPOT_PATH
  * Update LICENSE
  * Fix release.yml bug
  * Build portable versions
  * Fix gnu toolchain
  * Install correct mingw toolchain
  * Pick more specific toolchains
  * Add more fine control over binary creation
  * Update README

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=80
2023-12-05 21:37:33 +00:00
Soc Virnyl Estela
c22022b5f8 - Update to version 1.11.15:
* CHANGELOG is irrelevant. Mostly Windows related. *
- Update vendored deps.

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=76
2023-07-06 03:01:50 +00:00
Soc Virnyl Estela
9af40ccd1f - 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
2023-06-28 08:29:47 +00:00
Soc Virnyl Estela
a4c8a7bb63 - Update vendored dependencies.
- Restrict to Tier 1 architectures.
- Declare disk size to 8GB to avoid "No space left on device".

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=72
2023-03-01 10:14:48 +00:00
Soc Virnyl Estela
08e1a480a8 - Automatic update of vendored dependencies.
- Use zstd compression for tarballs.

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=71
2023-02-13 00:04:11 +00:00