Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: df0eab2726a6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cd7a40546e0d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 22, 2020

  1. pythonPackages.dbus-python: 1.2.12 -> 1.2.16

    This upgrades dbus-python to the 1.2.16 release. Reason for this version
    upgrade is a the failing hamster application (see. programs.hamster).
    With a 1.2.12 dbus-python version hamster can not start and fails with:
    
        Traceback (most recent call last):
          File "/nix/store/5ax21lyiprc9v5l3pl7dbfr2hqbrh970-hamster-3.0.2/bin/.hamster-wrapped", line 41, in <module>
            from hamster import client, reports
          File "/nix/store/5ax21lyiprc9v5l3pl7dbfr2hqbrh970-hamster-3.0.2/lib/python3.8/site-packages/hamster/client.py", line 46, in <module>
            assert not (
        AssertionError: python3.8 changed str(<dbus integers>).
           That broke hamster (projecthamster/hamster#477).
           Please upgrade to dbus-python >= 1.2.14.
    romanofski authored and FRidh committed Jul 22, 2020
    Copy the full SHA
    cd7a405 View commit details
    Browse the repository at this point in the history