- 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.
OBS-URL: https://build.opensuse.org/request/show/984827
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=55
- 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 @muirmok)
* vim-asciidoc: speed up the refresh process for big files
* Allow specifying floatstyle attribute for figures, tables,
equations, examples in docbook (thanks @psaris)
* Use https://pypi.org/project/trans/[trans python module]
(if available) to better handle character decomposition to
ascii for ascii-ids (thanks @rkel)
* 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
OBS-URL: https://build.opensuse.org/request/show/812760
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=37
- simplify requires - we don't need the full python3, but the
interpreter and xml module (which is part of base)
- Bring back asciidoc in maintainable fashion to fix bsc#1135082
- Update to 9.0.0rc2:
- Running `make help` will now print out a helpful usage message
- Add simplified Chinese translation (thanks @muirmok)
- vim-asciidoc: speed up the refresh process for big files (thanks @aerostitch)
- Small packaging adjustements
- 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
OBS-URL: https://build.opensuse.org/request/show/796535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=43
- Bring back asciidoc in maintainable fashion to fix bsc#1135082
- Update to 9.0.0rc2:
- Running `make help` will now print out a helpful usage message
- Add simplified Chinese translation (thanks @muirmok)
- vim-asciidoc: speed up the refresh process for big files (thanks @aerostitch)
- Small packaging adjustements
- 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
OBS-URL: https://build.opensuse.org/request/show/795953
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=34
- 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
OBS-URL: https://build.opensuse.org/request/show/764271
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=31