Update to 3.5.13
Update license tag to SPDX license identifier Clean package (workarounds no longer required)
This commit is contained in:
parent
3fdab1c74e
commit
e112e50efb
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,7 +1,2 @@
|
||||
clog
|
||||
/rpy2-3.4.2.tar.gz
|
||||
/rpy2-3.4.4.tar.gz
|
||||
/rpy2-3.4.5.tar.gz
|
||||
/rpy2-3.5.3.tar.gz
|
||||
/rpy2-3.5.9.tar.gz
|
||||
/rpy2-3.5.10.tar.gz
|
||||
/rpy2-3.5.13.tar.gz
|
||||
|
17
rpy.spec
17
rpy.spec
@ -16,10 +16,10 @@
|
||||
}
|
||||
|
||||
Name: rpy
|
||||
Version: 3.5.10
|
||||
Release: 4%{?dist}
|
||||
Version: 3.5.13
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
Url: https://pypi.python.org/pypi/rpy2
|
||||
Source: https://files.pythonhosted.org/packages/source/r/%{srcname}2/%{srcname}2-%{version}.tar.gz
|
||||
|
||||
@ -44,9 +44,6 @@ converted to Python exceptions.
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{sum}
|
||||
Requires: %add_rver R-core
|
||||
%if (0%{?fedora} && 0%{?fedora} < 33)
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
%endif
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
RPy provides a robust Python interface to the R
|
||||
@ -58,9 +55,6 @@ converted to Python exceptions.
|
||||
%setup -q -n %{srcname}2-%{version}
|
||||
|
||||
%build
|
||||
# Temporary workaround to fix a bug in R
|
||||
# see https://stat.ethz.ch/pipermail/r-devel/2016-December/073548.html
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1"
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
@ -83,6 +77,11 @@ cd %{srcname}2
|
||||
%{python3_sitearch}/__pycache__/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 1 2023 José Matos <jamatos@fedoraproject.org> - 3.5.13-1
|
||||
- Update to 3.5.13
|
||||
- Update license tag to SPDX license identifier
|
||||
- Clean package (workarounds no longer required)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.10-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpy2-3.5.10.tar.gz) = ffb471ad5c554012ff11ae19e1c5b612d877482bc6e95dfe6c9eb7b63551df6cf59d505c6701cf8ab6a7bf05d7774b60dbb464476b0d5f06680d4eceffbcf1f6
|
||||
SHA512 (rpy2-3.5.13.tar.gz) = 03cb885a8bb2f71cc456b960e89fd9f80ee2ffcd87be9fea0df3bce8dd3156a2ca445b2b0e10514a397c88a4d25d008891a5e29fb06c39c18c35b9b0be3668c0
|
||||
|
Loading…
Reference in New Issue
Block a user