mlflow-server 2.8.1 -> 2.10.0 https://github.com/mlflow/mlflow/releases attrpath: mlflow-server Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/python-modules/mlflow/default.nix b/pkgs/development/python-modules/mlflow/default.nix index d13831de3301..13450606ff9a 100644 --- a/pkgs/development/python-modules/mlflow/default.nix +++ b/pkgs/development/python-modules/mlflow/default.nix @@ -38,14 +38,14 @@ buildPythonPackage rec { pname = "mlflow"; - version = "2.8.1"; + version = "2.10.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-5OW90tnvsLOG7Lzi335D8ExGoyCAIIQU3FO1/XFVlng="; + hash = "sha256-mperzq4kC5gxCAoWr8PrZoszm5ykOC+zvWp6L8e9CVE="; }; postPatch = '' Successfully finished processing cachix "/nix/store/g6brvm4icwmpmwpl6w4jp6d8jmpnpx8y-python3.11-mlflow-2.10.0" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/mlflow/mlflow/releases. meta.description for mlflow-server is: Open source platform for the machine learning lifecycle meta.homepage for mlflow-server is: https://github.com/mlflow/mlflow meta.changelog for mlflow-server is: https://github.com/mlflow/mlflow/blob/v2.10.0/CHANGELOG.md ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.10.0 with grep in /nix/store/g6brvm4icwmpmwpl6w4jp6d8jmpnpx8y-python3.11-mlflow-2.10.0 - found 2.10.0 in filename of file in /nix/store/g6brvm4icwmpmwpl6w4jp6d8jmpnpx8y-python3.11-mlflow-2.10.0 ---
Rebuild report (if merged into master) (click to expand) ``` 17 total rebuild path(s) 17 package rebuild(s) First fifty rebuilds by attrpath dbx mlflow-server python311Packages.dalle-mini python311Packages.fastai python311Packages.k-diffusion python311Packages.mlflow python311Packages.mmcv python311Packages.mmengine python311Packages.skrl python311Packages.spacy python311Packages.spacy-loggers python311Packages.spacy-lookups-data python311Packages.spacy-transformers python311Packages.textacy python311Packages.textnets python311Packages.wandb tts ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/g6brvm4icwmpmwpl6w4jp6d8jmpnpx8y-python3.11-mlflow-2.10.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A mlflow-server https://github.com/r-ryantm/nixpkgs/archive/78574f5e6e0a363637997a6102064aa1cd4f6cb9.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/78574f5e6e0a363637997a6102064aa1cd4f6cb9#mlflow-server ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/g6brvm4icwmpmwpl6w4jp6d8jmpnpx8y-python3.11-mlflow-2.10.0 ls -la /nix/store/g6brvm4icwmpmwpl6w4jp6d8jmpnpx8y-python3.11-mlflow-2.10.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @tbenst for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/284472