| Summary: | Can't download newer revisions of package from PyPI | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | J. Eric Mason <jem> |
| Component: | Outdated package | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2016.11 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
J. Eric Mason
2017-03-03 19:44:10 UTC
When bumping the package, SUPERVISOR_SITE should change from the current http://pypi.python.org/packages/source/s/supervisor to https://pypi.python.org/packages/44/80/d28047d120bfcc8158b4e41127706731ee6a3419c661e0a858fb0e7c4b2d but it's not unusual for the _SITE to change when the version is bumped. I don't see how this is a bug, so I'm closing as invalid. If you disagree, feel free to reopen. PS if you do bump the package, don't forget to send the patch to the Buildroot mailing list for upstream inclusion. Correction, the URL for version 3.3.1 is: https://pypi.python.org/packages/80/37/964c0d53cbd328796b1aeb7abea4c0f7b0e8c7197ea9b0b9967b7d004def Semantically buildroot could (I won't go as far to say should yet) be using the simple repository protocol to find download URLs and hashes for a package generically https://www.python.org/dev/peps/pep-0503/ as the URLs could change over time. If I have the bandwidth I'll see if I can propose a changelist to do this resolution so this wouldn't be a problem in the future. I think what you're proposing is exactly what Yegor Yefremov has implemented in https://patchwork.ozlabs.org/patch/708384/. |