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

Commits on Oct 23, 2019

  1. neovim-remote: 2.2.1 -> 2.2.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/neovim-remote/versions
    r-ryantm authored and Jon committed Oct 23, 2019
    Copy the full SHA
    1550417 View commit details
  2. python37Packages.azure-mgmt-network: 5.0.0 -> 6.0.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-azure-mgmt-network/versions
    r-ryantm authored and Jon committed Oct 23, 2019
    Copy the full SHA
    6e8b97b View commit details
  3. python37Packages.azure-mgmt-reservations: 0.3.2 -> 0.5.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-azure-mgmt-reservations/versions
    r-ryantm authored and Jon committed Oct 23, 2019
    Copy the full SHA
    def30c0 View commit details
  4. python37Packages.azure-mgmt-subscription: 0.3.0 -> 0.5.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-azure-mgmt-subscription/versions
    r-ryantm authored and Jon committed Oct 23, 2019
    Copy the full SHA
    b3df27f View commit details
  5. python37Packages.azure-servicefabric: 6.4.0.0 -> 6.5.0.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-azure-servicefabric/versions
    r-ryantm authored and Jon committed Oct 23, 2019
    Copy the full SHA
    dfd3ef8 View commit details
  6. python37Packages.azure-mgmt-hanaonazure: 0.6.0 -> 0.10.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-azure-mgmt-hanaonazure/versions
    r-ryantm authored and Jon committed Oct 23, 2019
    Copy the full SHA
    5809279 View commit details
  7. python37Packages.azure-mgmt-iothub: 0.8.2 -> 0.9.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-azure-mgmt-iothub/versions
    r-ryantm authored and Jon committed Oct 23, 2019
    Copy the full SHA
    81bac9f View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/editors/neovim/neovim-remote.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@ with stdenv.lib;

pythonPackages.buildPythonApplication rec {
pname = "neovim-remote";
version = "2.2.1";
version = "2.2.2";
disabled = !pythonPackages.isPy3k;

src = fetchFromGitHub {
owner = "mhinz";
repo = "neovim-remote";
rev = "v${version}";
sha256 = "0f9x053yr8wq35l2s2dsnb0iygd4g4yya2h3iv0yh3440jjj5vfj";
sha256 = "129yjpwn6480rd5na866h4mcr6rf60rqv651hks5fn3ws112n751";
};

propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@

buildPythonPackage rec {
pname = "azure-mgmt-hanaonazure";
version = "0.6.0";
version = "0.10.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "1spsy6g5z4nb1y1gfz0p1ykybi76qbig8j22zvmws59329b3br5h";
sha256 = "01gnrhwi3nswjdxk9fjjwbyyx83agpdksrksk0c4d7bm9p2871g6";
};

propagatedBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/azure-mgmt-iothub/default.nix
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@

buildPythonPackage rec {
pname = "azure-mgmt-iothub";
version = "0.8.2";
version = "0.9.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0w3w1d156rnkwjdarv3qvycklxr3z2j7lry7a3jfgj3ykzny12rq";
sha256 = "19gcvmcd0r9xi2i3m800h3ak0mkf9yj64d55z7nrk25v3ksx0wrl";
};

propagatedBuildInputs = [
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@
}:

buildPythonPackage rec {
version = "5.0.0";
version = "6.0.0";
pname = "azure-mgmt-network";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "03ymxm3ryhgh4f1pw00fiyb3lxv2w6nkvn8xnj91h8xdd34flqzc";
sha256 = "07ak0qqa0fw79mrwpf4isfirrsv1simggi5hfrn856vngrszcx84";
};

postInstall = if isPy3k then "" else ''
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@

buildPythonPackage rec {
pname = "azure-mgmt-reservations";
version = "0.3.2";
version = "0.5.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0nksxjh5kh09dr0zw667fg8mzik4ymvfq3dipwag6pynbqr9ls4l";
sha256 = "06l362xiqhk8vvb1pch6ngfyv8m00ahr6ysdznd6qvxz8awazy10";
};

propagatedBuildInputs = [
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@

buildPythonPackage rec {
pname = "azure-mgmt-subscription";
version = "0.3.0";
version = "0.5.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "7a095fe46e598210b178e1059bba82eb02f3b8a7f44f3791442ff7d9ff323d2b";
sha256 = "1w91zqi2icld76mcrz0kwq0adb1nr83yqdq6qp1p1445p914qjsh";
};

propagatedBuildInputs = [
Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@

buildPythonPackage rec {
pname = "azure-servicefabric";
version = "6.4.0.0";
version = "6.5.0.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "f049e8c4a179f1277f2ec60158f88caf14a50f7df491fc6841e360cd61746da1";
sha256 = "02q32rc3vmg3kpi92s2y2ic47s3mi9qjcvzvrpjdlzji8lhd9w45";
};

propagatedBuildInputs = [