From: Sergey Matveev Date: Sun, 13 Dec 2020 12:14:34 +0000 (+0300) Subject: Prepare for release X-Git-Tag: 8.2~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=9bf2fbbb85e8d59f0595365e6b544b69d24accb4 Prepare for release --- diff --git a/MANIFEST.in b/MANIFEST.in index 1163e79..99e8293 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include .coveragerc include AUTHORS include COPYING include COPYING.LESSER +include doc/build.log.do include doc/conf.py include doc/download.rst include doc/examples.rst @@ -10,7 +11,6 @@ include doc/feedback.rst include doc/index.rst include doc/install.rst include doc/limitations.rst -include doc/Makefile include doc/news.rst include doc/performance.rst include doc/pip-requirements.txt diff --git a/VERSION b/VERSION index b8eb026..2983cad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1 +8.2 diff --git a/doc/build.log.do b/doc/build.log.do index 2b9c5e9..adaebf6 100644 --- a/doc/build.log.do +++ b/doc/build.log.do @@ -1,7 +1,7 @@ rm -fr _build html=_build/html PYTHONPATH=.. ${PYTHON:=python} -msphinx . $html -cp -r download $html +[ -d download ] && cp -r download $html || echo No download directory, skipping rm -r $html/.doctrees $html/.buildinfo find $html -type d -exec chmod 755 {} \; find $html -type f -exec chmod 644 {} \; diff --git a/doc/install.rst b/doc/install.rst index c8482ef..7257589 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -4,11 +4,11 @@ Install Preferable way is to :ref:`download ` tarball with the signature from `official website `__:: - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz.sig - $ gpg --verify pyderasn-8.1.tar.xz.sig pyderasn-8.1.tar.xz - $ xz --decompress --stdout pyderasn-8.1.tar.xz | tar xf - - $ cd pyderasn-8.1 + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.2.tar.xz + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.2.tar.xz.sig + $ gpg --verify pyderasn-8.2.tar.xz.sig pyderasn-8.2.tar.xz + $ xz --decompress --stdout pyderasn-8.2.tar.xz | tar xf - + $ cd pyderasn-8.2 $ python setup.py install # or copy pyderasn.py (+six.py, possibly termcolor.py) to your PYTHONPATH @@ -21,7 +21,7 @@ You can also find it mirrored on :ref:`download ` page. You could use pip (**no** OpenPGP authentication is performed!) with PyPI:: $ cat > requirements.txt <