Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upCan you make new release, please? #16
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mmerickel
Mar 19, 2014
Member
Does the new release fix anything for you? I'm not clear on what the state of the master branch is right now.
|
Does the new release fix anything for you? I'm not clear on what the state of the master branch is right now. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
enkidulan
commented
Mar 19, 2014
|
I want a new release because of this pull request #10 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
lambacck
Mar 19, 2014
Contributor
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.
|
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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
matthewblain
Apr 15, 2016
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
commented
Apr 15, 2016
|
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? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
denmojo
Nov 14, 2016
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
commented
Nov 14, 2016
|
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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
danclark5
Apr 27, 2017
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
commented
Apr 27, 2017
|
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
the best way to get the version that is up here? Is there a better/less-hacky way? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
lambacck
Apr 27, 2017
Contributor
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.
|
You can always install of github in your requirements.txt as: That prevents you from having to git clone the repo to get it and makes it pick up versions properly. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Also I'll attempt to do a release before the end of the weekend. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bertjwregeer
Apr 27, 2017
Member
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 :-)
|
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 :-) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
danclark5
commented
Apr 27, 2017
|
Wow guys, I didn't expect this. Anything you need help with? Thanks a bunch. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
I'll leave this open until we get a 0.7 final version. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rouge8
commented
Jan 12, 2018
|
Any chance of that 0.7 final? :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
andrecp
Apr 8, 2018
Contributor
Just ran into this today trying to run on python3.6 with latest pyramid, has to explicit ask for 0.7dev
Thanks !
|
Just ran into this today trying to run on python3.6 with latest pyramid, has to explicit ask for 0.7dev Thanks ! |
enkidulan commentedMar 19, 2014
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.