https://bugzilla.redhat.com/show_bug.cgi?id=2295768 Bug ID: 2295768 Summary: Review Request: python-glfw - A ctypes-based wrapper for GLFW3 Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: gui1ty@xxxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Spec URL: https://gui1ty.fedorapeople.org/review/python-glfw.spec SRPM URL: https://gui1ty.fedorapeople.org/review/python-glfw-2.7.0-1.fc41.src.rpm Description: This module provides Python bindings for GLFW (on GitHub: glfw/glfw). It is a ctypes wrapper which keeps very close to the original GLFW API, except for: - function names use the pythonic `words_with_underscores` notation instead of `camelCase` - `GLFW_` and `glfw` prefixes have been removed, as their function is replaced by the module namespace (you can use `from glfw.GLFW import *` if you prefer the naming convention used by the GLFW C API) - structs have been replaced with Python sequences and namedtuples - functions like `glfwGetMonitors` return a list instead of a pointer and an object count - Gamma ramps use floats between 0.0 and 1.0 instead of unsigned shorts (use `glfw.NORMALIZE_GAMMA_RAMPS=False` to disable this) - GLFW errors are reported as glfw.GLFWError warnings if no error callback is set (use `glfw.ERROR_REPORTING=False` to disable this, set it to `warn` instead to issue warnings, set it to `log` to log it using the `glfw` logger or set it to a dict to define the behavior for specific error codes) - instead of a sequence for `GLFWimage` structs, PIL/pillow `Image` objects can be used Fedora Account System Username: gui1ty -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2295768 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202295768%23c0 -- _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue