python311Packages.pydevccu 0.1.6 -> 0.1.7 https://repology.org/project/python:pydevccu/versions attrpath: python311Packages.pydevccu 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/lfahj5c4xfbf1pbvl273pm33iq4qvj55-packages.json.drv building '/nix/store/lfahj5c4xfbf1pbvl273pm33iq4qvj55-packages.json.drv'... Going to be running update for following packages: - python3.11-pydevccu-0.1.6 Press Enter key to continue... Running update for: - python3.11-pydevccu-0.1.6: UPDATING ... - python3.11-pydevccu-0.1.6: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pydevccu/default.nix b/pkgs/development/python-modules/pydevccu/default.nix index bcfe550d3f87..81364bd203ae 100644 --- a/pkgs/development/python-modules/pydevccu/default.nix +++ b/pkgs/development/python-modules/pydevccu/default.nix @@ -6,7 +6,7 @@ buildPythonPackage rec { pname = "pydevccu"; - version = "0.1.6"; + version = "0.1.7"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -15,7 +15,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-r6QjtKEnMmWRfDAnxP5zMChCVwyi9Z2lFrYu7hPrTUg="; + hash = "sha256-wzltcerAGh/QfHGg+M7Hlw4SfDEg23K2plSyrmz/m7E="; }; # Module has no tests No auto update branch exists Successfully finished processing cachix "/nix/store/a804nnnsd5m37h74kyqaynfk9hd2b96z-python3.11-pydevccu-0.1.7" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.pydevccu is: HomeMatic CCU XML-RPC Server with fake devices meta.homepage for python311Packages.pydevccu is: https://github.com/danielperna84/pydevccu meta.changelog for python311Packages.pydevccu is: https://github.com/danielperna84/pydevccu/releases/tag/0.1.7 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.1.7 with grep in /nix/store/a804nnnsd5m37h74kyqaynfk9hd2b96z-python3.11-pydevccu-0.1.7 - found 0.1.7 in filename of file in /nix/store/a804nnnsd5m37h74kyqaynfk9hd2b96z-python3.11-pydevccu-0.1.7 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath python310Packages.pydevccu python311Packages.hahomematic python311Packages.pydevccu ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/a804nnnsd5m37h74kyqaynfk9hd2b96z-python3.11-pydevccu-0.1.7 \ --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 python311Packages.pydevccu https://github.com/r-ryantm/nixpkgs/archive/ff40196e78e0e90e4d744501b7eba64ef49cb423.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ff40196e78e0e90e4d744501b7eba64ef49cb423#python311Packages.pydevccu ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/a804nnnsd5m37h74kyqaynfk9hd2b96z-python3.11-pydevccu-0.1.7 ls -la /nix/store/a804nnnsd5m37h74kyqaynfk9hd2b96z-python3.11-pydevccu-0.1.7/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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
2 packages built:
--- ###### Maintainer pings cc @fabaff 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/261696