update to 2.3.9

- prepare the python3 support:
-  add virtual provides for python-rpy
-  change the build requirement from python-devel to python2-devel
This commit is contained in:
José Matos 2014-01-31 12:08:34 +00:00
parent 113383087c
commit a7b9258908
3 changed files with 12 additions and 15 deletions

13
.gitignore vendored
View File

@ -1,12 +1 @@
rpy2-2.1.3.tar.gz
/rpy2-2.1.7.tar.gz
/rpy2-2.1.9.tar.gz
/rpy2-2.2.1.tar.gz
/rpy2-2.2.3.tar.gz
/rpy2-2.2.4.tar.gz
/rpy2-2.2.5.tar.gz
/rpy2-2.2.6.tar.gz
/rpy2-2.3.0beta1.tar.gz
/rpy2-2.3.5.tar.gz
/rpy2-2.3.6.tar.gz
/rpy2-2.3.8.tar.gz
/rpy2-2.3.9.tar.gz

View File

@ -4,13 +4,13 @@
Name: rpy
Summary: Python interface to the R language
Version: 2.3.8
Version: 2.3.9
Release: 1%{?dist}
Url: http://rpy.sourceforge.net
Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Development/Libraries
BuildRequires: R-devel = %{rver}, numpy, python-devel
BuildRequires: R-devel = %{rver}, numpy, python2-devel
BuildRequires: readline-devel
Requires: numpy
Requires: R-core = %{rver}
@ -18,6 +18,8 @@ Requires: R-core = %{rver}
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Provides: python-rpy = %{version}-%{release}
%description
RPy provides a robust Python interface to the R
programming language. It can manage all kinds of R objects and can
@ -39,6 +41,12 @@ python setup.py install -O1 --skip-build --root=%{buildroot}
%{python_sitearch}/rpy2-%{version}*.egg-info
%changelog
* Fri Jan 31 2014 José Matos <jamatos@fedoraproject.org> - 2.3.9-1
- update to 2.3.9
- prepare the python3 support:
- add virtual provides for python-rpy
- change the build requirement from python-devel to python2-devel
* Tue Oct 15 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.8-1
- update to 2.3.8, rebuild for R 3.0.2

View File

@ -1 +1 @@
f331120aeeb1b27118d4e3360f2ec45d rpy2-2.3.8.tar.gz
86851a56f637e7b87709eb2b91dc5075 rpy2-2.3.9.tar.gz