Hello community, here is the log from the commit of package python-rebulk for openSUSE:Factory checked in at 2019-09-02 13:25:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rebulk (Old) and /work/SRC/openSUSE:Factory/.python-rebulk.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rebulk" Mon Sep 2 13:25:38 2019 rev:8 rq:727348 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rebulk/python-rebulk.changes 2019-08-13 20:33:46.571243960 +0200 +++ /work/SRC/openSUSE:Factory/.python-rebulk.new.7948/python-rebulk.changes 2019-09-02 13:25:39.385308966 +0200 @@ -1,0 +2,17 @@ +Fri Aug 30 07:40:35 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 2.0.0 + * Add named method to Match class + * Add tagged method to Match class + * Enhance defaults feature + * Some code refactoring and bugfixes + * BREAKING CHANGE: This change how chain **kwargs and + .defaults() is transmitted to chained patterns, so upgrades + should be performed with care. + Chain **kwargs are now only used inside chain pattern itself, + and doesn't implicitly set chain .defaults() anymore. You + may have to repeat some chain **kwargs to its own .defaults() + for Rebulk to behave as before, or set them accordingly to + chained patterns. + +------------------------------------------------------------------- Old: ---- rebulk-1.0.1.tar.gz New: ---- rebulk-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rebulk.spec ++++++ --- /var/tmp/diff_new_pack.ugkrFf/_old 2019-09-02 13:25:40.093308832 +0200 +++ /var/tmp/diff_new_pack.ugkrFf/_new 2019-09-02 13:25:40.093308832 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rebulk -Version: 1.0.1 +Version: 2.0.0 Release: 0 Summary: Library for defining bulk search patterns to perform advanced string matching License: MIT @@ -44,7 +44,7 @@ %prep %setup -q -n rebulk-%{version} # Remove shebang from non-executable files -for i in {'chain','debug','formatters','__init__','introspector','loose','match','pattern','processors','rebulk','remodule','rules','toposort','utils','validators','__version__'}; do +for i in {'builder','chain','debug','formatters','__init__','introspector','loose','match','pattern','processors','rebulk','remodule','rules','toposort','utils','validators','__version__'}; do sed -i -e "1d" "rebulk/$i.py" done for i in {'default_rules_module','__init__','rebulk_rules_module','rules_module','test_chain','test_debug','test_introspector','test_loose','test_match','test_pattern','test_processors','test_rebulk','test_rules','test_toposort','test_validators'}; do ++++++ rebulk-1.0.1.tar.gz -> rebulk-2.0.0.tar.gz ++++++ ++++ 1848 lines of diff (skipped)
