Can you make new release, please?
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.
Does the new release fix anything for you? I'm not clear on what the state of the master branch is right now.
I want a new release because of this pull request https://github.com/Pylons/pyramid_simpleform/pull/10
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.
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?
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.
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?
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.
Also I'll attempt to do a release before the end of the weekend.
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 :-)
Wow guys, I didn't expect this. Anything you need help with?
Thanks a bunch.
https://pypi.python.org/pypi/pyramid_simpleform/0.7.dev0
I'll leave this open until we get a 0.7 final version.
Any chance of that 0.7 final? :)
Just ran into this today trying to run on python3.6 with latest pyramid, has to explicit ask for 0.7dev
Thanks ! 👍