15
0

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EditorConfig?expand=0&rev=16
This commit is contained in:
2025-03-25 02:26:32 +00:00
committed by Git OBS Bridge
parent 34937c3dae
commit 76e04a2ac5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 25 02:26:09 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Sun Aug 4 13:38:40 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-EditorConfig
#
# 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
@@ -62,6 +62,6 @@ ctest -VV --output-on-failure . || /bin/true
%license LICENSE.* COPYING
%doc README.rst
%{python_sitelib}/editorconfig
%{python_sitelib}/EditorConfig-%(echo %{version}|cut -d+ -f 1)*-info
%{python_sitelib}/editorconfig-%(echo %{version}|cut -d+ -f 1)*-info
%changelog