diff --git a/0.6.7.tar.gz b/0.6.7.tar.gz new file mode 100644 index 0000000..e6a742f Binary files /dev/null and b/0.6.7.tar.gz differ diff --git a/python-texext.spec b/python-texext.spec index f73da33..494b60d 100644 --- a/python-texext.spec +++ b/python-texext.spec @@ -1,11 +1,11 @@ Name: python-texext -Version: 0.6.6 -Release: 2 +Version: 0.6.7 +Release: 1 Summary: Sphinx extensions for working with LaTeX math License: MIT 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 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 %changelog +* Tue Dec 6 2022 lijian - 0.6.7-1 +- Upgrade to version 0.6.7 + * Tue May 10 2022 houyingchao - 0.6.6-2 - License compliance rectification diff --git a/python-texext.yaml b/python-texext.yaml new file mode 100644 index 0000000..a4cb1ba --- /dev/null +++ b/python-texext.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: matthew-brett/texext +tag_prefix: "^v" +separator: "." diff --git a/texext-0.6.6.tar.gz b/texext-0.6.6.tar.gz deleted file mode 100644 index d6da59a..0000000 Binary files a/texext-0.6.6.tar.gz and /dev/null differ