Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped to 16.0 in preparation for next release.16.0 | Jason R. Coombs | 2015-05-18 | 2 | -2/+2 |
| | |||||
* | Update changelog | Jason R. Coombs | 2015-05-18 | 1 | -1/+3 |
| | |||||
* | Don't install tests in site-packages | Alex Grönholm | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | Update changelog | Jason R. Coombs | 2015-05-03 | 1 | -0/+7 |
| | |||||
* | Use new string formatting | Jason R. Coombs | 2015-05-03 | 1 | -7/+8 |
| | |||||
* | Extract variable for clarity. | Jason R. Coombs | 2015-05-03 | 1 | -3/+2 |
| | |||||
* | Render the error message as a single line without a period (for consistency ↵ | Jason R. Coombs | 2015-05-03 | 1 | -5/+3 |
| | | | | with other usage). | ||||
* | Replace ValueErrors containing implicit contract about the structure of the ↵ | Jason R. Coombs | 2015-05-03 | 1 | -16/+15 |
| | | | | message with a RequirementParseError explicitly joining arguments for the string representation. | ||||
* | Let the exception render itself. | Jason R. Coombs | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | Nicer error when problem in install_requires | Marc Abramowitz | 2015-05-01 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | Instead of: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers We now have the more helpful: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers. Error: Expected version spec in smsdk.authsvc>=0.0.8,2.0 at 2.0 It took me longer than it should to find the problem with the old error message. The new error message would've helped greatly. | ||||
* | Merge | Jason R. Coombs | 2015-04-26 | 1 | -1/+1 |
|\ | |||||
| * | Merged in agronholm/setuptools (pull request #128) | Jason R. Coombs | 2015-04-26 | 1 | -1/+1 |
| |\ | | | | | | | | | | Check for Jython using sys.platform, not os.name | ||||
| | * | Check for Jython using sys.platform, not os.name | Alex Grönholm | 2015-04-21 | 1 | -1/+1 |
| | | | |||||
* | | | Restore compatibility for Python 3.2 and earlier. | Jason R. Coombs | 2015-04-26 | 1 | -1/+6 |
| | | | |||||
* | | | Remove use of deprecated imp module, avoiding deprecation warnings. | Jason R. Coombs | 2015-04-26 | 1 | -6/+7 |
|/ / | |||||
* | | Bumped to 15.3 in preparation for next release. | Jason R. Coombs | 2015-04-26 | 2 | -2/+2 |
| | | |||||
* | | Added tag 15.2 for changeset df5dc9c7aa75 | Jason R. Coombs | 2015-04-26 | 1 | -0/+1 |
| | | |||||
* | | Partial appears to behave differently on Python 2.6. Also, this syntax is ↵15.2 | Jason R. Coombs | 2015-04-26 | 1 | -2/+2 |
| | | | | | | | | more congruent and easier to read. | ||||
* | | Update changelog | Jason R. Coombs | 2015-04-26 | 1 | -0/+8 |
| | | |||||
* | | Use _call_aside to signal early that the function is called immediately. | Jason R. Coombs | 2015-04-26 | 1 | -6/+13 |
| | | |||||
* | | Declare variables for nicer linting. | Jason R. Coombs | 2015-04-26 | 1 | -0/+6 |
| | | |||||
* | | Extract function for initializing the master working set. Fixes #373. | Jason R. Coombs | 2015-04-26 | 1 | -17/+31 |
|/ | |||||
* | Bumped to 15.2 in preparation for next release. | Jason R. Coombs | 2015-04-15 | 2 | -2/+2 |
| | |||||
* | Added tag 15.1 for changeset 10fde952613b | Jason R. Coombs | 2015-04-15 | 1 | -0/+1 |
| | |||||
* | Update changelog15.1 | Jason R. Coombs | 2015-04-15 | 1 | -0/+1 |
| | |||||
* | Bump packaging version to 15.1 | Jason R. Coombs | 2015-04-15 | 5 | -30/+32 |
| | |||||
* | Merged in toabctl/setuptools/fix-type-error-skip-reason (pull request #127) | Jason R. Coombs | 2015-04-15 | 1 | -1/+1 |
|\ | | | | | | | Fix TypeError for pytest.skip() | ||||
| * | Fix TypeError for pytest.skip() | Thomas Bechtold | 2015-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | pytests skip() method doesn't have a 'reason' parameter. This fixes: TypeError: skip() got an unexpected keyword argument 'reason' --HG-- branch : fix-type-error-skip-reason | ||||
| * | Created new branch fix-type-error-skip-reason | Tom Bechtold | 2015-04-05 | 0 | -0/+0 |
|/ | | | | | --HG-- branch : fix-type-error-skip-reason | ||||
* | Merge | Jason R. Coombs | 2015-04-03 | 4 | -8/+8 |
|\ | |||||
| * | Fix setuptools.sandbox._execfile() with Python 3.1. | Arfrever Frehtes Taifersar Arahesis | 2015-03-30 | 1 | -4/+4 |
| | | | | | | | | It fixes failure of setuptools.tests.test_sandbox.TestSandbox.test_setup_py_with_CRLF() with Python 3.1. | ||||
| * | Fix some typos. | Arfrever Frehtes Taifersar Arahesis | 2015-03-30 | 3 | -4/+4 |
| | | |||||
* | | Bumped to 15.1 in preparation for next release. | Jason R. Coombs | 2015-04-03 | 2 | -2/+2 |
| | | |||||
* | | Added tag 15.0 for changeset d2c4d8486715 | Jason R. Coombs | 2015-04-03 | 1 | -0/+1 |
| | | |||||
* | | Update changelog.15.0 | Jason R. Coombs | 2015-04-03 | 1 | -1/+1 |
|/ | |||||
* | Added tag 15.0b1 for changeset 617699fd3e44 | Jason R. Coombs | 2015-03-28 | 1 | -0/+1 |
| | |||||
* | Bumped to 15.0 in preparation for next release.15.0b1 | Jason R. Coombs | 2015-03-28 | 2 | -2/+2 |
| | |||||
* | Update changelog | Jason R. Coombs | 2015-03-28 | 1 | -0/+14 |
| | |||||
* | Merged in msabramo/setuptools/DistributionNotFound_list_requirers (pull ↵ | Jason R. Coombs | 2015-03-28 | 2 | -10/+27 |
|\ | | | | | | | | | | | request #126) DistributionNotFound: Show requirers | ||||
| * | DistributionNotFound: Move message template to class | Marc Abramowitz | 2015-03-24 | 2 | -12/+26 |
| | | | | | | | | | | --HG-- branch : DistributionNotFound_list_requirers | ||||
| * | DistributionNotFound: Show requirers | Marc Abramowitz | 2015-03-19 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is very helpful to know who required the missing package. E.g.: pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is required by smlib.log. Note that there was a comment: "unfortunately, zc.buildout uses a str(err) to get the name of the distribution here..", but I did a search in the `buildout` code and I think that is no longer true, so I think that we're free to make the exception message more helpful without risk of breaking buildout: # In clone from https://github.com/buildout/buildout $ ag DistributionNotFound src/zc/buildout/buildout.py 686: except (ImportError, pkg_resources.DistributionNotFound): $ pip install --download=. --no-install zc.buildout ... Saved ./zc.buildout-2.3.1.tar.gz ... $ tar xf zc.buildout-2.3.1.tar.gz $ ag DistributionNotFound zc.buildout-2.3.1 zc.buildout-2.3.1/src/zc/buildout/buildout.py 686: except (ImportError, pkg_resources.DistributionNotFound): --HG-- branch : DistributionNotFound_list_requirers | ||||
* | | Bumped to 14.3.2 in preparation for next release. | Jason R. Coombs | 2015-03-20 | 2 | -2/+2 |
| | | |||||
* | | Added tag 14.3.1 for changeset 608948cef7e0 | Jason R. Coombs | 2015-03-20 | 1 | -0/+1 |
| | | |||||
* | | Bumped to 14.3.1 in preparation for next release.14.3.1 | Jason R. Coombs | 2015-03-20 | 2 | -2/+2 |
| | | |||||
* | | Update changelog | Jason R. Coombs | 2015-03-20 | 1 | -0/+9 |
| | | |||||
* | | Merge | Jason R. Coombs | 2015-03-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Correct regex usage | Jason R. Coombs | 2015-03-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge backout | Jason R. Coombs | 2015-03-20 | 2 | -12/+1 |
|\ \ \ | |||||
| * | | | Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307. | Jason R. Coombs | 2015-03-20 | 2 | -12/+2 |
| | | | | |||||
* | | | | Disable warning of LegacyVersion in parsed_version. This functionality ↵ | Jason R. Coombs | 2015-03-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | should be called explicitly at whatever times are appropriate for the warning. Fixes #307. |