SHA256
1
0
forked from pool/juliaup

- 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
This commit is contained in:
Soc Virnyl Estela 2022-07-17 12:57:35 +00:00 committed by Git OBS Bridge
parent 32cc0f3fb5
commit c721a11784
7 changed files with 40 additions and 14 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">4e6e6fb02bf1081b733798c37c6371792d1ebc0b</param>
<param name="revision">da312ab98b1bc83e004902f5830582846f023696</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
@ -12,12 +12,12 @@
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">juliaup</param>
<param name="compression">xz</param>
<param name="compression">gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jul 16 05:31:01 UTC 2022 - socvirnyl.estela@gmail.com
- 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
-------------------------------------------------------------------
Wed Jun 08 15:12:48 UTC 2022 - socvirnyl.estela@gmail.com

View File

@ -16,24 +16,35 @@
#
# 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
%global latest_julia_stable 1.7.3
Name: juliaup
Version: 1.6.4
Version: 1.6.5
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
Group: Development/Languages/Other
URL: https://github.com/JuliaLang/juliaup
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
Source2: cargo_config
Conflicts: julia
BuildRequires: cargo-packaging
# This package actually conflicts with an existing
# Julia package in the science repository
Conflicts: julia
Obsoletes: julia <= %{latest_julia_stable}
Provides: julia = %{latest_julia_stable}-%{release}
%description
A cross-platform installer for the Julia programming language.
The installer also bundles a full Julia version manager called juliaup.
One can use juliaup to install specific Julia versions, it alerts users when new Julia versions are released and provides a convenient Julia release channel abstraction.
One can use juliaup to install specific Julia versions, it alerts users
when new Julia versions are released and provides a convenient Julia
release channel abstraction.
%prep
%autosetup -a1

3
vendor.tar.gz Normal file
View File

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

View File

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