pythonhosted.org doc upload no longer works
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/ . I just took a look at: https://pypi.python.org/pypi?:action=pkg_edit&name=psutil ...and the form to upload the doc in zip format is gone. The only available option is the "destroy documentation" button. I would like to at least upload a static HTML page redirecting to the new doc which I will soon move on readthedocs. Is that possible? Thanks in advance. -- Giampaolo - http://grodola.blogspot.com
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
Thanks a lot Nick. I filed a bug: https://github.com/pypa/pypi-legacy/issues/700 On Mon, Sep 4, 2017 at 9:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
Cheers, Nick.
-- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
-- Giampaolo - http://grodola.blogspot.com
On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393891f6c6bcbf84c19... I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment-316125918 Please correct me if I missed anything. --Berker
I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page). On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ <berker.peksag@gmail.com> wrote:
On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393891f6c6bcbf84 c191834a0e#diff-19fadc30e1b17100568adbd8c6c3cc13R2804 I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment-316125918 Please correct me if I missed anything.
--Berker _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
This was discussed several years ago in https://mail.python.org/pipermail/distutils-sig/2015-May/026381.html and a few other threads. The final phases went out earlier this year. I don't think there is any plan to re-enable uploads to pythonhosted at this time. If you want a one-off redirect change or just having the old files removed, we can probably do that though, but I very much defer to Donald and others on that :) --Noah
On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page).
On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ <berker.peksag@gmail.com> wrote: On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393891f6c6bcbf84c19... I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment-316125918 Please correct me if I missed anything.
--Berker _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
A bare redirect would also be fine. It's a shame setup.py classifiers / metadata does not have a "documentation" field otherwise pythonhosted.org/{project_name} could have automatically redirected to the project doc. Perhaps https://pypi.python.org/pypi?:action=pkg_edit&name={project_name} could provide a form where this can be specified. What do you think? On Tue, Sep 5, 2017 at 12:49 PM, Noah Kantrowitz <noah@coderanger.net> wrote:
This was discussed several years ago in https://mail.python.org/ pipermail/distutils-sig/2015-May/026381.html and a few other threads. The final phases went out earlier this year. I don't think there is any plan to re-enable uploads to pythonhosted at this time. If you want a one-off redirect change or just having the old files removed, we can probably do that though, but I very much defer to Donald and others on that :)
--Noah
On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page).
On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ <berker.peksag@gmail.com> wrote: On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/ 1598e6ea0f7fb0393891f6c6bcbf84c191834a0e#diff- 19fadc30e1b17100568adbd8c6c3cc13R2804 I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment-316125918 Please correct me if I missed anything.
--Berker _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
OK I updated the new doc at http://psutil.readthedocs.io/ Is it possible to redirect the old doc here? On Tue, Sep 5, 2017 at 3:31 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
A bare redirect would also be fine. It's a shame setup.py classifiers / metadata does not have a "documentation" field otherwise pythonhosted.org/{project_name} <http://pythonhosted.org/%7Bproject_name%7D> could have automatically redirected to the project doc. Perhaps https://pypi.python.org/pypi?:action=pkg_edit&name={project_name} could provide a form where this can be specified. What do you think?
On Tue, Sep 5, 2017 at 12:49 PM, Noah Kantrowitz <noah@coderanger.net> wrote:
This was discussed several years ago in https://mail.python.org/piperm ail/distutils-sig/2015-May/026381.html and a few other threads. The final phases went out earlier this year. I don't think there is any plan to re-enable uploads to pythonhosted at this time. If you want a one-off redirect change or just having the old files removed, we can probably do that though, but I very much defer to Donald and others on that :)
--Noah
On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page).
On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ <berker.peksag@gmail.com> wrote: On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393 891f6c6bcbf84c191834a0e#diff-19fadc30e1b17100568adbd8c6c3cc13R2804 I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment-316125918 Please correct me if I missed anything.
--Berker _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
...and also http://pyftpdlib.readthedocs.io/ <http://psutil.readthedocs.io/> if possible; thanks a lot! On Thu, Sep 7, 2017 at 4:10 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
OK I updated the new doc at http://psutil.readthedocs.io/ Is it possible to redirect the old doc here?
On Tue, Sep 5, 2017 at 3:31 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
A bare redirect would also be fine. It's a shame setup.py classifiers / metadata does not have a "documentation" field otherwise pythonhosted.org/{project_name} <http://pythonhosted.org/%7Bproject_name%7D> could have automatically redirected to the project doc. Perhaps https://pypi.python.org/pypi?:action=pkg_edit&name={project_name} could provide a form where this can be specified. What do you think?
On Tue, Sep 5, 2017 at 12:49 PM, Noah Kantrowitz <noah@coderanger.net> wrote:
This was discussed several years ago in https://mail.python.org/piperm ail/distutils-sig/2015-May/026381.html and a few other threads. The final phases went out earlier this year. I don't think there is any plan to re-enable uploads to pythonhosted at this time. If you want a one-off redirect change or just having the old files removed, we can probably do that though, but I very much defer to Donald and others on that :)
--Noah
On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page).
On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ < berker.peksag@gmail.com> wrote: On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I know it was deprecated long ago in favor of readthedocs but I kept postponing it and my doc is still hosted on https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393 891f6c6bcbf84c191834a0e#diff-19fadc30e1b17100568adbd8c6c3cc13R2804 I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment-316125918 Please correct me if I missed anything.
--Berker _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
Whops! I meant: http://pythonhosted.org/pyftpdlib/ On Thu, Sep 7, 2017 at 5:28 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
...and also http://pyftpdlib.readthedocs.io/ <http://psutil.readthedocs.io/> if possible; thanks a lot!
On Thu, Sep 7, 2017 at 4:10 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
OK I updated the new doc at http://psutil.readthedocs.io/ Is it possible to redirect the old doc here?
On Tue, Sep 5, 2017 at 3:31 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
A bare redirect would also be fine. It's a shame setup.py classifiers / metadata does not have a "documentation" field otherwise pythonhosted.org/{project_name} <http://pythonhosted.org/%7Bproject_name%7D> could have automatically redirected to the project doc. Perhaps https://pypi.python.org/pypi?:action=pkg_edit&name={ project_name} could provide a form where this can be specified. What do you think?
On Tue, Sep 5, 2017 at 12:49 PM, Noah Kantrowitz <noah@coderanger.net> wrote:
This was discussed several years ago in https://mail.python.org/piperm ail/distutils-sig/2015-May/026381.html and a few other threads. The final phases went out earlier this year. I don't think there is any plan to re-enable uploads to pythonhosted at this time. If you want a one-off redirect change or just having the old files removed, we can probably do that though, but I very much defer to Donald and others on that :)
--Noah
On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page).
On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ < berker.peksag@gmail.com> wrote: On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 2 September 2017 at 15:34, Giampaolo Rodola' <g.rodola@gmail.com> wrote: > I know it was deprecated long ago in favor of readthedocs but I kept > postponing it and my doc is still hosted on > https://pythonhosted.org/psutil/.
While we've talked about deprecating it, it *hasn't* been deprecated. Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm not seeing anything obvious that would have caused problems with docs management, but that's probably still the best issue tracker to use to report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393 891f6c6bcbf84c191834a0e#diff-19fadc30e1b17100568adbd8c6c3cc13R2804 I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment-316125918 Please correct me if I missed anything.
--Berker _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
Here's an http-equiv REFRESH index.html: https://github.com/westurner/resume/blob/master/index.html Is there a Sphinx extension to generate redirect pages? On Thursday, September 7, 2017, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
Whops! I meant: http://pythonhosted.org/pyftpdlib/
On Thu, Sep 7, 2017 at 5:28 PM, Giampaolo Rodola' <g.rodola@gmail.com <javascript:_e(%7B%7D,'cvml','g.rodola@gmail.com');>> wrote:
...and also http://pyftpdlib.readthedocs.io/ <http://psutil.readthedocs.io/> if possible; thanks a lot!
On Thu, Sep 7, 2017 at 4:10 PM, Giampaolo Rodola' <g.rodola@gmail.com <javascript:_e(%7B%7D,'cvml','g.rodola@gmail.com');>> wrote:
OK I updated the new doc at http://psutil.readthedocs.io/ Is it possible to redirect the old doc here?
On Tue, Sep 5, 2017 at 3:31 PM, Giampaolo Rodola' <g.rodola@gmail.com <javascript:_e(%7B%7D,'cvml','g.rodola@gmail.com');>> wrote:
A bare redirect would also be fine. It's a shame setup.py classifiers / metadata does not have a "documentation" field otherwise pythonhosted.org/{project_name} <http://pythonhosted.org/%7Bproject_name%7D> could have automatically redirected to the project doc. Perhaps https://pypi.python.org/pypi?:action=pkg_edit&name={ project_name} could provide a form where this can be specified. What do you think?
On Tue, Sep 5, 2017 at 12:49 PM, Noah Kantrowitz <noah@coderanger.net <javascript:_e(%7B%7D,'cvml','noah@coderanger.net');>> wrote:
This was discussed several years ago in https://mail.python.org/piperm ail/distutils-sig/2015-May/026381.html and a few other threads. The final phases went out earlier this year. I don't think there is any plan to re-enable uploads to pythonhosted at this time. If you want a one-off redirect change or just having the old files removed, we can probably do that though, but I very much defer to Donald and others on that :)
--Noah
On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com <javascript:_e(%7B%7D,'cvml','g.rodola@gmail.com');>> wrote:
I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page).
On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ < berker.peksag@gmail.com <javascript:_e(%7B%7D,'cvml','berker.peksag@gmail.com');>> wrote: On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com <javascript:_e(%7B%7D,'cvml','ncoghlan@gmail.com');>> wrote: > On 2 September 2017 at 15:34, Giampaolo Rodola' < g.rodola@gmail.com <javascript:_e(%7B%7D,'cvml','g.rodola@gmail.com');>> wrote: >> I know it was deprecated long ago in favor of readthedocs but I kept >> postponing it and my doc is still hosted on >> https://pythonhosted.org/psutil/. > > While we've talked about deprecating it, it *hasn't* been deprecated. > Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm > not seeing anything obvious that would have caused problems with docs > management, but that's probably still the best issue tracker to use to > report the bug.
See the 'doc_upload' handler at https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393 891f6c6bcbf84c191834a0e#diff-19fadc30e1b17100568adbd8c6c3cc13R2804 I've collected all information I found at https://github.com/pypa/pypi-legacy/issues/672#issuecomment- 316125918 Please correct me if I missed anything.
--Berker _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org <javascript:_e(%7B%7D,'cvml','Distutils-SIG@python.org');> https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org <javascript:_e(%7B%7D,'cvml','Distutils-SIG@python.org');> https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org <javascript:_e(%7B%7D,'cvml','Distutils-SIG@python.org');> https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
Thanks. Can somebody please upload this HTML page on https://pythonhosted.org/psutil/? <!doctype html> <html> <head> <meta http-equiv="REFRESH" content="0; url= http://psutil.readthedocs.io" /> <title>Redirecting to http://psutil.readthedocs.io</title> </head> <body> <h1>This page is outdated</h1> <p> Redirecting to <a href="http://psutil.readthedocs.io" rel="me"> http://psutil.readthedocs.io</a> </p> </body> </html> On Fri, Sep 8, 2017 at 5:50 AM, Wes Turner <wes.turner@gmail.com> wrote:
Here's an http-equiv REFRESH index.html:
https://github.com/westurner/resume/blob/master/index.html
Is there a Sphinx extension to generate redirect pages?
On Thursday, September 7, 2017, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
Whops! I meant: http://pythonhosted.org/pyftpdlib/
On Thu, Sep 7, 2017 at 5:28 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
...and also http://pyftpdlib.readthedocs.io/ <http://psutil.readthedocs.io/> if possible; thanks a lot!
On Thu, Sep 7, 2017 at 4:10 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
OK I updated the new doc at http://psutil.readthedocs.io/ Is it possible to redirect the old doc here?
On Tue, Sep 5, 2017 at 3:31 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
A bare redirect would also be fine. It's a shame setup.py classifiers / metadata does not have a "documentation" field otherwise pythonhosted.org/{project_name} <http://pythonhosted.org/%7Bproject_name%7D> could have automatically redirected to the project doc. Perhaps https://pypi.python.org/pypi?:action=pkg_edit&name={ project_name} could provide a form where this can be specified. What do you think?
On Tue, Sep 5, 2017 at 12:49 PM, Noah Kantrowitz <noah@coderanger.net> wrote:
This was discussed several years ago in https://mail.python.org/pipermail/distutils-sig/2015-May/026381.html and a few other threads. The final phases went out earlier this year. I don't think there is any plan to re-enable uploads to pythonhosted at this time. If you want a one-off redirect change or just having the old files removed, we can probably do that though, but I very much defer to Donald and others on that :)
--Noah
> On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote: > > I think it's wise to revert that commit. It seems pythonhosted only suggested to migrate to RTD but there never was an official shutdown date or warning (either via direct email or message on the web page). > > On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ < berker.peksag@gmail.com> wrote: > On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> wrote: > > On 2 September 2017 at 15:34, Giampaolo Rodola' < g.rodola@gmail.com> wrote: > >> I know it was deprecated long ago in favor of readthedocs but I kept > >> postponing it and my doc is still hosted on > >> https://pythonhosted.org/psutil/. > > > > While we've talked about deprecating it, it *hasn't* been deprecated. > > Looking at https://github.com/pypa/pypi-legacy/commits/production, I'm > > not seeing anything obvious that would have caused problems with docs > > management, but that's probably still the best issue tracker to use to > > report the bug. > > See the 'doc_upload' handler at > https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393 891f6c6bcbf84c191834a0e#diff-19fadc30e1b17100568adbd8c6c3cc13R2804 > I've collected all information I found at > https://github.com/pypa/pypi-legacy/issues/672#issuecomment- 316125918 > Please correct me if I missed anything. > > --Berker > _______________________________________________ > Distutils-SIG maillist - Distutils-SIG@python.org > https://mail.python.org/mailman/listinfo/distutils-sig > > > > -- > Giampaolo - http://grodola.blogspot.com > > _______________________________________________ > Distutils-SIG maillist - Distutils-SIG@python.org > https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
Any news about this please? This is becoming a problem as my outdated doc keeps being around and I have no way to remove it. On Wed, Sep 13, 2017 at 2:39 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
Thanks. Can somebody please upload this HTML page on https://pythonhosted.org/psutil/?
<!doctype html> <html> <head> <meta http-equiv="REFRESH" content="0; url= http://psutil.readthedocs.io" /> <title>Redirecting to http://psutil.readthedocs.io</title> </head> <body> <h1>This page is outdated</h1> <p> Redirecting to <a href="http://psutil.readthedocs.io" rel="me"> http://psutil.readthedocs.io</a> </p> </body> </html>
On Fri, Sep 8, 2017 at 5:50 AM, Wes Turner <wes.turner@gmail.com> wrote:
Here's an http-equiv REFRESH index.html:
https://github.com/westurner/resume/blob/master/index.html
Is there a Sphinx extension to generate redirect pages?
On Thursday, September 7, 2017, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
Whops! I meant: http://pythonhosted.org/pyftpdlib/
On Thu, Sep 7, 2017 at 5:28 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
...and also http://pyftpdlib.readthedocs.io/ <http://psutil.readthedocs.io/> if possible; thanks a lot!
On Thu, Sep 7, 2017 at 4:10 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
OK I updated the new doc at http://psutil.readthedocs.io/ Is it possible to redirect the old doc here?
On Tue, Sep 5, 2017 at 3:31 PM, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
A bare redirect would also be fine. It's a shame setup.py classifiers / metadata does not have a "documentation" field otherwise pythonhosted.org/{project_name} <http://pythonhosted.org/%7Bproject_name%7D> could have automatically redirected to the project doc. Perhaps https://pypi.python.org/pypi?:action=pkg_edit&name={ project_name} could provide a form where this can be specified. What do you think?
On Tue, Sep 5, 2017 at 12:49 PM, Noah Kantrowitz <noah@coderanger.net > wrote:
> This was discussed several years ago in > https://mail.python.org/pipermail/distutils-sig/2015-May/026381.html > and a few other threads. The final phases went out earlier this year. I > don't think there is any plan to re-enable uploads to pythonhosted at this > time. If you want a one-off redirect change or just having the old files > removed, we can probably do that though, but I very much defer to Donald > and others on that :) > > --Noah > > > On Sep 4, 2017, at 9:43 PM, Giampaolo Rodola' <g.rodola@gmail.com> > wrote: > > > > I think it's wise to revert that commit. It seems pythonhosted > only suggested to migrate to RTD but there never was an official shutdown > date or warning (either via direct email or message on the web page). > > > > On Tue, Sep 5, 2017 at 12:19 PM, Berker Peksağ < > berker.peksag@gmail.com> wrote: > > On Mon, Sep 4, 2017 at 4:56 PM, Nick Coghlan <ncoghlan@gmail.com> > wrote: > > > On 2 September 2017 at 15:34, Giampaolo Rodola' < > g.rodola@gmail.com> wrote: > > >> I know it was deprecated long ago in favor of readthedocs but I > kept > > >> postponing it and my doc is still hosted on > > >> https://pythonhosted.org/psutil/. > > > > > > While we've talked about deprecating it, it *hasn't* been > deprecated. > > > Looking at https://github.com/pypa/pypi-l > egacy/commits/production, I'm > > > not seeing anything obvious that would have caused problems with > docs > > > management, but that's probably still the best issue tracker to > use to > > > report the bug. > > > > See the 'doc_upload' handler at > > https://github.com/pypa/pypi-legacy/commit/1598e6ea0f7fb0393 > 891f6c6bcbf84c191834a0e#diff-19fadc30e1b17100568adbd8c6c3cc13R2804 > > I've collected all information I found at > > https://github.com/pypa/pypi-legacy/issues/672#issuecomment- > 316125918 > > Please correct me if I missed anything. > > > > --Berker > > _______________________________________________ > > Distutils-SIG maillist - Distutils-SIG@python.org > > https://mail.python.org/mailman/listinfo/distutils-sig > > > > > > > > -- > > Giampaolo - http://grodola.blogspot.com > > > > _______________________________________________ > > Distutils-SIG maillist - Distutils-SIG@python.org > > https://mail.python.org/mailman/listinfo/distutils-sig > > _______________________________________________ > Distutils-SIG maillist - Distutils-SIG@python.org > https://mail.python.org/mailman/listinfo/distutils-sig >
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
-- Giampaolo - http://grodola.blogspot.com
On 7 Oct 2017, at 09:12, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
Any news about this please? This is becoming a problem as my outdated doc keeps being around and I have no way to remove it.
I have the same problem with my projects: the documentation on pythonhosted.org can no longer be updated, and it is also not possible to change that documentation into a link to a new location. I have new documentation on Read the Docs, but Google searches still prefer the old location and I would therefore prefer to have redirects on python host.org. BTW. Has there been any documentation beyond this list about this change? Ronald
On 20 October 2017 at 22:42, Ronald Oussoren <ronaldoussoren@mac.com> wrote:
On 7 Oct 2017, at 09:12, Giampaolo Rodola' <g.rodola@gmail.com> wrote:
Any news about this please? This is becoming a problem as my outdated doc keeps being around and I have no way to remove it.
I have the same problem with my projects: the documentation on pythonhosted.org can no longer be updated, and it is also not possible to change that documentation into a link to a new location.
I have new documentation on Read the Docs, but Google searches still prefer the old location and I would therefore prefer to have redirects on python host.org.
BTW. Has there been any documentation beyond this list about this change?
I don't believe so, as I believe the change from "deprecated" to "no longer works" was a side effect of disabling uploads via the old service. Regards, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
On 20 Oct 2017, at 15:52, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 20 October 2017 at 22:42, Ronald Oussoren <ronaldoussoren@mac.com <mailto:ronaldoussoren@mac.com>> wrote:
On 7 Oct 2017, at 09:12, Giampaolo Rodola' <g.rodola@gmail.com <mailto:g.rodola@gmail.com>> wrote:
Any news about this please? This is becoming a problem as my outdated doc keeps being around and I have no way to remove it.
I have the same problem with my projects: the documentation on pythonhosted.org <http://pythonhosted.org/> can no longer be updated, and it is also not possible to change that documentation into a link to a new location.
I have new documentation on Read the Docs, but Google searches still prefer the old location and I would therefore prefer to have redirects on python host.org <http://host.org/>.
BTW. Has there been any documentation beyond this list about this change?
I don't believe so, as I believe the change from "deprecated" to "no longer works" was a side effect of disabling uploads via the old service.
That’s too bad as this caused problems for a number of people. I am aware that the PyPI team is severely understaffed at best, but getting hit by this is still annoying. As far as I know even the deprecation was not communicated widely, sending mail to maintainers of packages that use the feature would have been nice. I’m currently stuck with old documentation on the site that has Google ranking, and no way to change anything about that. A way to replace the documentation by a redirect would have been nice (and was something that I wanted to do anyways, I’ve moved documentation to Read the Docs because that way the website gets updated automatically leaving me more time to do useful work) Ronald
On 20 Oct 2017, at 14:42, Ronald Oussoren <ronaldoussoren@mac.com> wrote:
On 7 Oct 2017, at 09:12, Giampaolo Rodola' <g.rodola@gmail.com <mailto:g.rodola@gmail.com>> wrote:
Any news about this please? This is becoming a problem as my outdated doc keeps being around and I have no way to remove it.
I have the same problem with my projects: the documentation on pythonhosted.org <http://pythonhosted.org/> can no longer be updated, and it is also not possible to change that documentation into a link to a new location.
Sigh… I still have outdated documentation on pythonhosted.org and no way to replace this with a link to the new location. As the documentation on pythonhosted is the top hit on Google I’d rather not remove the documentation there without any replacement. Ronald
Is there a recommended way to redirect docs that weren't updated before new uploads were prevented? (The mailing list thread about this change is further up in the thread) On Monday, November 20, 2017, Ronald Oussoren <ronaldoussoren@mac.com> wrote:
On 20 Oct 2017, at 14:42, Ronald Oussoren <ronaldoussoren@mac.com <javascript:_e(%7B%7D,'cvml','ronaldoussoren@mac.com');>> wrote:
On 7 Oct 2017, at 09:12, Giampaolo Rodola' <g.rodola@gmail.com <javascript:_e(%7B%7D,'cvml','g.rodola@gmail.com');>> wrote:
Any news about this please? This is becoming a problem as my outdated doc keeps being around and I have no way to remove it.
I have the same problem with my projects: the documentation on pythonhosted.org can no longer be updated, and it is also not possible to change that documentation into a link to a new location.
Sigh… I still have outdated documentation on pythonhosted.org and no way to replace this with a link to the new location. As the documentation on pythonhosted is the top hit on Google I’d rather not remove the documentation there without any replacement.
Ronald
On 21 November 2017 at 04:41, Wes Turner <wes.turner@gmail.com> wrote:
Is there a recommended way to redirect docs that weren't updated before new uploads were prevented?
Unfortunately not currently. https://github.com/pypa/warehouse/issues/582 is the relevant Warehouse issue if folks want to subscribe to that for updates. Regards, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (6)
-
Berker Peksağ
-
Giampaolo Rodola'
-
Nick Coghlan
-
Noah Kantrowitz
-
Ronald Oussoren
-
Wes Turner