Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rpy2 for openSUSE:Factory checked in at 2025-05-09 18:50:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rpy2 (Old) and /work/SRC/openSUSE:Factory/.python-rpy2.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rpy2" Fri May 9 18:50:36 2025 rev:12 rq:1276021 version:3.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rpy2/python-rpy2.changes 2021-04-27 21:35:29.276065345 +0200 +++ /work/SRC/openSUSE:Factory/.python-rpy2.new.30101/python-rpy2.changes 2025-05-09 18:53:09.637577458 +0200 @@ -1,0 +2,6 @@ +Fri May 9 05:18:03 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Update URL. +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rpy2.spec ++++++ --- /var/tmp/diff_new_pack.QRyHjF/_old 2025-05-09 18:53:10.085596095 +0200 +++ /var/tmp/diff_new_pack.QRyHjF/_new 2025-05-09 18:53:10.085596095 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rpy2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %define skip_python36 1 Name: python-rpy2 Version: 3.4.4 Release: 0 Summary: A Python interface to the R Programming Language License: GPL-2.0-or-later -URL: https://bitbucket.org/rpy2/rpy2 +URL: https://github.com/rpy2/rpy2 Source: https://files.pythonhosted.org/packages/source/r/rpy2/rpy2-%{version}.tar.gz BuildRequires: %{python_module cffi >= 1.13.1} BuildRequires: %{python_module numpy} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: R-base >= 3.2 BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -56,10 +56,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # Test files have been removed @@ -75,7 +75,7 @@ %doc AUTHORS NEWS README.md %license gpl-2.0.txt %{python_sitelib}/rpy2/ -%{python_sitelib}/rpy2-%{version}-py*.egg-info -%pycache_only %{python_sitelib}/__pycache__/_rinterface*.py* -%{python_sitelib}/_rinterface*.py* +%{python_sitelib}/_rinterface_cffi_abi.py +%{python_sitelib}/rpy2-%{version}.dist-info +%pycache_only %{python_sitelib}/__pycache__/_rinterface_cffi_abi*.pyc