John T. Wodder II

Results 282 issues of John T. Wodder II

- For setuptools, this will only work with versions that support PEP 660 (v64.0.0 and up). - For Hatch, be aware of https://github.com/pypa/hatch/issues/1627.

enhancement
step:onbuild
editable mode
needs research

This can be done by setting the `GIT_CONFIG_GLOBAL` and `GIT_CONFIG_SYSTEM` environment variables to [`os.devnull`](https://docs.python.org/3/library/os.html#os.devnull).

under consideration
needs research
vcs:git

breaking change
under consideration
method API
library API

I think we can all agree that [`versioningit`'s documentation](https://versioningit.readthedocs.io) can be a bit overwhelming for new users. The only parts of the docs that are directly aimed at new users...

documentation
help wanted

[The documentation on "Conditions as strings instead of booleans"](https://docs.pytest.org/en/8.2.x/historical-notes.html#conditions-as-strings-instead-of-booleans) ends by showing how to rewrite a condition string that uses `config` as a boolean expression that uses `pytest.config`. However, as...

type: docs

### Conda-forge documentation - [X] I could not solve my problem using the conda-forge documentation. ### Installed packages ```shell N/A ``` ### Environment info ```shell Conda forge feedstock CI ```...

Docs

Closes #3. Closes #4. Closes #6. Closes #9. Closes #19. Major Changes So Far ==================== See the changelog for more. - Public library API added - Removed deprecated `SCHEMA` alias...

enhancement
breaking change
in progress
library API

- It would make all the (increasing complicated) error handling much, much easier. - There would need to be a Python extension wrapping the Rust library.

under consideration

[The wheel spec states](https://packaging.python.org/en/latest/specifications/binary-distribution-format/#file-contents): > A wheel installer should warn if Wheel-Version is greater than the version it supports, and must fail if Wheel-Version has a greater major version than...

under consideration
robustness