Bryan Fraschetti

Results 5 issues of Bryan Fraschetti

Users with local Ubuntu archive mirrors and Landscape instances have been unable to specify the corresponding gpg keys. This resulted in errors such as "NO_PUBKEY" on commands such as "apt...

This commit adds documentation to highlight that the network device table which is printed to the terminal during boot is intended to be debug-level output rather than user-level information. Additionally,...

documentation

# Bug report When using NetworkManager as the network renderer the networking summary tables (both the interface/ip/HW address table and the routing table) show incorrect information. Although there is no...

bug

According to PEP 440 guidelines, the local version identifier may use the period character, however, doing so causes the compatibility check to fail as the version parsing splits on periods...

## Summary When packaging urllib3 with a local version identifier, eg. 2.0.7+local.1, and installing requests the [check_compatibility function](https://github.com/psf/requests/blob/main/src/requests/__init__.py#L58) returns warnings after hitting the following traceback. While this only produces a...