From 5ba83c1fbd9efa9a3b010c9db71578cb0d3c71eb3a443721efa4cdde35f74898 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:50:05 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.develop?expand=0&rev=9 --- python-jaraco.develop.changes | 5 +++++ python-jaraco.develop.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jaraco.develop.changes b/python-jaraco.develop.changes index 6cff1e7..0c50632 100644 --- a/python-jaraco.develop.changes +++ b/python-jaraco.develop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Sat Jan 6 18:25:56 UTC 2024 - Dirk Müller diff --git a/python-jaraco.develop.spec b/python-jaraco.develop.spec index e5695eb..abac426 100644 --- a/python-jaraco.develop.spec +++ b/python-jaraco.develop.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.develop # -# 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 @@ -84,6 +84,6 @@ Development utilities by jaraco %doc NEWS.rst README.rst %license LICENSE %{python_sitelib}/jaraco/develop -%{python_sitelib}/jaraco.develop-%{version}.dist-info +%{python_sitelib}/jaraco_develop-%{version}.dist-info %changelog From 6d98c35ff906e1739972686a7b39439734a0af9de566d438e780e447ca7f4445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:38:41 +0000 Subject: [PATCH 2/2] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.develop?expand=0&rev=10 --- python-jaraco.develop.changes | 5 +++++ python-jaraco.develop.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.develop.changes b/python-jaraco.develop.changes index 0c50632..1385632 100644 --- a/python-jaraco.develop.changes +++ b/python-jaraco.develop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:34:43 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.develop.spec b/python-jaraco.develop.spec index abac426..0722606 100644 --- a/python-jaraco.develop.spec +++ b/python-jaraco.develop.spec @@ -84,6 +84,6 @@ Development utilities by jaraco %doc NEWS.rst README.rst %license LICENSE %{python_sitelib}/jaraco/develop -%{python_sitelib}/jaraco_develop-%{version}.dist-info +%{python_sitelib}/jaraco[_.]develop-%{version}.dist-info %changelog