python311Packages.pure-protobuf 2.3.0 -> 3.0.0 https://repology.org/project/python:pure-protobuf/versions attrpath: python311Packages.pure-protobuf 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/sx9hglwzd5gchg0qqjsfjlxyvh7d1axf-packages.json.drv building '/nix/store/sx9hglwzd5gchg0qqjsfjlxyvh7d1axf-packages.json.drv'... Going to be running update for following packages: - python3.11-pure-protobuf-2.3.0 Press Enter key to continue... Running update for: - python3.11-pure-protobuf-2.3.0: UPDATING ... - python3.11-pure-protobuf-2.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pure-protobuf/default.nix b/pkgs/development/python-modules/pure-protobuf/default.nix index c2d7f7e3d8ad..a5a723440f2a 100644 --- a/pkgs/development/python-modules/pure-protobuf/default.nix +++ b/pkgs/development/python-modules/pure-protobuf/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pure-protobuf"; - version = "2.3.0"; + version = "3.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "eigenein"; repo = "protobuf"; rev = "refs/tags/${version}"; - hash = "sha256-nJ3F8dUrqMeWqTV9ErGqrMvofJwBKwNUDfxWIqFh4nY="; + hash = "sha256-MjxJTX672LSEqZkH39vTD/+IhCTp6FL2z15S7Lxj6Dc="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 2.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , setuptools-scm , toml , pytestCheckHook , pytest-benchmark , hatch-vcs , hatchling }: buildPythonPackage rec { pname = "pure-protobuf"; version = "3.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "eigenein"; repo = "protobuf"; rev = "refs/tags/${version}"; hash = "sha256-MjxJTX672LSEqZkH39vTD/+IhCTp6FL2z15S7Lxj6Dc="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; checkInputs = [ pytestCheckHook pytest-benchmark ]; pythonImportsCheck = [ "pure_protobuf" ]; meta = with lib; { description = "Python implementation of Protocol Buffers with dataclass-based schemas"; homepage = "https://github.com/eigenein/protobuf"; changelog = "https://github.com/eigenein/protobuf/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ chuangzhu ]; }; }