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: 87c12d7dd1c1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 14e53a050861
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 5, 2020

  1. gitRepo: Rewrite the "urllib.request.urlopen" patch for Python 3

    The old variant is still working but setting "cafile" is deprecated
    since version 3.6 [0] and generates a warning:
    DeprecationWarning: cafile, capath and cadefault are deprecated, use a custom context instead.
    
    But without this patch "fetchRepoProject" still fails with
    "error no host given" (see 337380e).
    
    [0]: https://docs.python.org/3.7/library/urllib.request.html#urllib.request.urlopen
    primeos committed Feb 5, 2020
    Copy the full SHA
    14e53a0 View commit details
    Browse the repository at this point in the history