From fb6043908488c34af6e594bf3f4746c7c9111c81850d76075ba46acae4eaa1fe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:18:28 +0000 Subject: [PATCH] - add patch use-pdm-backend.patch: switch to more modern pdm-backend OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonref?expand=0&rev=5 --- python-jsonref.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-jsonref.changes b/python-jsonref.changes index 40d2dc7..72a1096 100644 --- a/python-jsonref.changes +++ b/python-jsonref.changes @@ -19,6 +19,8 @@ Sat Jan 13 21:01:00 UTC 2024 - Dirk Müller * `jsonloader` is now a plan function rather than an instance of a class. (This is a breaking change if you were subclassing `JsonLoader`) +- add patch use-pdm-backend.patch: switch to more modern + pdm-backend ------------------------------------------------------------------- Thu Aug 1 08:07:48 UTC 2019 - Tomáš Chvátal