Darius

Results 5 issues of Darius

This PR addresses issue with incorrectly parsing IPv6 address, described here: https://github.com/oauthlib/oauthlib/issues/817

**Describe the bug** RFC5849 oauth1 signature base_string_uri doesn't parse IPv6 addresses. **How to reproduce** ``` > >>> import oauthlib >>> oauthlib.__version__ '3.2.0' >>> from oauthlib import oauth1 >>> oauth1.rfc5849.signature.base_string_uri("https://[123:db8:fd00:1000::5]:13000") Traceback...

When there is missing package: `tcpdump` or `windump`, packetWhisper silently continues. * Automatically removed trailing whitespaces. * Changed this behavior to early exit, to inform end user about missing package....

When defining dependent layer (based on [Layer specification](https://github.com/canonical/pebble#layer-specification)) I've noticed that I cannot use layer names longer than 1 character. If I change layer definition to `p`, everything works. ```...