From 051e9fffa7603a63a33360afc372cfdba7c238eef329c7f7024043754c2b08a5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:50:56 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=15 --- python-jaraco.path.changes | 5 +++++ python-jaraco.path.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jaraco.path.changes b/python-jaraco.path.changes index 80441f6..d8706b7 100644 --- a/python-jaraco.path.changes +++ b/python-jaraco.path.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:34 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Mon Oct 28 23:19:23 UTC 2024 - Dirk Müller diff --git a/python-jaraco.path.spec b/python-jaraco.path.spec index 20b59c3..4005057 100644 --- a/python-jaraco.path.spec +++ b/python-jaraco.path.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.path # -# 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 @@ -58,7 +58,7 @@ touch jaraco/__init__.py %license LICENSE %dir %{python_sitelib}/jaraco/ %{python_sitelib}/jaraco/path.py -%{python_sitelib}/jaraco.path-%{version}*-info +%{python_sitelib}/jaraco_path-%{version}.dist-info %pycache_only %dir %{python_sitelib}/jaraco/__pycache__ %pycache_only %{python_sitelib}/jaraco/__pycache__/path*.py* From c89db160c66781d087b1ca2c3095bc77c39436f396afd71eabac1b383644615c 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 2/2] - 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*