From df6e791e5da83999e4981aed9df742281b5c4a676df45e9b1ac58cf8b4fb7497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 11 Sep 2018 07:17:41 +0000 Subject: [PATCH] Accepting request 634799 from home:jengelh:branches:devel:languages:python - Trim bias from description. Use 'find +'. OBS-URL: https://build.opensuse.org/request/show/634799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ply?expand=0&rev=38 --- python-ply.changes | 5 +++++ python-ply.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-ply.changes b/python-ply.changes index 752770f..50b3fba 100644 --- a/python-ply.changes +++ b/python-ply.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 10 17:03:54 UTC 2018 - Jan Engelhardt + +- Trim bias from description. Use 'find +'. + ------------------------------------------------------------------- Wed Aug 29 09:13:41 UTC 2018 - tchvatal@suse.com diff --git a/python-ply.spec b/python-ply.spec index 7dc7119..58aa6b5 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -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 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. %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 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. %prep @@ -66,7 +66,7 @@ It is compatible with both Python 2 and Python 3. chmod -x test/testlex.py # 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 example