summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* | Remove setup_requirements writer from metadata. Fixes #314.Jason R. Coombs2014-12-281-1/+0
| |
* | Merge pull request #106 from Richard Ipsum.Jason R. Coombs2014-12-261-0/+1
|\ \ | |/ |/|
| * Make egg_info command write out setup requirementsRichard Ipsum2014-11-031-0/+1
| | | | | | | | | | | | | | | | | | | | This commit makes the egg_info command write out setup requirements as well as install requirements, setup requirements are written to a setup_requires.txt file. The commit adds a new function write_setup_requirements which uses the existing _write_requirements function to write setup requirements out to a file and adds a new entry point to the egg_info.writers group.
* | Moved pkg_resources into its own package.Jason R. Coombs2014-12-241-1/+1
|/
* Fix typo; ref #239.Jason R. Coombs2014-08-101-1/+1
|
* Include setup_requires directive in Distribution attributes and metadata. ↵Jason R. Coombs2014-08-101-0/+1
| | | | Fixes #239.
* necessary to explicitly invoke 'iter' in Python 2Jason R. Coombs2014-06-151-1/+1
|
* Use iterables to determine the best filename to use for changes.Jason R. Coombs2014-06-151-6/+6
|
* Use io.open for changes file as well to support UTF-8 encoding.Jason R. Coombs2014-06-151-2/+2
|
* Include the script template files - fixes #220Monty Taylor2014-06-141-1/+2
| | | | | | | The rename of the script template files to be .tmpl put them into the realm of package data, rather than python files that would be bundled automatically. Include them specifically in package data so that they'll actually be installed.
* Change the project URL to BitBucket rather than PyPINick Coghlan2014-05-251-1/+1
| | | | | | | Currently, the project metadata on PyPI doesn't provide an easy way to navigate to the BitBucket repo. This change replaces the current self-link back to PyPI with the appropriate link to BitBucket. --HG-- branch : ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153
* Normalize whitespaceJason R. Coombs2014-05-231-17/+17
|
* Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.Jason R. Coombs2014-03-281-0/+1
|
* Add support for running tests via pytest-runner.Jason R. Coombs2014-03-231-0/+5
| | | | | --HG-- extra : amend_source : d60530fbb3e3cc3455abae8e5100f85f697f3dac
* Enable commented code (requiring ssl extra for tests).Jason R. Coombs2014-03-231-1/+3
|
* Backed out changeset: 78c8cfbe3e10Jason R. Coombs2014-03-221-4/+1
|
* Use a context manager instead of calling _test.run in multiple places. ↵Jason R. Coombs2014-03-161-4/+10
| | | | Alleviates need to warn about Exceptions
* Use binary mode to save/restore entry_points - no need to mutate newlinesJason R. Coombs2014-03-161-2/+2
|