Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-blue for openSUSE:Factory 
checked in at 2025-06-06 22:43:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blue (Old)
 and      /work/SRC/openSUSE:Factory/.python-blue.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blue"

Fri Jun  6 22:43:38 2025 rev:13 rq:1283508 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blue/python-blue.changes  2025-03-11 
20:45:43.091197133 +0100
+++ /work/SRC/openSUSE:Factory/.python-blue.new.19631/python-blue.changes       
2025-06-06 22:44:14.211738059 +0200
@@ -1,0 +2,6 @@
+Fri Jun  6 05:32:39 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- Simplify docs build.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-blue.spec ++++++
--- /var/tmp/diff_new_pack.sJzjzr/_old  2025-06-06 22:44:14.723759278 +0200
+++ /var/tmp/diff_new_pack.sJzjzr/_new  2025-06-06 22:44:14.723759278 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define skip_python2 1
 Name:           python-blue
 Version:        0.9.1
 Release:        0
@@ -36,7 +35,9 @@
 BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module black >= 21.7}
 BuildRequires:  %{python_module flake8 >= 3.8}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION doc and test requirements
@@ -74,12 +75,13 @@
 sed -i '/--cov/d' tox.ini
 
 %build
-%python_build
-( cd docs ; PYTHONPATH=../build/lib make html )
+%pyproject_wheel
+make -C docs html
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/blue
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # gh#grantjenks/blue#72
@@ -96,7 +98,7 @@
 %license LICENSE
 %python_alternative %{_bindir}/blue
 %{python_sitelib}/blue
-%{python_sitelib}/blue-%{version}*-info
+%{python_sitelib}/blue-%{version}.dist-info
 
 %files -n python-blue-doc
 %doc docs/_build/html

Reply via email to