Accepting request 634882 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/634882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=29
This commit is contained in:
Yuchen Lin 2018-09-18 09:35:50 +00:00 committed by Git OBS Bridge
commit 42c83d4864
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 10 17:03:54 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from description. Use 'find +'.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 29 09:13:41 UTC 2018 - tchvatal@suse.com Wed Aug 29 09:13:41 UTC 2018 - tchvatal@suse.com

View File

@ -40,7 +40,7 @@ uses LALR(1) parsing which is efficient and well suited for larger grammars.
PLY provides most of the standard lex/yacc features including support for empty PLY provides most of the standard lex/yacc features including support for empty
productions, precedence rules, error recovery, and support for ambiguous grammars. productions, precedence rules, error recovery, and support for ambiguous grammars.
PLY is extremely easy to use and provides very extensive error checking. PLY provides extensive error checking.
It is compatible with both Python 2 and Python 3. It is compatible with both Python 2 and Python 3.
%package -n %{name}-doc %package -n %{name}-doc
@ -56,7 +56,7 @@ uses LALR(1) parsing which is efficient and well suited for larger grammars.
PLY provides most of the standard lex/yacc features including support for empty PLY provides most of the standard lex/yacc features including support for empty
productions, precedence rules, error recovery, and support for ambiguous grammars. productions, precedence rules, error recovery, and support for ambiguous grammars.
PLY is extremely easy to use and provides very extensive error checking. PLY provides extensive error checking.
It is compatible with both Python 2 and Python 3. It is compatible with both Python 2 and Python 3.
%prep %prep
@ -66,7 +66,7 @@ It is compatible with both Python 2 and Python 3.
chmod -x test/testlex.py chmod -x test/testlex.py
# Fix wrong-script-interpreter # Fix wrong-script-interpreter
find example -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} \; find example -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} +
%fdupes doc %fdupes doc
%fdupes example %fdupes example