New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you make new release, please? #16

Open
enkidulan opened this Issue Mar 19, 2014 · 14 comments

Comments

Projects
None yet
9 participants
@enkidulan

enkidulan commented Mar 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.

@mmerickel

This comment has been minimized.

Show comment
Hide comment
@mmerickel

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.

Member

mmerickel commented Mar 19, 2014

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

@enkidulan

This comment has been minimized.

Show comment
Hide comment
@enkidulan

enkidulan Mar 19, 2014

I want a new release because of this pull request #10

enkidulan commented Mar 19, 2014

I want a new release because of this pull request #10

@lambacck

This comment has been minimized.

Show comment
Hide comment
@lambacck

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.

Contributor

lambacck commented Mar 19, 2014

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.

@matthewblain

This comment has been minimized.

Show comment
Hide comment
@matthewblain

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?

@denmojo

This comment has been minimized.

Show comment
Hide comment
@denmojo

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.

@danclark5

This comment has been minimized.

Show comment
Hide comment
@danclark5

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

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?

@lambacck

This comment has been minimized.

Show comment
Hide comment
@lambacck

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.

Contributor

lambacck commented Apr 27, 2017

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

This comment has been minimized.

Show comment
Hide comment
@lambacck

lambacck Apr 27, 2017

Contributor

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

Contributor

lambacck commented Apr 27, 2017

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

@bertjwregeer

This comment has been minimized.

Show comment
Hide comment
@bertjwregeer

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 :-)

Member

bertjwregeer commented Apr 27, 2017

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 :-)

@danclark5

This comment has been minimized.

Show comment
Hide comment
@danclark5

danclark5 Apr 27, 2017

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

Thanks a bunch.

danclark5 commented Apr 27, 2017

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

Thanks a bunch.

@lambacck

This comment has been minimized.

Show comment
Hide comment
Contributor

lambacck commented Apr 28, 2017

@lambacck

This comment has been minimized.

Show comment
Hide comment
@lambacck

lambacck Apr 28, 2017

Contributor

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

Contributor

lambacck commented Apr 28, 2017

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

@rouge8

This comment has been minimized.

Show comment
Hide comment
@rouge8

rouge8 Jan 12, 2018

Any chance of that 0.7 final? :)

rouge8 commented Jan 12, 2018

Any chance of that 0.7 final? :)

@andrecp

This comment has been minimized.

Show comment
Hide comment
@andrecp

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 ! 👍

Contributor

andrecp commented Apr 8, 2018

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

Thanks ! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment