python3Packages.py7zr: 1.0.0 -> 1.1.0

https://github.com/miurahr/py7zr/blob/v1.1.0/docs/Changelog.rst#v110

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:53 +01:00
parent d52793d944
commit 71db68e2e9
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "py7zr";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "miurahr";
repo = "py7zr";
tag = "v${version}";
hash = "sha256-uV4zBQZlHfHgM/NiVSjI5I9wJRk9i4ihJn4B2R6XRuM=";
hash = "sha256-lWZni9yhS5otWL1cyi8qZx2JLExbDiTPTadKKnDB2Ds=";
};
build-system = [
@@ -51,6 +51,12 @@ buildPythonPackage rec {
texttable
];
pythonRelaxDeps = [
"pyppmd"
"pybcj"
"inflate64"
];
nativeCheckInputs = [
py-cpuinfo
pytest-benchmark