14
0

Compare commits

3 Commits

2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>
- Lowercase metadata directory name.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 16 04:11:23 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Fri Feb 16 04:11:23 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyLaTeX # spec file for package python-PyLaTeX
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: ca-certificates-mozilla
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-ordered-set Requires: python-ordered-set
@@ -123,6 +124,6 @@ PyLaTeX is a Python library for creating and compiling LaTeX files.
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/pylatex %{python_sitelib}/pylatex
%{python_sitelib}/PyLaTeX-%{version}.dist-info %{python_sitelib}/[Pp]y[Ll]a[Tt]e[Xx]-%{version}.dist-info
%changelog %changelog