Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.78k stars 431 forks source link

Update the Python package (s2clientprotocol) to match the new changes #39

Closed Dentosal closed 6 years ago

Dentosal commented 7 years ago

https://pypi.python.org/pypi/s2clientprotocol/

KevinCalderone commented 6 years ago

I believe this is done.

jrepp commented 6 years ago

@Dentosal - I think the package that was available was working. However, our automated pipeline was not correctly updating the pypi package. I just pushed a new version with the local dot revision to pypi. Let us know if you additional issues with the package.

https://pypi.python.org/pypi/s2clientprotocol/3.19.1.58600.1

lschmelzeisen commented 6 years ago

Can the package be update for the new 1.2.0 release (SC2 4.0)?

Also for the last version only a python 2 wheel was provided, sadly none for python 3.

lschmelzeisen commented 6 years ago

@KevinCalderone Any update on this?

jrepp commented 6 years ago

@lschmelzeisen please try https://pypi.python.org/pypi/s2clientprotocol/4.0.2.59877.0

I updated to use setup.py bdist_wheel --universal. Please let me know if that works for you.

lschmelzeisen commented 6 years ago

Looks good. Thank you!