Closed delfick closed 9 years ago
Thanks for sending this over, I will review it shortly!
cool cool :)
Any update on this ?
Sorry totally forgot. Will tackle it tomorrow. On May 12, 2015 7:46 PM, "Stephen Moore" notifications@github.com wrote:
cool cool :)
Any update on this ?
— Reply to this email directly or view it on GitHub https://github.com/andrewgross/pyrelic/pull/21#issuecomment-101461433.
excellent :)
Why do we want to move away from vendored packages? Is this the only way to get python3 working properly?
I couldn't work out where you were getting elementtree code from and requests is a very stable library.
On Thu, 14 May 2015 04:48 Andrew Gross notifications@github.com wrote:
Why do we want to move away from vendored packages? Is this the only way to get python3 working properly?
— Reply to this email directly or view it on GitHub https://github.com/andrewgross/pyrelic/pull/21#issuecomment-101773952.
The main reason I vendored the requests code is so that it wouldnt conflict with any version the user might be using already, on the fence about it.
Fair enough. Feel free to vendor it again.
On Thu, 14 May 2015 07:03 Andrew Gross notifications@github.com wrote:
The main reason I vendored the requests code is so that it wouldnt conflict with any version the user might be using already, on the fence about it.
— Reply to this email directly or view it on GitHub https://github.com/andrewgross/pyrelic/pull/21#issuecomment-101816084.
Do you want me to repush with requests vendored? (this pull request is blocking me releasing the next version of my application (http://bespin.readthedocs.org/))
Yes lets try that. I was messing around with trying to unvendor elementtree
but lock a specific version, which seems hopeless.
Sorry for being so behind on this, very busy moving the last couple of weeks. I am going to merge this in to master and bump the major version number for now.
Version 0.8.0 released with python3 support, let me know how it goes @delfick
Yay! Thankyou so much :)
I hope your move went well.
Got a busy day today, but I should get around to making a pull request vendoring requests later on if you still want.
On Thu, 21 May 2015 at 05:46 Andrew Gross notifications@github.com wrote:
Version 0.8.0 released with python3 support, let me know how it goes @delfick https://github.com/delfick
— Reply to this email directly or view it on GitHub https://github.com/andrewgross/pyrelic/pull/21#issuecomment-104011382.
I've made the vendored packages install_requires and added some decode('utf-8') and fixed print statements in pre-commit.