aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 35.0.0 → 35.0.1v35.0.1Jason R. Coombs2017-04-182-2/+2
|
* Update changelog. Ref #1016.Jason R. Coombs2017-04-181-0/+5
|
* Merge regression test for #1016.Jason R. Coombs2017-04-181-0/+15
|\
| * Add an integration test to install pyuriPi Delport2017-04-181-0/+15
| | | | | | | | This test is also a regression test for issue #1016.
* | Revert "addresses #436". Fixes #1016.Jason R. Coombs2017-04-181-0/+2
|/ | | | This reverts commit 1955e5b0df67cc1aa389b8c655199958a6fcc6a0.
* Update changelog. Ref #992.Jason R. Coombs2017-04-161-0/+6
|
* Revert "In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes ↵Jason R. Coombs2017-04-162-18/+1
| | | | | | #992." This reverts commit b50fdf497d6970002a2f7156650d7da21e2e39f5.
* Mark failures as allowed. Ref #1015.Jason R. Coombs2017-04-151-0/+3
|
* Bump version: 34.4.1 → 35.0.0v35.0.0Jason R. Coombs2017-04-152-2/+2
|
* Update changelog. Ref #1014.Jason R. Coombs2017-04-151-0/+13
|
* Merge pull request #1014 from miccoli/issue-436Jason R. Coombs2017-04-151-2/+0
|\ | | | | addresses #436: Updating MANIFEST.in does not correctly update the package sdist creates
| * addresses #436Stefano Miccoli2017-04-131-2/+0
| |
* | Merge pull request #1010 from idlesign/patch-1Jason R. Coombs2017-04-151-0/+7
|\ \ | |/ |/| Docs: notes on setup.cfg and ez_setup
| * Docs: notes on setup.cfg and ez_setupIgor Starikov2017-04-121-0/+7
|/ | | (see # 1006)
* Update changelog to combine 34.4.1 and 34.4.2 as the former was never ↵v34.4.1Jason R. Coombs2017-04-101-4/+2
| | | | released. Ref #1008.
* Bump version: 34.4.0 → 34.4.1Jason R. Coombs2017-04-102-2/+2
|
* Merge pull request #1008 from JGoutin/patch-2Jason R. Coombs2017-04-102-53/+86
|\ | | | | Fixes for Visual Studio 2017
| * Update whitespace for consistency and better renderingJason R. Coombs2017-04-101-0/+1
| |
| * Add #1008 changesJGoutin2017-04-101-2/+6
| |
| * Fixes for Visual Studio 2017JGoutin2017-04-101-51/+79
|/ | | | | | | - VCRuntimeRedist new path since VS2017. - Use always last Windows SDK and UCRT SDK when more than one version are available. - Minors docstrings changes. Tested with "Visual Studio 2017 Community" and "Visual Studio Build Tools 2017".
* Consolidate technique for reading PYTHONPATH.Jason R. Coombs2017-04-101-4/+7
|
* Nicer syntax for processing PYTHONPATHJason R. Coombs2017-04-101-3/+10
|
* Correct typo. Ref #992.Jason R. Coombs2017-04-081-1/+1
|
* In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992.Jason R. Coombs2017-04-083-1/+25
|
* Use six to detect Python 2Jason R. Coombs2017-04-081-4/+4
|
* spaces for consistencyJason R. Coombs2017-04-081-2/+2
|
* Extract private method for locating latest available vc ver.Jason R. Coombs2017-04-081-8/+8
|
* Let the default vc_min_ver represent the most lenient, degenerate limit.Jason R. Coombs2017-04-081-5/+4
|
* Bump version: 34.3.3 → 34.4.0v34.4.0Jason R. Coombs2017-04-072-2/+2
|
* Merge pull request #995 from JGoutin.Jason R. Coombs2017-04-072-19/+95
|\
| * Update changelog. Ref #995.Jason R. Coombs2017-04-071-0/+6
| |
| * Remove unnecessary raw string. Ref #995.Jason R. Coombs2017-04-071-1/+1
| |
| * Simplify _get_content_dirname by simply removing the trailing backslash. Ref ↵Jason R. Coombs2017-04-071-8/+3
| | | | | | | | #995.
| * Extract generator for simpler syntax. Ref #995.Jason R. Coombs2017-04-071-8/+7
| |
| * Move initialization into a single location. Ref #995.Jason R. Coombs2017-04-071-3/+3
| |
| * Extract method for finding .Net in the framework folder. Ref #995.Jason R. Coombs2017-04-071-11/+15
| |
| * extract two functions for guessing the VC version; ref #995Jason R. Coombs2017-04-071-16/+25
| |
| * Update for MS BuildTools 2017JGoutin2017-03-201-15/+81
| |
* | Merge pull request #1007 from ma-ba/issue-999Jason R. Coombs2017-04-075-1/+17
|\ \ | | | | | | Fixes #999: support python_requires and py_modules in configuration files
| * | Update changelog. Ref #1007.Marcel Bargull2017-04-071-0/+7
| | |
| * | Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-074-1/+10
|/ /
* | Although bootstrap.py is installing the deps, it removes them as well, so ↵Jason R. Coombs2017-03-311-0/+2
| | | | | | | | doc builds still require build deps.
* | Constrain hack to the RTD environment. Rely on bootstrap routine to make ↵Jason R. Coombs2017-03-312-7/+8
| | | | | | | | dependencies available.
* | Hack must genuflect to the arbitrory invocation locationJason R. Coombs2017-03-311-1/+3
| |
* | Make sure bootstrap finishes before continuing, and ensure that ↵Jason R. Coombs2017-03-301-2/+2
| | | | | | | | jaraco.packaging.sphinx is run before rst.linker.
* | Remove excess hackJason R. Coombs2017-03-301-1/+0
| |
* | Try running bootstrap in subprocess in order to be in the project root.Jason R. Coombs2017-03-301-0/+3
| |
* | Check for egg info dir relative to setup.pyJason R. Coombs2017-03-301-1/+2
| |
* | Add hack to invoke bootstrap script so that setup.py --version can be invoked.Jason R. Coombs2017-03-301-0/+5
| |
* | Require a late version of setuptools to allow the docs to invoke setup.pyJason R. Coombs2017-03-301-0/+2
| |