!24 Upgrade version to 2.10.0
Merge pull request !24 from renxichen/master
This commit is contained in:
commit
b11f0a0787
BIN
Pygments-2.10.0.tar.gz
Normal file
BIN
Pygments-2.10.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -12,10 +12,11 @@ need to prettify source code. Highlights are: \
|
|||||||
RTF, LaTeX and ANSI sequences \
|
RTF, LaTeX and ANSI sequences \
|
||||||
* it is usable as a command-line tool and as a library \
|
* it is usable as a command-line tool and as a library \
|
||||||
* … and it highlights even Perl 6!
|
* … and it highlights even Perl 6!
|
||||||
|
%bcond_without docs
|
||||||
|
%bcond_without tests
|
||||||
Name: python-pygments
|
Name: python-pygments
|
||||||
Summary: Syntax highlighting engine written in Python
|
Summary: Syntax highlighting engine written in Python
|
||||||
Version: 2.8.1
|
Version: 2.10.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://pygments.org/
|
URL: http://pygments.org/
|
||||||
@ -32,7 +33,7 @@ BuildRequires: python3-devel, python3-setuptools
|
|||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
%endif
|
%endif
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx python3-pip
|
||||||
%endif
|
%endif
|
||||||
Summary: Syntax highlighting engine written in Python
|
Summary: Syntax highlighting engine written in Python
|
||||||
%{?python_provide:%python_provide python3-pygments}
|
%{?python_provide:%python_provide python3-pygments}
|
||||||
@ -60,7 +61,7 @@ chmod -x %{buildroot}%{_mandir}/man1/*.1
|
|||||||
cp -r doc/docs doc/reST
|
cp -r doc/docs doc/reST
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
make test PYTHON=%{python3}
|
make test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -77,6 +78,9 @@ make test PYTHON=%{python3}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 20 2021 renhongxun <renhongxun@huawei.com> - 2.10.0-1
|
||||||
|
- Upgrade version to 2.10.0
|
||||||
|
|
||||||
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 2.8.1-1
|
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 2.8.1-1
|
||||||
- Update version to 2.8.1
|
- Update version to 2.8.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user