Revisions of python-panflute

buildservice-autocommit accepted request 1160439 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- 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
- Update to version 2.2.3
buildservice-autocommit accepted request 1108349 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 16)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 15)
- Stop using greedy globs in %files.
- Switch to pyproject macros.
- Drop unneeded {Build,}Requires on future.
buildservice-autocommit accepted request 1090387 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- 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)
buildservice-autocommit accepted request 1008153 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 12)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) accepted request 1008030 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 11)
- 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
buildservice-autocommit accepted request 807644 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
baserev update by copy to link target
buildservice-autocommit accepted request 795801 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 7)
- Fix build without python2
buildservice-autocommit accepted request 784293 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 784291 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 5)
- 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.
buildservice-autocommit accepted request 749650 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 749649 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
shutilwhich isn't needed for python3 and prevents other python  packages using this one.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 700462 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
initialized devel package after accepting 700462
Todd R's avatar Todd R (TheBlackCat) accepted request 700461 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
Pandoc filters package for Python
Displaying all 18 revisions
openSUSE Build Service is sponsored by