From e6a30ea3ce2fad91af0a9586390128a80aa9fe08404a124eb44b270cb89b34ee Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 08:41:15 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Send2Trash?expand=0&rev=16 --- python-Send2Trash.changes | 5 +++++ python-Send2Trash.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Send2Trash.changes b/python-Send2Trash.changes index 7b1b3e6..672e1bc 100644 --- a/python-Send2Trash.changes +++ b/python-Send2Trash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 08:41:02 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Oct 30 19:52:27 UTC 2024 - Dirk Müller diff --git a/python-Send2Trash.spec b/python-Send2Trash.spec index cd88c0a..95c5cc1 100644 --- a/python-Send2Trash.spec +++ b/python-Send2Trash.spec @@ -1,7 +1,7 @@ # # spec file for package python-Send2Trash # -# 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 @@ -75,6 +75,6 @@ export LANG=en_US.UTF8 %doc CHANGES.rst README.rst %python_alternative %{_bindir}/send2trash %{python_sitelib}/send2trash -%{python_sitelib}/Send2Trash-%{version}.dist-info +%{python_sitelib}/send2trash-%{version}.dist-info %changelog