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: 32113d555403
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8275ac3b5983
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 9, 2019

  1. mycli: 1.19.0 -> 1.20.1

    jojosch authored and Jon committed Oct 9, 2019
    Copy the full SHA
    8275ac3 View commit details
Showing with 3 additions and 450 deletions.
  1. +3 −4 pkgs/tools/admin/mycli/default.nix
  2. +0 −446 pkgs/tools/admin/mycli/fix-tests.patch
7 changes: 3 additions & 4 deletions pkgs/tools/admin/mycli/default.nix
Original file line number Diff line number Diff line change
@@ -7,15 +7,13 @@ with python3.pkgs;

buildPythonApplication rec {
pname = "mycli";
version = "1.19.0";
version = "1.20.1";

src = fetchPypi {
inherit pname version;
sha256 = "0x5vzl4vvirqy03fnjwkamhzrqkknlajamwz1rmbnqh4bfmijh9m";
sha256 = "0vhwaqkx4njarm0wy8zg2hvzr2yl92y8gnwipcn7p59sazw4whfl";
};

patches = [ ./fix-tests.patch ];

propagatedBuildInputs = [
pymysql configobj sqlparse prompt_toolkit pygments click pycrypto cli-helpers
];
@@ -38,5 +36,6 @@ buildPythonApplication rec {
'';
homepage = http://mycli.net;
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.jojosch ];
};
}
446 changes: 0 additions & 446 deletions pkgs/tools/admin/mycli/fix-tests.patch

This file was deleted.