Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyCBC for openSUSE:Factory checked in at 2026-07-23 23:09:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyCBC (Old) and /work/SRC/openSUSE:Factory/.python-PyCBC.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyCBC" Thu Jul 23 23:09:56 2026 rev:22 rq:1366524 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyCBC/python-PyCBC.changes 2026-07-03 16:23:05.591168880 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyCBC.new.2004/python-PyCBC.changes 2026-07-23 23:11:07.901949697 +0200 @@ -1,0 +2,6 @@ +Fri Jul 17 02:50:56 UTC 2026 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros to build and install the module. +- Support both uppercase and lowercase metadata directories. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyCBC.spec ++++++ --- /var/tmp/diff_new_pack.dMoD9Y/_old 2026-07-23 23:11:08.721978491 +0200 +++ /var/tmp/diff_new_pack.dMoD9Y/_new 2026-07-23 23:11:08.721978491 +0200 @@ -38,7 +38,9 @@ BuildRequires: %{python_module Cython >= 0.29} BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module numpy-devel >= 1.16.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros @@ -120,12 +122,12 @@ %build %if !%{with test} -%python_build +%pyproject_wheel %endif %install %if !%{with test} -%python_install +%pyproject_install sed -E -i "1 s|^#\!\s*/usr/bin/env\s*bash|#\!/bin/bash|" %{buildroot}%{_bindir}/run_pycbc_inference %python_expand chmod -x %{buildroot}%{$python_sitearch}/pycbc/results/static/js/fancybox/2.1.5/jquery.fancybox*.js @@ -149,6 +151,7 @@ test/test_live_coinc_compare.py \ test/test_infmodel.py \ test/test_skymax.py \ + test/test_time.py \ test/test_tmpltbank.py \ test/test_transforms.py \ test/test_waveform.py \ @@ -169,6 +172,6 @@ %files %{python_files} %{python_sitearch}/pycbc -%{python_sitearch}/%{modname}-%{version}*-info +%{python_sitearch}/[Pp]y[Cc][Bb][Cc]-%{version}.dist-info %endif
