[issue11357] Add support for PEP 381 Mirror Authenticity

2013-11-22 Thread Éric Araujo
Éric Araujo added the comment: Mirroring protocol is deprecated. -- assignee: tarek - resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11357

[issue11357] Add support for PEP 381 Mirror Authenticity

2011-09-19 Thread intgr
Changes by intgr ma...@juffo.org: -- nosy: +intgr ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11357 ___ ___ Python-bugs-list mailing list

[issue11357] Add support for PEP 381 Mirror Authenticity

2011-08-08 Thread david
Changes by david db.pub.m...@gmail.com: -- nosy: +db ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11357 ___ ___ Python-bugs-list mailing list

[issue11357] Add support for PEP 381 Mirror Authenticity

2011-06-03 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- title: Add support for PEP 381 -- Mirror Authenticity - Add support for PEP 381 Mirror Authenticity versions: +Python 3.3 -3rd party ___ Python tracker rep...@bugs.python.org

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11357 ___

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-03 Thread Kelsey
Kelsey kelsey.highto...@gmail.com added the comment: Based on the feedback I have updated my patch, please review. An updated patch attached. Link to my distutils2 mq below: https://bitbucket.org/khightower/distutils2-patch-queue/qseries?apply=tqs_apply=mirror-authenticity -- Added

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-01 Thread Alexis Metaireau
Alexis Metaireau ale...@notmyidea.org added the comment: Some nitpicks: In mirrors.get_server_key, the documentation is not up to date with your last changes (raises an error if there is a problem instead of returning None) You do use the name 'package' while talking about distributions or

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-01 Thread Alexis Metaireau
Alexis Metaireau ale...@notmyidea.org added the comment: Antoine Pitrou on #python-dev made interesting remarks about the validation: 16:19 __ap__ hmm the way the patch does validation is bogus 16:22 __ap__ because it opens the URL a first time, validates it, then opens it a second time with

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-03-01 Thread Kelsey
Kelsey kelsey.highto...@gmail.com added the comment: Thanks for the feedback! I agree with the issues raised and will rework the patch to address them. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11357

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-02-28 Thread Kelsey
New submission from Kelsey kelsey.highto...@gmail.com: Distutils2 should provide support for verifying a mirrors authenticity as described in PEP 381 -- Mirror Authenticity. -- assignee: tarek components: Distutils2 messages: 129736 nosy: alexis, eric.araujo, kelseyhightower, tarek

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-02-28 Thread Kelsey
Kelsey kelsey.highto...@gmail.com added the comment: I have started on an implementation in my distutil2 patch-queue on bitbucket. Link to code, tests, and documentation: https://bitbucket.org/khightower/distutils2-patch-queue/qseries?apply=tqs_apply=mirror-authenticity Outstanding items

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-02-28 Thread Kelsey
Changes by Kelsey kelsey.highto...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file20953/mirror-authenticity.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11357