Update to latest version.
This commit is contained in:
parent
a6c7b4405f
commit
9f1ddb99a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/glue_1.2.0.tar.gz
|
||||
/glue_1.3.0.tar.gz
|
||||
/glue_1.3.1.tar.gz
|
||||
/glue_1.3.2.tar.gz
|
||||
|
17
R-glue.spec
17
R-glue.spec
@ -1,22 +1,23 @@
|
||||
%global packname glue
|
||||
%global packname glue
|
||||
%global packver 1.3.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# Not all available yet.
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.3.1
|
||||
Release: 5%{?dist}
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Interpreted String Literals
|
||||
|
||||
License: MIT
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-methods
|
||||
# Suggests: R-testthat, R-covr, R-magrittr, R-crayon, R-knitr, R-rmarkdown, R-DBI, R-RSQLite, R-R.utils, R-forcats, R-microbenchmark, R-rprintf, R-stringr, R-ggplot2, R-dplyr, R-withr
|
||||
# Suggests: R-testthat, R-covr, R-magrittr, R-crayon, R-knitr, R-rmarkdown, R-DBI, R-RSQLite, R-R.utils, R-forcats, R-microbenchmark, R-rprintf, R-stringr, R-ggplot2, R-dplyr, R-withr, R-vctrs >= 0.2.2
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -39,6 +40,7 @@ BuildRequires: R-forcats
|
||||
BuildRequires: R-microbenchmark
|
||||
BuildRequires: R-ggplot2
|
||||
BuildRequires: R-dplyr
|
||||
BuildRequires: R-vctrs >= 0.2.2
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -46,7 +48,7 @@ An implementation of interpreted string literals, inspired by Python's
|
||||
Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/>
|
||||
and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's
|
||||
Triple-Quoted String Literals
|
||||
<https://docs.julialang.org/en/stable/manual/strings/#triple-quoted-string-literals>.
|
||||
<https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
|
||||
|
||||
|
||||
%prep
|
||||
@ -92,6 +94,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glue_1.3.1.tar.gz) = b46591f790b10d9e6c92df5d19efcb6b9f9d735e3d48ebce4739b367803ce282a67ebc7eda6b826d6fa36c04d4fe4c4a85dd0e6e0d5c37560d3e61ac4db1410e
|
||||
SHA512 (glue_1.3.2.tar.gz) = 7d7eda20aa167c7223fa5bf4de77bfe13dd22e1afc6edc5ef0b8356f13c07a9abc4aac5273154b38025d65e15f932886f24c2331d246ae3190dc61679aafd05f
|
||||
|
Loading…
Reference in New Issue
Block a user