Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-panflute for openSUSE:Factory checked in at 2022-10-06 07:42:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-panflute (Old) and /work/SRC/openSUSE:Factory/.python-panflute.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-panflute" Thu Oct 6 07:42:06 2022 rev:6 rq:1008153 version:2.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-panflute/python-panflute.changes 2020-05-26 17:17:33.451747114 +0200 +++ /work/SRC/openSUSE:Factory/.python-panflute.new.2275/python-panflute.changes 2022-10-06 07:42:16.624697053 +0200 @@ -1,0 +2,44 @@ +Tue Oct 4 22:36:41 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 2.2.3 + * Added equality operator to element objects (Doc, Block, Inline, Str, etc.) + Misc. bugfixes + +- Update to version 2.2.1 + * Minor improvement to stringify() + * Bugfixes detected by flake8 + +- Update to version 2.2.0 + * The run_filters() function, as well as .walk() method now support as optional argument a stop_if function. + If this argument is used and not none, then .walk() will not walk through an element's children if stop_if(element) is True. + This has two uses: + We can speed up filters by avoiding going too deep into the document's tree. For instance: + def stop_if(elem): + return isinstance(elem, pf.Inline) + Will stop walking the tree once it reaches an inline element + + * Some filters become easier to write, because we can just act on a main element such as Table and then by hand call .walk() to each table component + This also simplifies possible stringify() improvements, as discussed in #218 and illustrated in c8b4365 for DefinitionList elements + Other minor changes: + Simplified element.walk() code and added .walk() methods to ListContainer and DictContainer + Minor code cleanup to reduce pycodestyle warnings + +- Update to version 2.1.3 + * Update documentation and dependencies: + Add support and test against Python 3.10 and Pandoc 2.16 + * Improve test matrix suite + Test and document lists of elements as return values of filters (the items on the list will be inserted at the same level as the item being replaced) + +- Update to version 2.1.1 + * Same as 2.1.0 but fixed a dependency (wheels) required to publish to pypi + +- Update to version 2.1.0 + * autofilter.py: add pandoc 2.12+ support to get_filter_dirs + * add pandoc_path argument to run_pandoc(): run_pandoc(text='', args=None, pandoc_path=which('pandoc') + * fix a few docstrings + +- Update to version 2.0.5 + * Fix #166 ("Regression: panflute.elements.builtin2meta no longer supports subclasses of builtins") + * Improve testing ( #170, #169, #164) + +------------------------------------------------------------------- Old: ---- panflute-1.12.5.tar.gz New: ---- panflute-2.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-panflute.spec ++++++ --- /var/tmp/diff_new_pack.TzMdaQ/_old 2022-10-06 07:42:17.024697944 +0200 +++ /var/tmp/diff_new_pack.TzMdaQ/_new 2022-10-06 07:42:17.028697952 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-panflute # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-panflute -Version: 1.12.5 +Version: 2.2.3 Release: 0 Summary: Pandoc filters package for Python License: BSD-3-Clause @@ -33,7 +33,7 @@ Requires: python-click Requires: python-future Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML} ++++++ panflute-1.12.5.tar.gz -> panflute-2.2.3.tar.gz ++++++ ++++ 2808 lines of diff (skipped)