| author | Holger Krekel |
|---|---|
| author_email | [email protected] |
| classifiers |
|
This package contains utility functions used by devpi-server and devpi-client.
See http://doc.devpi.net for more information.
Changelog
2.0.10 (2016-05-11)
revert the normalization change, as it causes other issues
2.0.9 (2016-05-11)
fix issue343 and issue344: fully implement normalization from PEP-503 to allow pip 8.1.2 to install packages with dots in their name
2.0.8 (2015-11-11)
fix URL.joinpath to not add double slashes
2.0.7 (2015-09-14)
fix issue272: added __ne__ to URL class, so comparisons work correctly with Python 2.x
2.0.6 (2015-05-13)
add devpi_common.type.parse_hash_spec helper for parsing “HASH_TYPE=VALUE” strings into an callable algorithm and the value
add hash_type, hash_value and hash_algo to URL class