caffeinehit / django-oauth2-provider

Provide OAuth2 access to your app
http://www.caffeinehit.com/work/code/django-oauth2-provider/
MIT License
337 stars 259 forks source link

Pypi version is old #64

Open pySilver opened 10 years ago

pySilver commented 10 years ago

Hi,

It seems that pypi version if half a year old, some cool staff was merged duiring this time (like optional secret for public clients). Why haven't you bothered to upload fresher version into pypi?

shuoli84 commented 10 years ago

+1

eculver commented 10 years ago

:+1:

I'm working with @flashingpumpkin to get a new release built and distributed. One way or the other, a new release will be delivered within a week or so.

sinon commented 10 years ago

Is there any update on the latest build being uploaded to PyPi?

eculver commented 10 years ago

@Sinon I haven't heard back from @flashingpumpkin on the situation. I think I'm going to have to push a completely new package to PyPi since I don't own the original (django-oauth2-provider). Until then, the latest can be installed directly from git though:

pip install "git+git://github.com/caffeinehit/django-oauth2-provider.git#egg=django-oauth2-provider"

richb8 commented 10 years ago

+1

I have just manually updated the new features/fixes i needed that are not installed in the current PyPi package.

eculver commented 10 years ago

I'm still trying to get owner rights to the PyPI registry from @flashingpumpkin. I've created a support ticket with PyPI to hopefully obtain ownership:

https://sourceforge.net/p/pypi/support-requests/354/

If that doesn't work, I'm going to have to fork the project and rename it in PyPI. I trying to avoid this for obvious reasons. Hopefully @flashingpumpkin gets back to me soon and/or PyPI support is able to transfer ownership.

I'll update this issue as the situation evolves. Sorry for the inconvenience.

richb8 commented 10 years ago

Nice one @eculver. Keep us posted.

eculver commented 10 years ago

Looks like @flashingpumpkin is going to save the day! Stay tuned for a new release...

eculver commented 10 years ago

I have obtained ownership of the package and will be releasing a new version ASAP.

Thanks for your patience everyone.

shuoli84 commented 10 years ago

Hi eculver, have you updated the package? Seems we still get the old version. @eculver

eculver commented 10 years ago

That's correct. I haven't had a chance to roll a new version yet. I was waiting to coordinate a release with a few others (@bculberson & @nvillalva specifically). I apologize for the delay. I'll get this going as soon as I can -- day or two perhaps.

shuoli84 commented 10 years ago

@eculver Thanks for your kindness :+1:

eculver commented 10 years ago

There is (finally) a new package available in PyPI w/ the latest. I bumped the super-minor version because I didn't want to think about any inherent guarantees the previous minor releases guaranteed.

https://pypi.python.org/packages/source/d/django-oauth2-provider/django-oauth2-provider-0.2.6.1.tar.gz

Cheers.

shuoli84 commented 10 years ago

:+1: @eculver