forked from pool/juliaup
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
This commit is contained in:
commit
cc61fbd440
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62c6f555a3a210ec7b612cc89f7d7117511c6307e2a1890b7fbb8c474f820a6b
|
|
||||||
size 798784
|
|
3
juliaup-1.17.4.tar.gz
Normal file
3
juliaup-1.17.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94326828c6f2a2138e2c6ff2e573c4a146f8d08a7fc3aeaa5982d0fea67c7102
|
||||||
|
size 821594
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 01:05:28 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 8 07:07:56 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Update to version 1.14.8
|
||||||
|
* Dependencies update
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 14:06:56 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Update to version 1.14.7
|
||||||
|
* CHANGES ARE WINDOWS SPECIFIC
|
||||||
|
- Update vendored dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 19 08:44:28 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Mon Feb 19 08:44:28 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
@ -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.1
|
%global latest_julia_version 1.10.5
|
||||||
|
|
||||||
Name: juliaup
|
Name: juliaup
|
||||||
Version: 1.14.5
|
Version: 1.17.4
|
||||||
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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:eaae8585a2388edf10fb913a23054ccaba27cff80ccbc11b26b8964a36e76b2d
|
oid sha256:1a69f958f25fbc41452db38d4df8c5e731048de66cfebc8f520174703381afd7
|
||||||
size 35646614
|
size 37059226
|
||||||
|
Loading…
Reference in New Issue
Block a user