- Update to version 1.6.0~0:
* (cargo-release) version 1.6.0 * Add test for list command * Add list command * fix clap-related deprecations * Bump dialoguer from 0.9.0 to 0.10.0 * Bump actions/checkout from 2 to 3 * Add dependabot configuration * Make `winres` a Windows-only build dependency * (cargo-release) start next development iteration 1.5.39-alpha.0 - Update service file: * simplify regex for versionrewrite-pattern OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=8
This commit is contained in:
parent
5c04536d33
commit
ff0e95a429
4
_service
4
_service
@ -3,9 +3,9 @@
|
||||
<param name="url">https://github.com/JuliaLang/juliaup</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.5.37</param>
|
||||
<param name="revision">v1.6.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)~0</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:497abf13122733e5b5bd1765bcfb6ae0b92b1140ccf3d0d7a275f4f10b14d870
|
||||
size 548440
|
3
juliaup-1.6.0~0.tar.xz
Normal file
3
juliaup-1.6.0~0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33e55dbaddfa3ea90536ac74297bc1216e0ae0506e6b173fe4bed4442bc15cb2
|
||||
size 548696
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 12:01:47 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 1.6.0~0:
|
||||
* (cargo-release) version 1.6.0
|
||||
* Add test for list command
|
||||
* Add list command
|
||||
* fix clap-related deprecations
|
||||
* Bump dialoguer from 0.9.0 to 0.10.0
|
||||
* Bump actions/checkout from 2 to 3
|
||||
* Add dependabot configuration
|
||||
* Make `winres` a Windows-only build dependency
|
||||
* (cargo-release) start next development iteration 1.5.39-alpha.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 06:14:24 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: juliaup
|
||||
Version: 1.5.37
|
||||
Version: 1.6.0~0
|
||||
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:d2dcc6910e826a538ddf14c9cd79485c4911352c768a23476a8a4d278cdfa733
|
||||
size 24585676
|
||||
oid sha256:42f4b3f5ad90c541ffc0bc128c892f32fa6c95473346f0b3b6c03ef8bf7a25f4
|
||||
size 24620792
|
||||
|
Loading…
Reference in New Issue
Block a user