From 096d73081d80681b049b09f59908dc1daa4ff38e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 14 Mar 2023 19:54:36 +0300 Subject: [PATCH] No mention of pip's hash, as signature is anyway here --- makedist | 8 -------- 1 file changed, 8 deletions(-) diff --git a/makedist b/makedist index 0120968..12c10f0 100755 --- a/makedist +++ b/makedist @@ -18,8 +18,6 @@ rm -r $tmp/pyderasn-"$release"/doc/.redo $tmp/pyderasn-"$release"/doc/build.log 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') - cd $tmp find . -type d -exec chmod 755 {} + find . -type f -exec chmod 644 {} + @@ -47,8 +45,6 @@ An entry for documentation: \`link \`__ \`sig \`__ - \`\`$hash\`\` - -pyderasn==$release $pip_hash EOF mv $tmp/$tarball $tmp/"$tarball".sig $tmp/"$tarball".meta4 $cur/doc/download @@ -78,10 +74,6 @@ SHA256 hash: $hash GPG key: 2ED6 C846 3051 02DF 5B4E 0383 04A9 33D1 BA20 327A PyDERASN releases -pip'es requirements file: - - pyderasn==$release $pip_hash - Please send questions regarding the use of PyDERASN, bug reports and patches to mailing list: http://lists.cypherpunks.ru/pyderasn_002ddevel.html EOF -- 2.44.0