From 9310db786d9250529a88dc723afe8fd106839e58940d62faa31a31ce0217e750 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 05:50:28 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=42 --- python-PyMySQL.changes | 5 +++++ python-PyMySQL.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index 9a01a25..c18152f 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 05:50:16 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Thu May 23 11:34:26 UTC 2024 - Daniel Garcia diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 656a0be..71cb468 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyMySQL # -# 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 @@ -109,6 +109,6 @@ exit $exit_code %license LICENSE %doc CHANGELOG.md README.md %{python_sitelib}/pymysql -%{python_sitelib}/PyMySQL-%{version}*-info +%{python_sitelib}/pymysql-%{version}.dist-info %changelog