summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-dbusmock
AgeCommit message (Collapse)Author
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-03-03python3Packages.python-dbusmock: 0.28.6 -> 0.28.7Martin Weinelt
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-05python3Packages.python-dbusmock: 0.28.4 -> 0.28.6Martin Weinelt
2022-08-05Merge pull request #179472 from bootstrap-prime/stagingJan Tojnar
libfido2: 1.10.0 -> 1.11.0 and refactor to enable NFC support via pcsc
2022-08-04Merge pull request #184590 from NickCao/dbus-pythonSandro
2022-08-01pythonPackages: drop dbus-python workaroundsSandro Jäckel
2022-07-25python310Packages.python-dbusmock: 0.28.3 -> 0.28.4Sandro Jäckel
2022-07-23python-dbusmock: refactor check, avoid dep cyclebootstrap-prime
python-dbusmock relies on bluez for it's checks. Which shouldn't be a problem, and isn't one normally. However, checkPhase contained a string substitution that was always constructed regardless of the value of doCheck (and simply not used if doCheck was false), and so bluez, which was not supposed to be a dependency, was used as and registered as one and caused a dependency cycle when trying to add pcsclite as a dependency of libfido2. The string substitution has been removed in favor of something that can remain disabled when doCheck is false.
2022-07-21python310Packages.python-dbusmock: 0.28.2 -> 0.28.3Sandro Jäckel
2022-07-21python310Packages.python-dbusmock: 0.28.1 -> 0.28.2Sandro Jäckel
2022-07-21python3Packages.python-dbusmock: 0.26.1 -> 0.28.1Martin Weinelt
2022-03-14python3Packages.python-dbusmock: 0.25.0 -> 0.26.1Martin Weinelt
2022-02-07python3Packages.python-dbusmock: disable incompatible testsJonathan Ringer
2022-01-23python3Packages.python-dbusmock: 0.19 -> 0.25.0Jonathan Ringer
2020-04-13Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer
Cross compilation fixes [april 2020]
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-04-06python-dbusmock: avoid eval error when missing test output of bluezMatthew Bauer
This fixes an evaluation error that occurs when we don’t have bluez.test. getOutput defaults to "out" in these cases.
2020-01-13python3.pkgs.python-dbusmock: 0.18.3 -> 0.19worldofpeace
2019-10-25python3.pkgs.python-dbusmock: fix buildworldofpeace
The test_code codestyle test failed because of the lines being too long. We added --ignore=E501 to fix this, which makes it ignore checking line length.
2019-10-18python: python-dbusmock: 0.18.1 -> 0.18.3Frederik Rietdijk
2019-02-19pythonPackages.python-dbusmock: init at 0.18.1Dan Callahan