diff options
| author | Robert Schütz <mail@dotlambda.de> | 2024-07-08 04:52:16 -0700 |
|---|---|---|
| committer | Robert Schütz <mail@dotlambda.de> | 2024-07-18 03:23:26 -0700 |
| commit | c637407a0bc468d25574ed8e3ca3a1d7aa7f9e98 (patch) | |
| tree | 14ee23273a894cbe909fd18dde8f8e5edae1f62f | |
| parent | Merge pull request #325481 from GaetanLepage/codesnap (diff) | |
| download | nixpkgs-c637407a0bc468d25574ed8e3ca3a1d7aa7f9e98.tar.gz | |
python312Packages.structlog: 24.1.0 -> 24.4.0
Diff: https://github.com/hynek/structlog/compare/refs/tags/24.1.0...24.4.0
Changelog: https://github.com/hynek/structlog/blob/24.4.0/CHANGELOG.md
| -rw-r--r-- | pkgs/development/python-modules/structlog/default.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/structlog/default.nix b/pkgs/development/python-modules/structlog/default.nix index 2cbf24c15db0..0831fd99bbb6 100644 --- a/pkgs/development/python-modules/structlog/default.nix +++ b/pkgs/development/python-modules/structlog/default.nix @@ -11,12 +11,11 @@ pytestCheckHook, pythonOlder, simplejson, - twisted, }: buildPythonPackage rec { pname = "structlog"; - version = "24.1.0"; + version = "24.4.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,10 +24,10 @@ buildPythonPackage rec { owner = "hynek"; repo = "structlog"; rev = "refs/tags/${version}"; - hash = "sha256-0Yc28UEeozK2+IqILFTqHoTiM5L2SA4t6jld4qTBSzQ="; + hash = "sha256-z3ecgsep/BQJ+Fv78rV4XiFU4+1aaUEfNEtIqy44KV4="; }; - nativeBuildInputs = [ + build-system = [ hatch-fancy-pypi-readme hatch-vcs hatchling @@ -40,7 +39,6 @@ buildPythonPackage rec { pytest-asyncio pytestCheckHook simplejson - twisted ]; pythonImportsCheck = [ "structlog" ]; |
