14
0

- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyLaTeX?expand=0&rev=16
This commit is contained in:
2025-04-14 06:26:46 +00:00
committed by Git OBS Bridge
parent 54d2bebe46
commit ed124dd8b3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 06:26:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 04:57:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -124,6 +124,6 @@ PyLaTeX is a Python library for creating and compiling LaTeX files.
%doc README.rst
%license LICENSE
%{python_sitelib}/pylatex
%{python_sitelib}/pylatex-%{version}.dist-info
%{python_sitelib}/[Pp]y[Ll]a[Tt]e[Xx]-%{version}.dist-info
%changelog