Merge pull request #16127 from regnat/bugwarrior

pythonPackages.bugwarrior : 1.0.2 -> 1.4.0
This commit is contained in:
Frederik Rietdijk 2016-06-11 18:55:04 +02:00 committed by GitHub
commit 9fbd5cf1bd
1 changed files with 3 additions and 3 deletions

View File

@ -2764,17 +2764,17 @@ in modules // {
bugwarrior = buildPythonPackage rec {
name = "bugwarrior-${version}";
version = "1.0.2";
version = "1.4.0";
src = pkgs.fetchurl {
url = "mirror://pypi/b/bugwarrior/${name}.tar.gz";
sha256 = "efe41756c152789f39006f157add9bedfa2b85d2cac15c067e635e37c70cb8f8";
sha256 = "1jkz5vzbwspi1jcb3qsgcl619yip77khb696pc3ryk0pdhjhgs5w";
};
buildInputs = with self; [ mock unittest2 nose /* jira megaplan */ ];
propagatedBuildInputs = with self; [
twiggy requests2 offtrac bugzilla taskw dateutil pytz keyring six
jinja2 pycurl dogpile_cache lockfile click
jinja2 pycurl dogpile_cache lockfile click pyxdg
];
# for the moment jira>=0.22 and megaplan>=1.4 are missing for running the test suite.