MANIFEST.in | 2 +- VERSION | 2 +- doc/build.log.do | 2 +- doc/install.rst | 12 ++++++------ doc/news.rst | 6 ++++++ pyderasn.py | 2 +- diff --git a/MANIFEST.in b/MANIFEST.in index 6af7d743b121cfa8da1708e5438be8a89974e6d2991dd15a754b356d7da0fd52..2d77c4d60cfcb1fe403d90ec92e99b9f3356f9bf37ed9e7112c610b8ca42b59d 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 1ef68e351036fb994c26bcfc348dbcadef5b77c652b03d1048ee3381eb92c4db..b142598733bff44879ad6d4d3c9f8f53222e48f2954966ad0f384ffe43563d1a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1 +8.2 diff --git a/doc/build.log.do b/doc/build.log.do index dea894af8308693b83108960131c43ad08d6df471b7f7cf14b30acdb9347dc13..966fc2561cb2e63af4df530748d82bb6ee1b7524d0d9bda3c3fe3ba792f938aa 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 1c8b08429292b04df1cbefc8aea2c3d73628aa0bcb5ff1c2d5de65d57e40eed5..e93b8100548883bcf6be0949f9647b4854160f2f1a8c7e2bbabbed40e27b8526 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -4,11 +4,11 @@ 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 could use pip (**no** OpenPGP authentication is performed!) with PyPI:: $ cat > requirements.txt <