diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sphinxext-opengraph.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sphinxext-opengraph-0.8.1.tar.gz +/sphinxext-opengraph-0.8.2.tar.gz diff --git a/python-sphinxext-opengraph.spec b/python-sphinxext-opengraph.spec index d835c8c..0fdf73d 100644 --- a/python-sphinxext-opengraph.spec +++ b/python-sphinxext-opengraph.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinxext-opengraph -Version: 0.8.1 +Version: 0.8.2 Release: 1 Summary: Sphinx Extension to enable OGP support License: LICENSE.md URL: https://github.com/wpilibsuite/sphinxext-opengraph -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/63/328125fa3bd2ea35898405b4dc1b07a9ab0ce45e189746080418370de0d0/sphinxext-opengraph-0.8.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/7c/ab934e20605e41a843ef09b726d33c8160ae17870c44915e7c5c8771f181/sphinxext-opengraph-0.8.2.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -39,7 +39,7 @@ Additionally, you can use field lists to add any arbitrary Open Graph tag not su ```rst %prep -%autosetup -n sphinxext-opengraph-0.8.1 +%autosetup -n sphinxext-opengraph-0.8.2 %build %py3_build @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1 - Package Spec generated @@ -1 +1 @@ -c7805ebe74f5cea4375f3b0ed4abfdf9 sphinxext-opengraph-0.8.1.tar.gz +1cfbd8309158b8b9efef19d139fb0396 sphinxext-opengraph-0.8.2.tar.gz |