- 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
This commit is contained in:
Soc Virnyl Estela 2022-08-14 06:30:44 +00:00 committed by Git OBS Bridge
parent f66cfec95b
commit 2fd474d3ef
6 changed files with 71 additions and 15 deletions

View File

@ -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">74356ca</param>
<param name="revision">405ac28</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>

View File

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

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

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

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sun Aug 14 06:21:12 UTC 2022 - socvirnyl.estela@gmail.com
- 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
* Fix bug
* Bump indicatif
* Move MSIX and store stuff to deploy folder
* Don't compile get_proxy on Windows
* Add debugger launch config
* Use HttpClient for downloads on Windows
* add missing 'url' argument to 'get_ureq_agent' calls
* add trace-level logging regarding proxy resolution
* implement proxy handling using environment variables
* add env_proxy dependency in Cargo.toml
* Fix a bug during remove of PATH on Mac
* Update deps
* Improve a "failed to open file" error message by printing the file path that we failed to open
* Add minor channels for prerelease
* Prepare for different build configs per target
* Fixed typo about auto-update interval being in seconds, but actually meaning minutes.
* Use previous windows version
* Update deps
* highlight and expand usage in readme
* add usage tip on accessing channels
-------------------------------------------------------------------
Sat Aug 06 00:36:05 UTC 2022 - socvirnyl.estela@gmail.com

View File

@ -20,7 +20,7 @@
# Based on the latest stable release in the https://julialang.org/ website
# Juliaup follows the versions too in the following permalink:
# https://github.com/JuliaLang/juliaup/blob/c1efc01e1b4af2e19b5a0b063d9de1ab58097886/build.rs#L21-L69
# https://github.com/JuliaLang/juliaup/blob/main/build.rs#L22-L72
%define provides_julia_versioned() \
Provides: %{1}-0.7.0%{?2:-%{2}} \
Provides: %{1}-1.0.0%{?2:-%{2}} \
@ -49,10 +49,10 @@ Provides: %{1}-1.6.3%{?2:-%{2}} \
Provides: %{1}-1.6.4%{?2:-%{2}} \
Provides: %{1}-1.6.5%{?2:-%{2}} \
Provides: %{1}-1.6.6%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta1%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta2%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta3%{?2:-%{2}} \
Provides: %{1}-1.7.0-beta4%{?2:-%{2}} \
Provides: %{1}-1.7.0-rc1%{?2:-%{2}} \
Provides: %{1}-1.7.0%{?2:-%{2}} \
Provides: %{1}-1.7.0-rc2%{?2:-%{2}} \
@ -60,13 +60,14 @@ Provides: %{1}-1.7.0-rc3%{?2:-%{2}} \
Provides: %{1}-1.7.1%{?2:-%{2}} \
Provides: %{1}-1.7.2%{?2:-%{2}} \
Provides: %{1}-1.7.3%{?2:-%{2}} \
Provides: %{1}-1.8.0-beta%{?2:-%{2}} \
Provides: %{1}-1.8.0-beta%{?2:-%{2}} \
Provides: %{1}-1.8.0-beta1%{?2:-%{2}} \
Provides: %{1}-1.8.0-beta3%{?2:-%{2}} \
Provides: %{1}-1.8.0-rc1%{?2:-%{2}} \
Provides: %{1}-1.8.0-rc3%{?2:-%{2}}
Provides: %{1}-1.8.0-rc3%{?2:-%{2}} \
Provides: %{1}-1.8.0-rc4%{?2:-%{2}}
Name: juliaup
Version: 1.6.12
Version: 1.7.20
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
@ -78,6 +79,7 @@ Source2: cargo_config
BuildRequires: cargo-packaging
Conflicts: julia
%provides_julia_versioned julia
Obsoletes: julia < %{oldest_supported_julia_version}
PreReq: update-alternatives
%description

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0277f0c687ad2a4ff923fd51962fceabfde2c78bb8614b258c36a9989509da69
size 47354029
oid sha256:1cce355fae598f763d522f4765361daecfa6d44d7cc3064627dd8320cdc8f6aa
size 46984406