14
0

Accepting request 359553 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/359553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=18
This commit is contained in:
2016-02-22 07:55:54 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 5 deletions

3
Pygments-2.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2df7d9a85b56e54c7c021dc98fc877bd216ead652c10da170779c004fb59c01b
size 2114190

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b
size 2078224

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 14 23:52:35 UTC 2016 - michael@stroeder.com
- Update to version 2.1.1
- Fixed Jython compatibility (#1205)
- Fixed HTML formatter output with leading empty lines (#1111)
- Added a mapping table for LaTeX encodings and added utf8 (#1152)
- Fixed image formatter font searching on Macs (#1188)
- Fixed deepcopy-ing of Token instances (#1168)
- Fixed Julia string interpolation (#1170)
- Fixed statefulness of HttpLexer between get_tokens calls
- Many smaller fixes to various lexers
-------------------------------------------------------------------
Tue Feb 9 11:51:50 UTC 2016 - olaf@aepfle.de
- Disable testsuite in SLE_11 because it requires python 2.7
-------------------------------------------------------------------
Mon Jan 25 14:47:30 UTC 2016 - michael@stroeder.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pygments
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX 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: 2.1
Version: 2.1.1
Release: 0
Url: http://pygments.org
Summary: Pygments is a syntax highlighting package written in Python
@@ -65,6 +65,10 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
%check
if test '%{py_ver}' = "2.6"
then
exit 0
fi
nosetests
%files