diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:20:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:20:33 +0000 |
commit | a58c7670a22d8873739019165ba84a0fbe2372fe (patch) | |
tree | 31319ef2a50295550c32f9316bc785246ba252b0 | |
parent | 80e0fba1294427e8fef60d8640ae21e713aa167b (diff) |
automatic import of python-landslideopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-landslide.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 11 deletions
@@ -1 +1,2 @@ /landslide-1.1.9.tar.gz +/landslide-2.0.0.tar.gz 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 @@ -1 +1 @@ -dfdbd2d9c93f5f666c1421db02cd9fec landslide-1.1.9.tar.gz +80bc5c6c8f2d2ed546976adc08171da5 landslide-2.0.0.tar.gz |