diff options
Diffstat (limited to 'python-landslide.spec')
-rw-r--r-- | python-landslide.spec | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/python-landslide.spec b/python-landslide.spec index 5aff239..50f624d 100644 --- a/python-landslide.spec +++ b/python-landslide.spec @@ -1,19 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-landslide -Version: 1.1.9 +Version: 2.0.0 Release: 1 Summary: HTML5 slideshow generator for Markdown, ReST, and Textile License: Apache 2.0 URL: http://github.com/adamzap/landslide -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/87/6a4cb69ee72cab189cbd95dc0b884229c7883638359754c49bdcaa8df7a1/landslide-1.1.9.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/db/ab7c00e27cda602bc7e2234135f78540b395c7b7c3cdbae345c32a716e25/landslide-2.0.0.tar.gz BuildArch: noarch -Requires: python3-MarkupSafe -Requires: python3-Jinja2 -Requires: python3-Markdown -Requires: python3-Pygments -Requires: python3-docutils -Requires: python3-six %description Landslide takes your Markdown, ReST, or Textile file(s) and generates fancy @@ -49,7 +43,7 @@ for formatting instructions and more information. %prep -%autosetup -n landslide-1.1.9 +%autosetup -n landslide-2.0.0 %build %py3_build @@ -89,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.9-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1 - Package Spec generated |