mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
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
This commit is contained in:
parent
5f736f2ef1
commit
c637407a0b
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user