[issue7677] upload: improve display for error messages from gpg

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue7677] upload: improve display for error messages from gpg

2014-03-19 Thread Parimala Rao
Parimala Rao added the comment: This error is seen when there are no secret keys/default keys present for the person running "upload" command. Hence using --sign does not fall back to default identity. -- nosy: +Parimala.Rao Added file: http://bugs.python.org/file34521/patchfix _

[issue7677] upload: improve display for error messages from gpg

2014-03-17 Thread Éric Araujo
Éric Araujo added the comment: Notes for contributors: * Ignore what I said about distutils2, it’s not an active project anymore. This ticket is about distutils in the standard library. * To test changes, you can run setup.py commands without really uploading stuff to PyPI, there is a special

[issue7677] upload: improve display for error messages from gpg

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Improving error messages is an acceptable change for stable branches IMO. -- components: +Distutils -Distutils2 versions: +Python 2.7, Python 3.4 -3rd party ___ Python tracker

[issue7677] upload: improve display for error messages from gpg

2012-04-29 Thread Éric Araujo
Changes by Éric Araujo : -- title: improve error message for setup.py upload --sign without --identity -> upload: improve display for error messages from gpg ___ Python tracker _