3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pyrainbird: 0.6.2 -> 0.6.3

Diff: https://github.com/jbarrancos/pyrainbird/compare/0.6.2...0.6.3
This commit is contained in:
Martin Weinelt 2022-12-08 00:04:04 +01:00
parent 56d645ed24
commit adffebab32
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pyrainbird";
version = "0.6.2";
version = "0.6.3";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -22,12 +22,15 @@ buildPythonPackage rec {
owner = "jbarrancos";
repo = pname;
rev = version;
hash = "sha256-MikJDW5Fo2DNpn9/Hyc1ecIIMEwE8GD5LKpka2t7aCk=";
hash = "sha256-yGUBCs1IxbGKBo21gExFIqDawM2EHlO+jiRqonEUnPk=";
};
postPatch = ''
substituteInPlace pytest.ini \
--replace "--cov=pyrainbird --cov-report=term-missing" ""
substituteInPlace setup.cfg \
--replace "pycryptodome>=3.16.0" "pycryptodome"
'';
propagatedBuildInputs = [