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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 435ba2ba3ae8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c0611717dcab
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 21, 2018

  1. pythonPackages.uritemplate_py: remove

    This package is the same as uritemplate.
    lopsided98 committed Dec 21, 2018
    Copy the full SHA
    26869e7 View commit details
  2. Merge pull request #52641 from lopsided98/uritemplate-merge

    pythonPackages.uritemplate_py: remove
    Mic92 authored Dec 21, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c061171 View commit details
Showing with 0 additions and 24 deletions.
  1. +0 −22 pkgs/development/python-modules/uritemplate_py/default.nix
  2. +0 −2 pkgs/top-level/python-packages.nix
22 changes: 0 additions & 22 deletions pkgs/development/python-modules/uritemplate_py/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
@@ -4373,8 +4373,6 @@ in {

unittest-xml-reporting = callPackage ../development/python-modules/unittest-xml-reporting { };

uritemplate_py = callPackage ../development/python-modules/uritemplate_py { };

traceback2 = callPackage ../development/python-modules/traceback2 { };

linecache2 = callPackage ../development/python-modules/linecache2 { };