Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudControl/cctrl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cloudControl/cctrl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cleaning
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on May 3, 2016

  1. Drop Python 2.5 leftovers

    This is outdated for ages and took up a lot of lines
    sfriesel committed May 3, 2016
    Configuration menu
    Copy the full SHA
    b2422b1 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    sfriesel committed May 3, 2016
    Configuration menu
    Copy the full SHA
    41a2cab View commit details
    Browse the repository at this point in the history
  3. Separate py2exe creation from setup.py

    Py2exe is a distutils extension and has it's own way of discovering
    modules, so it doesn't make sense to combine in it with regular pip/
    setuptools operations. Also normal pip install should work the same
    on Windows and Unix.
    
    Also simplify and update the steps for py2exe.
    sfriesel committed May 3, 2016
    Configuration menu
    Copy the full SHA
    2e32f64 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.16.2

    sfriesel committed May 3, 2016
    Configuration menu
    Copy the full SHA
    444e151 View commit details
    Browse the repository at this point in the history
Loading