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: db99677040ef
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 422f99b9a65e
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 5, 2018

  1. pythonPackages.nose-parameterized: create parameterized alias

    `pythonPackages.parameterized` is the successor of `nose-parameterized`
    as the authors of the module decided to support more testing frameworks
    and stopped focusing on `noes` only. `nose-parameterized` is still
    available in `pypi` with version `0.6.0`, but is officially deprecated.
    
    However the renaming happened quite recently so it is possible that
    there are still folks relying on `nose-parameterized`. Therefore I moved
    the expression to provide a `pythonPackages.parameterized` derivation
    and added a package override which builds `nose-parameterized` after
    yielding a deprecation warning.
    Ma27 committed Feb 5, 2018
    Copy the full SHA
    9d188f9 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.pybase64: init at 0.2.1

    `pybase64` is a tiny wrapper for `libbase64` written in python.
    
    /cc @ironpinguin
    Ma27 committed Feb 5, 2018
    Copy the full SHA
    14da2e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34589 from Ma27/package-pybase64

    pythonPackages.pybase64: init at 0.2.1
    FRidh committed Feb 5, 2018
    Copy the full SHA
    422f99b View commit details
    Browse the repository at this point in the history