Skip to content
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

New release on Pypi #51

Closed
larsderidder opened this issue Nov 30, 2016 · 6 comments
Closed

New release on Pypi #51

larsderidder opened this issue Nov 30, 2016 · 6 comments

Comments

@larsderidder
Copy link

Hello,

Would you mind creating a new release on Pypi? Installing with pip install now gives me version 0.2, which seems to be about a year old.

Regards,
Lars

@chrysn
Copy link
Owner

chrysn commented Dec 7, 2016

I'm currently active on a branch for implementing RD and thereby changing some things on the resources side; once that's in a state where I can expect it to have stabilized a little, I'll do a 0.3 release.

Thanks for pointing this out

@chrysn
Copy link
Owner

chrysn commented Dec 9, 2016

There is now a 0.3-rc1 release candidate that includes many server-side enhancements from the RD development (without the RD itself as that's not ready for merging into master). I'm expecting some documentation changes before 0.3, but at least now you should be able to get a current aiocoap from pypi.

@aellwein
Copy link
Contributor

aellwein commented Dec 9, 2016

On a side note, you can get an intermediate artifact directly from GitHub, by putting the following in your requirements.txt:

https://github.com/chrysn/aiocoap/archive/0.3-rc1.zip#egg=aiocoap-0.3-rc1

And then you can install it with pip install -r requirements.txt.
P.S. this also works with the current master branch snapshot:

https://github.com/chrysn/aiocoap/archive/master.zip#egg=aiocoap-0.3-dev

@chrysn
Copy link
Owner

chrysn commented Dec 20, 2016

@aellwein, it's slightly off topic, but as you seem interested in and familiar with those things: i've added installation instructions on https://github.com/chrysn/aiocoap/blob/master/doc/installation.rst , would the pip install --upgrade git+https part also work for your use case? (i'd like to keep artifacts like requirements.txt out of the tree as long as they're redundant with setup.py)

@chrysn
Copy link
Owner

chrysn commented Dec 20, 2016

a 0.3 is now released.

@chrysn chrysn closed this as completed Dec 20, 2016
@aellwein
Copy link
Contributor

@chrysn of course, it's ok with me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants