Skip to content

Commit

Permalink
python: pamqp: 2.3.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 16, 2020
1 parent 1eda7a6 commit 4250cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pamqp/default.nix
Expand Up @@ -9,12 +9,12 @@
}:

buildPythonPackage rec {
version = "2.3.0";
version = "3.0.1";
pname = "pamqp";

src = fetchPypi {
inherit pname version;
sha256 = "1s4lwbsiikz3czqad7jarb7k303q0wamla0rirghvwl9bslgbl2w";
sha256 = "0a9b49bde3f554ec49b47ebdb789133979985f24d5f4698935ed589a2d4392a4";
};

buildInputs = [ mock nose pep8 pylint mccabe ];
Expand Down

1 comment on commit 4250cde

@risicle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks rabbitpy, because there is no version available yet which is compatible with pamqp 3.x. rabbitpy and aioamqp are the only downstream dependencies of this package, and the current version of aioamqp seems to build fine with pamqp 2.3.0. Do you think this would justify reverting this bump?

Please sign in to comment.