Cristian Le
Cristian Le
Instead of having to provide the version to update, it would be nice to determine the latest version from release-monitoring.org
I've tried to use `update-version`, but noticed 2 issues: - `%autorelease` is changed to `0%{?dist}` - the command fails, e.g. I've tried it on `rust-rustls-native-certs`: ```console $ fbrnch update-version 0.8.0...
Assuming that the packages are well packaged and tested between `build-system.requires` and `dependencies`, it would be more efficient to have the RPATH point to the original files that contain the...
Just a random drive-by PR. Noticed from `python-pep440` being orphaned on Fedora that there are some packages that still require it, this being one of them. In principle `packaging` should...
I want to work on this feature, but I need more info on how the cross-compilation support for this should look like: - User input: - Specify a `cmake.toolchain` pointing...
Generate script entry points from installed CMake targets `nox -t gen` is failing because `Dict[str, dataclass]` is not supported :/
The goal of this is: - Get the linked libraries from the configure step - Check if the paths start with the current build environment's `sysconfig.get_path("platlib")` (pip fake venv is...
I split the general documentation from #1009
Instead of the `network` mark, could we adjust the tests to use `--no-index` (or equivalent index created from local packages)? I have noticed that a lot of the compiled tests...
This one also tries to load the `Directory` object, but it looses the original data from the CodeModel's field. Ideally this should be revisited so that it can inherit the...