14
0

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.classes?expand=0&rev=25
This commit is contained in:
2025-03-26 05:49:39 +00:00
committed by Git OBS Bridge
parent fefba4e3ca
commit d05d229a3a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.classes
#
# 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
@@ -58,6 +58,6 @@ jaraco.classes Tools for working with classes.
%doc docs/*.rst README.rst NEWS.rst
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco/classes
%{python_sitelib}/jaraco.classes-%{version}.dist-info
%{python_sitelib}/jaraco_classes-%{version}.dist-info
%changelog