X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=7852ef8917af03b9d58bf6f5e762b76215156515;hb=4910e3c9c30f82ca4fc8fb74d5ba3036d5046415;hp=f394883d2585d21dbe09e460f37a07d9f3ef18dc;hpb=f3146d55c624614f39436abf2a68684106faf95a;p=pyderasn.git diff --git a/makedist.sh b/makedist.sh index f394883..7852ef8 100755 --- a/makedist.sh +++ b/makedist.sh @@ -16,7 +16,7 @@ tar cfI - $tmp/includes | tar xfC - $tmp/pyderasn-"$release" PYTHONPATH="$tmp/pyderasn-$release" redo $tmp/pyderasn-"$release"/doc/build.log rm -r $tmp/pyderasn-"$release"/doc/.redo $tmp/pyderasn-"$release"/doc/build.log -tar xvfC doc/download/six-1.15.0.tar.gz $tmp --include "*/*six.py" +tar xvfC doc/download/six-1.16.0.tar.gz $tmp --include "*/*six.py" mv -v $tmp/six-*/six.py $tmp/pyderasn-"$release" mv -v $tmp/six-*/test_six.py $tmp/pyderasn-"$release"/tests @@ -24,7 +24,7 @@ tar xvfC doc/download/termcolor-1.1.0.tar.gz $tmp --include "*/termcolor.py" mv -v $tmp/termcolor-*/termcolor.py $tmp/pyderasn-"$release" pip_hash=$(pip hash dist/pyderasn-"$release".tar.gz | sed -n '$p') -six_requirement="six==1.15.0 --hash=sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" +six_requirement="six==1.16.0 --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" cd $tmp find . -type d -exec chmod 755 {} \; @@ -85,5 +85,5 @@ pip'es requirements file: $six_requirement Please send questions regarding the use of PyDERASN, bug reports and patches -to mailing list: https://lists.cypherpunks.ru/mailman/listinfo/pyderasn-devel +to mailing list: http://lists.cypherpunks.ru/pyderasn_002ddevel.html EOF