Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-virtkey for openSUSE:Factory checked in at 2025-06-13 18:48:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-virtkey (Old) and /work/SRC/openSUSE:Factory/.python-virtkey.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-virtkey" Fri Jun 13 18:48:18 2025 rev:17 rq:1285488 version:0.63.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-virtkey/python-virtkey.changes 2017-09-04 12:33:51.520298873 +0200 +++ /work/SRC/openSUSE:Factory/.python-virtkey.new.19631/python-virtkey.changes 2025-06-13 18:48:28.354289940 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 12:37:52 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-virtkey.spec ++++++ --- /var/tmp/diff_new_pack.rFLUr8/_old 2025-06-13 18:48:29.178324005 +0200 +++ /var/tmp/diff_new_pack.rFLUr8/_new 2025-06-13 18:48:29.182324170 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-virtkey # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,22 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define major 0.63 Name: python-virtkey Version: 0.63.0 -%define major 0.63 Release: 0 Summary: Python extension to emulate keypresses -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python -Url: https://launchpad.net/virtkey +URL: https://launchpad.net/virtkey Source: https://launchpad.net/virtkey/%{major}/%{version}/+download/virtkey-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: pkgconfig @@ -48,14 +49,14 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS COPYING.LESSER NEWS README +%license COPYING.LESSER +%doc AUTHORS NEWS README %{python_sitearch}/virtkey*.so -%{python_sitearch}/virtkey-%{version}-py*.egg-info +%{python_sitearch}/virtkey-%{version}*-info