From 24110163dce30df9657c9e7b3b4d737d621ce97d9f67d292352d6d7bb9baf4e3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 04:57:23 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyLaTeX?expand=0&rev=15 --- python-PyLaTeX.changes | 5 +++++ python-PyLaTeX.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-PyLaTeX.changes b/python-PyLaTeX.changes index 35ac135..fccd115 100644 --- a/python-PyLaTeX.changes +++ b/python-PyLaTeX.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 04:57:11 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Fri Feb 16 04:11:23 UTC 2024 - Steve Kowalik diff --git a/python-PyLaTeX.spec b/python-PyLaTeX.spec index 2632b78..2c92693 100644 --- a/python-PyLaTeX.spec +++ b/python-PyLaTeX.spec @@ -1,7 +1,7 @@ # # 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 # 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 setuptools} BuildRequires: %{python_module wheel} +BuildRequires: ca-certificates-mozilla BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ordered-set @@ -123,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}/pylatex-%{version}.dist-info %changelog From febc68828053fb58c82666bf6fb23e3a5d16091a18844934e07aac9fd8f1b6ca Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:26:46 +0000 Subject: [PATCH 2/2] - 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 --- python-PyLaTeX.changes | 5 +++++ python-PyLaTeX.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PyLaTeX.changes b/python-PyLaTeX.changes index fccd115..55410c9 100644 --- a/python-PyLaTeX.changes +++ b/python-PyLaTeX.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 06:26:37 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 04:57:11 UTC 2025 - Steve Kowalik diff --git a/python-PyLaTeX.spec b/python-PyLaTeX.spec index 2c92693..c7b70e7 100644 --- a/python-PyLaTeX.spec +++ b/python-PyLaTeX.spec @@ -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