Hello community, here is the log from the commit of package python-rpy2 for openSUSE:Factory checked in at 2018-05-19 15:43:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rpy2 (Old) and /work/SRC/openSUSE:Factory/.python-rpy2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rpy2" Sat May 19 15:43:41 2018 rev:2 rq:610531 version:2.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rpy2/python-rpy2.changes 2018-05-16 11:39:26.968980137 +0200 +++ /work/SRC/openSUSE:Factory/.python-rpy2.new/python-rpy2.changes 2018-05-19 15:43:41.955920963 +0200 @@ -1,0 +2,6 @@ +Fri May 18 15:32:11 UTC 2018 - [email protected] + +- Ensure neutrality of description. Trim future goals from + description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rpy2.spec ++++++ --- /var/tmp/diff_new_pack.imrnO8/_old 2018-05-19 15:43:42.727892719 +0200 +++ /var/tmp/diff_new_pack.imrnO8/_new 2018-05-19 15:43:42.731892573 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rpy2 # -# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,15 +22,15 @@ Name: python-rpy2 Version: 2.9.3 Release: 0 +Summary: A Python interface to the R Programming Language License: GPL-2.0-or-later -Summary: A very simple, yet robust, Python interface to the R Programming Language -Url: https://bitbucket.org/rpy2/rpy2 Group: Development/Libraries/Python +Url: https://bitbucket.org/rpy2/rpy2 Source: https://files.pythonhosted.org/packages/source/r/rpy2/rpy2-%{version}.tar.gz -BuildRequires: -post-build-checks BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module setuptools} +BuildRequires: -post-build-checks BuildRequires: R-base >= 3.2 BuildRequires: R-base-devel >= 3.2 BuildRequires: blas-devel @@ -53,17 +53,13 @@ %python_subpackages %description -RPy is a very simple, yet robust, Python interface to the R Programming -Language. It can manage all kinds of R objects and can execute arbitrary R -functions (including the graphic functions). All errors from the R language -areconverted to Python exceptions. Any module installed for the R system can -be used from within Python. - -This code is inspired by RSPython from the Omegahat project. The main goals of -RPy are: - + to have a very robust interface for using R from Python - + the interface should be as transparent and easy to use as possible - + it should be usable for real scientific and statistical computations +RPy is a Python interface to the R Programming Language. It can +manage all kinds of R objects and can execute arbitrary R functions +(including the graphic functions). All errors from the R language are +converted to Python exceptions. Any module installed for the R system +can be used from Python. + +This code is inspired by RSPython from the Omegahat project. %prep %setup -qn rpy2-%{version}
