14
0

- Fix fdupes (it doesn't expand automatically)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-magicalimport?expand=0&rev=7
This commit is contained in:
2025-08-07 16:11:17 +00:00
committed by Git OBS Bridge
parent e95c4fe9b5
commit cc3e9e724f
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 7 16:11:09 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Fix fdupes (it doesn't expand automatically)
-------------------------------------------------------------------
Wed Aug 6 11:00:32 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-magicalimport
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-magicalimport
Version: 0.9.2
@@ -47,7 +48,7 @@ export LANG=en_US.UTF-8
%install
export LANG=en_US.UTF-8
%pyproject_install
%fdupes %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest