Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1759a78

Browse files
committed
Update release verification instructions as suggested in#1055
1 parenteb411ee commit1759a78

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,18 @@ This script shows how to verify the tarball was indeed created by the authors of
142142
this project:
143143

144144
```
145-
curl https://pypi.python.org/packages/5b/38/0433c06feebbfbb51d644129dbe334031c33d55af0524326266f847ae907/GitPython-2.1.8-py2.py3-none-any.whl#md5=6b73ae86ee2dbab6da8652b2d875013a > gitpython.whl
146-
curl https://pypi.python.org/packages/5b/38/0433c06feebbfbb51d644129dbe334031c33d55af0524326266f847ae907/GitPython-2.1.8-py2.py3-none-any.whl.asc > gitpython-signature.asc
145+
curl https://files.pythonhosted.org/packages/09/bc/ae32e07e89cc25b9e5c793d19a1e5454d30a8e37d95040991160f942519e/GitPython-3.1.8-py3-none-any.whl > gitpython.whl
146+
curl https://files.pythonhosted.org/packages/09/bc/ae32e07e89cc25b9e5c793d19a1e5454d30a8e37d95040991160f942519e/GitPython-3.1.8-py3-none-any.whl.asc > gitpython-signature.asc
147147
gpg --verify gitpython-signature.asc gitpython.whl
148148
```
149149

150150
which outputs
151151

152152
```
153-
gpg: Signature madeMon Dec 11 17:34:17 2017 CET
154-
gpg: using RSA keyC3BC52BD76E2C23BAC6EC06A665F99FA9D99966C
155-
gpg: issuer "byronimo@gmail.com"
156-
gpg:Good signature from"Sebastian Thiel (I do trust in Rust!) <byronimo@gmail.com>" [ultimate]
153+
gpg: Signature madeFr 4 Sep 10:04:50 2020 CST
154+
gpg: using RSA key27C50E7F590947D7273A741E85194C08421980C9
155+
gpg:Good signature from "Sebastian Thiel (YubiKey USB-C) <byronimo@gmail.com>" [ultimate]
156+
gpg: aka"Sebastian Thiel (In Rust I trust) <sebastian.thiel@icloud.com>" [ultimate]
157157
```
158158

159159
You can verify that the keyid indeed matches the release-signature key provided in this
@@ -173,7 +173,7 @@ If you would like to trust it permanently, you can import and sign it:
173173

174174
```
175175
gpg --import ./release-verification-key.asc
176-
gpg --edit-key88710E60
176+
gpg --edit-key4C08421980C9
177177
178178
> sign
179179
> save

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp