python3Packages.file-read-backwards: 3.1.0 -> 3.2.0

https://github.com/RobinNil/file_read_backwards/blob/v3.2.0/HISTORY.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:25 +02:00
parent 2e13b12d10
commit ca1f173e67
@@ -2,15 +2,15 @@
lib,
buildPythonPackage,
fetchPypi,
mock,
pythonOlder,
setuptools,
unittestCheckHook,
pytest-mock,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "file-read-backwards";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,14 +18,14 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "file_read_backwards";
inherit version;
hash = "sha256-vQRZO8GTigAyJL5FHV1zXx9EkOHnClaM6NMwu3ZSpoQ=";
hash = "sha256-VHjTBeuuquj+PGWFok38MmIXAiRFCsyTITmPDSbN0Qk=";
};
build-system = [ setuptools ];
nativeCheckInputs = [
mock
unittestCheckHook
pytest-mock
pytestCheckHook
];
pythonImportsCheck = [ "file_read_backwards" ];