fschulze/devpi261/: devpi-common-2.0.10 metadata and description

utilities jointly used by devpi-server and devpi-client

Metadata
author Holger Krekel
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
Files
File Tox results History
devpi-common-2.0.10.tar.gz
Size
22 KB
Type
Source
sha256
09323d2583ba8c24d4c58990e86140f15cf7a63ad7f127f467fd177bce3d56ee
WIN2 win32 flakes 2.7.9 Tests passed
WIN2 win32 py26 2.6.6 Tests passed
WIN2 win32 py27 2.7.9 Tests passed
WIN2 win32 py34 3.4.1 Tests passed
WIN2 win32 py35 3.5.0 Tests passed
WIN2 win32 pypy 2.7.8 Tests passed
crow.lan darwin flakes 3.4.3 Tests passed
crow.lan darwin py26 2.6.9 Tests passed
crow.lan darwin py27 2.7.11 Tests passed
crow.lan darwin py34 3.4.3 Tests passed
crow.lan darwin py35 3.5.1 Tests passed
crow.lan darwin pypy 2.7.10 Tests passed
All toxresults …
devpi_common-2.0.10-py2.py3-none-any.whl
Size
20 KB
Type
Python Wheel
Python
2.7
sha256
ac3e60eaec96104aa12c9f327f5c066dcd71bc5ed4a5c46aa50b62d9bb7e1292
WIN2 win32 flakes 2.7.9 Tests passed
WIN2 win32 py26 2.6.6 Tests passed
WIN2 win32 py27 2.7.9 Tests passed
WIN2 win32 py34 3.4.1 Tests passed
WIN2 win32 py35 3.5.0 Tests passed
WIN2 win32 pypy 2.7.8 Tests passed
crow.lan darwin flakes 3.4.3 Tests passed
crow.lan darwin py26 2.6.9 Tests passed
crow.lan darwin py27 2.7.11 Tests passed
crow.lan darwin py34 3.4.3 Tests passed
crow.lan darwin py35 3.5.1 Tests passed
crow.lan darwin pypy 2.7.10 Tests passed
All toxresults …

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