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: NixOS/nixpkgs
base: fddd90e9eaf7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8ab563d4df54
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 17, 2018

  1. pythonPackages.flask_cache: remove

    The package is currently broken and most folks recommend to use
    `flask-caching` (see
    thadeusb/flask-cache#171).
    
    The only package in `nixpkgs` which remained to use `flask_cache`
    (`graphite_api`) still builds with `pythonPackages.flask-caching`.
    
    The removal and corresponding `graphite_api` change unbreaks several
    Hydra builds (see https://hydra.nixos.org/build/76953777).
    Ma27 committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    d3d1b88 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. pythonPackages.graphite_api: move expression

    According to the current convention python packages should live in
    `pkgs/development/python-modules`. As I altered the `graphite_api`
    expression previously in d3d1b88 I decided to move it as well.
    
    Additionally I applied some minor refactorings:
    
    * use `fetchFromGitHub` instead of `fetchgit`.
    
    * use `checkInputs` for test dependencies
    
    * got rid of fixed points
    
    * applied patch which supports flask-caching to 1.3.1 using `git apply
      -3`
    Ma27 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    1e454c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Merge pull request #43693 from Ma27/remove-flask_cache

    Remove `pythonPackages.flask_cache`
    dotlambda committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    8ab563d View commit details
    Browse the repository at this point in the history