15
0

Accepting request 848903 from openSUSE:Factory

Revert to r29

OBS-URL: https://build.opensuse.org/request/show/848903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=70
This commit is contained in:
2020-11-16 15:25:33 +00:00
committed by Git OBS Bridge
parent 759f262137
commit d65ead726b
4 changed files with 6 additions and 92 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Pygments
Version: 2.7.2
Version: 2.6.1
Release: 0
Summary: A syntax highlighting package written in Python
License: BSD-2-Clause
@@ -59,8 +59,8 @@ source code. Highlights are:
# Remove non-oss licensed files, see bnc# 760344
rm tests/examplefiles/firefox.mak tests/examplefiles/example.webidl
# Remove unnecessary executable bit
find . -type f -print0 | xargs -0 chmod -x
# Remove unnecessary shebang
sed -i '1 { /^#!/ d }' pygments/lexers/_usd_builtins.py
%build
%python_build