From 09ccd2f8850a2d4705959176a835466d1f1416b5352876633196f22eb6e91d66 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Sep 2023 19:00:44 +0000 Subject: [PATCH] - add sphinx72.patch: address circular imports in sphinx 7.2+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=251 --- python-setuptools.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/python-setuptools.changes b/python-setuptools.changes index fa90316..32e1f01 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -5,6 +5,7 @@ Tue Aug 22 13:02:46 UTC 2023 - Markéta Machová * Fix editable install finder handling of nested packages, by only handling 1 level of nesting and relying on importlib.machinery to find the remaining modules based on the parent package path. +- add sphinx72.patch: address circular imports in sphinx 7.2+ ------------------------------------------------------------------- Wed Aug 16 07:53:31 UTC 2023 - Markéta Machová