1. 25 Apr, 2016 2 commits
  2. 23 Apr, 2016 1 commit
    • Geoffrey Sneddon's avatar
      Update packaging to 16.7 · fc2afb51
      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.
      fc2afb51
  3. 20 Apr, 2016 11 commits
  4. 19 Apr, 2016 1 commit
    • Davanum Srinivas's avatar
      Preserve order of egg_info section in setup.cfg · df05ebf3
      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.
      df05ebf3
  5. 16 Apr, 2016 9 commits
  6. 15 Apr, 2016 7 commits
  7. 11 Apr, 2016 3 commits
  8. 10 Apr, 2016 3 commits
  9. 07 Apr, 2016 3 commits