Carlos Pascual
Carlos Pascual
There is a failed job. I do not think it is related to my change, but I do not have permissions to re-launch it.
Hi @charliermarsh, you mention _"inherent incompatibility of lock files and VCS-based versioning"_ , but you also mentioned: > We could omit versions for editables, maybe? Or even, write "dynamic" or...
my use case is that I use `setuptools-scm` and the presence of commit-dependent version numbers in `uv.lock` is a frustrating cause of git merge conflicts preventing what otherwise would be...
Sorry for bumping after 2 weeks, but... would it be possible to get a hint of whether this has any chance of eventually be considered or if it goes against...
`pkg_resources` [can be replaced by `importlib.resources`](https://importlib-resources.readthedocs.io/en/latest/migration.html) which is available since python 3.7 (the oldest version supported by pyang) Note: I ran into this using **python 3.11** but installing pyang with...
AFAICT, YOU are missing a parenthesis grouping everything after the "/" operator On 11 August 2025 13:04:23 GMT+08:00, Daniel Fink ***@***.***> wrote: >daniel-fink created an issue (hgrecco/pint#2205) > >I'm not...
Hi, regarding the behaviour of `to_reduced_units` when multiplying percent (dimensionless) and meter, I cannot help ... But regarding the `KeyError` exception , I remember that using `%` (which happens to...
Hi @michalvasko : I think a similar change is also required in ~`distro/pkg/deb/libsysrepo7.install`~ (UPDATE)) I meant: `distro/pkg/deb/sysrepo-tools.install`
Sorry, my fault: in the previous comment I quoted the wrong path. I meant: `distro/pkg/deb/sysrepo-tools.install` , which is present _in the `devel` branch_ and therefore should be fixed as well,...