From e6226fb12d768dbce396739ff1794af23fdea1f944605346caf6d5f815d01e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:39:52 +0000 Subject: [PATCH] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=16 --- python-jaraco.path.changes | 5 +++++ python-jaraco.path.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.path.changes b/python-jaraco.path.changes index d8706b7..acc098d 100644 --- a/python-jaraco.path.changes +++ b/python-jaraco.path.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:35:26 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Wed Mar 26 05:48:34 UTC 2025 - Steve Kowalik diff --git a/python-jaraco.path.spec b/python-jaraco.path.spec index 4005057..87bd51e 100644 --- a/python-jaraco.path.spec +++ b/python-jaraco.path.spec @@ -58,7 +58,7 @@ touch jaraco/__init__.py %license LICENSE %dir %{python_sitelib}/jaraco/ %{python_sitelib}/jaraco/path.py -%{python_sitelib}/jaraco_path-%{version}.dist-info +%{python_sitelib}/jaraco[_.]path-%{version}.dist-info %pycache_only %dir %{python_sitelib}/jaraco/__pycache__ %pycache_only %{python_sitelib}/jaraco/__pycache__/path*.py*