python3Packages.craft-archives: 2.1.0 -> 2.2.0

This commit is contained in:
Jon Seager
2025-09-03 08:56:47 +01:00
parent 39dd3c8067
commit 5e9ca7fac0
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "craft-archives";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
@@ -26,15 +26,12 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-archives";
tag = version;
hash = "sha256-VjGoAsmdYyoU7ngU69HVNauEk2/vbcEz2tMCTmjheF4=";
hash = "sha256-NXMBaY4sZT47Qi3XS5yuiXJEMKENghiXkLXnXHHYpRI=";
};
postPatch = ''
substituteInPlace craft_archives/__init__.py \
--replace-fail "dev" "${version}"
substituteInPlace pyproject.toml \
--replace-fail "setuptools==67.7.2" "setuptools"
'';
pythonRelaxDeps = [