From 4618f0fe1bb401ee4a06182e77ec46e2f1d52e1a4e67ce502979d8b76c3d7347 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 7f9fb1c7b45c9ec35d61a91dbed6715e3860a704d00f6fdc4670bc6b6a3f3751 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