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

Update PyPI #63

Closed
kwellman opened this issue Apr 22, 2014 · 43 comments
Closed

Update PyPI #63

kwellman opened this issue Apr 22, 2014 · 43 comments

Comments

@kwellman
Copy link

The version of "apns" on PyPI is old and the usage has since changed. The example in the README doesn't work with the version on PyPI even though it says that you can install the library using easy_install.

@djacobs
Copy link
Owner

djacobs commented Apr 22, 2014

Ah, yes. Will do.

@tonymillion
Copy link

+1

7 similar comments
@ghost
Copy link

ghost commented May 9, 2014

+1

@drewyeaton
Copy link

+1

@wasauce
Copy link

wasauce commented Jul 14, 2014

+1

@sjogreen-sp
Copy link

+1

@tiwilliam
Copy link

+1

@alexmic
Copy link

alexmic commented Jul 28, 2014

+1

@aalan3
Copy link

aalan3 commented Jul 28, 2014

+1

@thetylerhayes
Copy link

+2

@kayeight
Copy link

+1 we'd really like to use this for silent notifications

@tiwilliam
Copy link

@djacobs Can we please get some response here?

@djacobs
Copy link
Owner

djacobs commented Aug 17, 2014

I'll go through this next week. Definitely before iOS 8 is live.

@jayd3e
Copy link

jayd3e commented Sep 8, 2014

+1

1 similar comment
@seanpmcb
Copy link

seanpmcb commented Sep 8, 2014

+1

@thetylerhayes
Copy link

@djacobs I will make you cupcakes* if you do this before iOS 8.

*Can be picked up in San Francisco.

@djacobs
Copy link
Owner

djacobs commented Sep 8, 2014

I'm aiming to have an update (here and on pypi) before the 19th.

@djacobs
Copy link
Owner

djacobs commented Sep 16, 2014

Hi guys, this will happen.

@tiwilliam
Copy link

Prove it! 😄

@thejeff77
Copy link

+1 iOS 8 is out!

@tiwilliam
Copy link

@djacobs please share your upload bits if you don't have time, I can help if you want.

@jimhorng
Copy link
Collaborator

jimhorng commented Oct 5, 2014

@djacobs I can share the code review job, too :)

@tudormunteanu
Copy link

I'm guessing that this is still waiting for an update.

@djacobs
Copy link
Owner

djacobs commented Nov 3, 2014

Give this a shot: https://pypi.python.org/pypi/apns/2.0

@jimhorng
Copy link
Collaborator

jimhorng commented Nov 3, 2014

@djacobs nice!
do you consider updating download-url to this repo, too?
it is point to previous repo
Download URL: http://github.com/simonwhitaker/PyAPNs

@djacobs
Copy link
Owner

djacobs commented Nov 3, 2014

@jimhorng thanks, I'll fix that. I'll be happy if that's the biggest complaint with this push ;)

@thetylerhayes
Copy link

easy_install apps seems to work fine (haven't robustly tested it yet) but pip install apns results in error: file '/tmp/pip-build-root/apns/apns-send' does not exist.

Installing collected packages: apns, pkcs
  Running setup.py install for apns
    error: file '/tmp/pip-build-root/apns/apns-send' does not exist

...

@cheif
Copy link
Contributor

cheif commented Nov 13, 2014

Have the same problem at @thetylerhayes

@powtac
Copy link

powtac commented Nov 25, 2014

@thetylerhayes we are having the exact same problem.

@bachirelkhoury
Copy link

almost a year and this is still not fixed. easy install doesn't work for us either!

@cheif
Copy link
Contributor

cheif commented Nov 28, 2014

The problem with pip install is fixed in the PR mentioned above: #97 so you should be able to pip-install from that.
But it would be much better if it was merged and added to pypi instead of having a different fork.

@djacobs
Copy link
Owner

djacobs commented Nov 28, 2014

The pull request has been accepted; I'll update pypi shortly.

@cheif
Copy link
Contributor

cheif commented Nov 28, 2014

Great work @djacobs!
Awesome

@bachirelkhoury
Copy link

Awesome thanks guys!

@MaximilianoRios
Copy link

One question about the library. I'm trying to use it to send a MDM push notification (which is a little bit different). Have you ever tried a MDM profile activation instead of a normal push notification? It's just a minor difference but it doesn't seem to work and I want to know whether or not this library has been already tested for that.

@MaximilianoRios
Copy link

I would like to track down the message sent to APNS to see if it matches MDM specifications, is that possible? Thanks in advance!

@jhurray
Copy link

jhurray commented Dec 4, 2014

Still getting error: file '/tmp/pip_build_root/apns/apns-send' does not exist

@cheif
Copy link
Contributor

cheif commented Dec 4, 2014

@jhurray It seems like the version on pypi isn't upgraded yet

@jbloit
Copy link

jbloit commented Dec 5, 2014

+1

@bachirelkhoury
Copy link

yup pypi still not updated. download the repo then:

python setup.py install

@djacobs
Copy link
Owner

djacobs commented Jan 12, 2015

@djacobs djacobs closed this as completed Jan 12, 2015
@alliefitter
Copy link

So it's been three years, can we open this issue again? The current version on PyPi doesn't have Python 3 compatibility, and this is the only APNS package for python that has been updated in the past two years. It looks like you uploaded to PyPi here 6879e06 and then later that day merged in a pull request for Python 3 compatibility here fce9e33. Using the GitHub repository for the time being.

@djacobs
Copy link
Owner

djacobs commented Jun 27, 2018

Yes, probably we should move to requiring modern Python. But that should be a new issue, not a comment on a three year-old thread ;)

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