Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyLaTeX for openSUSE:Factory checked in at 2024-02-16 21:42:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyLaTeX (Old) and /work/SRC/openSUSE:Factory/.python-PyLaTeX.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyLaTeX" Fri Feb 16 21:42:06 2024 rev:7 rq:1146989 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyLaTeX/python-PyLaTeX.changes 2021-03-03 18:34:06.087343981 +0100 +++ /work/SRC/openSUSE:Factory/.python-PyLaTeX.new.1815/python-PyLaTeX.changes 2024-02-16 21:42:12.093366670 +0100 @@ -1,0 +2,9 @@ +Fri Feb 16 04:11:23 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 1.4.2: + * Add `.Chapter` in ``__init__.py`` + * Fix installation on Python 3.12 +- Drop patch skip-optional-dependencies-test.patch, no longer required. +- Switch to pyproject macros. + +------------------------------------------------------------------- Old: ---- PyLaTeX-1.4.1.tar.gz skip-optional-dependencies-test.patch New: ---- PyLaTeX-1.4.2.tar.gz BETA DEBUG BEGIN: Old: * Fix installation on Python 3.12 - Drop patch skip-optional-dependencies-test.patch, no longer required. - Switch to pyproject macros. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyLaTeX.spec ++++++ --- /var/tmp/diff_new_pack.HlexHd/_old 2024-02-16 21:42:12.889395392 +0100 +++ /var/tmp/diff_new_pack.HlexHd/_new 2024-02-16 21:42:12.893395535 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-PyLaTeX # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,17 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-PyLaTeX -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: A Python library for creating LaTeX files and snippets License: MIT URL: https://github.com/JelteF/PyLaTeX Source: https://github.com/JelteF/PyLaTeX/archive/v%{version}.tar.gz#/PyLaTeX-%{version}.tar.gz -# PATCH-FEATURE-OPENSUSE skip-optional-dependencies-test.patch -- skip testing optional dependencies if not available -Patch0: skip-optional-dependencies-test.patch BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ordered-set @@ -112,20 +110,18 @@ %autosetup -p1 -n PyLaTeX-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Quantities is an optional dependency that currently doesn't work -# %%python_expand nosetests-%%{$python_bin_suffix} -v -e 'test_quantities' %pytest %files %{python_files} %doc README.rst %license LICENSE %{python_sitelib}/pylatex -%{python_sitelib}/*egg-info +%{python_sitelib}/PyLaTeX-%{version}.dist-info ++++++ PyLaTeX-1.4.1.tar.gz -> PyLaTeX-1.4.2.tar.gz ++++++ ++++ 8510 lines of diff (skipped)