Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyScreeze for
openSUSE:Factory checked in at 2025-05-12 20:19:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyScreeze (Old)
and /work/SRC/openSUSE:Factory/.python-PyScreeze.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyScreeze"
Mon May 12 20:19:18 2025 rev:11 rq:1276896 version:0.1.30
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyScreeze/python-PyScreeze.changes
2024-01-10 21:52:32.972735636 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyScreeze.new.30101/python-PyScreeze.changes
2025-05-12 20:19:20.758613834 +0200
@@ -1,0 +2,5 @@
+Mon May 12 12:58:24 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyScreeze.spec ++++++
--- /var/tmp/diff_new_pack.K7btry/_old 2025-05-12 20:19:21.274635508 +0200
+++ /var/tmp/diff_new_pack.K7btry/_new 2025-05-12 20:19:21.274635508 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-PyScreeze
#
-# 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,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyScreeze
Version: 0.1.30
Release: 0
@@ -25,7 +24,9 @@
Group: Development/Languages/Python
URL: https://github.com/asweigart/pyscreeze
Source:
https://files.pythonhosted.org/packages/source/P/PyScreeze/PyScreeze-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -47,10 +48,10 @@
%setup -q -n PyScreeze-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -62,5 +63,6 @@
%files %{python_files}
%doc README.md
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/pyscreeze
+%{python_sitelib}/[Pp]y[Ss]creeze-%{version}*-info