python3Packages.rasterio: 1.4.3 -> 1.4.4
Diff: https://github.com/rasterio/rasterio/compare/1.4.3...1.4.4 Changelog: https://github.com/rasterio/rasterio/blob/1.4.4/CHANGES.txt
This commit is contained in:
@@ -36,19 +36,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rasterio";
|
||||
version = "1.4.3";
|
||||
version = "1.4.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rasterio";
|
||||
repo = "rasterio";
|
||||
tag = version;
|
||||
hash = "sha256-InejYBRa4i0E2GxEWbtBpaErtcoYrhtypAlRtMlUoDk=";
|
||||
hash = "sha256-6y55JJ3R/JEEneM10UPHIDpSopaybY5XHJPiU+77ke4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "cython~=3.0.2" cython
|
||||
--replace-fail "cython~=3.1.0" cython
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
@@ -58,6 +58,10 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"click"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
affine
|
||||
attrs
|
||||
|
||||
Reference in New Issue
Block a user