[Numpy-discussion] Oops - maybe post3 numpy file?

Charles R Harris charlesr.harris at gmail.com
Thu Oct 8 21:28:08 EDT 2015


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

>
>
> On Thu, Oct 8, 2015 at 8:39 PM, Charles R Harris <
> charlesr.harris at gmail.com> wrote:
>
>>
>>
>> On Thu, Oct 8, 2015 at 6:30 PM, Matthew Brett <matthew.brett at 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20151008/3097b348/attachment.html>


More information about the NumPy-Discussion mailing list