summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-miio
AgeCommit message (Collapse)Author
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-19python3Packages.pyhon-miio: Fix tests with pytest 7.2Martin Weinelt
and clean up obsolete patches.
2022-10-10treewide: optional -> optionals where the argument is a listArtturin
the argument to optional should not be list
2022-08-03python3Packages.python-miio: 0.5.11 -> 0.5.12Martin Weinelt
2022-04-20python3Packages.python-miio: update decoratorFabian Affolter
2022-03-08python3Packages.python-miio: 0.5.10 -> 0.5.11Martin Weinelt
2022-02-19python3Packages.python-miio: 0.5.9.2 -> 0.5.10Fabian Affolter
2022-01-16pythonPackages.python-miio: 0.5.9.1 -> 0.5.9.2Ulrik Strid
The miio integration in home-assistant is broken with the current version. These changes works as a override in my setup.
2021-12-25python3Packages.cryptography: 3.4.2 -> 36.0.0 (#150320)Martin Weinelt
* python3Packages.cryptography: 3.4.8 -> 36.0.0 * python3Packages.python-miio: 0.5.8 -> 0.5.9.1
2021-12-09python3Packages.python-miio: relax PyYAML constraintRobert Schütz
2021-10-04python39Packages.python-miio: relax cryptography dependencySandro Jäckel
2021-09-10python3Packages.python-miio: 0.5.7 -> 0.5.8Fabian Affolter
2021-08-14python3Packages.python-miio: 0.5.6 -> 0.5.7Fabian Affolter
2021-06-22python3Packages.python-miio: relax click constraint; fix cliMartin Weinelt
The CLI requires pyyaml which was previously only a checkInput.
2021-05-07python3Packages.python-miio: 0.5.5.2 -> 0.5.6Fabian Affolter
2021-04-03python3Packages.python-miio: allow later zeroconf releasesFabian Affolter
2021-03-25python3Packages.python-miio: 0.5.5.1 -> 0.5.5.2Fabian Affolter
2021-03-24python3Packages.python-miio: 0.5.4 -> 0.5.5.1Robert Schütz
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-01python3Packages.python-miio: 0.5.3 -> 0.5.4Frederik Rietdijk
2020-10-30python-miio: fixFlorian Pester
2020-08-04python: python-miio: 0.5.1 -> 0.5.3Frederik Rietdijk
2020-06-06python: python-miio: 0.5.0.1 -> 0.5.1Frederik Rietdijk
2020-05-07python-miio: 0.4.8 -> 0.5.0.1Florian
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-13python-miio: init at 0.4.8Florian
Homeassitant uses this package to control Xiaomi Roborock vacuum cleaners.