From 427a3515f6e96ea3b092345cdad006cf2b3dde76 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 02 Apr 2024 14:17:03 +0200
Subject: [PATCH] python/pillow: update to 10.3.0

---
 components/python/pillow/manifests/sample-manifest.p5m |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/components/python/pillow/manifests/sample-manifest.p5m b/components/python/pillow/manifests/sample-manifest.p5m
index 25b8070..db980e1 100644
--- a/components/python/pillow/manifests/sample-manifest.p5m
+++ b/components/python/pillow/manifests/sample-manifest.p5m
@@ -113,20 +113,26 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__main__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_binary.py
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_deprecate.py
-file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.cpython-$(PYV).so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.pyi
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.cpython-$(PYV).so
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.pyi
-file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.cpython-$(PYV).so
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.pyi
-file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.so
-file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.so
-file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.so
-file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.cpython-$(PYV).so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.pyi
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.cpython-$(PYV).so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.pyi
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.cpython-$(PYV).so
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_tkinter_finder.py
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_typing.py
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_util.py
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_version.py
-file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.cpython-$(PYV).so
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.pyi
 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/features.py
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/py.typed
+file path=usr/lib/python$(PYVER)/vendor-packages/PIL/report.py
 file path=usr/lib/python$(PYVER)/vendor-packages/pillow-$(HUMAN_VERSION).dist-info/LICENSE
 file path=usr/lib/python$(PYVER)/vendor-packages/pillow-$(HUMAN_VERSION).dist-info/METADATA
 file path=usr/lib/python$(PYVER)/vendor-packages/pillow-$(HUMAN_VERSION).dist-info/WHEEL

--
Gitblit v1.9.3