python310Packages.recipe-scrapers 0 -> 1 attrpath: python310Packages.recipe-scrapers 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] Going to be running update for following packages: - python3.10-recipe-scrapers-14.46.0 Press Enter key to continue... Running update for: - python3.10-recipe-scrapers-14.46.0: UPDATING ... - python3.10-recipe-scrapers-14.46.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/recipe-scrapers/default.nix b/pkgs/development/python-modules/recipe-scrapers/default.nix index c5b7fcb88b76..b4ec6034e931 100644 --- a/pkgs/development/python-modules/recipe-scrapers/default.nix +++ b/pkgs/development/python-modules/recipe-scrapers/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "recipe-scrapers"; - version = "14.46.0"; + version = "14.53.0"; format = "pyproject"; src = fetchFromGitHub { owner = "hhursev"; repo = "recipe-scrapers"; rev = "refs/tags/${version}"; - hash = "sha256-XCcunwqmcvPC5AVxR9mit06BRDTYfu/CeTXg3IH7Dy0="; + hash = "sha256-uYUzn3JlsZmzzbk740aD3PW3OuGqdsAfU7HlYX5kPrY="; }; nativeBuildInputs = [ No auto update branch exists Old version 14.46.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , beautifulsoup4 , extruct , language-tags , regex , requests , pytestCheckHook , responses , setuptools }: buildPythonPackage rec { pname = "recipe-scrapers"; version = "14.52.0"; format = "pyproject"; src = fetchFromGitHub { owner = "hhursev"; repo = "recipe-scrapers"; rev = "refs/tags/${version}"; hash = "sha256-VdJZnwo+DwVDZuuuqk0X26CXs7ZrUFXqC8qEYaX74Zc="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ beautifulsoup4 extruct language-tags regex requests ]; nativeCheckInputs = [ pytestCheckHook responses ]; disabledTestPaths = [ # This is not actual code, just some pre-written boiler-plate template "templates/test_scraper.py" ]; pythonImportsCheck = [ "recipe_scrapers" ]; meta = with lib; { description = "Python package for scraping recipes data "; homepage = "https://github.com/hhursev/recipe-scrapers"; license = licenses.mit; maintainers = with maintainers; [ ambroisie ]; }; }