summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Travis-CIpkgRaphaël Barrois2021-03-022-34/+2
* Restrict colorama on Python 3.4Raphaël Barrois2021-03-021-0/+2
* Exclude invalid Django/Python combinationsRaphaël Barrois2021-03-021-5/+10
* Prepare switch to github actionsRaphaël Barrois2021-03-022-0/+69
* Upgrade pip on travisRaphaël Barrois2021-03-021-0/+1
* Replace setup.py test with nose2Raphaël Barrois2021-03-022-1/+2
* Move flake8 configuration to setup.cfgRaphaël Barrois2021-03-023-6/+7
* Move package metadata to setup.cfgRaphaël Barrois2021-03-028-95/+64
* Fix SimpleSpec doc in README.rst.Raphaël Barrois2020-07-081-1/+3
* Linting.Raphaël Barrois2020-07-074-0/+10
* Add tests for Django's get_or_create.Raphaël Barrois2020-07-071-0/+14
* Back to development: 2.8.6Raphaël Barrois2020-04-292-1/+7
* Preparing release 2.8.52.8.5Raphaël Barrois2020-04-292-2/+2
* Fix wildcard matching for SimpleSpec.Raphaël Barrois2020-04-294-2/+24
* Back to development: 2.8.5Raphaël Barrois2019-12-212-1/+7
* Preparing release 2.8.42.8.4Raphaël Barrois2019-12-212-2/+2
* Properly coerce versions with leading zeroes.Raphaël Barrois2019-12-213-2/+14
* Update README.rstThijs Damsma2019-12-211-2/+2
* Back to development: 2.8.4Raphaël Barrois2019-11-212-1/+7
* Preparing release 2.8.32.8.3Raphaël Barrois2019-11-212-2/+2
* Fix NpmSpec prerelease-handling.Raphaël Barrois2019-11-213-2/+13
* Add Clause.prettyprint() for debug.Raphaël Barrois2019-11-211-0/+31
* Correct typo in SimpleSpec descriptionJason2019-09-131-1/+1
* Back to development: 2.8.3Raphaël Barrois2019-09-062-1/+7
* Preparing release 2.8.22.8.2Raphaël Barrois2019-09-062-2/+2
* Fix Spec.specs for single-term ranges.maint/2.xRaphaël Barrois2019-09-063-5/+14
* Adapt from_db_value() for Django 3Dan Kolbman2019-08-301-1/+1
* Back to development: 2.8.2Raphaël Barrois2019-08-292-1/+7
* Preparing release 2.8.12.8.1Raphaël Barrois2019-08-292-2/+2
* Restore `Spec.specs` [Closes #79]Raphaël Barrois2019-08-292-1/+7
* Back to development: 2.8.1Raphaël Barrois2019-08-292-1/+7
* Preparing release 2.8.02.8.0Raphaël Barrois2019-08-292-2/+2
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-2910-25/+94
* Back to development: 2.7.2Raphaël Barrois2019-08-282-1/+7
* Preparing release 2.7.12.7.1Raphaël Barrois2019-08-282-2/+2
* Fix NPM-style caret matching.Raphaël Barrois2019-08-283-7/+25
* Back to development: 2.7.1maint/v2.7Raphaël Barrois2019-08-282-1/+7
* Preparing release 2.7.02.7.0Raphaël Barrois2019-08-282-2/+2
* Enable zest.releaser.Raphaël Barrois2019-08-284-1/+23
* Fix MANIFEST.inRaphaël Barrois2019-08-281-5/+5
* Add `make help`.Raphaël Barrois2019-08-281-5/+53
* Describe upcoming changes.Raphaël Barrois2019-08-281-0/+11
* Rewrite `Spec` documentation.Raphaël Barrois2019-08-271-52/+49
* Deprecate support for 'partial' versions.rba/pre-2.8Raphaël Barrois2019-08-266-8/+21
* Adjust docs for readthedocs.Raphaël Barrois2019-08-261-3/+9
* Add `Version.precedence_key`.Raphaël Barrois2019-08-265-205/+114
* Rename the 'setup' Makefile target.Raphaël Barrois2019-08-261-1/+1
* Add some docstrings.Raphaël Barrois2019-08-261-0/+1
* Add deprecations for Spec/SpecItem.Raphaël Barrois2019-08-266-138/+204
* Add support for NPM-style version ranges.Raphaël Barrois2019-08-268-4/+333