[Catalog-sig] PyPI changelog API giving wrong results

2012-12-18 Thread Donald Stufft
PyPI is claiming that events are happening 5 hours prior to when they actually occured. See https://gist.github.com/4327695 The gist above illustrates grabbing the current time from PyPI via /daytime, submitting a package, and then going backwards in time 10 seconds at a time until we find when

[Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread Holger Krekel
Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis. It's really annoying that when you start to add some links to a long_description that installation of your package will thus

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread Donald Stufft
On Tuesday, December 18, 2012 at 9:54 AM, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis. It's really annoying that when you start to add some

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread M.-A. Lemburg
On 18.12.2012 15:54, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis. It's really annoying that when you start to add some links to a

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread Holger Krekel
On Tue, Dec 18, 2012 at 5:46 PM, M.-A. Lemburg m...@egenix.com wrote: On 18.12.2012 15:54, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis.

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread M.-A. Lemburg
On 18.12.2012 18:54, Holger Krekel wrote: On Tue, Dec 18, 2012 at 5:46 PM, M.-A. Lemburg m...@egenix.com wrote: On 18.12.2012 15:54, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from

Re: [Catalog-sig] PyPI changelog API giving wrong results

2012-12-18 Thread Richard Jones
Erk. PyPI host has significant clock error. NTP wasn't installed so I just did. Richard On 19 December 2012 00:14, Donald Stufft donald.stu...@gmail.com wrote: PyPI is claiming that events are happening 5 hours prior to when they actually occured. See https://gist.github.com/4327695

Re: [Catalog-sig] PyPI changelog API giving wrong results

2012-12-18 Thread Noah Kantrowitz
NTP was definitely installed, it is in the base chef role and syncs to the local mirror at OSU. What commands did you run? --Noah On Dec 18, 2012, at 6:31 PM, Richard Jones wrote: Erk. PyPI host has significant clock error. NTP wasn't installed so I just did. Richard On 19

Re: [Catalog-sig] PyPI changelog API giving wrong results

2012-12-18 Thread Donald Stufft
On Tuesday, December 18, 2012 at 9:31 PM, Richard Jones wrote: Erk. PyPI host has significant clock error. NTP wasn't installed so I just did. That sounds like it solves the ~15 minutes off issue, but the changelog being off the system time shouldn't have affected that. I wasn't comparing

Re: [Catalog-sig] PyPI changelog API giving wrong results

2012-12-18 Thread Noah Kantrowitz
Just looked through the peerstats, it got desync'd at some point and ntpd refused to long-step is back in to line. I'll throw a once a day hard reset into the base config :) 56280 8070.605 128.193.10.15 9024 1010.388545253 0.000672201 1.937515635 0.000157584 56280 8072.605 128.193.10.15 9024

Re: [Catalog-sig] PyPI changelog API giving wrong results

2012-12-18 Thread Donald Stufft
That sounds like it solves the ~15 minutes off issue, but the changelog being off the system time shouldn't have affected that. I wasn't comparing to my local time I was comparing to what PyPI was giving me via /daytime. So even if the clock was 5 hours off /daytime and the changelog should

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread PJ Eby
On Tue, Dec 18, 2012 at 11:46 AM, M.-A. Lemburg m...@egenix.com wrote: AFAIK, setuptools/distribute only looks at links with rel=homepage or rel=download attributes, not all links on the PyPI project page. The links from the description don't receive such attributes. Those are the only links