Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pillow-jxl-plugin for
openSUSE:Factory checked in at 2026-08-05 19:07:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pillow-jxl-plugin (Old)
and /work/SRC/openSUSE:Factory/.python-pillow-jxl-plugin.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pillow-jxl-plugin"
Wed Aug 5 19:07:33 2026 rev:1 rq:1369558 version:1.3.8
Changes:
--------
New Changes file:
--- /dev/null 2026-07-23 09:01:16.108000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-pillow-jxl-plugin.new.16738/python-pillow-jxl-plugin.changes
2026-08-05 19:07:34.143445853 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Tue Aug 4 14:42:52 UTC 2026 - Richard Rahl <[email protected]>
+
+- remove puccinialin dependency, as it was only needed because
+ cargo was missing in the build env
+
+-------------------------------------------------------------------
+Sun Mar 1 13:07:56 UTC 2026 - Richard Rahl <[email protected]>
+
+- Initial packaging
New:
----
_service
python-pillow-jxl-plugin-1.3.8.tar.gz
python-pillow-jxl-plugin.changes
python-pillow-jxl-plugin.spec
vendor.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pillow-jxl-plugin.spec ++++++
#
# spec file for package python-pillow-jxl-plugin
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define modname pillow_jxl_plugin
Name: python-pillow-jxl-plugin
Version: 1.3.8
Release: 0
Summary: Pillow plugin for JPEG-XL, using Rust for bindings
License: GPL-3.0-or-later
URL: https://github.com/Isotr0py/pillow-jpegxl-plugin
Source0:
https://files.pythonhosted.org/packages/source/p/pillow-jxl-plugin/%{modname}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: %{python_module Brotli}
BuildRequires: %{python_module OpenEXR}
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module maturin >= 1.2}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyexiv2}
BuildRequires: c++_compiler
BuildRequires: cargo
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: rust+cargo
Requires: python-Pillow
Requires: python-packaging
Suggests: python-cmake
Suggests: python-numpy
Suggests: python-OpenEXR
Suggests: python-pyexiv2
%python_subpackages
%description
%{summary}.
%prep
%autosetup -a1 -p1 -n %{modname}-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%{python_sitearch}/pillow_jxl
%{python_sitearch}/%{modname}-%{version}.dist-info
%changelog
++++++ _service ++++++
<?xml version="1.0" encoding="utf-8" ?>
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">python-pillow-jxl-plugin-*.tar.gz</param>
<param name="compression">gz</param>
</service>
</services>