From fd1db9e5e3459dcf8081724017628ecf02785657c7972b57b7158f8ea3e7e4b4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 03:46:54 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-OSMPythonTools?expand=0&rev=7 --- python-OSMPythonTools.changes | 5 +++++ python-OSMPythonTools.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-OSMPythonTools.changes b/python-OSMPythonTools.changes index 702ae64..7cff77d 100644 --- a/python-OSMPythonTools.changes +++ b/python-OSMPythonTools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 03:46:40 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Jan 3 10:08:05 UTC 2024 - Dirk Müller diff --git a/python-OSMPythonTools.spec b/python-OSMPythonTools.spec index 8d9de60..abcffc8 100644 --- a/python-OSMPythonTools.spec +++ b/python-OSMPythonTools.spec @@ -1,7 +1,7 @@ # # spec file for package python-OSMPythonTools # -# 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 @@ -61,6 +61,6 @@ A library to access OpenStreetMap related services %doc README.md %license LICENSE %{python_sitelib}/%{modname} -%{python_sitelib}/%{modname}-%{version}*-info +%{python_sitelib}/osmpythontools-%{version}.dist-info %changelog