diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:59:35 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:59:35 +0000 |
| commit | 528de9f77eb981f5d7e55c7334f3b3afef5f9f18 (patch) | |
| tree | e9c6767515dcf405b0fea5bbbc3af815a3bc566b | |
| parent | 380c6ed38927cfaea44a5208116491ee5270e120 (diff) | |
automatic import of python-rpy2openeuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-rpy2.spec | 14 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /rpy2-3.5.10.tar.gz +/rpy2-3.5.11.tar.gz diff --git a/python-rpy2.spec b/python-rpy2.spec index 4d89d37..57c4131 100644 --- a/python-rpy2.spec +++ b/python-rpy2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rpy2 -Version: 3.5.10 +Version: 3.5.11 Release: 1 Summary: Python interface to the R language (embedded R) License: GPLv2+ URL: https://rpy2.github.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/1c/18c718a1365bedc10438810637b5d735737c697998d5c163cc58edb6f1ee/rpy2-3.5.10.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/21/83/58efe42e96397d441609e411d37392dc68198f1a2ff7663c21a1cb07e6a8/rpy2-3.5.11.tar.gz BuildArch: noarch @@ -54,7 +54,7 @@ python setup.py install ``` -## Non system-R installations +## Issues loading shared C libraries Whenever R is in not installed in a system location, the system might not know where to find the R shared library. @@ -178,7 +178,7 @@ python setup.py install ``` -## Non system-R installations +## Issues loading shared C libraries Whenever R is in not installed in a system location, the system might not know where to find the R shared library. @@ -299,7 +299,7 @@ python setup.py install ``` -## Non system-R installations +## Issues loading shared C libraries Whenever R is in not installed in a system location, the system might not know where to find the R shared library. @@ -373,7 +373,7 @@ gpl-2.0.txt). This is the very same license R itself is released under. %prep -%autosetup -n rpy2-3.5.10 +%autosetup -n rpy2-3.5.11 %build %py3_build @@ -413,5 +413,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.5.10-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.5.11-1 - Package Spec generated @@ -1 +1 @@ -f21f2be1007542802048789420f30b5f rpy2-3.5.10.tar.gz +780a809f9b2c9d19b3bdd345480c4213 rpy2-3.5.11.tar.gz |
