djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

Please correct version on PyPI #213

Open palto42 opened 4 years ago

palto42 commented 4 years ago

Although both have the same version number "2.0.1", the apns package on PyPI Download file page is different from the code in this repository.

It seems that the Python 3 fix #106 was merged after publishing 2.0.1 on PyPI. This causes standard installs via pip install apns to install "old 2.0.1" which doesn't work with Python 3.6 and newer.

It would be good to bump the version number to "2.0.2" and upload the already fixed code to PyPI.

Users can install directly from git with pip install git+https://github.com/djacobs/PyAPNs.git until PyPI is fixed.

Another issue on the PyPI "apns" page is that the link to the project homepage "29.io" doesn't work (page doesn't exist). Maybe link the git repository instead.