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: 69ac3bf61070
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 75436c960ce5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 23, 2018

  1. python3Packages.pyaxmlparser: fix build

    The build is currently broken on master[1] due to a major bump of
    `click` in fe0af1c.
    
    Manually patching `setup.py` temporarily fixes the issue. To ensure that
    succeeding builds don't deliver packages breaking at runtime due to
    dependency issues I switched to the GitHub archive as source since it
    contains tests as well.
    
    Additionally, Python 2.7 support has been dropped. It seems as it
    was never intended to support Python3 here, I simply forgot to disable
    the Python2 build.
    
    ```
    TypeError: AXMLParser object is not an iterator
    ```
    
    [1] https://hydra.nixos.org/build/86108813
    Ma27 committed Dec 23, 2018
    Copy the full SHA
    30c6234 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52742 from Ma27/fix-pyaxmlparser

    python3Packages.pyaxmlparser: fix build
    Mic92 committed Dec 23, 2018
    Copy the full SHA
    75436c9 View commit details
    Browse the repository at this point in the history