summaryrefslogtreecommitdiff
path: root/tests/test_match.py
Commit message (Expand)AuthorAgeFilesLines
* Linting.Raphaël Barrois2020-07-071-0/+1
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-291-0/+7
* Fix inconsistent matching behaviour.Raphaël Barrois2019-08-241-11/+2
* Lint test code.Raphaël Barrois2019-08-241-1/+0
* Use unittest.subTest in tests.Raphaël Barrois2019-08-241-13/+16
* Add support for compatible release ranges, fixes #37Martin Ek2016-02-251-0/+11
* Fix handling pre-1.0.0 caret versions (Closes #35)Raphaël Barrois2016-02-211-1/+1
* Cleanup and document fixes from #31.Raphaël Barrois2016-02-121-2/+3
* Merge branch 'tilde-caret' of https://github.com/skwashd/python-semanticversi...Raphaël Barrois2016-02-121-1/+28
|\
| * Fix broken testDave Hall2015-11-301-1/+1
| * Support for alternative equals specsDave Hall2015-11-291-0/+14
| * Add support for npm/composer caret and tilde condition extensionsDave Hall2015-10-151-0/+13
* | Remove Copyright years (Closes #28)Raphaël Barrois2016-02-121-1/+1
|/
* Forbid build metadata ordering (See #18)Raphaël Barrois2015-09-151-15/+17
* Accept '*' as a Spec (Closes #8).Raphaël Barrois2014-03-161-0/+12
* Update copyrightRaphaël Barrois2014-03-081-1/+1
* Fix license string.Raphaël Barrois2013-03-211-0/+1
* Fix handling of partial versions (Closes #1).Raphaël Barrois2013-03-201-1/+15
* Happy New Year!Raphaël Barrois2013-01-021-0/+1
* Update rules and code to follow readable specifications.Raphaël Barrois2012-05-201-17/+11
* Improve support for loose matches.Raphaël Barrois2012-05-171-3/+14
* Add __contains__ to Spec.Raphaël Barrois2012-05-161-0/+11
* s/SemanticVersion/Version/Raphaël Barrois2012-05-151-1/+1
* Rename 'RequirementSpec' to 'Spec'.Raphaël Barrois2012-05-151-4/+4
* Full coverage.Raphaël Barrois2012-05-151-1/+24
* Make test modules runable.Raphaël Barrois2012-05-151-0/+0
* More tests.Raphaël Barrois2012-05-141-0/+67