From 01f5b0d0f7fc07106214028ed6e531f19e934d1070e7ef9e88bf8842270d534b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:38:54 +0000 Subject: [PATCH] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=15 --- python-jaraco.envs.changes | 5 +++++ python-jaraco.envs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.envs.changes b/python-jaraco.envs.changes index 33b4692..ee97b3b 100644 --- a/python-jaraco.envs.changes +++ b/python-jaraco.envs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:34:51 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik diff --git a/python-jaraco.envs.spec b/python-jaraco.envs.spec index 56580e8..14327c5 100644 --- a/python-jaraco.envs.spec +++ b/python-jaraco.envs.spec @@ -64,7 +64,7 @@ sed -i '/tox/d' setup.cfg %files %{python_files} %license LICENSE %doc docs/*.rst README.rst NEWS.rst -%{python_sitelib}/jaraco_envs-%{version}.dist-info +%{python_sitelib}/jaraco[_.]envs-%{version}.dist-info %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/envs.py* %pycache_only %dir %{python_sitelib}/jaraco/__pycache__