!4 Upgrade to version 0.6.7

From: @jianli-97 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-09 01:48:57 +00:00 committed by Gitee
commit 6ab46e2b29
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 10 additions and 3 deletions

BIN
0.6.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-texext Name: python-texext
Version: 0.6.6 Version: 0.6.7
Release: 2 Release: 1
Summary: Sphinx extensions for working with LaTeX math Summary: Sphinx extensions for working with LaTeX math
License: MIT License: MIT
URL: http://github.com/matthew-brett/texext URL: http://github.com/matthew-brett/texext
Source0: texext-%{version}.tar.gz Source0: https://github.com/matthew-brett/texext/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3dist(docutils) python3dist(matplotlib) python3dist(pytest) python3dist(setuptools) BuildRequires: python3-devel python3dist(docutils) python3dist(matplotlib) python3dist(pytest) python3dist(setuptools)
@ -42,6 +42,9 @@ This package contains Sphinx extensions for working with LaTeX math.
%{python3_sitelib}/texext-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/texext-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Tue Dec 6 2022 lijian <lijian2@kylinos.cn> - 0.6.7-1
- Upgrade to version 0.6.7
* Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 0.6.6-2 * Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 0.6.6-2
- License compliance rectification - License compliance rectification

4
python-texext.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: matthew-brett/texext
tag_prefix: "^v"
separator: "."

Binary file not shown.