Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pypsexec for openSUSE:Factory
checked in at 2025-06-11 16:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypsexec (Old)
and /work/SRC/openSUSE:Factory/.python-pypsexec.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pypsexec"
Wed Jun 11 16:22:56 2025 rev:6 rq:1284434 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypsexec/python-pypsexec.changes
2024-03-27 20:42:37.917262586 +0100
+++
/work/SRC/openSUSE:Factory/.python-pypsexec.new.19631/python-pypsexec.changes
2025-06-11 16:23:59.810141076 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 12:23:18 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pypsexec.spec ++++++
--- /var/tmp/diff_new_pack.STSZkM/_old 2025-06-11 16:24:01.822225041 +0200
+++ /var/tmp/diff_new_pack.STSZkM/_new 2025-06-11 16:24:01.838225708 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pypsexec
#
-# 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
@@ -25,10 +25,12 @@
URL: https://github.com/jborean93/pypsexec
Source:
https://github.com/jborean93/pypsexec/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/jborean93/pypsexec/pull/58 adapt to
timezone-aware objects
-Patch: datetime.patch
+Patch0: datetime.patch
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module smbprotocol}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-smbprotocol
@@ -45,10 +47,10 @@
%autosetup -p1 -n pypsexec-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check