python310Packages.logbook: Normalize attribute, pname, dirname

+15 -14
+1 -1
pkgs/applications/graphics/cq-editor/default.nix
··· 22 22 23 23 propagatedBuildInputs = with python3Packages; [ 24 24 cadquery 25 - Logbook 25 + logbook 26 26 pyqt5 27 27 pyparsing 28 28 pyqtgraph
+2 -2
pkgs/applications/misc/cobang/default.nix
··· 13 13 , pango 14 14 , gst-python 15 15 , kiss-headers 16 - , Logbook 16 + , logbook 17 17 , pillow 18 18 , poetry-core 19 19 , pygobject3 ··· 47 47 propagatedBuildInputs = [ 48 48 gst-python 49 49 kiss-headers 50 - Logbook 50 + logbook 51 51 pillow 52 52 poetry-core 53 53 pygobject3
+2 -2
pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
··· 1 1 { lib, stdenv, buildPythonApplication, fetchFromGitHub, pythonOlder, 2 - attrs, aiohttp, appdirs, click, keyring, Logbook, peewee, janus, 2 + attrs, aiohttp, appdirs, click, keyring, logbook, peewee, janus, 3 3 prompt-toolkit, matrix-nio, dbus-python, pydbus, notify2, pygobject3, 4 4 setuptools, installShellFiles, nixosTests, 5 5 ··· 29 29 click 30 30 janus 31 31 keyring 32 - Logbook 32 + logbook 33 33 matrix-nio 34 34 peewee 35 35 prompt-toolkit
+2 -2
pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
··· 8 8 , future 9 9 , atomicwrites 10 10 , attrs 11 - , Logbook 11 + , logbook 12 12 , pygments 13 13 , matrix-nio 14 14 , aiohttp ··· 45 45 future 46 46 atomicwrites 47 47 attrs 48 - Logbook 48 + logbook 49 49 pygments 50 50 matrix-nio 51 51 aiohttp
+3 -2
pkgs/development/python-modules/Logbook/default.nix pkgs/development/python-modules/logbook/default.nix
··· 1 1 { lib, buildPythonPackage, fetchPypi, isPy3k, pytest, mock, brotli }: 2 2 3 3 buildPythonPackage rec { 4 - pname = "Logbook"; 4 + pname = "logbook"; 5 5 version = "1.5.3"; 6 6 7 7 src = fetchPypi { 8 - inherit pname version; 8 + pname = "Logbook"; 9 + inherit version; 9 10 sha256 = "1s1gyfw621vid7qqvhddq6c3z2895ci4lq3g0r1swvpml2nm9x36"; 10 11 }; 11 12
+2 -2
pkgs/development/python-modules/elastic-apm/default.nix
··· 8 8 , httpx 9 9 , jinja2 10 10 , jsonschema 11 - , Logbook 11 + , logbook 12 12 , mock 13 13 , pytest-asyncio 14 14 , pytest-bdd ··· 57 57 httpx 58 58 jinja2 59 59 jsonschema 60 - Logbook 60 + logbook 61 61 mock 62 62 pytest-asyncio 63 63 pytest-bdd
+2 -2
pkgs/development/python-modules/matrix-nio/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 3 , fetchFromGitHub 4 - , Logbook 4 + , logbook 5 5 , aiofiles 6 6 , aiohttp 7 7 , aiohttp-socks ··· 53 53 ]; 54 54 55 55 propagatedBuildInputs = [ 56 - Logbook 56 + logbook 57 57 aiofiles 58 58 aiohttp 59 59 aiohttp-socks
+1 -1
pkgs/top-level/python-packages.nix
··· 5563 5563 5564 5564 log-symbols = callPackage ../development/python-modules/log-symbols { }; 5565 5565 5566 - Logbook = callPackage ../development/python-modules/Logbook { }; 5566 + logbook = callPackage ../development/python-modules/logbook { }; 5567 5567 5568 5568 logfury = callPackage ../development/python-modules/logfury { }; 5569 5569