From d05d229a3a2772a7016039f6b30d32ca6116b7bc161e3d66ab4e57db8a995284 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:49:39 +0000 Subject: [PATCH] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.classes?expand=0&rev=25 --- python-jaraco.classes.changes | 5 +++++ python-jaraco.classes.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jaraco.classes.changes b/python-jaraco.classes.changes index 04212f9..3800931 100644 --- a/python-jaraco.classes.changes +++ b/python-jaraco.classes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:31 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Wed Apr 3 14:19:14 UTC 2024 - Dirk Müller diff --git a/python-jaraco.classes.spec b/python-jaraco.classes.spec index 6b26427..ff137cc 100644 --- a/python-jaraco.classes.spec +++ b/python-jaraco.classes.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.classes # -# 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,6 +58,6 @@ jaraco.classes Tools for working with classes. %doc docs/*.rst README.rst NEWS.rst %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/classes -%{python_sitelib}/jaraco.classes-%{version}.dist-info +%{python_sitelib}/jaraco_classes-%{version}.dist-info %changelog