Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pefile for openSUSE:Factory 
checked in at 2023-10-11 23:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pefile (Old)
 and      /work/SRC/openSUSE:Factory/.python-pefile.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pefile"

Wed Oct 11 23:53:26 2023 rev:9 rq:1116245 version:2023.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pefile/python-pefile.changes      
2023-06-12 15:24:59.462533607 +0200
+++ /work/SRC/openSUSE:Factory/.python-pefile.new.1807/python-pefile.changes    
2023-10-12 11:54:39.704223167 +0200
@@ -1,0 +2,5 @@
+Sat Oct  7 21:14:38 UTC 2023 - Matej Cepl <mc...@cepl.eu>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pefile.spec ++++++
--- /var/tmp/diff_new_pack.eKETtf/_old  2023-10-12 11:54:40.272243654 +0200
+++ /var/tmp/diff_new_pack.eKETtf/_new  2023-10-12 11:54:40.272243654 +0200
@@ -25,11 +25,11 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/erocarrera/pefile
 Source:         
https://files.pythonhosted.org/packages/source/p/pefile/pefile-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -47,14 +47,14 @@
 gracefully.
 
 %prep
-%setup -q -n pefile-%{version}
+%autosetup -p1 -n pefile-%{version}
 sed -i -e '/^#!\//, 1d' pefile.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # Tests not in sdist and have good reason to at time of writing:
@@ -66,5 +66,9 @@
 %files %{python_files}
 %doc README
 %license LICENSE
-%{python_sitelib}/*
+%pycache_only %{python_sitelib}/__pycache__/pe*.pyc
+%{python_sitelib}/ordlookup
+%{python_sitelib}/pefile.py
+%{python_sitelib}/peutils.py
+%{python_sitelib}/pefile-%{version}*-info
 

Reply via email to