summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version: 21.0.0 → 21.1.0v21.1.0Jason R. Coombs2016-05-181-1/+1
|
* Bump version: 20.10.1 → 21.0.0v21.0.0Jason R. Coombs2016-05-021-1/+1
|
* Bump version: 20.10.0 → 20.10.1v20.10.1Jason R. Coombs2016-04-251-1/+1
|
* Bump version: 20.9.0 → 20.10.0v20.10.0Jason R. Coombs2016-04-251-1/+1
|
* Bump version: 20.8.1 → 20.9.0v20.9.0Jason R. Coombs2016-04-161-1/+1
|
* bump certifi to 2016.2.28Gabi Davar2016-04-161-2/+2
| | | | Signed-off-by: Gabi Davar <grizzly.nyo@gmail.com>
* Bump version: 20.8.0 → 20.8.1v20.8.1Jason R. Coombs2016-04-151-1/+1
|
* Bump version: 20.7.0 → 20.8.0v20.8.0Jason R. Coombs2016-04-151-1/+1
|
* Bump version: 20.6.7 → 20.7.0v20.7.0Jason R. Coombs2016-04-101-1/+1
|
* MergeJason R. Coombs2016-04-011-1/+1
|\
| * Bump version: 20.6.6 → 20.6.7v20.6.7Jason R. Coombs2016-03-311-1/+1
| |
* | Rename CHANGES and README files for nicer rendering on Github.Jason R. Coombs2016-04-011-1/+1
|/
* Ensure sphinx is present for building docsv20.6.6Jason R. Coombs2016-03-301-1/+1
|
* Bump version: 20.6.5 → 20.6.6Jason R. Coombs2016-03-301-1/+1
|
* Bump version: 20.6.4 → 20.6.5v20.6.5Jason R. Coombs2016-03-291-1/+1
|
* Bump version: 20.6.3 → 20.6.4v20.6.4Jason R. Coombs2016-03-291-1/+1
|
* Bump version: 20.6.2 → 20.6.3v20.6.3Jason R. Coombs2016-03-291-1/+1
|
* Bump version: 20.6.1 → 20.6.2v20.6.2Jason R. Coombs2016-03-291-1/+1
|
* Bump version: 20.6.0 → 20.6.1v20.6.1Jason R. Coombs2016-03-291-1/+1
|
* Bump version: 20.5.0 → 20.6.0v20.6.0Jason R. Coombs2016-03-291-1/+1
|
* Follow semver to the letter for simplicity.Jason R. Coombs2016-03-291-1/+1
|
* Attempting a new streamlined, Travis-powered release process.Jason R. Coombs2016-03-291-7/+4
|
* Just render the date and not the time of tagged releases in the changelog.20.5Jason R. Coombs2016-03-291-1/+1
|
* Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-291-1/+1
|
* Add timestamps to changelog.Jason R. Coombs2016-02-191-1/+1
|
* Merged in darjus/setuptools (pull request #169)Jason R. Coombs2016-01-231-1/+2
|\ | | | | | | Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no longer supports anything 2.5, but had to test for 'Jython on Windows' in two other places
| * Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools ↵Darjus Loktevic2016-01-111-1/+2
| | | | | | | | no longer supports anything 2.5, but had to test for 'Jython on Windows' in two other places
* | Relicense the package as MIT license. Drop licensing as PSF and Zope as ↵Jason R. Coombs2016-01-231-3/+1
|/ | | | neither of those licenses grant authority for use outside their respective projects. Vendored projects are licensed under their respective licenses, currently MIT for six and Apache v2 for packaging. Fixes #132.
* Force later pytestJason R. Coombs2015-12-011-1/+1
|
* update certifi to 2015.11.20grizzlynyo2015-11-211-2/+2
| | | | | --HG-- branch : sync_certifi
* Dropping support for Python 3.2 and earlier Python 3 versions. Currently ↵Jason R. Coombs2015-10-221-2/+0
| | | | only log a warning, but future versions will fail.
* Python 3.6 isn't yet a thing, apparently.18.3Jason R. Coombs2015-09-061-1/+0
|
* Setuptools supports Python 3.5 and 3.6Jason R. Coombs2015-09-031-0/+2
|
* update dependency linksgrizzlynyo2015-08-291-2/+2
|
* Don't install tests in site-packagesAlex Grönholm2015-05-161-1/+1
|
* Remove build_py (unused)Jason R. Coombs2015-03-051-15/+0
|
* Backed out changeset: 8bff4399a7af; Fixes #356Jason R. Coombs2015-03-051-1/+0
|
* Reindent header12.4Jason R. Coombs2015-03-041-1/+4
|
* Merged in richardipsum/setuptools (pull request #119)Jason R. Coombs2015-03-031-0/+1
|\ | | | | | | Reintroduce use of setup_requirements writer
| * Reintroduce use of setup_requirements writerRichard Ipsum2015-01-221-0/+1
| | | | | | | | | | | | | | | | This was originally removed due to an underlying issue (#315) with the upgrade code, which combined with this writer caused upgrades to fail. Issue #315 is resolved now so we can add this writer back.
* | Correct usage in needs_pytestJason R. Coombs2015-02-251-1/+1
| |
* | Update conditional setup-time dependency to also support pytest and test ↵Jason R. Coombs2015-02-251-1/+2
| | | | | | | | commands.
* | Only require rst.linker when docs commands are invoked. Also specify sphinx ↵Jason R. Coombs2015-02-251-2/+3
| | | | | | | | dependency.
* | Use rst.linker for generating linked changelogJason R. Coombs2015-02-241-0/+1
|/
* Use unittest.mock from standard library instead of external mock with Python ↵Arfrever Frehtes Taifersar Arahesis2015-01-151-2/+1
| | | | >=3.3.
* Remove support for setup.py test. Use the recommended test runner (setup.py ↵Jason R. Coombs2014-12-301-30/+0
| | | | ptr).
* Remove changes file from long_description.Jason R. Coombs2014-12-301-8/+1
|
* Merge with remove-svnJason R. Coombs2014-12-301-3/+0
|\
| * Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-3/+0
| |
* | Make sure to monkey-patch the easy_install module in the setup context. ↵Jason R. Coombs2014-12-291-0/+1
| | | | | | | | Fixes the other former test failure. Ref #315.