Michał Górny

Results 448 issues of Michał Górny

Rather than listing `cmake` and `ninja` build requirements unconditionally, add them to `setup_requires` when they are necessary -- that is, when using skbuild and when the system installations of these...

Building the wheel for 5.5.2 yields the following deprecation warnings: ``` /usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the...

Could you please push the git tag for 3.20.0 release?

mando 0.8.2 has been released on 2024-10-20. Could you please add support for the new version?

After upgrading Python 3.14.0b2 to Python 3.14.0b3, I'm seeing the following test failures: ```pytb $ tox -e py314 py314: recreate env because python changed version_info=[3, 14, 0, 'beta', 2]->[3, 14,...

Currently, the `maturin build --sdist` workflow builds both source distribution and wheels directly from the project repository (usually a git repository). Unfortunately, sometimes this results in people building and publishing...

enhancement

1. Refactor `make_cffi.py` to avoid performing the compilation in global scope, and allow passing parameters 2. Support `--system-zstd` with the CFFI backend. This uses the C preprocessor to find the...

Add the requirements for `cmake` and `ninja` PyPI packages only when the respective system tools are not available, in order to permit using the system tools instead. This avoids unnecessary...

❓ **I'm submitting a ...** - [X] 🐞 bug report - [ ] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Describe...

enhancement
reproducer: missing