Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-paramiko-expect"

Mon Jun  2 22:02:12 2025 rev:7 rq:1282029 version:0.3.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-paramiko-expect/python-paramiko-expect.changes
    2023-05-10 16:19:40.847385107 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-paramiko-expect.new.16005/python-paramiko-expect.changes
 2025-06-02 22:02:20.881669041 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 16:11:21 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-paramiko-expect.spec ++++++
--- /var/tmp/diff_new_pack.0SKPkf/_old  2025-06-02 22:02:21.945713169 +0200
+++ /var/tmp/diff_new_pack.0SKPkf/_new  2025-06-02 22:02:21.961713833 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-paramiko-expect
 #
-# 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-paramiko-expect
 Version:        0.3.5
@@ -25,7 +24,9 @@
 License:        MIT
 URL:            https://github.com/fgimian/paramiko-expect
 Source:         
https://files.pythonhosted.org/packages/source/p/paramiko-expect/paramiko-expect-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-paramiko >= 1.10.1
@@ -48,10 +49,10 @@
 %setup -q -n paramiko-expect-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -62,5 +63,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/paramiko_expect.py
+%{python_sitelib}/paramiko_expect-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/paramiko_expect*
 

Reply via email to