python3Packages.datasette: 0.59.4 -> 0.60

This commit is contained in:
Fabian Affolter 2022-01-15 16:47:24 +01:00 committed by Martin Weinelt
parent c472377b3b
commit b47cfa8a16

View File

@ -18,7 +18,6 @@
, httpx
# Check Inputs
, pytestCheckHook
, pytest-runner
, pytest-asyncio
, pytest-timeout
, aiohttp
@ -31,7 +30,7 @@
buildPythonPackage rec {
pname = "datasette";
version = "0.59.4";
version = "0.60";
disabled = pythonOlder "3.6";
@ -39,11 +38,9 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = version;
sha256 = "sha256-bH/VREo2f84wloA2jgXnQkGNSRRRYmSvUXmI0wMfmYM=";
sha256 = "sha256-GGxv6GWGUCJb4R4SMrDVc45q6xk4cB3vOCTabHlhNZE=";
};
nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [
aiofiles
asgi-csrf
@ -74,6 +71,8 @@ buildPythonPackage rec {
];
postConfigure = ''
substituteInPlace setup.py \
--replace '"pytest-runner"' ""
substituteInPlace setup.py \
--replace "click-default-group~=1.2.2" "click-default-group" \
--replace "hupper~=1.9" "hupper" \