pyramid_simpleform icon indicating copy to clipboard operation
pyramid_simpleform copied to clipboard

Can you make new release, please?

Open enkidulan opened this issue 11 years ago • 14 comments

On pypi its version is 0.6.1 and it was uploaded on 2011-02-26. It would be great if you could release new version.

enkidulan avatar Mar 19 '14 15:03 enkidulan

Does the new release fix anything for you? I'm not clear on what the state of the master branch is right now.

mmerickel avatar Mar 19 '14 16:03 mmerickel

I want a new release because of this pull request https://github.com/Pylons/pyramid_simpleform/pull/10

enkidulan avatar Mar 19 '14 16:03 enkidulan

A new release for this is reasonable. There are a couple more PRs that I've been meaning to merge and then put a release out. I haven't had time to get to it yet.

lambacck avatar Mar 19 '14 16:03 lambacck

It's been over five years since a release. Looks like lots of bugs have been fixed, including major things like Python 3 compatibility. Is there any way to help with a release?

matthewblain avatar Apr 15 '16 00:04 matthewblain

Ditto, please ship a new release. Specifically, I'm encountering issues with 3.5 compatibility. I'd love to see this in standard pip install without having to patch.

denmojo avatar Nov 14 '16 02:11 denmojo

Is there anything an outsider can do to help this along? I completely understand time is precious and things get pushed off. That is why I do my side projects at 5:30 in the morning.

Also, is the consensus that

pip install git+https://github.com/Pylons/pyramid_simpleform

the best way to get the version that is up here? Is there a better/less-hacky way?

danclark5 avatar Apr 27 '17 10:04 danclark5

You can always install of github in your requirements.txt as: https://github.com/Pylons/pyramid_simpleform/archive/{sha_or_branch_or_tag}.zip#egg=pyramid_simpleform==0.7dev

That prevents you from having to git clone the repo to get it and makes it pick up versions properly.

lambacck avatar Apr 27 '17 19:04 lambacck

Also I'll attempt to do a release before the end of the weekend.

lambacck avatar Apr 27 '17 19:04 lambacck

Thanks for pulling in the changes @lambacck. I was going to see about doing a new release if you weren't around, I'll hold off on that for now :-)

digitalresistor avatar Apr 27 '17 20:04 digitalresistor

Wow guys, I didn't expect this. Anything you need help with?

Thanks a bunch.

danclark5 avatar Apr 27 '17 23:04 danclark5

https://pypi.python.org/pypi/pyramid_simpleform/0.7.dev0

lambacck avatar Apr 28 '17 13:04 lambacck

I'll leave this open until we get a 0.7 final version.

lambacck avatar Apr 28 '17 13:04 lambacck

Any chance of that 0.7 final? :)

rouge8 avatar Jan 12 '18 15:01 rouge8

Just ran into this today trying to run on python3.6 with latest pyramid, has to explicit ask for 0.7dev

Thanks ! 👍

andrecp avatar Apr 08 '18 10:04 andrecp