diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:17:34 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:17:34 +0000 |
| commit | 1d130ad7e5841b4f49a6e8e32f19ea9bbd4aa01b (patch) | |
| tree | 55b2b712b94ae20a770fc9df3c93e3daa9d5af4c | |
| parent | 211ed828e063e31a36dec70a72a6156cf278dbd5 (diff) | |
automatic import of python-pygmentsopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pygments.spec | 64 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 61 insertions, 6 deletions
@@ -1 +1,2 @@ /Pygments-2.14.0.tar.gz +/Pygments-2.15.1.tar.gz diff --git a/python-pygments.spec b/python-pygments.spec index 616ff71..440059a 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -1,16 +1,34 @@ %global _empty_manifest_terminate_build 0 Name: python-Pygments -Version: 2.14.0 +Version: 2.15.1 Release: 1 Summary: Pygments is a syntax highlighting package written in Python. License: BSD-2-Clause -URL: https://pygments.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/6a/c427c06913204e24de28de5300d3f0e809933f376e0b7df95194b2bb3f71/Pygments-2.14.0.tar.gz +URL: https://pygments.org +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/89/6b/2114e54b290824197006e41be3f9bbe1a26e9c39d1f5fa20a6d62945a0b3/Pygments-2.15.1.tar.gz BuildArch: noarch Requires: python3-importlib-metadata %description +Pygments +~~~~~~~~ + +Pygments is a syntax highlighting package written in Python. + +It is a generic syntax highlighter suitable for use in code hosting, forums, +wikis or other applications that need to prettify source code. Highlights +are: + +* a wide range of over 500 languages and other text formats is supported +* special attention is paid to details, increasing quality by a fair amount +* support for new languages and formats are added easily +* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image + formats that PIL supports and ANSI sequences +* it is usable as a command-line tool and as a library + +Copyright 2006-2023 by the Pygments team, see ``AUTHORS``. +Licensed under the BSD, see ``LICENSE`` for details. %package -n python3-Pygments @@ -20,16 +38,52 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-Pygments +Pygments +~~~~~~~~ + +Pygments is a syntax highlighting package written in Python. + +It is a generic syntax highlighter suitable for use in code hosting, forums, +wikis or other applications that need to prettify source code. Highlights +are: + +* a wide range of over 500 languages and other text formats is supported +* special attention is paid to details, increasing quality by a fair amount +* support for new languages and formats are added easily +* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image + formats that PIL supports and ANSI sequences +* it is usable as a command-line tool and as a library + +Copyright 2006-2023 by the Pygments team, see ``AUTHORS``. +Licensed under the BSD, see ``LICENSE`` for details. %package help Summary: Development documents and examples for Pygments Provides: python3-Pygments-doc %description help +Pygments +~~~~~~~~ + +Pygments is a syntax highlighting package written in Python. + +It is a generic syntax highlighter suitable for use in code hosting, forums, +wikis or other applications that need to prettify source code. Highlights +are: + +* a wide range of over 500 languages and other text formats is supported +* special attention is paid to details, increasing quality by a fair amount +* support for new languages and formats are added easily +* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image + formats that PIL supports and ANSI sequences +* it is usable as a command-line tool and as a library + +Copyright 2006-2023 by the Pygments team, see ``AUTHORS``. +Licensed under the BSD, see ``LICENSE`` for details. %prep -%autosetup -n Pygments-2.14.0 +%autosetup -n Pygments-2.15.1 %build %py3_build @@ -69,5 +123,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.14.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.15.1-1 - Package Spec generated @@ -1 +1 @@ -447be4afb076c8325a7dc659aff5b931 Pygments-2.14.0.tar.gz +e40631bb812bbd15954027c23b23013a Pygments-2.15.1.tar.gz |
