Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fusepy for openSUSE:Factory checked in at 2025-05-27 18:44:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fusepy (Old) and /work/SRC/openSUSE:Factory/.python-fusepy.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fusepy" Tue May 27 18:44:27 2025 rev:4 rq:1280642 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fusepy/python-fusepy.changes 2019-10-30 14:48:23.402218737 +0100 +++ /work/SRC/openSUSE:Factory/.python-fusepy.new.2732/python-fusepy.changes 2025-05-27 18:44:40.990845392 +0200 @@ -1,0 +2,6 @@ +Tue May 27 13:43:26 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build +- Add LICENSE file + +------------------------------------------------------------------- New: ---- LICENSE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fusepy.spec ++++++ --- /var/tmp/diff_new_pack.DnA3BC/_old 2025-05-27 18:44:41.734876700 +0200 +++ /var/tmp/diff_new_pack.DnA3BC/_new 2025-05-27 18:44:41.734876700 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-fusepy # -# Copyright (c) 2019 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fusepy Version: 3.0.1 Release: 0 @@ -24,7 +23,10 @@ License: ISC URL: https://github.com/fusepy/fusepy Source: https://files.pythonhosted.org/packages/source/f/fusepy/fusepy-%{version}.tar.gz +Source1: https://raw.githubusercontent.com/fusepy/fusepy/refs/heads/master/LICENSE +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: libfuse2 BuildRequires: pkgconfig BuildRequires: python-rpm-macros @@ -44,17 +46,21 @@ %prep %setup -q -n fusepy-%{version} +cp %{SOURCE1} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %check # no upstream tests %files %{python_files} -%{python_sitelib}/* %doc README.rst +%license LICENSE +%{python_sitelib}/fuse.py +%{python_sitelib}/fusepy-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/fuse* ++++++ LICENSE ++++++ Copyright 2012 Giorgos Verigakis Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.