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: 583e4b8d8900
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0129b95b13e2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 13, 2020

  1. python3Packages.python-olm: remove dependency on the typing package

    Typing has been upstreamed into CPython and will cause errors
    if loaded with a 3.7 interpreter. Cf.
    python/typing#573
    
    Under Python3 libolm works without typing as tested via
    weechat-matrix.
    
    typing is still pulled in when installed for Python2.
    phi-gamma committed Jan 13, 2020
    Copy the full SHA
    0169b72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77608 from phi-gamma/olm-remove-typing

    python3Packages.python-olm: remove dependency on the typing package
    Mic92 committed Jan 13, 2020
    Copy the full SHA
    0129b95 View commit details
    Browse the repository at this point in the history