Todd Levi
Todd Levi
Digging a bit deeper into the code, I think the problem is [here](https://github.com/c4urself/bump2version/blob/70877a85ffffa3ad26107a64fc78b824c7b725dc/bumpversion/version_part.py#L64) in VersionPart.value(). When the RE is parsed, from the above example, build will have a value of...
Yes I do. I'm able to reproduce this at will on both CentOS 7.7 and Mac OS X 10.15.3 (Catalina) with Python 3.6, 3.7, and 3.8. Here's the full set...
I think I may have found it. In your setup.py, you're short-circuiting the call to super().initialize_options() [here](https://github.com/MagicStack/uvloop/blob/5dc299b7889461c49b27ec8ced1050b5a3f9099c/setup.py#L86). That means you're forcing subsequent commands to inherit variables that they expect to...
I know this is old, but it still fails. Any luck deciding on whether that hack was still required? As it stands, uvloop still can't be built from sdist 😦
I've been following this issue since I use the power-user command. Do you have a proposed set of config settings that mimic the output currently generated by syft power-user? What...
I'm sorry if this is a bit long - I tried to summarize roughly a day of investigation as concisely as I could without losing any relevant information. We just...
OK - I think I have this figured out. It's not the above (but at least I learned some cool stuff about how Cython works). When pyjq builds, its using...
FYI, this isn't limited to Windows - I have this same issue on my Mac (Monterey 12.5) due to the referenced Logitech Ghub conflict. As a workaround, I can start...
I have the same problem, but only with version 0.7.0. Pinning back to 0.6.0 resolves the problem for me. One other data point that may/may not be relevant: 0.7.0 worked...
@KeNaCo - any luck getting online? This package is essentially broken at this point due to changes in Markupsafe being pulled in by an old (unsupported) version of jinja2 via...