Skip to content

Please correct version on PyPI #213

@palto42

Description

@palto42

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions