python3Packages.pynamodb: 6.0.0 -> 6.0.1

https://github.com/pynamodb/PynamoDB/releases/tag/6.0.1
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:05 +02:00
parent dd34d4d907
commit 89c7856266
@@ -4,6 +4,7 @@
botocore,
buildPythonPackage,
fetchFromGitHub,
freezegun,
pytest-env,
pytest-mock,
pytestCheckHook,
@@ -14,8 +15,8 @@
buildPythonPackage rec {
pname = "pynamodb";
version = "6.0.0";
format = "setuptools";
version = "6.0.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "pynamodb";
repo = "PynamoDB";
rev = "refs/tags/${version}";
hash = "sha256-Ag/ivZ2SDYX0kwXbExt3kE/pMJgfoGc6gWoy+Rr6GTw=";
hash = "sha256-OcrES+1F95KjhRXpEukzbuDfTXU4hyJqxGjD1xMcdKE=";
};
build-system = [ setuptools ];
@@ -35,6 +36,7 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
freezegun
pytest-env
pytest-mock
pytestCheckHook