Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-evilunit for openSUSE:Factory
checked in at 2025-05-27 18:43:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-evilunit (Old)
and /work/SRC/openSUSE:Factory/.python-evilunit.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-evilunit"
Tue May 27 18:43:16 2025 rev:2 rq:1280511 version:0.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-evilunit/python-evilunit.changes
2020-08-17 14:40:38.174588625 +0200
+++
/work/SRC/openSUSE:Factory/.python-evilunit.new.2732/python-evilunit.changes
2025-05-27 18:43:23.323577205 +0200
@@ -1,0 +2,5 @@
+Tue May 27 10:18:35 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-evilunit.spec ++++++
--- /var/tmp/diff_new_pack.8iiLDC/_old 2025-05-27 18:43:24.855641673 +0200
+++ /var/tmp/diff_new_pack.8iiLDC/_new 2025-05-27 18:43:24.879642683 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-evilunit
#
-# Copyright (c) 2020 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-evilunit
Version: 0.2.1
@@ -26,8 +25,10 @@
Group: Development/Languages/Python
URL: https://github.com/podhmo/evilunit
Source:
https://github.com/podhmo/evilunit/archive/%{version}.tar.gz#/evilunit-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
@@ -43,10 +44,10 @@
%setup -q -n evilunit-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -55,5 +56,6 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/evilunit
+%{python_sitelib}/evilunit-%{version}*-info