SHA256
1
0
forked from pool/juliaup

- 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
This commit is contained in:
Soc Virnyl Estela 2022-12-03 13:12:53 +00:00 committed by Git OBS Bridge
parent 368124ed71
commit b0850231cd
7 changed files with 64 additions and 12 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/JuliaLang/juliaup</param> <param name="url">https://github.com/JuliaLang/juliaup</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">dd0012238eba824cb0845af107f0996398e38f60</param> <param name="revision">f8a03e994dc94cfcd54f932fa950361c371be051</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
@ -12,12 +12,12 @@
<service mode="disabled" name="tar" /> <service mode="disabled" name="tar" />
<service mode="disabled" name="recompress"> <service mode="disabled" name="recompress">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">gz</param> <param name="compression">xz</param>
</service> </service>
<service mode="disabled" name="set_version"/> <service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled"> <service name="cargo_vendor" mode="disabled">
<param name="srcdir">juliaup</param> <param name="srcdir">juliaup</param>
<param name="compression">gz</param> <param name="compression">xz</param>
<param name="update">true</param> <param name="update">true</param>
</service> </service>
<service name="cargo_audit" mode="disabled"> <service name="cargo_audit" mode="disabled">

3
juliaup-1.8.12.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7446a8b44cc962e644bbf9b625ed40265dbff08511b7d6b9b1ab59ea9efe17ec
size 66858832

View File

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

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Sat Dec 03 13:06:55 UTC 2022 - socvirnyl.estela@gmail.com
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 25 09:08:07 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> Fri Nov 25 09:08:07 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -21,14 +21,14 @@
%global latest_julia_version 1.8.3 %global latest_julia_version 1.8.3
Name: juliaup Name: juliaup
Version: 1.8.7 Version: 1.8.12
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
Group: Development/Languages/Other Group: Development/Languages/Other
URL: https://github.com/JuliaLang/juliaup URL: https://github.com/JuliaLang/juliaup
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.gz Source1: vendor.tar.xz
Source2: cargo_config Source2: cargo_config
BuildRequires: cargo-packaging BuildRequires: cargo-packaging
BuildRequires: rust+cargo BuildRequires: rust+cargo

View File

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

3
vendor.tar.xz Normal file
View File

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