Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-bitarray for openSUSE:Factory
checked in at 2025-06-06 22:43:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitarray (Old)
and /work/SRC/openSUSE:Factory/.python-bitarray.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitarray"
Fri Jun 6 22:43:30 2025 rev:35 rq:1283506 version:3.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitarray/python-bitarray.changes
2025-05-30 17:25:26.715557344 +0200
+++
/work/SRC/openSUSE:Factory/.python-bitarray.new.19631/python-bitarray.changes
2025-06-06 22:44:12.907684016 +0200
@@ -1,0 +2,5 @@
+Fri Jun 6 05:30:55 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitarray.spec ++++++
--- /var/tmp/diff_new_pack.3PVupl/_old 2025-06-06 22:44:13.471707391 +0200
+++ /var/tmp/diff_new_pack.3PVupl/_new 2025-06-06 22:44:13.475707557 +0200
@@ -25,7 +25,9 @@
URL: https://github.com/ilanschnell/bitarray
Source:
https://github.com/ilanschnell/bitarray/archive/%{version}.tar.gz#/bitarray-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
# SECTION test requirements
BuildRequires: %{python_module dbm}
BuildRequires: %{python_module pytest}
@@ -52,10 +54,10 @@
%build
export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
rm examples/resize/.gitignore examples/puff/.gitignore
@@ -67,5 +69,5 @@
%license LICENSE
%doc examples CHANGE_LOG README.rst
%{python_sitearch}/bitarray
-%{python_sitearch}/bitarray-%{version}*.egg-info
+%{python_sitearch}/bitarray-%{version}.dist-info