mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python311Packages.testcontainers: 4.6.0 -> 4.7.0
Diff: https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.6.0...testcontainers-v4.7.0 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.7.0
This commit is contained in:
parent
98f7ef75d3
commit
a6beeaaf83
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "testcontainers";
|
||||
version = "4.6.0";
|
||||
version = "4.7.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "testcontainers";
|
||||
repo = "testcontainers-python";
|
||||
rev = "refs/tags/testcontainers-v${version}";
|
||||
hash = "sha256-jTTpeIWZD61UZkQWW5q/c0vgViT76qjDXw4qXfNqDnA=";
|
||||
hash = "sha256-DX2s3Z3QM8qzUr5nM+9erJG/XHkB96h8S4+KYDfcA8A=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -46,6 +46,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Allows using docker containers for functional and integration testing";
|
||||
homepage = "https://github.com/testcontainers/testcontainers-python";
|
||||
changelog = "https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user