- Typing and style fixes
- Honor -D/-U arguments from pkg-config
- Fix build when pkg-config returns paths with spaces
- Provide more clear messages on missing dependencies
- Added support for libversion 3.0.0 features,
LOWER_BOUND
andUPPER_BOUND
flags
- Type correctness fixes
- Add type information
- Fix handling of long description in
setup.py
- Fix handling of long description in
setup.py
- Chase libversion 2.7.0 new API
- Chase libversion 2.6.0 new API,
Version
class performance improvement
- Documentation typo fix, no functional change.
- Documentation and demo improvements, no functional change.
Added comparison against PyPi
cmp_version
andversion
modules.
- Minor performance improvement for
Version
class - Added demo code with benchmars and correctness comparison to other implementations
- Improve documentation.
setup.py
fixes and improvements, no functional change.
- Initial release, contains
version_compare
, flags and more pythonicVersion
class with comparison operators.