Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mercurial-extension-hg-evolve for 
openSUSE:Factory checked in at 2025-03-27 22:33:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mercurial-extension-hg-evolve (Old)
 and      /work/SRC/openSUSE:Factory/.mercurial-extension-hg-evolve.new.2696 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mercurial-extension-hg-evolve"

Thu Mar 27 22:33:12 2025 rev:18 rq:1256409 version:11.1.8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mercurial-extension-hg-evolve/mercurial-extension-hg-evolve.changes
      2025-03-12 20:15:01.134782653 +0100
+++ 
/work/SRC/openSUSE:Factory/.mercurial-extension-hg-evolve.new.2696/mercurial-extension-hg-evolve.changes
    2025-03-27 22:33:35.627816221 +0100
@@ -1,0 +2,6 @@
+Wed Mar 26 23:26:37 UTC 2025 - Sean Baggaley <[email protected]>
+
+- Use PEP 517/518 build system via pyproject macros
+- Use more specific sitelib install paths to fix an rpmlint warning
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mercurial-extension-hg-evolve.spec ++++++
--- /var/tmp/diff_new_pack.dzjym0/_old  2025-03-27 22:33:37.483893050 +0100
+++ /var/tmp/diff_new_pack.dzjym0/_new  2025-03-27 22:33:37.507894044 +0100
@@ -41,8 +41,10 @@
 %if 0%{?suse_version} > 1600 || 0%{?sle_version} < 150600
 BuildRequires:  %{python_module flake8}
 %endif
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyflakes}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  mercurial
 BuildRequires:  mercurial-tests
@@ -58,10 +60,10 @@
 %setup -q -n hg_evolve-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 # Delete hgext3rd/__init__.py and its cached version because it is already 
delivered by mercurial.
 rm %{buildroot}%{python_sitelib}/hgext3rd/__init__.py
@@ -76,5 +78,6 @@
 %files
 %doc CHANGELOG README.rst
 %license COPYING
-%{python_sitelib}/*
+%{python_sitelib}/hgext3rd
+%{python_sitelib}/hg_evolve-%{version}*-info
 

Reply via email to