mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
python312Packages.whenever: 0.6.1 -> 0.6.7
Diff: https://github.com/ariebovenberg/whenever/compare/refs/tags/0.6.1...0.6.7 Changelog: https://github.com/ariebovenberg/whenever/blob/refs/tags/0.6.7/CHANGELOG.rst
This commit is contained in:
parent
d2f3b99a6b
commit
5f2a43928f
@ -14,11 +14,13 @@
|
||||
pytest-mypy-plugins,
|
||||
hypothesis,
|
||||
freezegun,
|
||||
time-machine,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "whenever";
|
||||
version = "0.6.1";
|
||||
version = "0.6.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -27,12 +29,12 @@ buildPythonPackage rec {
|
||||
owner = "ariebovenberg";
|
||||
repo = "whenever";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-uUjQtaqPO/Ie7vVddQhc3dxORX2PxNRaDJzCr+vieUo=";
|
||||
hash = "sha256-aQ6mE9UZg/wa+N2kErDo3edXVvjL/4Bhjmi6//CCmJw=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||
inherit src;
|
||||
hash = "sha256-8U3pGKY9UQ0JpzUn3Ny6YSD3wzXPDi1pupD5fpEJFvw=";
|
||||
hash = "sha256-B1weEmW+Q7VxwnLxv9QH75I6IgEICTd70ci/I14ehLY=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -53,6 +55,7 @@ buildPythonPackage rec {
|
||||
# pytest-benchmark # developer sanity check, should not block distribution
|
||||
hypothesis
|
||||
freezegun
|
||||
time-machine
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
@ -69,6 +72,8 @@ buildPythonPackage rec {
|
||||
# TODO: try enabling on bump
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Strict, predictable, and typed datetimes";
|
||||
homepage = "https://github.com/ariebovenberg/whenever";
|
||||
|
Loading…
Reference in New Issue
Block a user