diff --git a/office/docbook/asciidoc/actions.py b/office/docbook/asciidoc/actions.py index a24abf2a..ee703fb3 100644 --- a/office/docbook/asciidoc/actions.py +++ b/office/docbook/asciidoc/actions.py @@ -28,7 +28,7 @@ def install(): # Python module #pisitools.insinto("/usr/lib/%s/site-packages" % get.curPYTHON(), "asciidocapi.py") - pisitools.insinto("/usr/lib/python3.8/site-packages", "asciidocapi.py") + pisitools.insinto("/usr/lib/python3.9/site-packages", "asciidocapi.py") # Vim syntax and filetype plugins #pisitools.insinto("/usr/share/vim/vimfiles/syntax/" , "vim/syntax/asciidoc.vim") diff --git a/office/docbook/asciidoc/pspec.xml b/office/docbook/asciidoc/pspec.xml index 5a1735b9..24aed251 100644 --- a/office/docbook/asciidoc/pspec.xml +++ b/office/docbook/asciidoc/pspec.xml @@ -12,7 +12,7 @@ app:console Text document format for writing documents AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc command. - https://github.com/asciidoc/asciidoc-py3/releases/download/9.0.2/asciidoc-9.0.2.tar.gz + https://github.com/asciidoc/asciidoc-py3/releases/download/9.1.0/asciidoc-9.1.0.tar.gz python3 @@ -41,6 +41,13 @@ + + 2021-08-24 + 9.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-05-29 9.0.2