============ 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
--
Ticket URL: <https://code.djangoproject.com/ticket/20529>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: bmispelon@… (added)
* needs_better_patch: => 0
* component: Packaging => *.djangoproject.com
* needs_tests: => 0
* needs_docs: => 0
* stage: Unreviewed => Accepted
Comment:
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
--
Ticket URL: <https://code.djangoproject.com/ticket/20529#comment:1>
Comment (by ugsheep):
Replying to [comment:1 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
--
Ticket URL: <https://code.djangoproject.com/ticket/20529#comment:2>
Comment (by aaugustin):
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/20529#comment:3>
Comment (by ugsheep):
Replying to [comment:3 aaugustin]:
Oh, that makes sense. Thanks for your reply. :)
> 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.
--
Ticket URL: <https://code.djangoproject.com/ticket/20529#comment:4>
Comment (by un33k):
I hear you aaugustin. This is a very interesting situation.
Thanks for clearing that up.
--
Ticket URL: <https://code.djangoproject.com/ticket/20529#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In
[changeset:"70c28d928632afb5aaa290846096b24eab8cb450/djangoproject.com"]:
{{{
#!CommitTicketReference repository="djangoproject.com"
revision="70c28d928632afb5aaa290846096b24eab8cb450"
Fixed #20529 -- Removed incorrect mention that preview releases can be
installed via pip.
Thanks un33k for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20529#comment:6>