Accepting request 1150008 from home:rrahl0:upgrades
- fix runtime dependencies OBS-URL: https://build.opensuse.org/request/show/1150008 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-modern-colorthief?expand=0&rev=3
This commit is contained in:
parent
5ed9db75b5
commit
805acf3837
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 23 18:12:15 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
- fix runtime dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 13 01:48:31 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
Wed Dec 13 01:48:31 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-modern-colorthief
|
# spec file for package python-modern-colorthief
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-modern-colorthief
|
Name: python-modern-colorthief
|
||||||
Version: 0.1.2
|
Version: 0.1.2
|
||||||
@ -23,12 +24,12 @@ Summary: Colorthief reimagined
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/baseplate-admin/modern_colorthief
|
URL: https://github.com/baseplate-admin/modern_colorthief
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/modern-colorthief/modern_colorthief-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/modern-colorthief/modern_colorthief-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core}
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: %{python_module Pillow}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python3-Pillow
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-Pillow
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user