richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

Update pip package #139

Closed blacklight closed 3 years ago

blacklight commented 5 years ago

The version of pushbullet.py on pip hasn't been updated since July 2017 and it's currently broken because of the changes on the arguments required by the websocket callbacks fixed in 01c791c1. Time to update the version of pushbullet.py on pip?

kovacsbalu commented 5 years ago

Hi @BlackLight, I tried to create a new release but unfortunately run into some pypi error. Maybe @r-darwish can help. :) https://travis-ci.org/rbrcsk/pushbullet.py/jobs/472789439

blacklight commented 5 years ago

@kovacsbalu could it be that .travis.yml is configured to perform the upload through the legacy method instead of twine?

kovacsbalu commented 5 years ago

Yes, maybe. But I have no access to pushbullet.py pypi account.

GustavoKatel commented 5 years ago

It says:

HTTPError: 400 Client Error: User 'randomchars' does not have a verified primary email address. Please add a verified primary email before attempting to upload to PyPI. See https://pypi.org/help/#verified-email for more information.for more information. for url: https://upload.pypi.org/legacy/

It's using wrong access information?

woodyl commented 5 years ago

Just spent quite a while debugging an app that was failing because of this problem. Is there some resolution to updating the repos? Does this require creating a new pypi application with a different name and account?