noahmorrison / chevron

A Python implementation of mustache
MIT License
505 stars 55 forks source link

PyPi shows version 0.14.0 as latest; GitHub shows 0.13.1 #114

Open papadeltasierra opened 2 years ago

papadeltasierra commented 2 years ago

I was going to add the "--keep" option but cannot find the latest code matching 0.14.0 - where is it?

mivanit commented 2 years ago

you can get it to work by installing from git: pip install git+https://github.com/noahmorrison/chevron It looks like whatever wheel was pushed to PyPi is not the latest version, possibly because a 0.14.0 version was pushed, and pushing 0.13.1 would not override that older version?

it might make sense to bump the version to 0.14.1 in https://github.com/noahmorrison/chevron/blob/main/chevron/metadata.py and try pushing again

I presume the PyPi project is owned by @noahmorrison, and I don't think anyone else can fix this. If he's not able to update this, maybe a fork can be made?

pwt commented 1 year ago

@noahmorrison Any chance you could push an updated version to PyPI? I also need the keep option in one of my projects.

lekhnath commented 1 year ago

I also want "keep". Please publish it to PyPi.

lekhnath commented 1 year ago

@noahmorrison Where are you man we need you

Remi-Gau commented 5 months ago

@noahmorrison I'd be OK to help with maintenance on this and pushing a new release. Let me know how I can help.

JohnMH commented 1 month ago

@noahmorrison Could you please create a tag for the version uploaded to PyPI as 0.14.0?