14
0

- We don't need to clean up the license from sitelib.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shortuuid?expand=0&rev=19
This commit is contained in:
2025-01-10 05:15:33 +00:00
committed by Git OBS Bridge
parent f3322ee2fb
commit 0a21ea59ab
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 05:15:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- We don't need to clean up the license from sitelib.
-------------------------------------------------------------------
Sat Mar 16 13:19:34 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-shortuuid
#
# 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
@@ -51,7 +51,6 @@ similar-looking letters and numbers.
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/shortuuid
%python_expand rm %{buildroot}%{$python_sitelib}/COPYING
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -67,6 +66,7 @@ similar-looking letters and numbers.
%doc README.md
%license COPYING
%python_alternative %{_bindir}/shortuuid
%{python_sitelib}/*shortuuid*/
%{python_sitelib}/shortuuid
%{python_sitelib}/shortuuid-%{version}.dist-info
%changelog