3.0.1
This commit is contained in:
parent
5ccc700151
commit
d791131add
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/testthat_2.3.1.tar.gz
|
/testthat_2.3.1.tar.gz
|
||||||
/testthat_2.3.2.tar.gz
|
/testthat_2.3.2.tar.gz
|
||||||
/testthat_3.0.0.tar.gz
|
/testthat_3.0.0.tar.gz
|
||||||
|
/testthat_3.0.1.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|
||||||
%global packname testthat
|
%global packname testthat
|
||||||
%global packver 3.0.0
|
%global packver 3.0.1
|
||||||
|
|
||||||
%global __suggests_exclude ^R\\((devtools)\\)
|
%global __suggests_exclude ^R\\((devtools)\\)
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ Summary: Unit Testing for R
|
|||||||
BuildRequires: R-devel >= 3.4.0, tetex-latex
|
BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||||
BuildRequires: R-brio
|
BuildRequires: R-brio
|
||||||
BuildRequires: R-callr >= 3.5.1
|
BuildRequires: R-callr >= 3.5.1
|
||||||
BuildRequires: R-cli
|
BuildRequires: R-cli >= 2.2.0
|
||||||
BuildRequires: R-crayon >= 1.3.4
|
BuildRequires: R-crayon >= 1.3.4
|
||||||
BuildRequires: R-desc
|
BuildRequires: R-desc
|
||||||
BuildRequires: R-digest
|
BuildRequires: R-digest
|
||||||
@ -30,10 +30,10 @@ BuildRequires: R-praise
|
|||||||
BuildRequires: R-processx
|
BuildRequires: R-processx
|
||||||
BuildRequires: R-ps >= 1.3.4
|
BuildRequires: R-ps >= 1.3.4
|
||||||
BuildRequires: R-R6 >= 2.2.0
|
BuildRequires: R-R6 >= 2.2.0
|
||||||
BuildRequires: R-rlang >= 0.4.1
|
BuildRequires: R-rlang >= 0.4.9
|
||||||
BuildRequires: R-utils
|
BuildRequires: R-utils
|
||||||
BuildRequires: R-waldo >= 0.2.1
|
BuildRequires: R-waldo >= 0.2.1
|
||||||
BuildRequires: R-withr >= 2.0.0
|
BuildRequires: R-withr >= 2.3.0
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: R-covr
|
BuildRequires: R-covr
|
||||||
BuildRequires: R-curl >= 0.9.5
|
BuildRequires: R-curl >= 0.9.5
|
||||||
@ -92,6 +92,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
|||||||
%{_libdir}/R/library/%{packname}/include/
|
%{_libdir}/R/library/%{packname}/include/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 17 2020 Tom Callaway <spot@fedoraproject.org> - 3.0.1-1
|
||||||
|
- update to 3.0.1
|
||||||
|
|
||||||
* Mon Nov 2 2020 Tom Callaway <spot@fedoraproject.org> - 3.0.0-1
|
* Mon Nov 2 2020 Tom Callaway <spot@fedoraproject.org> - 3.0.0-1
|
||||||
- update to 3.0.0
|
- update to 3.0.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (testthat_3.0.0.tar.gz) = 2139df3a176fce8b037bb5e2cbf7fa4855a453c4ac21475d6ed4754dde7b0e05c8a9d388e7b517e76e88c9b88003622cd81c4aa5e59f64f75c6c05c78841dc1f
|
SHA512 (testthat_3.0.1.tar.gz) = 2608bacb54f03795d7ce3dfa45b9041c03d423cd8bc99427efd010b464b9a1e4602e9fb56560c484083eddd4c42b15f82c8135a14241f1e2c08665456eddeeb3
|
||||||
|
Loading…
Reference in New Issue
Block a user