update to 3.1.6
This commit is contained in:
parent
3bc8680803
commit
dd66ece861
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/testthat_3.1.1.tar.gz
|
||||
/testthat_3.1.2.tar.gz
|
||||
/testthat_3.1.4.tar.gz
|
||||
/testthat_3.1.6.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%bcond_with check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 3.1.4
|
||||
%global packver 3.1.6
|
||||
|
||||
%global __suggests_exclude ^R\\((devtools)\\)
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
|
||||
License: MIT
|
||||
URL: https://cran.r-project.org/package=testthat
|
||||
@ -15,8 +15,7 @@ Summary: Unit Testing for R
|
||||
BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||
BuildRequires: R-brio
|
||||
BuildRequires: R-callr >= 3.5.1
|
||||
BuildRequires: R-cli >= 3.3.0
|
||||
BuildRequires: R-crayon >= 1.3.4
|
||||
BuildRequires: R-cli >= 3.4.0
|
||||
BuildRequires: R-desc
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-ellipsis >= 0.2.0
|
||||
@ -92,6 +91,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Thu Feb 9 2023 Tom Callaway <spot@fedoraproject.org> - 3.1.6-1
|
||||
- update to 3.1.6
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_3.1.4.tar.gz) = ae0f0007c085fe951e04b9682a6758d811f3d240249302d440f58ea7b3f7271d692f26df247d7edc50a2150293026003b299f5e36ba2044930c2d60940221730
|
||||
SHA512 (testthat_3.1.6.tar.gz) = 009c4fa0239cfd5f94ee8f7ff83d36e48c7c613066d799458207c29281bc44546b304ef788d04bf71acb459f440d1de2e2212fd5a46591f206fbd32373a5a744
|
||||
|
Loading…
Reference in New Issue
Block a user