From 6301e0200ac3f52c26d433c63656981a57db6ae483897dd5ca2424af8531ce42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:39:06 +0000 Subject: [PATCH] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=39 --- python-jaraco.functools.changes | 5 +++++ python-jaraco.functools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index c21ba6d..b637850 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:35:00 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Wed Mar 26 05:48:33 UTC 2025 - Steve Kowalik diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 995c0f6..ef5de24 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -67,6 +67,6 @@ rm -rf jaraco.functools.egg-info %license LICENSE %doc docs/*.rst README.rst NEWS.rst %{python_sitelib}/jaraco/functools -%{python_sitelib}/jaraco_functools-%{version}.dist-info +%{python_sitelib}/jaraco[_.]functools-%{version}.dist-info %changelog