- 25 Apr, 2016 14 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
password prompt on upload command
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Update packaging to 16.7
-
- 23 Apr, 2016 2 commits
-
-
Geoffrey Sneddon authored
This adds support for the deprecated python_implementation marker which was an undocumented setuptools marker prior to 20.2 in addition to the newer markers.
-
Brooks Kindle authored
The upload command wasn't prompting for a password. If there was no password specified in ~/.pypirc, the upload command, python setup.py sdist upload would fail and raise a TypeError. The workaround for this was to use python setup.py sdist register upload since the register command does prompt for a password. This commit ensures that the upload command prompts for a password if not given one by ~/.pypirc or the register command.
-
- 20 Apr, 2016 11 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Move Python 2.6 exception into specific test, capturing that the expected order is different on Python 2.6, not because of the lack of OrderedDict, but because of different behavior in RawConfigParser. Ref #553.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Use OrderedDict to retain deterministic ordering of version info in egg_info command. Remove lexicographic ordering in setopt.edit_config. Ref #553
-
- 19 Apr, 2016 1 commit
-
-
Davanum Srinivas authored
egg_info is the dictionary with information that is injected into setup.cfg. edit_config uses RawConfigParser which uses collections.OrderedDict for all the data. When we use a simple dict(), when we loop through items in edit_config, we see random behavior as a result the fields tag_svn_revision/tag_date/tag_build are added to the setup.cfg randomly. So if we sort the items by key when we traverse items we will get deterministic output as RawConfigParser uses OrderedDict internally by default.
-
- 16 Apr, 2016 9 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
bump certifi to 2016.2.28
-
Jason R. Coombs authored
Handle not-zip-safe egg (folder) deletion in rotate command
-
Jason R. Coombs authored
remove _markerlib from manifest
-
Gabi Davar authored
Signed-off-by: Gabi Davar <grizzly.nyo@gmail.com>
-
Gabi Davar authored
Signed-off-by: Gabi Davar <grizzly.nyo@gmail.com>
-
- 15 Apr, 2016 3 commits
-
-
Rick Liu authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-