Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-purl for openSUSE:Factory 
checked in at 2025-05-02 14:59:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-purl (Old)
 and      /work/SRC/openSUSE:Factory/.python-purl.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-purl"

Fri May  2 14:59:47 2025 rev:6 rq:1273889 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-purl/python-purl.changes  2023-04-22 
22:00:15.949146635 +0200
+++ /work/SRC/openSUSE:Factory/.python-purl.new.30101/python-purl.changes       
2025-05-02 15:00:55.353790408 +0200
@@ -1,0 +2,6 @@
+Fri May  2 03:25:42 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-purl.spec ++++++
--- /var/tmp/diff_new_pack.7R38jG/_old  2025-05-02 15:00:55.973816467 +0200
+++ /var/tmp/diff_new_pack.7R38jG/_new  2025-05-02 15:00:55.973816467 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-purl
 #
-# Copyright (c) 2023 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,19 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{?sle15_python_module_pythons}
 Name:           python-purl
 Version:        1.6
 Release:        0
 Summary:        An immutable URL class for URL building and manipulation
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/codeinthehole/purl
 Source:         https://github.com/codeinthehole/purl/archive/%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-six
@@ -42,10 +42,10 @@
 %setup -q -n purl-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -56,5 +56,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/purl
+%{python_sitelib}/purl-%{version}.dist-info
 

Reply via email to