diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-02-26 02:22:31 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-02-26 02:22:31 +0000 |
commit | 503511057a17f47606b624c5821a9067e5462d45 (patch) | |
tree | f7fdfa0cb48e814a640123a3c6c1be94525aa9ef | |
parent | 6d6ba7681ea1b6092049cfbb184c0a277e1a9f3a (diff) |
automatic import of R-CRAN-mlr3tuning
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-mlr3tuning.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -2,3 +2,4 @@ /mlr3tuning_0.10.0.tar.gz /mlr3tuning_0.11.0.tar.gz /mlr3tuning_0.12.0.tar.gz +/mlr3tuning_0.12.1.tar.gz diff --git a/R-CRAN-mlr3tuning.spec b/R-CRAN-mlr3tuning.spec index a08813b..8f34782 100644 --- a/R-CRAN-mlr3tuning.spec +++ b/R-CRAN-mlr3tuning.spec @@ -1,10 +1,10 @@ %global __brp_check_rpaths %{nil} %global packname mlr3tuning -%global packver 0.12.0 +%global packver 0.12.1 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.12.0 +Version: 0.12.1 Release: 1%{?dist}%{?buildtag} Summary: Tuning for 'mlr3' @@ -1 +1 @@ -38ce5c6ccc402031620d15443cdb36f5 mlr3tuning_0.12.0.tar.gz +97e93538f5e8f870971f91d79b6bfa21 mlr3tuning_0.12.1.tar.gz |