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

Add support for opengl-cb API, setup updates, misc. #7

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

marcan
Copy link

@marcan marcan commented Dec 12, 2016

No description provided.

These aren't needed, and risk getting out of sync with the header if
provided.
@marcan marcan mentioned this pull request Dec 12, 2016
marcan and others added 21 commits December 13, 2016 05:14
Looks like PyPI takes the maintainer info from setup.py instead of the
author info...
This is, unfortunately, a breaking change for users of that keyword
argument.
0.5.0 was released without updating the pre-cythonized C file, so fix
that.
When a new pympv version is released, all libmpv binaries, in addition to the related .whl, are uploaded alongside with the release.
We don't ship mpv.pyx, so just check for it.

Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Hector Martin <marcan@marcan.st>
Cython still defaults to aliasing it to bytes for compatibility with
Python 2, but we don’t need that anymore.
Since these functions don’t have to be exposed to the Python world, we
can make them as cheap as a call to the CPython API.
This function is automatically called by Py_Initialize() since 3.7, and
will be removed in 3.11.
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

Successfully merging this pull request may close these issues.

None yet

4 participants