Maxwell G

Results 108 issues of Maxwell G

Hi 👋, I was wondering what the plans were for Python 3.14 support. I am a Fedora Linux package maintainer and we have updated our development branch to Python 3.14....

### Description Packit Service should support Forgejo for upstream CI and integrate with the flagship Codeberg.org instance and Fedora Forge once that's up and running. - [ ] https://github.com/packit/ogr/issues/866 -...

kind/feature
complexity/epic

Fixes: https://github.com/ansible/ansible-documentation/issues/2681 See commit messages for more details. I pushed this to the zizmor2 branch on the main repository, so we can test the updated workflows with workflow_dispatch. Inspired-by: Lyle...

### Summary See https://github.com/ansible/ansible/issues/85536. Since this was an intentional change that is breaking users, it should be listed in the changelog/porting guide. ``` docs/docsite/rst/porting_guides/porting_guide_12.rst:- Task Execution / Forks - Forks...

needs_triage
bug

### Description > Please leave a brief description of the bug or feature request: Fedora is proud to be an early adopter of Python 3.14 as part of our goal...

bug

### Description > Please leave a brief description of the bug or feature request: `test_license_reference_to_file_beside_package_manifest` in `tests/packagedcode/test_license_detection.py` is broken with importlib_metadata versions newer than the two-year-old version that scancode pins...

bug

### Description Packit should post koji_build and bodhi_update results as comments on distgit PRs. ### Benefit It would be a lot clearer whether an automated build and update actually successfully...

kind/feature

As of PEP 749 (Python 3.14), it is no longer possible to access `__annotations__` on class instances. `__annotations__` is now a descriptor that is only defined on `type` and not...