summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-dbusmock
AgeCommit message (Collapse)Author
2024-10-16python3Packages.python-dbusmock: 0.32.1 -> 0.32.2Alyssa Ross
Backports an upstream patch to not require /etc/os-release at build time.
2024-10-16python3Packages.python-dbusmock: fix for muslAlyssa Ross
Backports an upstream patch.
2024-10-13python3Packages.python-dbusmock: 0.31.1 -> 0.32.1Martin Weinelt
https://github.com/martinpitt/python-dbusmock/releases/tag/0.32.1
2024-06-24python312Packages.python-dbusmock: fix tests, use pep517 builderMartin Weinelt
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-04-22python3Packages.python-dbusmock: Add missing gobject-introspectionBobby Rong
This is needed to find GLib typelib: ImportError: cannot import name GLib, introspection typelib not found
2024-03-12python3Packages.python-dbusmock: 0.29.1 -> 0.31.1Martin Weinelt
2024-01-05Revert "python3Packages.python-dbusmock: 0.29.1 -> 0.30.0"K900
This reverts commit a1b00977718a037079cc434b83761a3f5ee371a2. Fixes fprintd tests for some reason.
2023-12-20python3Packages.python-dbusmock: 0.29.1 -> 0.30.0Martin Weinelt
2023-12-20treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usageMartin Weinelt
The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm.
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-09-27python3Packages.python-dbusmock: 0.28.7 -> 0.29.1Martin Weinelt
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