On Thu, Oct 8, 2015 at 7:19 PM, <josef.p...@gmail.com> wrote:

>
>
> On Thu, Oct 8, 2015 at 8:39 PM, Charles R Harris <
> charlesr.har...@gmail.com> wrote:
>
>>
>>
>> On Thu, Oct 8, 2015 at 6:30 PM, Matthew Brett <matthew.br...@gmail.com>
>> wrote:
>>
>>> Hi,
>>>
>>> I'm afraid I made a mistake uploading OSX wheels for numpy 1.10.0.
>>> Using twine to do the upload generated a new release - 1.10.0.post2 -
>>> containing only the wheels.  I deleted that new release to avoid
>>> confusion, but now, when I try and upload the wheels to the 1.10.0
>>> pypi release via the web form, I get this error:
>>>
>>> Error processing form
>>>
>>> This filename has previously been used, you should use a different
>>> version.
>>>
>>> Any chance of a post3 upload so I can upload some matching wheels?
>>>
>>> Sorry about that,
>>>
>>
>> Yeah, pipy is why we are on post2 already. Given the problem with msvc9,
>> I think we are due for 1.10.1 in a day or two. Or, I could revert the
>> troublesome commit and do a post3 tomorrow. Hmm... decisions, decisions.
>> I'll see if Julian has anything to say in the morning and go from there.
>>
>
>
> If you manage a release without a `post` post-fix, then I would not have
> to worry right away about what to do about a statsmodels setup.py that
> cannot handle it.
>

It's a learning experience all round :-) Might take a look at NumpyVersion
in numpy/lib if handling versioning is a problem. But... NumpyVersion is
buggy also

In [7]: NumpyVersion('1.10.0.post1') < '1.10.0'
Out[7]: True

<snip>

Chuck
<https://mail.scipy.org/mailman/listinfo/numpy-discussion>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to