From d8ead5390030798f190d8897e7606abdc03cd23d78af140cdb81b2b4cf364faf Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:50:13 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=14 --- python-jaraco.envs.changes | 5 +++++ python-jaraco.envs.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jaraco.envs.changes b/python-jaraco.envs.changes index fb6d630..33b4692 100644 --- a/python-jaraco.envs.changes +++ b/python-jaraco.envs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Sat Jan 13 20:49:12 UTC 2024 - Dirk Müller diff --git a/python-jaraco.envs.spec b/python-jaraco.envs.spec index 5dd869e..56580e8 100644 --- a/python-jaraco.envs.spec +++ b/python-jaraco.envs.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.envs # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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}*info +%{python_sitelib}/jaraco_envs-%{version}.dist-info %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/envs.py* %pycache_only %dir %{python_sitelib}/jaraco/__pycache__ 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 2/2] - 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__