Accepting request 1264836 from devel:languages:python

- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyPika?expand=0&rev=2
This commit is contained in:
2025-04-16 18:38:25 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 25 05:56:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Fri Aug 30 17:56:55 UTC 2024 - Meera Belur <mbelur@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyPika
#
# 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
@@ -60,6 +60,6 @@ cp -r ../pypika-%{version}/pypika/tests ./pypika
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/pypika
%{python_sitelib}/PyPika-%{version}.dist-info
%{python_sitelib}/pypika-%{version}.dist-info
%changelog