summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-smarttub/default.nix
AgeCommit message (Collapse)Author
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
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.
2022-11-16python310Packages.python-smarttub: don't set asyncio modeRobert Schütz
2022-09-09python310Packages.python-smarttub: 0.0.32 -> 0.0.33R. Ryantm
2022-07-21python3Packages.python-smarttub: test in asyncio legacy modeMartin Weinelt
2022-05-02python310Packages.python-smarttub: 0.0.31 -> 0.0.32R. Ryantm
2022-04-07python310Packages.python-smarttub: 0.0.30 -> 0.0.31R. Ryantm
2022-03-19python310Packages.python-smarttub: 0.0.29 -> 0.0.30R. Ryantm
2022-01-11Merge pull request #153599 from mweinelt/home-assistantMartin Weinelt
2022-01-05python3Packages.python-smarttub: 0.0.28 -> 0.0.29Martin Weinelt
2021-12-14python3Packages.python-smarttub: relax pyjwt constraintFabian Affolter
2021-11-27python3Packages.python-smarttub: 0.0.27 -> 0.0.28Fabian Affolter
2021-11-24python3Packages.python-smarttub: relax aiohttp constraintFabian Affolter
2021-10-06python3Packages.python-smarttub: 0.0.25 -> 0.0.27Martin Weinelt
2021-06-11python3Packages.python-smarttub: 0.0.24 -> 0.0.25Martin Weinelt
2021-04-29python3Packages.python-smarttub: 0.0.23 -> 0.0.24Fabian Affolter
2021-04-12Merge remote-tracking branch 'upstream/staging-next' into down-integrate-stagingLuke Granger-Brown
2021-04-10python3Packages.python-smarttub: 0.0.21 -> 0.0.23Martin Weinelt
2021-04-06Merge branch 'staging-next' into stagingJan Tojnar
2021-04-04python3Packages.python-smarttub: 0.0.19 -> 0.0.21Fabian Affolter
2021-04-04Revert "python3Packages.python-smarttub: pin pyjwt at 1.7.1"Frederik Rietdijk
Overriding within the package set is not allowed. Doing so makes it possible one ends up with multiple versions of a package, something Python cannot handle. This reverts commit 4e9c5151b9932d6b6035e9a0e5b9bad637531f35.
2021-04-03python3Packages.python-smarttub: pin pyjwt at 1.7.1Martin Weinelt
Upstream does not yet support pyjwt>=2.0 and this package is only used in the home-assistant context, which also pins 1.7.1. https://github.com/mdz/python-smarttub/issues/10
2021-03-04python3Packages.python-smarttub: init at 0.0.19Fabian Affolter