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: fxstein/netatmo-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: HydrelioxGitHub/netatmo-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 8, 2016

  1. Replace readall method

    This method generate error when used. No information found about this on
    python doc.
    HydrelioxGitHub committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    f468d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9932647 View commit details
    Browse the repository at this point in the history
  3. Parenthesis correction

    They need to be there for use in Python3
    HydrelioxGitHub committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    59d157d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Removed extra function from setup.py

    Removed the install_scripts_and_symlinks function from setup.py. This
    appears to be attempting to link executable scripts to somewhere or
    some nonsense. Whatever. It totally breaks on *nix systems without
    elevated privileges and it isn’t even the correct way to do what it is
    trying to do.
    
    Also, the package still seems to work with it removed. So… Gonzo.
    rmkraus committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    0a565e7 View commit details
    Browse the repository at this point in the history
  2. Fixed everything.

    Fixed the packaging of the library. It is much nicer now and will
    install much more easily.
    rmkraus committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    a9331d9 View commit details
    Browse the repository at this point in the history
  3. This should actually be a bit cleaner.

    Now just distributing as one file.
    rmkraus committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    311850c View commit details
    Browse the repository at this point in the history
  4. Merge pull request philippelt#1 from rmkraus/master

    Cleaned up the distribution
    HydrelioxGitHub committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    43ff238 View commit details
    Browse the repository at this point in the history
Loading