Update to 3.0.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
ignatenkobrain 2019-05-05 09:47:12 +02:00
commit 83853db660
No known key found for this signature in database
GPG key ID: 695714BD1BBC5F4C

View file

@ -1,21 +1,16 @@
document: modulemd
version: 2
data:
summary: Command line tool that helps you to pick items from a sorted list
description: >-
rpick is a command line tool
that helps you to pick items from a sorted list,
using a Gaussian probability model.
Things near the top of the list have the highest probability of being chosen,
while things at the end of the list have the lowest chance.
Once an item has been picked
and the user has accepted the choice,
the list is saved to disk with the picked item moved to the end of the list.
summary: Helps you pick items from a list by various algorithms
description: |-
Helps you pick items from a list by various algorithms. Example uses: pick a
restaurant you haven't been to in a while, or an album to listen to.
license:
module: [MIT]
dependencies:
- buildrequires:
platform: []
rust: [stable]
requires:
platform: []
references:
@ -31,10 +26,6 @@ data:
- rpick
filter:
rpms:
# XXX: temporary workaround
- rust-packaging
- python3-rust2rpm
# crates, build-time only
- rust-ansi_term+default-devel
- rust-ansi_term-devel
- rust-atty+default-devel
@ -42,6 +33,7 @@ data:
- rust-autocfg+default-devel
- rust-autocfg-devel
- rust-bitflags+default-devel
- rust-bitflags+example_generated-devel
- rust-bitflags-devel
- rust-clap+ansi_term-devel
- rust-clap+atty-devel
@ -77,6 +69,7 @@ data:
- rust-linked-hash-map+serde_impl-devel
- rust-linked-hash-map-devel
- rust-proc-macro2+default-devel
- rust-proc-macro2+nightly-devel
- rust-proc-macro2+proc-macro-devel
- rust-proc-macro2+span-locations-devel
- rust-proc-macro2-devel
@ -129,6 +122,8 @@ data:
- rust-rand_xorshift+serde1-devel
- rust-rand_xorshift+serde_derive-devel
- rust-rand_xorshift-devel
- rust-rpick+default-devel
- rust-rpick-devel
- rust-serde+alloc-devel
- rust-serde+default-devel
- rust-serde+derive-devel
@ -169,6 +164,7 @@ data:
- rust-syn+visit-mut-devel
- rust-syn-devel
- rust-textwrap+default-devel
- rust-textwrap+hyphenation-devel
- rust-textwrap+term_size-devel
- rust-textwrap-devel
- rust-unicode-segmentation+default-devel
@ -188,11 +184,8 @@ data:
- rust-yaml-rust-devel
components:
rpms:
rust-packaging:
buildorder: 0
rationale: Something needs to orchestrate build of all stuff below.
rust-ansi_term:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -204,7 +197,7 @@ data:
(built by rust-clap)
ref: 981f698b95b96924110b56201491bca38b4a43a8 # rust-ansi_term-0.11.0-5.fc30
rust-autocfg:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -222,7 +215,7 @@ data:
(built by rust-rand_pcg)
ref: 81a855938853d5b158170384a78b4bfd0e640fd5 # rust-autocfg-0.1.2-3.fc30
rust-bitflags:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -232,9 +225,9 @@ data:
Required by:
* rust-clap-devel
(built by rust-clap)
ref: d6cb4b7f827a92a89c3d6c4744c6dd5525fc394f # rust-bitflags-1.0.4-4.fc30
ref: 88d8eb1d1a298cef1872aa9be0b64ec34d185e52 # rust-bitflags-1.0.5-1.fc31
rust-dtoa:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -244,9 +237,9 @@ data:
Required by:
* rust-serde_yaml-devel
(built by rust-serde_yaml)
ref: fc6e27dd5a8e865c1a7abe6263c21a808f0bf234 # rust-dtoa-0.4.3-5.fc30
ref: 291106943508d26ab8bc77294dd3be93a79725d5 # rust-dtoa-0.4.4-1.fc31
rust-libc:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -254,6 +247,7 @@ data:
* rust-atty
* rust-dirs
* rust-rand
* rust-rand_jitter
* rust-rand_os
Required by:
@ -263,11 +257,13 @@ data:
(built by rust-dirs)
* rust-rand-devel
(built by rust-rand)
* rust-rand_jitter-devel
(built by rust-rand_jitter)
* rust-rand_os-devel
(built by rust-rand_os)
ref: 9b95ae890adec9addc9b4f80fb02f2ea21ce06bb # rust-libc-0.2.50-1.fc31
ref: e1e1793b395e36f86d400448351a153c56bf6565 # rust-libc-0.2.54-1.fc31
rust-linked-hash-map:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -280,9 +276,9 @@ data:
(built by rust-serde_yaml)
* rust-yaml-rust-devel
(built by rust-yaml-rust)
ref: f6c5429731255953965c9d1c2fb9809b1ff675a6 # rust-linked-hash-map-0.5.1-7.fc31
ref: 165bd9bf281be34e5df9214fc15f5a7f3fa0a56b # rust-linked-hash-map-0.5.2-1.fc31
rust-rand_core:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -312,7 +308,7 @@ data:
(built by rust-rand_pcg)
ref: 2ffed169b8788f3f390f33f36bdcaa94c99ca8ce # rust-rand_core-0.4.0-3.fc31
rust-serde:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -323,9 +319,9 @@ data:
Required by:
* rust-serde_yaml-devel
(built by rust-serde_yaml)
ref: 6b0bcf9f0759180ad940ba8150115d38a38cdf38 # rust-serde-1.0.89-2.fc31
ref: 904d8cc515235d1a806c9a7aded22bd6ffa04c7b # rust-serde-1.0.90-1.fc31
rust-strsim:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -335,9 +331,9 @@ data:
Required by:
* rust-clap+suggestions-devel
(built by rust-clap)
ref: 663afa7b1ad8bba8cb1454ff7290670f276eab52 # rust-strsim-0.8.0-4.fc30
ref: 6db610582eecbd8ea9f81a1f077e4c48106b16c7 # rust-strsim-0.9.0-1.fc31
rust-unicode-segmentation:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -349,7 +345,7 @@ data:
(built by rust-heck)
ref: 0a8289b9073ecada57d151700f0540dcfa167d13 # rust-unicode-segmentation-1.2.1-6.fc30
rust-unicode-width:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -364,7 +360,7 @@ data:
(built by rust-textwrap)
ref: 6b7a220e29805a34e566e0bbc056f04288e46b98 # rust-unicode-width-0.1.5-5.fc30
rust-unicode-xid:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -379,7 +375,7 @@ data:
(built by rust-syn)
ref: f0f240a98191837a508e3a829186f3e68fb073a7 # rust-unicode-xid-0.1.0-8.fc30
rust-vec_map:
buildorder: 10
buildorder: 0
rationale: |-
Dependency of other components.
@ -391,7 +387,7 @@ data:
(built by rust-clap)
ref: 8061e58004d95400d13c320814f4dc5525f7e99e # rust-vec_map-0.8.1-6.fc31
rust-atty:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -403,7 +399,7 @@ data:
(built by rust-clap)
ref: 8292e9fbe915444fb7fc60ae8843c039ae41ee5c # rust-atty-0.2.11-4.fc30
rust-dirs:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -411,7 +407,7 @@ data:
* rust-rpick
ref: 8fc11cedb2221a5c75b97694e0e83ad250cb1977 # rust-dirs-1.0.5-1.fc31
rust-heck:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -423,7 +419,7 @@ data:
(built by rust-structopt-derive)
ref: 8f13155f76774eb0f8c4b359271070308130434c # rust-heck-0.3.1-3.fc31
rust-proc-macro2:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -446,9 +442,9 @@ data:
(built by rust-syn)
* rust-syn-devel
(built by rust-syn)
ref: 3855044696e35eafefebe7360043a1ca9a90c7ca # rust-proc-macro2-0.4.27-1.fc30
ref: 4300a7c5be537eae055d6772da5dcd9f948be04f # rust-proc-macro2-0.4.29-1.fc31
rust-rand_core0.3:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -469,7 +465,7 @@ data:
(built by rust-rand_xorshift)
ref: e87f2e4a155d98dab8dd94f064e8e6de4c75fd95 # rust-rand_core0.3-0.3.1-3.fc31
rust-rand_jitter:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -481,9 +477,9 @@ data:
(built by rust-rand)
* rust-rand-devel
(built by rust-rand)
ref: 397d4a229a47ef2806e7c3cd0a5c05382fa66344 # rust-rand_jitter-0.1.3-2.fc31
ref: db78e2ee6e2a871048c092be245c416be8f92b8d # rust-rand_jitter-0.1.4-1.fc31
rust-rand_os:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -495,7 +491,7 @@ data:
(built by rust-rand)
ref: bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9 # rust-rand_os-0.1.3-2.fc31
rust-rand_pcg:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -507,7 +503,7 @@ data:
(built by rust-rand)
ref: 55c099d27ef3d71b49404ff1cdaefa980dce3ae1 # rust-rand_pcg-0.1.2-2.fc31
rust-textwrap:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -517,9 +513,9 @@ data:
Required by:
* rust-clap-devel
(built by rust-clap)
ref: d744fed4858be87507b91a315becac68d5c81772 # rust-textwrap-0.10.0-6.fc31
ref: 0776aa5c1485c4af8fb70fb89827473d012aa50c # rust-textwrap-0.11.0-1.fc31
rust-yaml-rust:
buildorder: 20
buildorder: 10
rationale: |-
Dependency of other components.
@ -531,7 +527,7 @@ data:
(built by rust-serde_yaml)
ref: e5933e069ea582b9279177624b937394abcb75ca # rust-yaml-rust-0.4.3-1.fc31
rust-clap:
buildorder: 30
buildorder: 20
rationale: |-
Dependency of other components.
@ -543,9 +539,9 @@ data:
(built by rust-structopt)
* rust-structopt-devel
(built by rust-structopt)
ref: 7097cefc3418a8f1daffb0666ca1bd0b8afa9d3e # rust-clap-2.32.0-8.fc31
ref: 6e71af04e33895c2f43142e49c7075fef09f439e # rust-clap-2.33.0-2.fc31
rust-quote:
buildorder: 30
buildorder: 20
rationale: |-
Dependency of other components.
@ -563,9 +559,9 @@ data:
(built by rust-syn)
* rust-syn+proc-macro-devel
(built by rust-syn)
ref: f932c7e0b493c27300136ea4071d8e6356f269a5 # rust-quote-0.6.11-2.fc30
ref: 8c5ff10d7856a8a9633a0ea1950f307351654314 # rust-quote-0.6.12-1.fc31
rust-rand_chacha:
buildorder: 30
buildorder: 20
rationale: |-
Dependency of other components.
@ -577,7 +573,7 @@ data:
(built by rust-rand)
ref: 0e9ac782e7b4d9b50a674f96392dcf00527ee639 # rust-rand_chacha-0.1.1-2.fc30
rust-rand_hc:
buildorder: 30
buildorder: 20
rationale: |-
Dependency of other components.
@ -589,7 +585,7 @@ data:
(built by rust-rand)
ref: 4b6818ef7dabe874c31778c29ad01a7eead91aa4 # rust-rand_hc-0.1.0-3.fc30
rust-rand_isaac:
buildorder: 30
buildorder: 20
rationale: |-
Dependency of other components.
@ -601,7 +597,7 @@ data:
(built by rust-rand)
ref: 3cf62a581a3f5f399234f95f9da9d107fdd27bb5 # rust-rand_isaac-0.1.1-4.fc31
rust-rand_xorshift:
buildorder: 30
buildorder: 20
rationale: |-
Dependency of other components.
@ -613,15 +609,15 @@ data:
(built by rust-rand)
ref: 45df31bb381c91d5f7bfd570192673d8809a627e # rust-rand_xorshift-0.1.1-3.fc31
rust-serde_yaml:
buildorder: 30
buildorder: 20
rationale: |-
Dependency of other components.
BuildRequired by:
* rust-rpick
ref: 22c894363688bcb6bf8696fbf7063cf43297127f # rust-serde_yaml-0.8.8-2.fc30
ref: 04e46b56fe5752b4ac79f856a42e979c8a301928 # rust-serde_yaml-0.8.9-1.fc31
rust-rand:
buildorder: 40
buildorder: 30
rationale: |-
Dependency of other components.
@ -629,7 +625,7 @@ data:
* rust-rpick
ref: ed88355deb5e2867d0422f861bcbe4c720e12e0b # rust-rand-0.6.5-3.fc31
rust-syn:
buildorder: 40
buildorder: 30
rationale: |-
Dependency of other components.
@ -642,18 +638,18 @@ data:
(built by rust-serde_derive)
* rust-structopt-derive-devel
(built by rust-structopt-derive)
ref: 2078d9b6fc0501d0dae05f8f564dd3345f1d4078 # rust-syn-0.15.29-1.fc31
ref: 719d3a44abfc6988dbbd1b169440f8b78994fc86 # rust-syn-0.15.33-1.fc31
rust-serde_derive:
buildorder: 50
buildorder: 40
rationale: |-
Dependency of other components.
Required by:
* rust-serde+derive-devel
(built by rust-serde)
ref: 5a760243ceaa6d89570498ebb78c41294bf6163c # rust-serde_derive-1.0.89-1.fc31
ref: 5e3d37a6f0cc592eb8bc387cf47d0cdaa50953b2 # rust-serde_derive-1.0.90-1.fc31
rust-structopt-derive:
buildorder: 50
buildorder: 40
rationale: |-
Dependency of other components.
@ -665,7 +661,7 @@ data:
(built by rust-structopt)
ref: 61a5f7c519b2dec5fca81481419379399574f5dc # rust-structopt-derive-0.2.15-1.fc31
rust-structopt:
buildorder: 60
buildorder: 50
rationale: |-
Dependency of other components.
@ -673,6 +669,6 @@ data:
* rust-rpick
ref: bdbb00d4099e533469cd61e82ec4a6b970ddbabf # rust-structopt-0.2.15-2.fc31
rust-rpick:
buildorder: 70
buildorder: 60
rationale: Main component.
ref: 2180c562c2cfcebe6c9d8be5f841a3304654c15b # rust-rpick-0.2.0-1.fc31
ref: 86434d3fa4c5d09827e3a6c87fe521450f1a6e8e # rust-rpick-0.3.1-1.fc31