forked from pool/python-Pygments
Accepting request 843900 from home:benoit_monin:branches:devel:languages:python
- update to version 2.7.2 - drop shebang removal in _usd_builtins.py: fixed upstream OBS-URL: https://build.opensuse.org/request/show/843900 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=68
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Pygments
|
||||
Version: 2.7.1
|
||||
Version: 2.7.2
|
||||
Release: 0
|
||||
Summary: A syntax highlighting package written in Python
|
||||
License: BSD-2-Clause
|
||||
@@ -59,9 +59,6 @@ source code. Highlights are:
|
||||
# Remove non-oss licensed files, see bnc# 760344
|
||||
rm tests/examplefiles/firefox.mak tests/examplefiles/example.webidl
|
||||
|
||||
# Remove unnecessary shebang
|
||||
sed -i '1 { /^#!/ d }' pygments/lexers/_usd_builtins.py
|
||||
|
||||
# Remove unnecessary executable bit
|
||||
find . -type f -print0 | xargs -0 chmod -x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user