17
0

2 Commits

Author SHA256 Message Date
ce2ec1fce7 Accepting request 1208098 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1208098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-modern-colorthief?expand=0&rev=4
2024-10-15 13:16:22 +00:00
Richard Rahl
1de12db018 Accepting request 1208097 from home:rrahl0
- update to 0.1.7:
  * change theme for docs
- update to 0.1.6:
  * Feat: remove duplicates
- update to 0.1.5:
  * Fix urls
- update to 0.1.4:
  * Initial support for bytesio
  * Fix flaky tests
- switch url to github, as it takes a long time to actually show
  up on pypi

OBS-URL: https://build.opensuse.org/request/show/1208097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-modern-colorthief?expand=0&rev=7
2024-10-15 11:03:52 +00:00
5 changed files with 9 additions and 33 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03c7544953b5bfa08ec1e89d7c0be89a4521fab6ddafb7862634e454f7c05a31
size 509048

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab0bf3359635a9106aac093907211724425be8539a670abb9c9f4563fc3efeb2
size 465488

View File

@@ -1,25 +1,3 @@
-------------------------------------------------------------------
Tue Jan 20 23:48:30 UTC 2026 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.1.12:
* nothing relevant
- Update to version 0.1.11:
* Add CLI Docs
- Update to version 0.1.10:
* relocate license file
* fix wheels
* fix: path
- Update to version 0.1.9:
* Add CLI tool
* feat: improve the commands
* feat: split python file
-------------------------------------------------------------------
Tue Dec 9 15:57:54 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.1.8:
* Update pyo3 for supporting python3.14
-------------------------------------------------------------------
Tue Oct 15 10:47:19 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-modern-colorthief
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define pyname modern_colorthief
Name: python-modern-colorthief
Version: 0.1.12
Version: 0.1.7
Release: 0
Summary: Colorthief reimagined
License: MIT
@@ -47,17 +47,15 @@ Python-modern-colorthief is a rewritten rust python-colorthief replacement
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/modern-colorthief
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%fdupes %{buildroot}
%check
# the singular test is relying on the old abandoned python-colorthief.
%files %{python_files}
%license LICENSE
%pycache_only %{python_sitearch}/%{pyname}/__pycache__
%python_alternative %{_bindir}/modern-colorthief
%{python_sitearch}/%{pyname}
%pycache_only %{python_sitearch}/%{pyname}/__pycache__
%{python_sitearch}/%{pyname}-%{version}.dist-info
%changelog

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0648e3ff2f3d31fa9c350a834c361e69ae0dc11e4db4ada06b58d6bdff0896f4
size 9164185
oid sha256:d580d0f44b9192402c7e3032e36896419b746e62e52592466d0ef6cb5b727d0a
size 8251147