* Primitive implementation of NVD JSON configuration 55. * Fix typo in CPESet2_3 version exception 33. * Fixed problem when comparing with _compare_strings 41. * Updated _VALUE_PATTERN for CPE 2.2 56. * Fix DeprecationWarning issues in Python code 57.
1.2.1
-----
* Fixed 28. * Some tests marked as xfail until we carify the proper behaviour for ANY values.
1.2.0
-----
* Python3 support. * Using tox for testing Python2.7 and Python3.4. * Test directory outside of the package. * Fixed sphinx warnings. * Fixed problems parsing colons. Thanks to damiengermonville. * Using a new system for package metadata management.
1.1.0
-----
* Closed pending issues: * Fix wildcard matching 6 * fix multiple %01 wildcards 8 * turn CPESet2_3.compare_wfns into a generator 9 * correctly transform not applicable values for edition 11 * Contributing.md file.
1.0.6
-----
* Using OrderedDict for `_system_and_parts` and `_CPE_VERSIONS`. For force evaluation order. Tests was failing randomly. * Changed testing tools: tox + pytest + coverage. * Changed license to LGPLv3.