python312Packages.python-telegram-bot 20.8 -> 21.0.1 https://github.com/python-telegram-bot/python-telegram-bot/releases attrpath: python312Packages.python-telegram-bot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nqz8p67zpihaxfxr6kgdg9245whxvw27-packages.json.drv building '/nix/store/nqz8p67zpihaxfxr6kgdg9245whxvw27-packages.json.drv'... Going to be running update for following packages: - python3.12-python-telegram-bot-20.8 Press Enter key to continue... Running update for: - python3.12-python-telegram-bot-20.8: UPDATING ... - python3.12-python-telegram-bot-20.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-telegram-bot/default.nix b/pkgs/development/python-modules/python-telegram-bot/default.nix index 9ac37aa4f596..238f5742ccc8 100644 --- a/pkgs/development/python-modules/python-telegram-bot/default.nix +++ b/pkgs/development/python-modules/python-telegram-bot/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "python-telegram-bot"; - version = "20.8"; + version = "21.0.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "python-telegram-bot"; repo = "python-telegram-bot"; rev = "refs/tags/v${version}"; - hash = "sha256-FvVUl0bV95IDPbG+6N9b3ZIsnLAUwVcdS4cu0I1aNDw="; + hash = "sha256-jyDEfHkbB95fzFkRFKgV4y46AxT+yUPwfq1DJ3sF//I="; }; nativeBuildInputs = [ No auto update branch exists Old version 20.8" not present in staging derivation file with contents: { lib , aiolimiter , apscheduler , beautifulsoup4 , buildPythonPackage , cachetools , cryptography , fetchFromGitHub , flaky , httpx , pytest-asyncio , pytest-timeout , pytest-xdist , pytestCheckHook , pythonOlder , pytz , setuptools , wheel , tornado }: buildPythonPackage rec { pname = "python-telegram-bot"; version = "21.0.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "python-telegram-bot"; repo = "python-telegram-bot"; rev = "refs/tags/v${version}"; hash = "sha256-jyDEfHkbB95fzFkRFKgV4y46AxT+yUPwfq1DJ3sF//I="; }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ aiolimiter apscheduler cachetools cryptography httpx pytz ] ++ httpx.optional-dependencies.socks ++ httpx.optional-dependencies.http2; nativeCheckInputs = [ beautifulsoup4 flaky pytest-asyncio pytest-timeout pytest-xdist pytestCheckHook tornado ]; pythonImportsCheck = [ "telegram" ]; disabledTests = [ # Tests require network access "TestAIO" "TestAnimation" "TestApplication" "TestAudio" "TestBase" "TestBot" "TestCallback" "TestChat" "TestChosenInlineResult" "TestCommandHandler" "TestConstants" "TestContact" "TestConversationHandler" "TestDice" "TestDict" "TestDocument" "TestFile" "TestForceReply" "TestForum" "TestGame" "TestGet" "TestHTTP" "TestInline" "TestInput" "TestInvoice" "TestJob" "TestKeyboard" "TestLocation" "TestMask" "TestMenu" "TestMessage" "TestMeta" "TestOrder" "TestPassport" "TestPhoto" "TestPickle" "TestPoll" "TestPre" "TestPrefix" "TestProximity" "TestReply" "TestRequest" "TestSend" "TestSent" "TestShipping" "TestSlot" "TestSticker" "TestString" "TestSuccess" "TestTelegram" "TestType" "TestUpdate" "TestUser" "TestVenue" "TestVideo" "TestVoice" "TestWeb" ]; meta = with lib; { description = "Python library to interface with the Telegram Bot API"; homepage = "https://python-telegram-bot.org"; changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/v${version}/CHANGES.rst"; license = licenses.lgpl3Only; maintainers = with maintainers; [ veprbl pingiun ]; }; }