1 Commits
Author SHA1 Message Date
Roman Doboszandwave1martian 3d38ae9633 Fixes for python 3.14 (#17)
* Replace pkg_resources with importlib.resources for Python 3.14 compatibility

* fix self.XPATH() calls to OPF.XPath() instead since 3.14 made functools.partial a descriptor and thus injected self as the first argument

* updated install instruction to include lxml to avoid using non matching system version

* Fix regex in LRF output that stripped CThumbnail metadata. .*? matched until >\n and cut off all children on the same line

---------

Co-authored-by: wave1martian <wave1martian@buildsleeprepeat.com>
2026-05-13 21:18:33 +02:00