Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pcodedmp for openSUSE:Factory
checked in at 2025-06-03 17:55:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pcodedmp (Old)
and /work/SRC/openSUSE:Factory/.python-pcodedmp.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pcodedmp"
Tue Jun 3 17:55:02 2025 rev:3 rq:1282220 version:1.2.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pcodedmp/python-pcodedmp.changes
2021-02-20 22:12:24.303046392 +0100
+++
/work/SRC/openSUSE:Factory/.python-pcodedmp.new.16005/python-pcodedmp.changes
2025-06-03 17:55:53.219446437 +0200
@@ -1,0 +2,5 @@
+Tue Jun 3 09:18:57 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pcodedmp.spec ++++++
--- /var/tmp/diff_new_pack.Ut62YW/_old 2025-06-03 17:55:54.043480604 +0200
+++ /var/tmp/diff_new_pack.Ut62YW/_new 2025-06-03 17:55:54.047480770 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pcodedmp
#
-# 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pcodedmp
Version: 1.2.6
Release: 0
@@ -24,15 +23,17 @@
License: GPL-3.0-only
URL: https://github.com/bontchev/pcodedmp
Source:
https://files.pythonhosted.org/packages/source/p/pcodedmp/pcodedmp-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
-BuildRequires: python-rpm-macros
-# SECTION test requirements
-BuildRequires: %{python_module oletools >= 0.54}
-# /SECTION
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-oletools >= 0.54
Suggests: python-win_unicode_console
BuildArch: noarch
+# SECTION test requirements
+BuildRequires: %{python_module oletools >= 0.54}
+# /SECTION
%python_subpackages
%description
@@ -46,10 +47,10 @@
sed -i '1{/\/bin\/env python/d;}' pcodedmp/pcodedmp.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/pcodedmp
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -63,5 +64,6 @@
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/pcodedmp
-%{python_sitelib}/*
+%{python_sitelib}/pcodedmp
+%{python_sitelib}/pcodedmp-%{version}*-info