axiak / pyre2

Python wrapper for RE2
BSD 3-Clause "New" or "Revised" License
295 stars 39 forks source link

Update PyPi #42

Closed gruns closed 5 years ago

gruns commented 8 years ago

Please update PyPi.

Important fixes like https://github.com/axiak/pyre2/commit/89e0b255b793f57ab0a146c7f7b6f442ac019598 aren't included in v0.2.22, which was uploaded over a year ago, on 2015-05-15.

ghost commented 8 years ago

+1

Please :) <3

messense commented 8 years ago

+1

luoqishuai commented 5 years ago

+1

axiak commented 5 years ago

I think this is done.. can you check it for me?

gruns commented 5 years ago

I think this is done.. can you check it for me?

Confirmed.

If curious, you can confirm this personally, too, by downloading the latest version of re2, v0.2.24, from PyPi directly

unpacking, and inspecting setup.py therein. v0.2.24's setup.py includes the

extra_compile_args=['-std=c++11'],

addition from 89e0b25.

Thank you for updating re2 on PyPi, Michael.