Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-panflute-2.3.1-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-panflute Distribution: openSUSE Tumbleweed
Version: 2.3.1 Vendor: openSUSE
Release: 1.2 Build date: Thu Mar 21 18:16:49 2024
Group: Unspecified Build host: reproducible
Size: 398525 Source RPM: python-panflute-2.3.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/sergiocorreia/panflute
Summary: Pandoc filters package for Python
Panflute is a Python package for writing Pandoc filters.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Mar 21 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.3.1:
    * Document that pandoc 3.1.* is supported
    * Document older pandoc 2.19 support
    * Make MetaMap/List completely pythonic
    * Figure, Table: fix to_json() crash if caption is None
* Fri Sep 01 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Stop using greedy globs in %files.
  - Switch to pyproject macros.
  - Drop unneeded {Build,}Requires on future.
* Thu Jun 01 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.3.0:
    * Update Pandoc API from 1.22 to 1.23 (Pandoc 3.0):
    * Add `Figure` block object
    * Remove `Null` block object (scheduled for removed)
* Tue Oct 04 2022 Yogalakshmi Arunachalam <yarunachalam@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)
* Wed May 20 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Mon Apr 20 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Fix build without python2
* Thu Mar 12 2020 Marketa Calabkova <mcalabkova@suse.com>
  - Update to version 1.12.5
    * tweak error messages of panflute.dump
    * allow slice assignment to element items (via ListContainer)
    * Tables should now work well without a header or without a body.
    * stringify() now adds quotes around the contents of a Quoted() element.
* Tue Nov 19 2019 Todd R <toddrme2178@gmail.com>
  - shutilwhich isn't needed for python3 and prevents other python
    packages using this one.
* Thu May 02 2019 Todd R <toddrme2178@gmail.com>
  - Initial version

Files

/etc/alternatives/panfl
/etc/alternatives/panflute
/usr/bin/panfl
/usr/bin/panfl-3.12
/usr/bin/panflute
/usr/bin/panflute-3.12
/usr/lib/python3.12/site-packages/panflute
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/LICENSE
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/RECORD
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/panflute-2.3.1.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/panflute/__init__.py
/usr/lib/python3.12/site-packages/panflute/__pycache__
/usr/lib/python3.12/site-packages/panflute/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/autofilter.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/autofilter.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/base.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/containers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/containers.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/elements.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/elements.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/io.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/io.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/table_elements.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/table_elements.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/tools.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/tools.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/panflute/__pycache__/version.cpython-312.pyc
/usr/lib/python3.12/site-packages/panflute/autofilter.py
/usr/lib/python3.12/site-packages/panflute/base.py
/usr/lib/python3.12/site-packages/panflute/containers.py
/usr/lib/python3.12/site-packages/panflute/elements.py
/usr/lib/python3.12/site-packages/panflute/io.py
/usr/lib/python3.12/site-packages/panflute/table_elements.py
/usr/lib/python3.12/site-packages/panflute/tools.py
/usr/lib/python3.12/site-packages/panflute/utils.py
/usr/lib/python3.12/site-packages/panflute/version.py
/usr/share/doc/packages/python312-panflute
/usr/share/doc/packages/python312-panflute/README.md
/usr/share/licenses/python312-panflute
/usr/share/licenses/python312-panflute/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024