summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Simplify subclassing VersionHEADsubclasseablemasterRaphaël Barrois2023-02-281-0/+9
* Test and fix Version.truncate()Raphaël Barrois2023-02-281-0/+10
* Guarantee a stable ordering with build metadataRaphaël Barrois2022-05-261-0/+14
* Linting.Raphaël Barrois2020-07-074-0/+10
* Add tests for Django's get_or_create.Raphaël Barrois2020-07-071-0/+14
* Fix wildcard matching for SimpleSpec.Raphaël Barrois2020-04-291-0/+10
* Properly coerce versions with leading zeroes.Raphaël Barrois2019-12-211-1/+1
* Fix NpmSpec prerelease-handling.Raphaël Barrois2019-11-211-0/+4
* Fix Spec.specs for single-term ranges.maint/2.xRaphaël Barrois2019-09-061-3/+4
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-294-0/+66
* Fix NPM-style caret matching.Raphaël Barrois2019-08-281-0/+12
* Add `Version.precedence_key`.Raphaël Barrois2019-08-262-53/+2
* Add support for NPM-style version ranges.Raphaël Barrois2019-08-263-3/+105
* Refactor spec/version matching.Raphaël Barrois2019-08-261-20/+23
* Fix inconsistent matching behaviour.Raphaël Barrois2019-08-242-33/+28
* Lint test code.Raphaël Barrois2019-08-248-35/+35
* Use unittest.subTest in tests.Raphaël Barrois2019-08-243-124/+168
* Drop support for Python<3.4.Raphaël Barrois2019-08-246-40/+13
* Allow Version(major=1, ...).Raphaël Barrois2019-08-241-0/+21
* Remove hacks for old Django under Pypy.Raphaël Barrois2018-06-181-8/+0
* Adapt code to Django>=1.11.Raphaël Barrois2018-06-181-8/+1
* Fix deconstruct() tests under Pypy.Raphaël Barrois2016-09-011-8/+18
* django: Replace south with django.db.migrationsRaphaël Barrois2016-09-012-103/+103
* Add support for Django 1.10Raphaël Barrois2016-09-011-31/+58
* Fix a bug with compatible release clauses and patch versionsMartin Ek2016-03-071-0/+4
* Add support for compatible release ranges, fixes #37Martin Ek2016-02-252-0/+19
* Fix handling pre-1.0.0 caret versions (Closes #35)Raphaël Barrois2016-02-212-1/+9
* Cleanup and document fixes from #31.Raphaël Barrois2016-02-122-5/+23
* 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-128-8/+8
* | Merge branch 'bump-version-2' of https://github.com/MinchinWeb/python-semanti...Raphaël Barrois2016-02-121-2/+126
|\ \
| * | add tests for bumping prerelease versionsMinchinWeb2015-09-151-2/+126
* | | Fix for failing test_django testsHugo Rodger-Brown2015-11-251-15/+9
* | | Fix issue #33 - null VersionField breaks ORMHugo Rodger-Brown2015-11-241-0/+45
| |/ |/|
* | Forbid build metadata ordering (See #18)Raphaël Barrois2015-09-154-39/+79
|/
* Minor fixes to tests.Raphaël Barrois2015-07-022-5/+5
* fixed tests to work with django 1.7 and 1.8Michael Hrivnak2015-07-022-17/+32
* Adds a new bump version func to the API.Rick Eyre2015-04-011-0/+28
* Accept '*' as a Spec (Closes #8).Raphaël Barrois2014-03-161-0/+12
* moved django test app settings to the django test app moduleMichael Hrivnak2014-03-162-12/+24
* Update copyrightRaphaël Barrois2014-03-087-7/+7
* Upgrade to semver-2.0.0 (Closes #3)Raphaël Barrois2014-02-132-2/+165
* tests: Fix test running when Django isn't available.Raphaël Barrois2013-12-231-12/+19
* Add Python3 support.Raphaël Barrois2013-03-214-7/+42
* Fix license string.Raphaël Barrois2013-03-214-1/+4
* Add semantic_version.validate (Closes #2).Raphaël Barrois2013-03-211-0/+40
* Add Version.coerce.Raphaël Barrois2013-03-203-0/+49