15
0

Accepting request 486611 from home:TheBlackCat:branches:devel:languages:python

Update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/486611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=36
This commit is contained in:
Todd R
2017-04-07 20:20:17 +00:00
committed by Git OBS Bridge
parent a931136a59
commit 50a448bb23
4 changed files with 26 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Pygments
Version: 2.1.3
Version: 2.2.0
Release: 0
Url: http://pygments.org
Summary: Pygments is a syntax highlighting package written in Python
@@ -67,7 +67,8 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
%{python_expand %fdupes %{buildroot}%{$python_sitelib}}
%check
%{python_expand /usr/bin/nosetests-%{$python_bin_suffix}}
export PYTHONDEBUG=1
%python_exec tests/run.py
%files %{python_files}
%defattr(-,root,root,-)