Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-urlextract for 
openSUSE:Factory checked in at 2025-06-12 15:53:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-urlextract (Old)
 and      /work/SRC/openSUSE:Factory/.python-urlextract.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-urlextract"

Thu Jun 12 15:53:40 2025 rev:9 rq:1284986 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-urlextract/python-urlextract.changes      
2024-03-25 21:20:03.683562613 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-urlextract.new.19631/python-urlextract.changes
   2025-06-12 15:55:29.634740536 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 05:01:37 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-urlextract.spec ++++++
--- /var/tmp/diff_new_pack.wUv93g/_old  2025-06-12 15:55:30.186763381 +0200
+++ /var/tmp/diff_new_pack.wUv93g/_new  2025-06-12 15:55:30.186763381 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-urlextract
 #
-# Copyright (c) 2024 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,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-urlextract
 Version:        1.9.0
 Release:        0
@@ -25,7 +23,9 @@
 License:        MIT
 URL:            https://github.com/lipoja/URLExtract
 Source:         
https://github.com/lipoja/URLExtract/archive/v%{version}.tar.gz#/urlextract-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-dnspython
@@ -54,10 +54,10 @@
 sed -i '1{/^#!/d}' urlextract/*.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/urlextract
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -75,5 +75,6 @@
 %doc CHANGELOG.rst README.rst
 %license LICENSE
 %python_alternative %{_bindir}/urlextract
-%{python_sitelib}/*urlextract*/
+%{python_sitelib}/urlextract
+%{python_sitelib}/urlextract-%{version}.dist-info
 

Reply via email to