Update package to version 1.4.2

This commit is contained in:
jxy_git 2023-11-03 14:54:39 +08:00
parent 2e669c03a4
commit 4b4e9e28fe
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
PyLaTeX-1.4.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-PyLaTeX Name: python-PyLaTeX
Version: 1.4.1 Version: 1.4.2
Release: 1 Release: 1
Summary: A Python library for creating LaTeX files and snippets Summary: A Python library for creating LaTeX files and snippets
License: MIT License: MIT
URL: https://github.com/JelteF/PyLaTeX URL: https://github.com/JelteF/PyLaTeX
Source0: https://files.pythonhosted.org/packages/8a/76/015a1d785221d9b0d2ad80759d892a6d9d0a8a05daffc52202311ea3d652/PyLaTeX-1.4.1.tar.gz Source0: https://files.pythonhosted.org/packages/6d/a8/10cf6b955b5fa19438790d9949867e04c785ae845e631c5ef6db444401d1/PyLaTeX-1.4.2.tar.gz
BuildArch: noarch BuildArch: noarch
@ -16,7 +16,7 @@ interface between Python and LaTeX.
%package -n python3-PyLaTeX %package -n python3-PyLaTeX
Summary: A Python library for creating LaTeX files and snippets Summary: A Python library for creating LaTeX files and snippets
Provides: python-PyLaTeX Provides: python-PyLaTeX = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-PyLaTeX %description -n python3-PyLaTeX
@ -33,7 +33,7 @@ snippets. The goal of this library is being an easy, but extensible
interface between Python and LaTeX. interface between Python and LaTeX.
%prep %prep
%autosetup -n PyLaTeX-1.4.1 %autosetup -n PyLaTeX-%{version}
%build %build
%py3_build %py3_build
@ -73,5 +73,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Oct 19 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Nov 03 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.4.2-1
- Update package to version 1.4.2
* Mon Oct 19 2020 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1
- Package Spec generated - Package Spec generated