forked from pool/python-Pygments
Accepting request 290356 from home:netsroth:branches:devel:languages:python
- Update to version 2.0.2:
* Fix Python tracebacks getting duplicated in the console lexer
* Backquote-delimited identifiers are now recognized in F#
* Fix an encoding issue when using pygmentize with the -o option.
* Default lexer encoding is now “guess”
* Major update to Swift lexer.
* Multiple fixes to lexer guessing in conflicting cases
* Simplified regexes and builtin lists.
* Dropped Python 2.4 and 2.5 compatibility
* Lexers added:
APL (#969)
Agda and Literate Agda (PR#203)
Alloy (PR#355)
AmbientTalk
BlitzBasic (PR#197)
ChaiScript (PR#24)
Chapel (PR#256)
Cirru (PR#275)
Clay (PR#184)
ColdFusion CFC (PR#283)
Cryptol and Literate Cryptol (PR#344)
Cypher (PR#257)
Docker config files
EBNF (PR#193)
Eiffel (PR#273)
GAP (PR#311)
Golo (PR#309)
Handlebars (PR#186)
Hy (PR#238)
Idris and Literate Idris (PR#210)
OBS-URL: https://build.opensuse.org/request/show/290356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
9ec100ac46
commit
deec4b56d2
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Pygments
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Pygments
|
||||
Version: 1.6
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Url: http://pygments.org
|
||||
Summary: Pygments is a syntax highlighting package written in Python
|
||||
@@ -62,14 +62,14 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
install -Dm0644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
|
||||
install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
|
||||
|
||||
%check
|
||||
nosetests
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE AUTHORS CHANGES TODO docs/build
|
||||
%doc LICENSE AUTHORS CHANGES TODO
|
||||
%{_bindir}/pygmentize
|
||||
%{_mandir}/man1/pygmentize.1*
|
||||
%{python_sitelib}/pygments/
|
||||
|
||||
Reference in New Issue
Block a user