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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edb5c34f39c0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c388dcf85a4
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 21, 2019

  1. Copy the full SHA
    038e940 View commit details
  2. Copy the full SHA
    14bb618 View commit details
  3. python: aenum: 2.1.4 -> 2.2.1

    FRidh committed Oct 21, 2019
    Copy the full SHA
    d5f03ba View commit details
  4. python: dill: 0.2.9 -> 0.3.1.1

    FRidh committed Oct 21, 2019
    Copy the full SHA
    5c388dc View commit details
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aenum/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "aenum";
version = "2.1.4";
version = "2.2.1";

src = fetchPypi {
inherit pname version;
sha256 = "0644e5d19627beaaf01ca1a8349371f9de962eeb63c2b2c28045b2e674975b8c";
sha256 = "b12a7be3d89b270f266f8643aaa126404e5cdc0929bd6f09548b8eaed85e2aa1";
};

# For Python 3, locale has to be set to en_US.UTF-8 for
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dill/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

buildPythonPackage rec {
pname = "dill";
version = "0.2.9";
version = "0.3.1.1";

src = fetchPypi {
inherit pname version;
sha256 = "f6d6046f9f9195206063dd0415dff185ad593d6ee8b0e67f12597c0f4df4986f";
sha256 = "42d8ef819367516592a825746a18073ced42ca169ab1f5f4044134703e7a049c";
};

# Messy test suite. Even when running the tests like tox does, it fails
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-jenkins/default.nix
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@

buildPythonPackage rec {
pname = "python-jenkins";
version = "1.4.0";
version = "1.5.0";

src = fetchPypi {
inherit pname version;
sha256 = "1h14hfcwichmppbgxf1k8njw29hchpav1kj574b4lly3j0n2vnag";
sha256 = "0b11f7c1dffc48579afefa8a310cba5b1c98785b9132892ff8cf5312f32ebc90";
};

buildInputs = [ mock ];
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/urllib3/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

buildPythonPackage rec {
pname = "urllib3";
version = "1.24.3";
version = "1.25.6";

src = fetchPypi {
inherit pname version;
sha256 = "2393a695cd12afedd0dcb26fe5d50d0cf248e5a66f75dbd89a3d4eb333a61af4";
sha256 = "9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86";
};

outputs = [ "out" "dev" ];