From 96cd42eeb49055d649918970c67ab71d606dc9d84129c86c28ed949152937e2e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:49:56 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.context?expand=0&rev=17 --- python-jaraco.context.changes | 5 +++++ python-jaraco.context.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jaraco.context.changes b/python-jaraco.context.changes index 308d8dc..2a35b29 100644 --- a/python-jaraco.context.changes +++ b/python-jaraco.context.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Sun Apr 7 09:27:50 UTC 2024 - Dirk Müller diff --git a/python-jaraco.context.spec b/python-jaraco.context.spec index f3f53a0..f35187f 100644 --- a/python-jaraco.context.spec +++ b/python-jaraco.context.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.context # -# 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 @@ -57,7 +57,7 @@ Additional functools in the spirit of stdlib’s functools. %files %{python_files} %license LICENSE %doc docs/*.rst README.rst NEWS.rst -%{python_sitelib}/jaraco.context-%{version}*-info +%{python_sitelib}/jaraco_context-%{version}.dist-info %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/context.py* %dir %{python_sitelib}/jaraco/__pycache__ From ec924cc997d66945d4cea40bc545fd2932c38f9a80b548b432872649269d7666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:38:23 +0000 Subject: [PATCH 2/2] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.context?expand=0&rev=18 --- python-jaraco.context.changes | 5 +++++ python-jaraco.context.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.context.changes b/python-jaraco.context.changes index 2a35b29..1ce35c8 100644 --- a/python-jaraco.context.changes +++ b/python-jaraco.context.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:34:31 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.context.spec b/python-jaraco.context.spec index f35187f..55da48a 100644 --- a/python-jaraco.context.spec +++ b/python-jaraco.context.spec @@ -57,7 +57,7 @@ Additional functools in the spirit of stdlib’s functools. %files %{python_files} %license LICENSE %doc docs/*.rst README.rst NEWS.rst -%{python_sitelib}/jaraco_context-%{version}.dist-info +%{python_sitelib}/jaraco[_.]context-%{version}.dist-info %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/context.py* %dir %{python_sitelib}/jaraco/__pycache__