Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-parallax"

Mon Jun  2 22:02:10 2025 rev:23 rq:1282024 version:1.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes  
2024-05-17 20:07:25.896301182 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-parallax.new.16005/python-parallax.changes   
    2025-06-02 22:02:16.797499657 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 16:05:55 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-parallax.spec ++++++
--- /var/tmp/diff_new_pack.gfHXxa/_old  2025-06-02 22:02:18.425567178 +0200
+++ /var/tmp/diff_new_pack.gfHXxa/_new  2025-06-02 22:02:18.441567842 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-parallax
 #
-# 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,7 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:           python-parallax
 Version:        1.0.8
 Release:        0
@@ -26,17 +26,17 @@
 URL:            https://github.com/krig/parallax/
 Source:         
https://files.pythonhosted.org/packages/source/p/parallax/parallax-%{version}.tar.gz
 Patch1:         0001-Fix-manager-writer-thread-can-only-be-started-once-b.patch
-
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%define oldpython python
-Obsoletes:      %{oldpython}-parallax < %{version}
 Requires:       openssh
+Obsoletes:      %{oldpython}-parallax < %{version}
 BuildArch:      noarch
 %if 0%{?suse_version}
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post): alts
+Requires(postun): alts
 %else
 Requires(post): %{_sbindir}/update-alternatives
 Requires(postun): %{_sbindir}/update-alternatives
@@ -52,10 +52,10 @@
 %autosetup -p1 -n parallax-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/parallax-askpass
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -70,6 +70,6 @@
 %doc AUTHORS README.md
 %license COPYING
 %{python_sitelib}/parallax
-%{python_sitelib}/parallax-%{version}*.egg-info
+%{python_sitelib}/parallax-%{version}*-info
 %python_alternative %{_bindir}/parallax-askpass
 

Reply via email to