python311Packages.aiohttp-jinja2 1.5.1 -> 1.6 https://repology.org/project/python:aiohttp-jinja2/versions attrpath: python311Packages.aiohttp-jinja2 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/wvwdlfsm0d3dn8alzyj8zrxmwk076s22-packages.json.drv building '/nix/store/wvwdlfsm0d3dn8alzyj8zrxmwk076s22-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-jinja2-1.5.1 Press Enter key to continue... Running update for: - python3.11-aiohttp-jinja2-1.5.1: UPDATING ... - python3.11-aiohttp-jinja2-1.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiohttp-jinja2/default.nix b/pkgs/development/python-modules/aiohttp-jinja2/default.nix index 6008b94179fb..8e78784457ca 100644 --- a/pkgs/development/python-modules/aiohttp-jinja2/default.nix +++ b/pkgs/development/python-modules/aiohttp-jinja2/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "aiohttp-jinja2"; - version = "1.5.1"; + version = "1.6"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-jRSbKlfZH3lLM6OU6lvGa1Z/OMdKWmqUd6/CRQ8QXAE="; + hash = "sha256-o6f/UmTlvKUuiuVHu/0HYbcklSMNQ40FtsCRW+YZsOI="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.5.1" not present in staging derivation file with contents: { lib , aiohttp , buildPythonPackage , fetchPypi , jinja2 , pytest-aiohttp , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "aiohttp-jinja2"; version = "1.6"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-o6f/UmTlvKUuiuVHu/0HYbcklSMNQ40FtsCRW+YZsOI="; }; propagatedBuildInputs = [ aiohttp jinja2 ]; nativeCheckInputs = [ pytest-aiohttp pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg \ --replace " --cov=aiohttp_jinja2 --cov-report xml --cov-report html --cov-report term" "" ''; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; pythonImportsCheck = [ "aiohttp_jinja2" ]; # Tests are outdated (1.5) # pytest.PytestUnhandledCoroutineWarning: async def functions... doCheck = false; meta = with lib; { description = "Jinja2 support for aiohttp"; homepage = "https://github.com/aio-libs/aiohttp_jinja2"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }