forked from pool/juliaup
- 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
This commit is contained in:
parent
e553861486
commit
7bf047f169
@ -2,7 +2,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">12</size>
|
||||
<size unit="G">4</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</constraints>
|
||||
|
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/JuliaLang/juliaup</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">f8a03e994dc94cfcd54f932fa950361c371be051</param>
|
||||
<param name="revision">e52c0db</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7446a8b44cc962e644bbf9b625ed40265dbff08511b7d6b9b1ab59ea9efe17ec
|
||||
size 66858832
|
3
juliaup-1.8.14.tar.xz
Normal file
3
juliaup-1.8.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:753a0d0efa3c04387c767a8305ca22354abbd10500211fdb008f9ada16eca01d
|
||||
size 66848236
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 14:51:39 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 14:50:32 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Change to 4GB of memory in _constraints
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 03 13:06:55 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global latest_julia_version 1.8.3
|
||||
|
||||
Name: juliaup
|
||||
Version: 1.8.12
|
||||
Version: 1.8.14
|
||||
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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c742f6d0a3cf80063f1c9915963c9770b2bd40d1365843326087e1abd98c6c5e
|
||||
size 34210708
|
||||
oid sha256:165821010493e592cea54522064885e5d20b78f4eb965816f2c4dc4e875f552a
|
||||
size 34611944
|
||||
|
Loading…
Reference in New Issue
Block a user