snowballstem / snowball

Snowball compiler and stemming algorithms
https://snowballstem.org/
BSD 3-Clause "New" or "Revised" License
757 stars 173 forks source link

release a python wheel #115

Closed graingert closed 5 years ago

mitya57 commented 5 years ago

A wheel is now available here: https://pypi.org/project/snowballstemmer/#files.

Mogost commented 5 years ago

@mitya57 Please release new versions with new number. Elseif using Hash-Checking Mode in pip may swear. Ideally released versions should stay frozen

mitya57 commented 5 years ago

@Mogost The wheel is built from the same commit as the tarball (6169ef2456afeab15d53748627c139d7d022149e).

Mogost commented 5 years ago

You're right. But if a new wheel is preferable to tarball in system, pip will raise an error.

THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.

mitya57 commented 5 years ago

Ok, I have deleted the wheel for now. The next release will have it.

Mogost commented 5 years ago

@mitya57 thank you

graingert commented 5 years ago

@mitya57 can you release a .post0 build with the new wheel?

mitya57 commented 5 years ago

@graingert I think I will do 1.9.2 instead, a bit later.

ojwb commented 5 years ago

Changes merged, but actually uploading a wheel is needed.

I think I will do 1.9.2 instead, a bit later.

FWIW, I'm attempting a push to actually get 2.0.0 out, though something urgent may crop up elsewhere needing my attention.

graingert commented 5 years ago

It would be useful to get .post versions with wheels of all the past releases

On Wed, 25 Sep 2019, 18:30 Olly Betts, notifications@github.com wrote:

Changes merged, but actually uploading a wheel is needed.

I think I will do 1.9.2 instead, a bit later.

FWIW, I'm attempting a push to actually get 2.0.0 out, though something urgent may crop up elsewhere needing my attention.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/snowballstem/snowball/issues/115?email_source=notifications&email_token=AADFATAMDYD6CG6YIXR3D2TQLON2FA5CNFSM4IZJ3TV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7SWQLQ#issuecomment-535128110, or mute the thread https://github.com/notifications/unsubscribe-auth/AADFATC2D2SY3VTFHJIMDRLQLON2FANCNFSM4IZJ3TVQ .

mitya57 commented 5 years ago

It would be useful to get .post versions with wheels of all the past releases

Why would you need it?

mitya57 commented 5 years ago

I have just uploaded 2.0.0 release with a wheel.

@ojwb Please close this issue.