SHA256
1
0
forked from pool/juliaup

Compare commits

..

95 Commits

Author SHA256 Message Date
Ana Guerrero
c2ec2e2690 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
f9f2d24005 - 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
Ana Guerrero
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
Ana Guerrero
2d0ddbde23 Accepting request 1147527 from science
- Juliaup requires git and ca-certificates
- Change BuildRequires from rust+cargo to cargo
- Update to version 1.14.5:
  * Update CHANGELOG
  * Fix more StoreBroker bugs
  * Update CHANGELOG
  * Fix downgrade of powerhsell
  * Try a different fix for StoreBroker bug
  * Try a fix for StoreBroker
  * Fix typo in CHANGELOG
  * Update CHANGELOG
  * Update CHANGELOG
  * Work around a StoreBroker bug
  * Add CHANGELOG.md
  * Automatically generate release notes
  * Add documentation for nightly
  * Disable fail fast
  * Update dependencies
  * Fix formatting
  * Add some basic tests
  * Add nightly to getconfig1 api
  * Fix a compiler warning
  * Fix a warning
  * Implement nightly on Linux/Mac
  * Enable a symlink option
  * Add nightly update available status message
  * Format files
  * Don't fail fast
  * Fix status for nightly
  * Format files
  * Fix tests
  * Implement update for nightly on Windows
  * Change nightly config schema a bit
  * Try a different strategy for nightly
  * Update dependencies
  * Fix logic for stripping channel selector from command line
  * Update version db
  * Revert "feat: support nightly channel"
  * Add support for nightlies
  * Some minor cleanup
  * Make the nightly update interval configurable.
  * Use the actual nightly's version.
  * feat: support nightly channel
  * Add info about the completions command to the README
  * Add completions command
  * Only try to upload juliainstaller artifact if relevant

OBS-URL: https://build.opensuse.org/request/show/1147527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=16
2024-02-20 20:13:10 +00:00
Soc Virnyl Estela
9f770e5fe6 - Juliaup requires git and ca-certificates
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=92
2024-02-19 08:44:54 +00:00
Soc Virnyl Estela
edb38bc89f - Change BuildRequires from rust+cargo to cargo
- Update to version 1.14.5:
  * Update CHANGELOG
  * Fix more StoreBroker bugs
  * Update CHANGELOG
  * Fix downgrade of powerhsell
  * Try a different fix for StoreBroker bug
  * Try a fix for StoreBroker
  * Fix typo in CHANGELOG
  * Update CHANGELOG
  * Update CHANGELOG
  * Work around a StoreBroker bug
  * Add CHANGELOG.md
  * Automatically generate release notes
  * Add documentation for nightly
  * Disable fail fast
  * Update dependencies
  * Fix formatting
  * Add some basic tests
  * Add nightly to getconfig1 api
  * Fix a compiler warning
  * Fix a warning
  * Implement nightly on Linux/Mac
  * Enable a symlink option
  * Add nightly update available status message
  * Format files
  * Don't fail fast
  * Fix status for nightly
  * Format files
  * Fix tests

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=91
2024-02-15 15:55:37 +00:00
Ana Guerrero
29818e1bf1 Accepting request 1144762 from science
- 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
  * make julialauncher have saner error messages for channels and versions

OBS-URL: https://build.opensuse.org/request/show/1144762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=15
2024-02-07 17:49:18 +00:00
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
Ana Guerrero
0b2a26c43f Accepting request 1132768 from science
- Use binjulialauncher feature.
- Add /etc/alternatives/julia to ghost files.

OBS-URL: https://build.opensuse.org/request/show/1132768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=14
2023-12-13 17:35:19 +00:00
Soc Virnyl Estela
792dae2f70 - Use binjulialauncher feature.
- Add /etc/alternatives/julia to ghost files.

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=87
2023-12-12 19:38:16 +00:00
Ana Guerrero
e465ad4336 Accepting request 1132332 from science
- Add improve-error-message-if-version-or-channel-is-not-installed.patch
- Prepare specfile as an alternative for julia

OBS-URL: https://build.opensuse.org/request/show/1132332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=13
2023-12-11 20:50:13 +00:00
Soc Virnyl Estela
c885d5b207 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=85 2023-12-10 14:59:49 +00:00
Soc Virnyl Estela
897b215503 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=84 2023-12-10 14:55:26 +00:00
Soc Virnyl Estela
2b0cabd764 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=83 2023-12-10 14:45:22 +00:00
Soc Virnyl Estela
2bd0263179 Accepting request 1132327 from home:uncomfyhalomacro:branches:science
- Add improve-error-message-if-version-or-channel-is-not-installed.patch
- Prepare specfile as an alternative for julia

OBS-URL: https://build.opensuse.org/request/show/1132327
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=82
2023-12-10 13:50:47 +00:00
Ana Guerrero
74472a4cee Accepting request 1131215 from science
- 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
  * Move crates publishing to release channel
  * Change way secret is passed to cargo publish
  * Fix release build bug
  * Fix crates publication step
  * Add publish to crates step
  * Add docs for JULIAUP_HOME
  * Use JULIAUP_HOME instead of JULIA_DEPOT_PATH

OBS-URL: https://build.opensuse.org/request/show/1131215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=12
2023-12-06 22:48:18 +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
Ana Guerrero
dab03822e8 Accepting request 1104307 from science
- Fix specfile %files section.
- Replace obsoleted `disabled` option with `manual`
- Update to version 1.11.15:
  * CHANGELOG is irrelevant. Mostly Windows related. *
- Update vendored deps.

OBS-URL: https://build.opensuse.org/request/show/1104307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=11
2023-08-17 17:44:16 +00:00
Soc Virnyl Estela
74ab57f68a - Fix specfile %files section.
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=78
2023-08-13 13:49:09 +00:00
Soc Virnyl Estela
d9ed8742bf Replace obsoleted disabled option with manual
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=77
2023-08-13 13:28:39 +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
Dominique Leuenberger
b5377785d1 Accepting request 1095773 from science
- 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
  * work on better parsers
  * Reorder args
  * chore: added back ureq for macos deps
  * chore: initial reqwest migration
  * chore: generate new lockfile
  * chore: replace ureq to reqwest in Cargo.toml
  * fix: replace atty with is-terminal
  * Update version db (#606)
  * add a blame ignore revision file to avoid formatting changes to pollute git blame (#599)
  * run cargo format on all files (#595)
  * Update version db (#591)
  * remove double negative from input
  * add more cli parameters for automated install
  * Sleep for 30 seconds before and after purging the Fastly cache
  * Update juliaup.rs
  * Fix update to work with removed channels
  * Use better error messages
- Update vendored dependencies.
- Restrict to Tier 1 architectures.
- Declare disk size to 8GB to avoid "No space left on device".
- Automatic update of vendored dependencies.
- Use zstd compression for tarballs.

OBS-URL: https://build.opensuse.org/request/show/1095773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=10
2023-06-29 15:28:27 +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
977e80ef95 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=73 2023-03-01 10:25:44 +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
Dominique Leuenberger
4ccd7e616c Accepting request 1055782 from science
- Update to version 1.8.16:
  * chore: Release juliaup version 1.8.16
  * Adjust README text
  * Update some names
  * Document installer command line args
  * chore: Release juliaup version 1.8.15
  * Update deps
  * Fix a warning
  * Add --channel option to self installer
  * Finish non-interactive install option
  * Add support for non-interactive install
  * add an ls alias for list
  * Add a comment
  * Purge the Fastly cache before downloading `versions.json`
  * Update version db
  * "Update Version DB": cc the user that triggered the workflow run
  * Update version db
  * Fix typo `uopdate` => `update` (#536)
  * Update version db
  * Update deps
- Remove 0000-fix-typo.patch. Fix already included in 1.8.16.
- Add 0000-fix-typo.patch
- Automatic update of vendored dependencies
- Update to version 1.8.14:
  * Update comment
  * Raise signal twice
  * Handle signals in julialauncher
  * Make get_juliaup_home_path work when no depot exists
  * Update deps
  * Add a missing conditional compile
  * fix typo in src/operations.rs error message
  * add more context to error-paths when handling juliaup startup script section
  * implement assumption that juliaup-path must be valid UTF-8
  * add indoc for better string literal formatting to dependencies
  * refactor shell-specific content generation into separate functions
  * move shell-script section header into global constant
  * Search depot path for existing juliaup dir
  * add unit tests for match_markers
  * add indoc as dev dependency for unit tests
  * fix some clippy lints in operations.rs
  * remove temporary rustfmt attribute to prevent formatting
  * adapt removal logic to work on bytes as well
  * adapt match_markers to work on bytes instead of strings
  * add generated byte vector to startup file instead of strings
  * generate vector of bytes instead of string for writing to file
  * add bstr to Cargo.toml and Cargo.lock
- Change to 4GB of memory in _constraints

OBS-URL: https://build.opensuse.org/request/show/1055782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=9
2023-01-04 16:53:18 +00:00
Soc Virnyl Estela
aff2c243cd - Update to version 1.8.16:
* chore: Release juliaup version 1.8.16
  * Adjust README text
  * Update some names
  * Document installer command line args
  * chore: Release juliaup version 1.8.15
  * Update deps
  * Fix a warning
  * Add --channel option to self installer
  * Finish non-interactive install option
  * Add support for non-interactive install
  * add an ls alias for list
  * Add a comment
  * Purge the Fastly cache before downloading `versions.json`
  * Update version db
  * "Update Version DB": cc the user that triggered the workflow run
  * Update version db
  * Fix typo `uopdate` => `update` (#536)
  * Update version db
  * Update deps
- Remove 0000-fix-typo.patch. Fix already included in 1.8.16.

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=69
2023-01-04 01:21:36 +00:00
Soc Virnyl Estela
57f2de2077 - Add 0000-fix-typo.patch
- Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=68
2022-12-26 06:22:49 +00:00
Soc Virnyl Estela
7bf047f169 - Update to version 1.8.14:
* Update comment
  * Raise signal twice
  * Handle signals in julialauncher
  * Make get_juliaup_home_path work when no depot exists
  * Update deps
  * Add a missing conditional compile
  * fix typo in src/operations.rs error message
  * add more context to error-paths when handling juliaup startup script section
  * implement assumption that juliaup-path must be valid UTF-8
  * add indoc for better string literal formatting to dependencies
  * refactor shell-specific content generation into separate functions
  * move shell-script section header into global constant
  * Search depot path for existing juliaup dir
  * add unit tests for match_markers
  * add indoc as dev dependency for unit tests
  * fix some clippy lints in operations.rs
  * remove temporary rustfmt attribute to prevent formatting
  * adapt removal logic to work on bytes as well
  * adapt match_markers to work on bytes instead of strings
  * add generated byte vector to startup file instead of strings
  * generate vector of bytes instead of string for writing to file
  * add bstr to Cargo.toml and Cargo.lock

- Change to 4GB of memory in _constraints

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=67
2022-12-18 15:00:51 +00:00
Dominique Leuenberger
679cb4d9da Accepting request 1042899 from science
- Fix juliaup.changes file. 
- Update to version 1.8.12:
  * Fix typo
  * Fix a typo
  * Add a check phase to test workflow that runs on all platforms
  * Fix some platform specific errors and warnings
  * chore: Release juliaup version 1.8.11
  * Fix cond compile on macos
  * Unfix wrong target family
  * Fix typo on merge
  * Use more borrowed types where possible
  * Reset some functions return values back to Result
  * Change default versions db update interval to 24 hours
  * Add versions db update to add and update command
  * Update deps
  * Bump peter-evans/create-pull-request from 3 to 4
  * Various lints and minor improvements
  * Configure for target_os, not nonexistant family
  * Make 60 the default versions db update interval
  * Make the update interval between versions db updates a config
  * Update versions db on self update
  * Add a powerpoint schematic in devdocs
  * Update version db
  * Add alpha versions
  * Document releasepreview usage
  * Also add musl fix for release action.
  * Use sudo.
  * Fix quotes.
  * Musl build can't find gcc-musl.
  * chore: Release juliaup version 1.8.10
  * Enable second part of musl tests
  * Properly disable musl tests
  * Unify some output
  * Fix some unit tests
  * Update version db
  * Fix parse_versionstring
  * Generate better arch strings in semver
  * Enable ci tests of musl build
  * Disable musl tests for now
  * Use cross on Linux for tests
  * Add Juliaup version to juliaup info
  * Add musl build to tests
  * chore: Release juliaup version 1.8.9
  * Change shell script to serve musl on Linux
  * Add triplet to juliaup info
  * chore: Release juliaup version 1.8.8
  * Add info command
  * change to a redirect for developers to the wiki
  * add source build notes to the readme
- Update to version 1.8.7:
  * Fix bug in release workflow
  * Fix typo
  * In the "Update Version DB" PRs, add a note that the user must close and reopen the PR to trigger CI
  * Update version db
  * chore: Release juliaup version 1.8.5
  * Add musl builds
  * Fix some final things for the CI update story
  * Use local version db if newer than bundled
  * Fix a renaming bug
  * Update version db
  * Tweak cache update algorithm
  * Fix a bug
  * Trigger version db update from launcher
  * Add download of version db
  * Track latest structure in build.rs
  * Update version db (#468)
  * Delete tempfile
  * Update version db
  * Add tempfile
  * Use correct platform strings
  * Update version db workflow
  * chore: Release juliaup version 1.8.1
  * Remove diagnostic output
  * chore: Release juliaup version 1.8.0
  * Move LTS version to top in version udpate script
  * Delete versions.json
  * Replace build.rs logic
  * Update version db
  * New updatedb script
  * Fix typo
  * Update version db
  * Fix bug
  * Add versiondb folder
  * Progress version db
  * Progress on version db update
  * Fix bug in version db upload
  * Progress on update version db
  * Update versiondb process
  * Fix versiondb update
  * Add update version db script
  * Fix an error message
  * Add app installer info to README
- Update specfile. Remove the update-alternatives requirement
  It does not make sense since juliaup can have multiple julia versions.
- Add _constraints file to fix out of memory issues.

OBS-URL: https://build.opensuse.org/request/show/1042899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=8
2022-12-15 18:24:43 +00:00
Soc Virnyl Estela
e553861486 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=65 2022-12-14 11:26:24 +00:00
Soc Virnyl Estela
b0850231cd - Update to version 1.8.12:
* Fix typo
  * Fix a typo
  * Add a check phase to test workflow that runs on all platforms
  * Fix some platform specific errors and warnings
  * chore: Release juliaup version 1.8.11
  * Fix cond compile on macos
  * Unfix wrong target family
  * Fix typo on merge
  * Use more borrowed types where possible
  * Reset some functions return values back to Result
  * Change default versions db update interval to 24 hours
  * Add versions db update to add and update command
  * Update deps
  * Bump peter-evans/create-pull-request from 3 to 4
  * Various lints and minor improvements
  * Configure for target_os, not nonexistant family
  * Make 60 the default versions db update interval
  * Make the update interval between versions db updates a config
  * Update versions db on self update
  * Add a powerpoint schematic in devdocs
  * Update version db
  * Add alpha versions
  * Document releasepreview usage
  * Also add musl fix for release action.
  * Use sudo.
  * Fix quotes.
  * Musl build can't find gcc-musl.
  * chore: Release juliaup version 1.8.10
  * Enable second part of musl tests
  * Properly disable musl tests
  * Unify some output
  * Fix some unit tests
  * Update version db
  * Fix parse_versionstring
  * Generate better arch strings in semver
  * Enable ci tests of musl build
  * Disable musl tests for now
  * Use cross on Linux for tests
  * Add Juliaup version to juliaup info
  * Add musl build to tests
  * chore: Release juliaup version 1.8.9
  * Change shell script to serve musl on Linux
  * Add triplet to juliaup info
  * chore: Release juliaup version 1.8.8
  * Add info command
  * change to a redirect for developers to the wiki
  * add source build notes to the readme

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=64
2022-12-03 13:12:53 +00:00
Soc Virnyl Estela
368124ed71 - Update to version 1.8.7:
* Fix bug in release workflow
  * Fix typo
  * In the "Update Version DB" PRs, add a note that the user must close and reopen the PR to trigger CI
  * Update version db
  * chore: Release juliaup version 1.8.5
  * Add musl builds
  * Fix some final things for the CI update story
  * Use local version db if newer than bundled
  * Fix a renaming bug
  * Update version db
  * Tweak cache update algorithm
  * Fix a bug
  * Trigger version db update from launcher
  * Add download of version db
  * Track latest structure in build.rs
  * Update version db (#468)
  * Delete tempfile
  * Update version db
  * Add tempfile
  * Use correct platform strings
  * Update version db workflow
  * chore: Release juliaup version 1.8.1
  * Remove diagnostic output
  * chore: Release juliaup version 1.8.0
  * Move LTS version to top in version udpate script
  * Delete versions.json
  * Replace build.rs logic
  * Update version db
  * New updatedb script

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=63
2022-11-25 09:43:12 +00:00
Soc Virnyl Estela
6d4395226b - Update to version 1.8.7:
* Fix bug in release workflow
  * Fix typo
  * In the "Update Version DB" PRs, add a note that the user must close and reopen the PR to trigger CI
  * Update version db
  * chore: Release juliaup version 1.8.5
  * Add musl builds
  * Fix some final things for the CI update story
  * Use local version db if newer than bundled
  * Fix a renaming bug
  * Update version db
  * Tweak cache update algorithm
  * Fix a bug
  * Trigger version db update from launcher
  * Add download of version db
  * Track latest structure in build.rs
  * Update version db (#468)
  * Delete tempfile
  * Update version db
  * Add tempfile
  * Use correct platform strings
  * Update version db workflow
  * chore: Release juliaup version 1.8.1
  * Remove diagnostic output
  * chore: Release juliaup version 1.8.0
  * Move LTS version to top in version udpate script
  * Delete versions.json
  * Replace build.rs logic
  * Update version db
  * New updatedb script
  * Fix typo
  * Update version db
  * Fix bug
  * Add versiondb folder
  * Progress version db
  * Progress on version db update
  * Fix bug in version db upload
  * Progress on update version db
  * Update versiondb process
  * Fix versiondb update
  * Add update version db script
  * Fix an error message
  * Add app installer info to README
- Update specfile. Remove the update-alternatives requirement
  It does not make sense since juliaup can have multiple julia versions.

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=62
2022-11-25 09:17:23 +00:00
Soc Virnyl Estela
f685245b9b OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=61 2022-11-24 19:39:26 +00:00
Soc Virnyl Estela
c1d9c9b503 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=60 2022-11-24 19:37:33 +00:00
Soc Virnyl Estela
9b5ebf6568 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=59 2022-11-24 19:23:01 +00:00
Soc Virnyl Estela
a6af788f89 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=58 2022-11-24 15:26:59 +00:00
Soc Virnyl Estela
859ecec951 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=57 2022-11-24 15:24:52 +00:00
Soc Virnyl Estela
9bc45b5da9 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=56 2022-11-24 14:53:47 +00:00
Soc Virnyl Estela
3e4f2e7a6e OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=55 2022-11-24 14:41:53 +00:00
Soc Virnyl Estela
dff0d597bd OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=54 2022-11-24 14:26:18 +00:00
Soc Virnyl Estela
f0254a31b3 - Update to version 1.7.35:
* Delete another file at self uninstall
  * Document self uninstall
  * Only delete own files with self uninstall
  * Add link to second Juliacon talk
  * Fix escaping in MSIX manifest
  * Describe using `expect` to automate install
  * Use correct secret name
  * Update Julia Computing cert info
  * Update deps
  * Go back to ~/.juliaup as the default install location
  * Use system certificates on Linux

- Remove strip option for debuginfo creation

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=53
2022-11-24 14:10:08 +00:00
Soc Virnyl Estela
f733cdafb7 - Set to no default features. We don't use self update and Windows.
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=52
2022-11-21 14:20:25 +00:00
Soc Virnyl Estela
41312d0628 - Strip debug symbols through cargo_config.
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=51
2022-11-21 14:09:22 +00:00
Soc Virnyl Estela
e3bc848827 - Update to version 1.7.27:
* Remove release.toml
  * Fix versions
  * fix cargo lock (#442)
  * (cargo-release) version 1.7.26 (#441)
  * Add Julia 1.8.3 (#437)
  * Fix tiny typo in README (#423)
  * (cargo-release) start next development iteration 1.7.26-alpha.0

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=50
2022-11-21 14:06:12 +00:00
Soc Virnyl Estela
53ffc6274f - Update to version 1.7.25:
* Update deps
  * (cargo-release) start next development iteration 1.7.25-alpha.0

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=49
2022-10-15 09:02:13 +00:00
Soc Virnyl Estela
6417ca73c0 - Update to version 1.7.24:
* Add Julia 1.8.2
  * Update README.md (#398)
  * Update deps

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=48
2022-10-01 09:57:20 +00:00
Soc Virnyl Estela
3869f48f65 - Update to version 1.7.23:
* (cargo-release) version 1.7.23
  * Add Julia 1.8.1
  * (cargo-release) start next development iteration 1.7.23-alpha.0

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=47
2022-09-14 22:12:22 +00:00
Soc Virnyl Estela
5f1f81fbe8 - Update to version 1.7.22:
* Switch release channel to aarch64 on Mac

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=46
2022-08-19 03:42:15 +00:00
Soc Virnyl Estela
81813a0647 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=45 2022-08-18 12:11:22 +00:00
Soc Virnyl Estela
5f710ba1eb - Update to version 1.7.21:
* Add Julia 1.8.0
  * Update deps (#383)
  * Include` juliaup list` in README (#376)

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=44
2022-08-18 03:28:52 +00:00
Soc Virnyl Estela
a2f0653b54 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=43 2022-08-17 13:08:03 +00:00
Soc Virnyl Estela
6859529939 Accepting request 997566 from home:uncomfyhalomacro
fix some logic with build

OBS-URL: https://build.opensuse.org/request/show/997566
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=42
2022-08-17 13:02:41 +00:00
Soc Virnyl Estela
3dea9d3fa9 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=41 2022-08-17 12:51:13 +00:00
Soc Virnyl Estela
a134ee67ed - add fedora or rhel7 to specfile
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=40
2022-08-17 12:42:58 +00:00
Soc Virnyl Estela
2fd474d3ef - Update to version 1.7.20:
* Add Julia 1.8.0-rc4
  * Fix another bug
  * Fix typo
  * Fix a bug
  * Fix typo
  * Fix a bug
  * Fix a typo
  * Compile different msix files
  * Fix a name in the app installer
  * Updates
  * Add VCLibs to app installer
  * Fix naming mismatch
  * Turn off some debug output
  * Update deps
  * Fix aws s3 sync call
  * Use aws cli directly on Windows
  * Fix workflow bugs
  * Fix things
  * Restructure deployment
  * Disable all deploy to GitHub releases
  * Don't run test workflow on version tags
  * Use concurrency for test workflow
  * Split workflow into test and build
  * Add tenant id for sign tool
  * Sign on Windows
  * Fix typo
  * Add Win AppInstaller (#371)
  * Update script that downloads bundled Julia versions
  * Fix typo

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=39
2022-08-14 06:30:44 +00:00
Soc Virnyl Estela
f66cfec95b - Update to version 1.6.12:
* Update deps
  * Do not use native certs on Linux
  * (cargo-release) start next development iteration 1.6.12-alpha.0
  * (cargo-release) version 1.6.11
  * Add Julia 1.6.7
  * (cargo-release) start next development iteration 1.6.11-alpha.0
  * (cargo-release) version 1.6.10
  * Remove diagnostic code
  * Add diagnostic code
  * Fix config settings
  * Fix conditional compilation errors
  * Fix conditional compilation
  * (cargo-release) start next development iteration 1.6.10-alpha.0
  * (cargo-release) version 1.6.9
  * Update CI to use main as branch name
  * Use JULIAUP_SERVER in install scripts
  * Update CI to use main as branch name
  * Try to fix config again
  * Fix config handling
  * Use JULIAUP_SERVER in install scripts
  * Fix config error
  * Fix another bug
  * Fix bug
  * Remove config options
  * Use tls-native with native certs by default
  * Fix small bug
  * Simplify tls selection code
  * Undo unrelated stuff

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=38
2022-08-06 00:45:10 +00:00
Soc Virnyl Estela
5c1addb8f7 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=37 2022-07-22 13:11:43 +00:00
Soc Virnyl Estela
3be399fc92 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=36 2022-07-22 12:03:59 +00:00
Soc Virnyl Estela
b62ab00fe8 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=35 2022-07-22 11:51:30 +00:00
Soc Virnyl Estela
d3c4d2d542 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=34 2022-07-22 11:28:18 +00:00
Soc Virnyl Estela
f27bb2b8cc OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=33 2022-07-22 11:17:15 +00:00
Soc Virnyl Estela
f85eb50bf9 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=32 2022-07-22 11:11:29 +00:00
Soc Virnyl Estela
337be96cea OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=31 2022-07-22 11:06:56 +00:00
Soc Virnyl Estela
82eec3ac40 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=30 2022-07-22 10:59:12 +00:00
Soc Virnyl Estela
66625e02f3 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=29 2022-07-22 04:07:21 +00:00
Soc Virnyl Estela
e7b2431a3f OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=28 2022-07-22 00:50:01 +00:00
Soc Virnyl Estela
70d0908717 - provide versioned julia
- conflicts other julia so use update-alternatives

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=27
2022-07-21 11:25:08 +00:00
Soc Virnyl Estela
4e4479b081 - disabled alternatives. need to modify the actual julia
package and contact package maintainer

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=26
2022-07-21 06:20:34 +00:00
Soc Virnyl Estela
a2f5a7e150 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=25 2022-07-21 06:08:48 +00:00
Soc Virnyl Estela
9c47689c24 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=24 2022-07-21 06:05:34 +00:00
Soc Virnyl Estela
58f5d83b02 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=23 2022-07-21 06:01:56 +00:00
Soc Virnyl Estela
722004b5b9 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=22 2022-07-21 05:58:11 +00:00
Soc Virnyl Estela
78c6b922fb - use alternatives instead
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=21
2022-07-21 05:53:41 +00:00
Soc Virnyl Estela
71a5848a82 - Update to version 1.6.8:
* (cargo-release) version 1.6.8
  * Make aarch64 default on Mac starting with 1.8.0-rc3
  * (cargo-release) start next development iteration 1.6.8-alpha.0
  * (cargo-release) version 1.6.7
  * (cargo-release) start next development iteration 1.6.7-alpha.0
  * (cargo-release) version 1.6.6
  * (cargo-release) start next development iteration 1.6.6-alpha.0

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=20
2022-07-19 15:33:46 +00:00
Soc Virnyl Estela
c0d22978c8 OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=19 2022-07-17 13:07:06 +00:00
Soc Virnyl Estela
c721a11784 - Update to version 1.6.5:
* (cargo-release) version 1.6.5
  * Add Julia 1.8.0-rc3
  * (cargo-release) start next development iteration 1.6.5-alpha.0
  * (cargo-release) version 1.6.4
  * Fix a version bug
  * Update to Rust 2021 edition
  * Update window crate
  * Update deps
  * (cargo-release) start next development iteration 1.6.4-alpha.0
  * (cargo-release) version 1.6.3

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=18
2022-07-17 12:57:35 +00:00
Dominique Leuenberger
b2c569fd51 Accepting request 981351 from science
OBS-URL: https://build.opensuse.org/request/show/981351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=7
2022-06-09 12:11:43 +00:00
Soc Virnyl Estela
32cc0f3fb5 Accepting request 981350 from home:uncomfyhalomacro:branches:science
- Update to version 1.6.4:
  * (cargo-release) version 1.6.4
  * Fix a version bug
  * Update to Rust 2021 edition
  * Update window crate
  * Update deps
  * (cargo-release) start next development iteration 1.6.4-alpha.0

OBS-URL: https://build.opensuse.org/request/show/981350
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=16
2022-06-08 15:33:19 +00:00
Dominique Leuenberger
6fa4bc04ba Accepting request 980657 from science
OBS-URL: https://build.opensuse.org/request/show/980657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=6
2022-06-04 21:27:01 +00:00
Soc Virnyl Estela
3bc35366c1 Accepting request 980656 from home:uncomfyhalomacro:branches:science
- Update to version 1.6.3:
  * (cargo-release) version 1.6.3
  * Add Julia 1.8.0-rc1
  * (cargo-release) start next development iteration 1.6.3-alpha.0
  * (cargo-release) version 1.6.2
  * Update to Julia 1.7.3
  * Update clap
  * (cargo-release) start next development iteration 1.6.2-alpha.0
  * (cargo-release) version 1.6.1
  * Update deps
  * Add Julia 1.6.6 support

OBS-URL: https://build.opensuse.org/request/show/980656
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=14
2022-06-03 15:59:23 +00:00
Dominique Leuenberger
035bc6fbd1 Accepting request 979300 from science
OBS-URL: https://build.opensuse.org/request/show/979300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=5
2022-05-26 16:44:04 +00:00
Soc Virnyl Estela
5a91ed2591 Accepting request 979296 from home:uncomfyhalomacro:branches:science
- Update to version 1.6.2:
  * (cargo-release) version 1.6.2
  * Update to Julia 1.7.3
  * Update clap
  * (cargo-release) start next development iteration 1.6.2-alpha.0
  * (cargo-release) version 1.6.1
  * Update deps
  * Add Julia 1.6.6 support
  * Remove 1.8.0-beta2
  * Add 1.8.0-beta2 and 1.8.0-beta3
  * (cargo-release) start next development iteration 1.6.1-alpha.0

OBS-URL: https://build.opensuse.org/request/show/979296
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=12
2022-05-26 08:14:12 +00:00
Dominique Leuenberger
8d9ca47c35 Accepting request 966492 from science
- Update to version 1.6.1~0:
  * (cargo-release) version 1.6.1
  * Update deps
  * Add Julia 1.6.6 support
  * Remove 1.8.0-beta2
  * Add 1.8.0-beta2 and 1.8.0-beta3
  * (cargo-release) start next development iteration 1.6.1-alpha.0

OBS-URL: https://build.opensuse.org/request/show/966492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=4
2022-04-02 16:20:47 +00:00
Soc Virnyl Estela
a202959c88 - Update source tarball for juliaup-1.6.1~0.tar.xz
- Update to version 1.6.1~0:
  * (cargo-release) version 1.6.1
  * Update deps
  * Add Julia 1.6.6 support
  * Remove 1.8.0-beta2
  * Add 1.8.0-beta2 and 1.8.0-beta3
  * (cargo-release) start next development iteration 1.6.1-alpha.0

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=10
2022-04-02 01:15:49 +00:00
Dominique Leuenberger
a7b31ef44a Accepting request 965838 from science
- Update to version 1.6.0~0:
  * (cargo-release) version 1.6.0
  * Add test for list command
  * Add list command
  * fix clap-related deprecations
  * Bump dialoguer from 0.9.0 to 0.10.0
  * Bump actions/checkout from 2 to 3
  * Add dependabot configuration
  * Make `winres` a Windows-only build dependency
  * (cargo-release) start next development iteration 1.5.39-alpha.0

OBS-URL: https://build.opensuse.org/request/show/965838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=3
2022-03-30 18:35:58 +00:00
Soc Virnyl Estela
ff0e95a429 - Update to version 1.6.0~0:
* (cargo-release) version 1.6.0
  * Add test for list command
  * Add list command
  * fix clap-related deprecations
  * Bump dialoguer from 0.9.0 to 0.10.0
  * Bump actions/checkout from 2 to 3
  * Add dependabot configuration
  * Make `winres` a Windows-only build dependency
  * (cargo-release) start next development iteration 1.5.39-alpha.0

- Update service file:
  * simplify regex for versionrewrite-pattern

OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=8
2022-03-29 12:06:34 +00:00
Dominique Leuenberger
2764d03c23 Accepting request 961553 from science
OBS-URL: https://build.opensuse.org/request/show/961553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=2
2022-03-14 18:35:28 +00:00
Soc Virnyl Estela
5c04536d33 Accepting request 961552 from home:firstyear:branches:science
- Update to resolve bsc#1196972 CVE-2022-24713 - Regex DOS

OBS-URL: https://build.opensuse.org/request/show/961552
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=6
2022-03-14 06:29:56 +00:00
Dominique Leuenberger
4f32826446 Accepting request 960953 from science
I want to maintain this package in Factory. This package allows users from using julia and manage or switch versions using it.

OBS-URL: https://build.opensuse.org/request/show/960953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=1
2022-03-11 20:41:12 +00:00
Soc Virnyl Estela
f99ee53612 Add Group string
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=3
2022-03-11 01:07:05 +00:00
Soc Virnyl Estela
cd9dd7d937 Accepting request 960948 from home:uncomfyhalomacro
Update LICENSE string

OBS-URL: https://build.opensuse.org/request/show/960948
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=2
2022-03-11 00:40:40 +00:00
cca8a72ceb Accepting request 959859 from home:uncomfyhalomacro
I want to maintain this package in science. This package allows julia users to install julia and even use it to manage versions of it.

OBS-URL: https://build.opensuse.org/request/show/959859
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=1
2022-03-10 16:50:24 +00:00
6 changed files with 55 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62c6f555a3a210ec7b612cc89f7d7117511c6307e2a1890b7fbb8c474f820a6b
size 798784

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70780097b564e458dbc36619af91b354d1b47c24faabece456ad55e8b0e177ba
size 827346

View File

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

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
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> Fri Sep 13 01:05:28 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>

View File

@ -18,10 +18,10 @@
# We will keep this for now # We will keep this for now
%global oldest_supported_julia_version 0.7.0 %global oldest_supported_julia_version 0.7.0
%global latest_julia_version 1.10.5 %global latest_julia_version 1.11.1
Name: juliaup Name: juliaup
Version: 1.17.4 Version: 1.17.10
Release: 0 Release: 0
Summary: Julia installer and version multiplexer 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 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

View File

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