Opened 12 years ago
Closed 12 years ago
#20529 closed Cleanup/optimization (fixed)
Django 1.6a1 is not available via pip install as per instructions
| Reported by: | Val Neekman | Owned by: | nobody |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | 1.6-alpha-1 |
| Severity: | Normal | Keywords: | PyPI, pip |
| Cc: | bmispelon@… | Triage Stage: | Accepted |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The instruction on the download page indicates the availability of Django 1.6a1 via pip however, it seems that someone forgot to push the package to PyPi.
https://www.djangoproject.com/download/
============ LOG ===============
pip install Django==1.6a1
Downloading/unpacking Django==1.6a1
Could not find a version that satisfies the requirement Django==1.6a1 (from versions: 1.2.6, 1.3.6, 1.2.7, 1.2.3, 1.2.4, 1.4.4, 1.3.3, 1.2.1, 1.3.4, 1.2.2, 1.5, 1.3, 1.4.2, 1.4.5, 1.3.1, 1.1.3, 1.3.5, 1.2.5, 1.1.4, 1.2, 1.3.2, 1.3.7, 1.4.3, 1.4.1, 1.4, 1.5.1)
No distributions matching the version for Django==1.6a1
Change History (6)
follow-up: 2 comment:1 by , 12 years ago
| Cc: | added |
|---|---|
| Component: | Packaging → *.djangoproject.com |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 12 years ago
Replying to bmispelon:
The views.py is fine.
From download.html (https://github.com/django/djangoproject.com/blob/master/templates/releases/download.html#L41), it appears the preview_version should also be uploaded to PyPI, but I'm not sure.
I believe that's an issue of the download page itself, not with the packaging.
The view that renders this page can be found there: https://github.com/django/djangoproject.com/blob/master/releases/views.py#L9-L40
follow-up: 4 comment:3 by , 12 years ago
No, preview_version shouldn't be uploaded to PyPI, otherwise pip install Django would install it.
This is a bug in the website, not in the release process.
comment:4 by , 12 years ago
Replying to aaugustin:
Oh, that makes sense. Thanks for your reply. :)
No, preview_version shouldn't be uploaded to PyPI, otherwise
pip install Djangowould install it.
This is a bug in the website, not in the release process.
comment:5 by , 12 years ago
I hear you aaugustin. This is a very interesting situation.
Thanks for clearing that up.
comment:6 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I believe that's an issue of the download page itself, not with the packaging.
The view that renders this page can be found there: https://github.com/django/djangoproject.com/blob/master/releases/views.py#L9-L40