15
0

6 Commits

Author SHA256 Message Date
47cd2be937 Accepting request 1328402 from devel:languages:python
- 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 (forwarded request 1328401 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1328402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-modern-colorthief?expand=0&rev=6
2026-01-21 13:17:56 +00:00
Richard Rahl
b4fc581285 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-modern-colorthief?expand=0&rev=11
2026-01-21 00:09:11 +00:00
d06fa8e4da Accepting request 1321818 from devel:languages:python
- Update to version 0.1.8:
  * Update pyo3 for supporting python3.14 (forwarded request 1321817 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1321818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-modern-colorthief?expand=0&rev=5
2025-12-10 14:33:16 +00:00
Richard Rahl
c78780f479 - Update to version 0.1.8:
* Update pyo3 for supporting python3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-modern-colorthief?expand=0&rev=9
2025-12-09 16:23:20 +00:00
38d5653ac0 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
147996a13a - 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/package/show/devel:languages:python/python-modern-colorthief?expand=0&rev=7
2024-10-15 11:03:52 +00:00
6 changed files with 49 additions and 33 deletions

21
LICENSE
View File

@@ -1,21 +0,0 @@
MIT License
Copyright (c) baseplate-admin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

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

View File

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

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
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>
- 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
-------------------------------------------------------------------
Fri May 17 01:43:47 UTC 2024 - Richard Rahl <rrahl0@disroot.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-modern-colorthief
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 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
@@ -19,15 +19,13 @@
%{?sle15_python_module_pythons}
%define pyname modern_colorthief
Name: python-modern-colorthief
Version: 0.1.3
Version: 0.1.12
Release: 0
Summary: Colorthief reimagined
License: MIT
URL: https://github.com/baseplate-admin/modern_colorthief
Source0: https://files.pythonhosted.org/packages/source/m/modern-colorthief/modern_colorthief-%{version}.tar.gz
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
# LICENSE added, as it was forgotten, remove with new version
Source2: https://raw.githubusercontent.com/baseplate-admin/modern_colorthief/master/LICENSE
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}
@@ -43,20 +41,22 @@ Python-modern-colorthief is a rewritten rust python-colorthief replacement
%prep
%autosetup -a1 -n %{pyname}-%{version}
cp %{SOURCE2} .
%build
%pyproject_wheel
%install
%pyproject_install
%fdupes %{buildroot}
%python_clone -a %{buildroot}%{_bindir}/modern-colorthief
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%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}
%{python_sitearch}/%{pyname}-%{version}.dist-info

View File

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