Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-casacore for openSUSE:Factory
checked in at 2023-09-04 22:53:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-casacore (Old)
and /work/SRC/openSUSE:Factory/.python-casacore.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-casacore"
Mon Sep 4 22:53:59 2023 rev:6 rq:1108883 version:3.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-casacore/python-casacore.changes
2023-01-16 18:02:26.984004922 +0100
+++
/work/SRC/openSUSE:Factory/.python-casacore.new.1766/python-casacore.changes
2023-09-04 22:54:56.758659893 +0200
@@ -1,0 +2,6 @@
+Mon Sep 4 05:52:12 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Remove unneeded {Build,}Requires on future and configparse.
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-casacore.spec ++++++
--- /var/tmp/diff_new_pack.hP51Q3/_old 2023-09-04 22:54:57.730694254 +0200
+++ /var/tmp/diff_new_pack.hP51Q3/_new 2023-09-04 22:54:57.734694394 +0200
@@ -27,13 +27,13 @@
Group: Development/Languages/Python
URL: https://github.com/casacore/python-casacore
Source:
https://github.com/casacore/python-casacore/archive/refs/tags/v%{version}.tar.gz#/python-casacore-%{version}-gh.tar.gz
-BuildRequires: %{python_module configargparse}
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module future}
BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
+BuildRequires: %{python_module wheel}
BuildRequires: casacore-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -42,8 +42,6 @@
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(cfitsio)
BuildRequires: pkgconfig(wcslib)
-Requires: python-configargparse
-Requires: python-future
Requires: python-numpy
Requires: python-six
ExcludeArch: %ix86
@@ -59,10 +57,10 @@
%build
export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
@@ -78,6 +76,6 @@
%license LICENSE
%{python_sitearch}/%{modname}/
%{python_sitearch}/pyrap/
-%{python_sitearch}/python_%{modname}-%{version}-py%{python_version}.egg-info/
+%{python_sitearch}/python_%{modname}-%{version}.dist-info/
%changelog