Changelog for
asciidoc-latex-backend-10.2.0-8.2.noarch.rpm :
* Thu Jun 23 2022 Dominique Leuenberger
- Update to version 10.2.0: + Future feature: - As part of the intended 10.3.0 release, the following document attribute flags will be reserved for modifying asciidoc-py runtime behavior: . future-compat . legacy-compat . compat-mode - Please see GH issue #254 for more information. + Bug fixes: Fix verbose output not working when using a2x or asciidoc entry points. + Miscellaneous: Automate publishing asciidoc-py website as part of release process.
* Wed Jun 22 2022 Dominique Leuenberger - Do not recommend asciidoc-latex-backend: Do not pull in the LaTeX stack on all systems using asciidoc.- Supplement asciidoc and dblatext with the -latex-backend sub package: users that have both, asciidoc and dblatex installed, and thus already opted-in to LaTeX, will also get the backend installed.
* Mon May 02 2022 Stephan Kulow - Add a subpackage that brings in the requirements for building pdf (too much for default, recommends won\'t help in building OBS packages)- Adding multibuild flavor to verify the latex dependencies are complete- Motivated by nut failing to build pdf in SP4
* Sat Apr 30 2022 Ferdinand Thiessen - Update to version 10.1.4
* Add top-level __version__ and VERSION module exports
* Fix self reference errors in AsciiDocApi
* Add back asciidoc execute print in a2x verbose- Update to version 10.0.0
* AsciiDoc.py has been rewritten to be a proper Python package
* Support for overriding the bundled
*.conf files is done through CLI flags, environment variables, etc., and not through directly editing the files within the installation.
* Importing asciidoc should no longer require the asciidocapi.py script and can be done through regular python import
* The APIs of the asciidoc and a2x scripts are now considered \"provisional\" with no guarantee of BC between releases with the exception of the asciidoc.execute method.- Update to version 9.1.1
* Cleanup outfile on system-exiting exceptions- Rebased asciidoc.version.patch
* Mon Mar 01 2021 Matthias Eliasson - update to version 9.1.0
* Can specify a line range when using the include macro.
* Setting the SGML_CATALOG_FILES environment variable will set --catalogs on xmllint within a2x.
* Sun Jan 24 2021 Dirk Müller - update to 9.0.5: - Use config newline setting in system attribute evaulation - Update to deadsnakes/pythonAATTv2.0.2
* Tue Nov 03 2020 Ismail Dönmez - Update to version 9.0.4
* Fix listing out installed plugins (e.g. --filter list)
* Wed Oct 21 2020 Ismail Dönmez - Update to version 9.0.3
* Fix extra newline characters inserted into generated source
* Validate line endings as part of test suite
* Mon Aug 03 2020 Ismail Dönmez - Update to version 9.0.2:
* Revert to using optparse from argparse for a2x
* Fri Jul 03 2020 Ismail Dönmez - Update to version 9.0.1:
* Fix a2x crashing on decoding generated HTML pages
* Tue Jun 09 2020 Martin Pluskal - Update to version 9.0.0:
* Port asciidoc to run on Python 3.5+
* Drop internal implementation of OrderedDict and use the standard library collections.OrderedDict instead
* Implement Dockerfile for running asciidoc
* Add Catalan translation
* Add docbook5 backend
* Fix misspellings in various files and documents
* Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time)
* Use \"with\" context statement for opening and closing files instead of older try/finally pattern
* Search sibling paths before system wide paths in asciidocapi
* Add manpage for testasciidoc.py
* Use argparse instead of optparse for argument parsing
* Add simplified Chinese translation (thanks AATTmuirmok)
* vim-asciidoc: speed up the refresh process for big files
* Allow specifying floatstyle attribute for figures, tables, equations, examples in docbook (thanks AATTpsaris)
* Use https://pypi.org/project/trans/[trans python module] (if available) to better handle character decomposition to ascii for ascii-ids (thanks AATTrkel)
* Use lru_cache to memoize repeated calls to macro look-up giving potential ~15% speed-up on parsing
* Fix index terms requiring two characters instead of just one
* Properly capture and use colophon, dedication, and preface for docbooks in Japanese (see #2 (comment))
* make install did not include the unwraplatex.py filter
* Fix a2x option collection from input file with non-ascii encoding
* Fix options attribute not being properly parsed in Delimited Blocks attribute list
* Migrate from hierarchical A-A-P build system to top-level Makefile
* Add make help target that prints out usage message for make
* Fix double slash issue in Makefile when installing asciidoc or its docs
* Commit generated test files to the repository for continuous integration
* Test against Python 3.5+ on Travis-CI
* Remove symlink tests/asciidocapi.py in favor of just appending to sys.path
* Add requires directive to testasciidoc.conf to indicate necessary external dependencies (e.g. source-highlight)
* Thu Apr 23 2020 Stephan Kulow - simplify requires - we don\'t need the full python3, but the interpreter and xml module (which is part of base)
* Tue Apr 21 2020 Stephan Kulow - Bring back asciidoc in maintainable fashion to fix bsc#1135082
* Tue Apr 21 2020 Stephan Kulow - Update to 9.0.0rc2: - Running `make help` will now print out a helpful usage message - Add simplified Chinese translation (thanks AATTmuirmok) - vim-asciidoc: speed up the refresh process for big files (thanks AATTaerostitch)
* Tue Jan 14 2020 Martin Pluskal - Small packaging adjustements
* Tue Jan 14 2020 Tomáš Chvátal - Update to 9.0.0rc1:
* Port asciidoc to run on Python 3.5+ (see https://github.com/asciidoc/asciidoc for the EOL Python 2 implementation)
* Drop internal implementation of OrderedDict and use the standard library collections.OrderedDict instead
* Implement Dockerfile for running asciidoc
* Add Catalan translation
* Add docbook5 backend
* Fix misspellings in various files and documents
* Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time).
* Use \"with\" context statement for opening and closing files instead of older try/finally pattern.
* Search sibling paths before system wide paths in asciidocapi
* Add manpage for testasciidoc.py
* Use argparse instead of optparse for argument parsing
* Migrate from A-A-P based build system to Make
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)